diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/uk.js | 4 | ||||
-rw-r--r-- | lib/l10n/uk.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 636cdffe96d..90c5fe1836c 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -265,9 +265,9 @@ OC.L10N.register( "%s enter the database name." : "%s введіть назву бази даних.", "%s you may not use dots in the database name" : "%s не можна використовувати крапки в назві бази даних", "Cannot read file" : "Неможливо прочитати файл", - "Cannot write into \"config\" directory" : "Не можу писати у теку \"config\"", + "Cannot write into \"config\" directory" : "Неможливо записувати до каталгу \"config\"", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Зазвичай це можна виправити, надавши веб-серверу доступ для запису до каталогу конфігурації. Побачити %s", - "Cannot write into \"apps\" directory" : "Не можу писати у теку \"apps\"", + "Cannot write into \"apps\" directory" : "Неможливо записувати до каталогу \"apps\"", "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Зазвичай це можна виправити, надавши веб-серверу доступ для запису до каталогу програм або вимкнувши App Store у файлі конфігурації.", "Cannot create \"data\" directory" : "Неможливо створити каталог даних", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Зазвичай це можна виправити, надавши веб-серверу доступ на запис до кореневого каталогу. Побачити %s", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index b31359775d1..42de1ef9a42 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -263,9 +263,9 @@ "%s enter the database name." : "%s введіть назву бази даних.", "%s you may not use dots in the database name" : "%s не можна використовувати крапки в назві бази даних", "Cannot read file" : "Неможливо прочитати файл", - "Cannot write into \"config\" directory" : "Не можу писати у теку \"config\"", + "Cannot write into \"config\" directory" : "Неможливо записувати до каталгу \"config\"", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Зазвичай це можна виправити, надавши веб-серверу доступ для запису до каталогу конфігурації. Побачити %s", - "Cannot write into \"apps\" directory" : "Не можу писати у теку \"apps\"", + "Cannot write into \"apps\" directory" : "Неможливо записувати до каталогу \"apps\"", "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Зазвичай це можна виправити, надавши веб-серверу доступ для запису до каталогу програм або вимкнувши App Store у файлі конфігурації.", "Cannot create \"data\" directory" : "Неможливо створити каталог даних", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Зазвичай це можна виправити, надавши веб-серверу доступ на запис до кореневого каталогу. Побачити %s", |