nextcloud/apps/gallery/l10n/de.php

13 lines
378 B
PHP
Raw Normal View History

2012-01-15 15:11:04 +04:00
<?php $TRANSLATIONS = array(
2012-05-13 21:59:44 +04:00
"Pictures" => "Bilder",
2012-06-06 02:29:28 +04:00
"Settings" => "Einstellungen",
"Rescan" => "Erneut Scannen",
2012-05-13 21:59:44 +04:00
"Stop" => "Stopp",
"Share" => "Teilen",
"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 15:11:04 +04:00
);