diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/uk.js | 6 | ||||
-rw-r--r-- | lib/l10n/uk.json | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index aae734a9dcb..b6bb876bfc9 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -49,8 +49,13 @@ OC.L10N.register( "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Backend загального доступу %s повинен реалізовувати інтерфейс OCP\\Share_Backend", "Sharing backend %s not found" : "Backend загального доступу %s не знайдено", "Sharing backend for %s not found" : "Бекенд загального доступу для %s не знайдено", + "%1$s shared »%2$s« with you and wants to add:" : "%1$s надав Вам доступ »%2$s« та хоче додати:", + "»%s« added a note to a file shared with you" : "»%s« додав нотатку до опублікованого файлу", "You are not allowed to share %s" : "Вам заборонено поширювати %s", "Expiration date is in the past" : "Дата закінчення в минулому", + "%1$s shared »%2$s« with you" : "%1$s надав Вам доступ до »%2$s«", + "%1$s shared »%2$s« with you." : "%1$s надав Вам доступ до »%2$s«.", + "Click the button below to open it." : "Для відкриття натисніть кнопку нижче.", "Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Тільки такі символи допускаються в імені користувача: \"a-z\", \"A-Z\", \"0-9\", і \"_.@-'\"", "A valid username must be provided" : "Потрібно задати вірне ім'я користувача", @@ -112,6 +117,7 @@ OC.L10N.register( "Sharing %s failed, because the sharing backend for %s could not find its source" : "Не вдалося поділитися %s, backend загального доступу не знайшов шлях до %s", "Sharing %s failed, because the file could not be found in the file cache" : "Не вдалося поділитися %s, елемент не знайдено у файловому кеші.", "%s shared »%s« with you" : "%s поділився »%s« з вами", + "%s shared »%s« with you." : "%s надав Вам доступ до »%s«.", "%s via %s" : "%s за допомогою %s", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Додаток \"%s\" не може бути встановлений, так як наступні залежності не виконано: %s" }, diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index 1ea751be880..b6dc89f4b33 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -47,8 +47,13 @@ "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Backend загального доступу %s повинен реалізовувати інтерфейс OCP\\Share_Backend", "Sharing backend %s not found" : "Backend загального доступу %s не знайдено", "Sharing backend for %s not found" : "Бекенд загального доступу для %s не знайдено", + "%1$s shared »%2$s« with you and wants to add:" : "%1$s надав Вам доступ »%2$s« та хоче додати:", + "»%s« added a note to a file shared with you" : "»%s« додав нотатку до опублікованого файлу", "You are not allowed to share %s" : "Вам заборонено поширювати %s", "Expiration date is in the past" : "Дата закінчення в минулому", + "%1$s shared »%2$s« with you" : "%1$s надав Вам доступ до »%2$s«", + "%1$s shared »%2$s« with you." : "%1$s надав Вам доступ до »%2$s«.", + "Click the button below to open it." : "Для відкриття натисніть кнопку нижче.", "Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Тільки такі символи допускаються в імені користувача: \"a-z\", \"A-Z\", \"0-9\", і \"_.@-'\"", "A valid username must be provided" : "Потрібно задати вірне ім'я користувача", @@ -110,6 +115,7 @@ "Sharing %s failed, because the sharing backend for %s could not find its source" : "Не вдалося поділитися %s, backend загального доступу не знайшов шлях до %s", "Sharing %s failed, because the file could not be found in the file cache" : "Не вдалося поділитися %s, елемент не знайдено у файловому кеші.", "%s shared »%s« with you" : "%s поділився »%s« з вами", + "%s shared »%s« with you." : "%s надав Вам доступ до »%s«.", "%s via %s" : "%s за допомогою %s", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Додаток \"%s\" не може бути встановлений, так як наступні залежності не виконано: %s" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" |