Blame view
sources/apps/files_versions/l10n/cs_CZ.php
429 Bytes
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "Could not revert: %s" => "Nelze vrátit: %s", |
|
03e52840d
|
4 |
"Versions" => "Verze", |
|
31b7f2792
|
5 6 7 8 |
"Failed to revert {file} to revision {timestamp}." => "Selhalo vrácení souboru {file} na verzi {timestamp}.",
"More versions..." => "Více verzí...",
"No other versions available" => "Žádné další verze nejsou dostupné",
"Restore" => "Obnovit"
|
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |