Blame view
sources/apps/files_versions/l10n/de_DE.php
438 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "Konnte %s nicht zurücksetzen", |
|
03e52840d
|
4 |
"Versions" => "Versionen", |
|
6d9380f96
|
5 |
"Failed to revert {file} to revision {timestamp}." => "Konnte {file} der Revision {timestamp} nicht rückgängig machen.",
|
|
31b7f2792
|
6 7 8 |
"More versions..." => "Mehrere Versionen...", "No other versions available" => "Keine anderen Versionen verfügbar", "Restore" => "Wiederherstellen" |
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |