diff options
Diffstat (limited to 'apps/files/l10n/uk.php')
-rw-r--r-- | apps/files/l10n/uk.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php index 261853ef202..3cb4f00029d 100644 --- a/apps/files/l10n/uk.php +++ b/apps/files/l10n/uk.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Не вдалося перемістити %s - Файл з таким ім'ям вже існує", "Could not move %s" => "Не вдалося перемістити %s", "No file was uploaded. Unknown error" => "Не завантажено жодного файлу. Невідома помилка", @@ -73,3 +74,4 @@ "files" => "файли", "Upgrading filesystem cache..." => "Оновлення кеша файлової системи..." ); +$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);"; |