nextcloud/apps/files_trashbin/l10n/de_CH.php

15 lines
507 B
PHP
Raw Normal View History

2013-09-18 19:50:02 +04:00
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Konnte %s nicht dauerhaft löschen",
"Couldn't restore %s" => "Konnte %s nicht wiederherstellen",
"Error" => "Fehler",
"restored" => "Wiederhergestellt",
"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, Ihr Papierkorb ist leer!",
2013-10-11 06:30:58 +04:00
"Name" => "Name",
2013-09-18 19:50:02 +04:00
"Restore" => "Wiederherstellen",
2013-10-11 06:30:58 +04:00
"Deleted" => "Gelöscht",
2013-09-18 19:50:02 +04:00
"Delete" => "Löschen",
"Deleted Files" => "Gelöschte Dateien"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";