diff --git a/resources/lang/de/icons.php b/resources/lang/de/icons.php new file mode 100644 index 0000000000000000000000000000000000000000..38a08233ba63f49c02de300775ea0ec42c9a4462 --- /dev/null +++ b/resources/lang/de/icons.php @@ -0,0 +1,21 @@ +<?php + +return [ + 'angle-double-right.alt' => 'Doppelter Pfeil nach rechts', + 'icon-lupe.alt' => 'Suchen', + 'chevron-down.alt' => '', + 'menu.alt' => 'drei horizontalen Striche', + 'cogs.alt' => 'Zahnräder', + 'ellipsis.alt' => 'Fortsetzungspunkte vertikal', + 'ellipsis-horizontal.alt' => 'Fortsetzungspunkte horizontal', + 'home.alt' => 'Haus', + 'trashcan.alt' => 'Mülltonne', + 'x.alt' => 'X', + 'floppy.alt' => 'floppy', + 'Icon-settings' => 'Zahnrad' + + + + + +]; diff --git a/resources/lang/en/icons.php b/resources/lang/en/icons.php new file mode 100644 index 0000000000000000000000000000000000000000..247c52a2de5aff9224bf5b2741f5188e7a767a41 --- /dev/null +++ b/resources/lang/en/icons.php @@ -0,0 +1,19 @@ +<?php + +return [ + 'angle-double-right.alt' => 'Angle double right', + 'icon-lupe.alt' => 'Search', + 'chevron-down.alt' => '', + 'menu.alt' => 'three horizontal Strokes', + 'cogs.alt' => 'Cogs', + 'ellipsis.alt' => 'vertical ellipsis', + 'ellipsis-horizontal.alt' => 'horizontal ellipsis', + 'home.alt' => 'home', + 'trashcan.alt' => 'trashcan', + 'x.alt' => 'x', + 'floppy.alt' => 'floppy', + 'Icon-settings' => 'Cog' + + + +];