diff options
Diffstat (limited to 'apps/sharebymail/l10n/uk.js')
-rw-r--r-- | apps/sharebymail/l10n/uk.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/sharebymail/l10n/uk.js b/apps/sharebymail/l10n/uk.js index 894a23ffbfd..23ca108946a 100644 --- a/apps/sharebymail/l10n/uk.js +++ b/apps/sharebymail/l10n/uk.js @@ -1,28 +1,17 @@ OC.L10N.register( "sharebymail", { - "Shared with %1$s" : "Спільний доступ з %1$s", "Shared with {email}" : "Надано доступ для {email} ", - "Shared with %1$s by %2$s" : "%2$sнадано доступ %1$s", "Shared with {email} by {actor}" : "Опубліковано {actor} з {email}", - "Unshared from %1$s" : "Скасовано спільний доступ із %1$s", "Unshared from {email}" : "Скасовано доступ з {email}", - "Unshared from %1$s by %2$s" : "Скасовано спільний доступ від користувача%1$s %2$s", "Unshared from {email} by {actor}" : "{actor} скасував доступ до {email}", - "Password for mail share sent to %1$s" : "Пароль для обміну поштою, надісланий на %1$s", "Password for mail share sent to {email}" : "Пароль для обміну поштою надіслано на адресу {email}", "Password for mail share sent to you" : "Вам надіслано пароль для обміну поштою", - "You shared %1$s with %2$s by mail" : "Ви поділилися поштою %1$s з %2$s", "You shared {file} with {email} by mail" : "Ви поділилися поштою {file} з {email}", - "%3$s shared %1$s with %2$s by mail" : "%3$s надано доступ %2$sдо %1$s через ел.пошту", "{actor} shared {file} with {email} by mail" : "{actor} надано доступ до файлу {file} на ел.пошту {email}", - "You unshared %1$s from %2$s by mail" : "Ви скасували доступ %1$s до %2$s поштою", "You unshared {file} from {email} by mail" : "Ви скасували доступ до {file} з {email} поштою", - "%3$s unshared %1$s from %2$s by mail" : "%3$s вилучив зі спільного доступу %1$s з %2$s поштою", "{actor} unshared {file} from {email} by mail" : "{actor} скасував доступ до {file} з {email} поштою", - "Password to access %1$s was sent to %2s" : "Пароль для доступу %1$s надіслано %2s", "Password to access {file} was sent to {email}" : "Пароль для доступу до {file} надіслано на адресу {email}", - "Password to access %1$s was sent to you" : "Вам надіслано пароль для доступу %1$s", "Password to access {file} was sent to you" : "Вам надіслано пароль для доступу до {file}", "Share by mail" : "Поділіться поштою", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Не вдалося надати спільний доступ %1$s, оскільки користувач %2$s уже має спільний доступ до цього елемента", @@ -52,6 +41,17 @@ OC.L10N.register( "Allows users to share a personalized link to a file or folder by putting in an email address." : "Дозволяє користувачам ділитися персоналізованими посиланням на файл або каталог через електронну пошту.", "Send password by mail" : "Надіслати пароль поштою", "Reply to initiator" : "Відповідь ініціатору", - "Unable to update share by mail config" : "Не вдається оновити конфігурацію спільного доступу за допомогою пошти" + "Unable to update share by mail config" : "Не вдається оновити конфігурацію спільного доступу за допомогою пошти", + "Shared with %1$s" : "Спільний доступ з %1$s", + "Shared with %1$s by %2$s" : "%2$sнадано доступ %1$s", + "Unshared from %1$s" : "Скасовано спільний доступ із %1$s", + "Unshared from %1$s by %2$s" : "Скасовано спільний доступ від користувача%1$s %2$s", + "Password for mail share sent to %1$s" : "Пароль для обміну поштою, надісланий на %1$s", + "You shared %1$s with %2$s by mail" : "Ви поділилися поштою %1$s з %2$s", + "%3$s shared %1$s with %2$s by mail" : "%3$s надано доступ %2$sдо %1$s через ел.пошту", + "You unshared %1$s from %2$s by mail" : "Ви скасували доступ %1$s до %2$s поштою", + "%3$s unshared %1$s from %2$s by mail" : "%3$s вилучив зі спільного доступу %1$s з %2$s поштою", + "Password to access %1$s was sent to %2s" : "Пароль для доступу %1$s надіслано %2s", + "Password to access %1$s was sent to you" : "Вам надіслано пароль для доступу %1$s" }, "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);"); |