nextcloud/apps/files_versions/l10n/cs_CZ.php

11 lines
429 B
PHP
Raw Normal View History

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