nextcloud/apps/files_versions/l10n/de.php

11 lines
438 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-07-28 09:58:28 +04:00
"Versions" => "Versionen",
2013-12-08 07:28:29 +04:00
"Failed to revert {file} to revision {timestamp}." => "Konnte {file} der Revision {timestamp} nicht rückgängig machen.",
"More versions..." => "Weitere Versionen...",
2013-07-29 09:57:04 +04:00
"No other versions available" => "Keine anderen Versionen verfügbar",
2013-07-28 09:58:28 +04:00
"Restore" => "Wiederherstellen"
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";