This commit is contained in:
nguyen dung
2022-02-18 16:43:41 +07:00
commit 39b8cb3612
4470 changed files with 1378320 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?php
return array(
'' => 'None',
'arrow' => 'Arrow',
'arrow-invert' => 'Arrow - Invert',
'arrow-2' => 'Arrow 2',
'arrow-2-invert' => 'Arrow 2 - Invert',
'book' => 'Book',
'book-invert' => 'Book - Invert',
'curve' => 'Curve',
'curve-invert' => 'Curve - Invert',
'curve-2' => 'Curve 2',
'curve-2-invert' => 'Curve 2 - Invert',
'curve-opacity' => 'Curve opacity',
'fan' => 'Fan',
'tilt' => 'Tilt',
'triangle' => 'Triangle',
'triangle-invert' => 'Triangle - Invert',
'triangle-opacity' => 'Triangle opacity',
'waves' => 'Waves',
'waves-opacity' => 'Waves opacity',
'waves-opacity-2' => 'Waves opacity 2',
'waves-opacity-3' => 'Waves opacity 3',
);