server/apps/gallery/l10n/de.php

13 lines
405 B
PHP
Raw Normal View History

2012-01-15 11:11:04 +00:00
<?php $TRANSLATIONS = array(
2012-05-13 17:59:44 +00:00
"Pictures" => "Bilder",
2012-07-25 20:15:24 +00:00
"Share gallery" => "Galerie teilen",
"Error: " => "Fehler:",
"Internal error" => "Interner Fehler",
"Slideshow" => "Slideshow",
2012-05-13 17:59:44 +00:00
"Back" => "Zurück",
"Remove confirmation" => "Bestätigung entfernen",
"Do you want to remove album" => "Soll das Album entfernt werden",
"Change album name" => "Albumname ändern",
"New album name" => "Neuer Albumname"
2012-01-15 11:11:04 +00:00
);