Blame view
sources/apps/files_versions/l10n/sk_SK.php
438 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "Nemožno obnoviť: %s", |
|
03e52840d
|
4 |
"Versions" => "Verzie", |
|
31b7f2792
|
5 6 7 8 |
"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ť"
|
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |