Blame view
sources/apps/files_versions/l10n/uk.php
560 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "Не вдалося відновити: %s", |
|
03e52840d
|
4 |
"Versions" => "Версії", |
|
31b7f2792
|
5 6 7 8 |
"Failed to revert {file} to revision {timestamp}." => "Не вдалося повернути {file} до ревізії {timestamp}.",
"More versions..." => "Більше версій ...",
"No other versions available" => "Інші версії недоступні",
"Restore" => "Відновити"
|
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |