11 lines
378 B
PHP
11 lines
378 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Gallery" => "Galerie",
|
|
"Scanning directories" => "Ordner werden durchsucht.",
|
|
"No photos found" => "Keine Fotos gefunden",
|
|
"Creating thumbnails" => "Thumbnails werden erstellt.",
|
|
"Do you wan't to remove album" => "Soll das Album entfernt werden?",
|
|
"Input new gallery name" => "Gib den Albumnamen ein.",
|
|
"Rescan" => "Rescan",
|
|
"Back" => "Zurück"
|
|
);
|