nextcloud/apps/gallery/l10n/de.php

11 lines
378 B
PHP
Raw Normal View History

2012-01-15 15:11:04 +04:00
<?php $TRANSLATIONS = array(
2012-01-16 20:34:42 +04:00
"Gallery" => "Galerie",
2012-01-24 03:42:08 +04:00
"Scanning directories" => "Ordner werden durchsucht.",
2012-01-27 03:59:24 +04:00
"No photos found" => "Keine Fotos gefunden",
2012-01-24 03:42:08 +04:00
"Creating thumbnails" => "Thumbnails werden erstellt.",
"Do you wan't to remove album" => "Soll das Album entfernt werden?",
"Input new gallery name" => "Gib den Albumnamen ein.",
2012-01-16 20:34:42 +04:00
"Rescan" => "Rescan",
"Back" => "Zurück"
2012-01-15 15:11:04 +04:00
);