Blame view
sources/apps/files_trashbin/l10n/uk.php
686 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Couldn't delete %s permanently" => "Неможливо видалити %s назавжди", "Couldn't restore %s" => "Неможливо відновити %s", |
|
6d9380f96
|
5 6 |
"Deleted files" => "Видалені файли", "Restore" => "Відновити", |
|
31b7f2792
|
7 8 |
"Error" => "Помилка", "restored" => "відновлено", |
|
03e52840d
|
9 |
"Nothing in here. Your trash bin is empty!" => "Нічого немає. Ваший кошик для сміття пустий!", |
|
31b7f2792
|
10 |
"Name" => "Ім'я", |
|
31b7f2792
|
11 |
"Deleted" => "Видалено", |
|
6d9380f96
|
12 |
"Delete" => "Видалити" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$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);"; |