server/apps/gallery/l10n/de.php

11 lines
378 B
PHP
Raw Normal View History

2012-01-15 11:11:04 +00:00
<?php $TRANSLATIONS = array(
2012-01-16 16:34:42 +00:00
"Gallery" => "Galerie",
2012-01-23 23:42:08 +00:00
"Scanning directories" => "Ordner werden durchsucht.",
2012-01-26 23:59:24 +00:00
"No photos found" => "Keine Fotos gefunden",
2012-01-23 23:42:08 +00:00
"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.",
2012-01-16 16:34:42 +00:00
"Rescan" => "Rescan",
"Back" => "Zurück"
2012-01-15 11:11:04 +00:00
);