nextcloud/apps/gallery/l10n/de.php

13 lines
405 B
PHP

<?php $TRANSLATIONS = array(
"Pictures" => "Bilder",
"Share gallery" => "Galerie teilen",
"Error: " => "Fehler:",
"Internal error" => "Interner Fehler",
"Slideshow" => "Slideshow",
"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"
);