nextcloud/apps/files_versions/l10n/de_DE.php

11 lines
439 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-14 03:06:51 +04:00
"Could not revert: %s" => "Konnte %s nicht zurücksetzen",
2013-03-01 03:07:02 +04:00
"Versions" => "Versionen",
2013-07-29 09:57:04 +04:00
"Failed to revert {file} to revision {timestamp}." => "Konnte {file} der Revision {timestamp} nicht rückgänging machen.",
"More versions..." => "Mehrere Versionen...",
"No other versions available" => "Keine anderen Versionen verfügbar",
2013-07-27 10:03:03 +04:00
"Restore" => "Wiederherstellen"
2012-10-17 01:39:13 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";