nextcloud/apps/gallery/l10n/de.php

13 lines
370 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-01-16 20:34:42 +04:00
"Rescan" => "Rescan",
2012-05-13 21:59:44 +04:00
"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"
2012-01-15 15:11:04 +04:00
);