1234567891011 |
- <?php
- $TRANSLATIONS = array(
- "Could not revert: %s" => "Nemožno obnoviť: %s",
- "Versions" => "Verzie",
- "Failed to revert {file} to revision {timestamp}." => "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.",
- "More versions..." => "Viac verzií...",
- "No other versions available" => "Žiadne ďalšie verzie nie sú dostupné",
- "Restore" => "Obnoviť"
- );
- $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|