initial import
This commit is contained in:
11
resources/lang/de/messages.php
Normal file
11
resources/lang/de/messages.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'gallery_title' => 'Eure Bilder aus der Fotobox',
|
||||
'api.image_uploaded_successfully' => 'Bild erfolgreich hochgeladen',
|
||||
'api.style_or_provider_not_found' => 'Stil oder API-Anbieter nicht gefunden',
|
||||
'api.image_or_provider_not_found' => 'Bild oder API-Anbieter nicht gefunden',
|
||||
'navigation.previous' => 'Zurück',
|
||||
'navigation.next' => 'Weiter',
|
||||
'navigation.page_of' => 'Seite :currentPage von :totalPages',
|
||||
];
|
||||
Reference in New Issue
Block a user