diff options
Diffstat (limited to 'apps/gallery/l10n/de.php')
-rw-r--r-- | apps/gallery/l10n/de.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/gallery/l10n/de.php b/apps/gallery/l10n/de.php index c9afd4e91af..f760022ba25 100644 --- a/apps/gallery/l10n/de.php +++ b/apps/gallery/l10n/de.php @@ -1,4 +1,12 @@ <?php $TRANSLATIONS = array( +"Pictures" => "Bilder", "Rescan" => "Rescan", -"Back" => "Zurück" +"Stop" => "Stopp", +"Share" => "Teilen", +"Settings" => "Einstellungen", +"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" ); |