server/apps/files_versions/l10n/cs_CZ.php

11 lines
429 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-08-16 05:32:30 +00:00
"Could not revert: %s" => "Nelze vrátit: %s",
2013-07-28 05:58:28 +00:00
"Versions" => "Verze",
2013-08-16 05:32:30 +00:00
"Failed to revert {file} to revision {timestamp}." => "Selhalo vrácení souboru {file} na verzi {timestamp}.",
2013-07-30 05:57:50 +00:00
"More versions..." => "Více verzí...",
"No other versions available" => "Žádné další verze nejsou dostupné",
2013-07-28 05:58:28 +00:00
"Restore" => "Obnovit"
2012-08-16 00:09:15 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";