nextcloud/apps/gallery/l10n/de.php

13 lines
405 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-07-26 00:15:24 +04:00
"Share gallery" => "Galerie teilen",
"Error: " => "Fehler:",
"Internal error" => "Interner Fehler",
"Slideshow" => "Slideshow",
2012-05-13 21:59:44 +04: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 15:11:04 +04:00
);