From 37a871127b750d0f633cdfb7713b0582dfdf2d6a Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sat, 18 Apr 2015 01:55:19 -0400 Subject: [tx-robot] updated from transifex --- lib/l10n/it.js | 1 + lib/l10n/it.json | 1 + lib/l10n/ro.js | 8 ++++++++ lib/l10n/ro.json | 8 ++++++++ lib/l10n/ru.js | 1 + lib/l10n/ru.json | 1 + lib/l10n/uk.js | 2 ++ lib/l10n/uk.json | 2 ++ 8 files changed, 24 insertions(+) (limited to 'lib') diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 7075997b18b..d60b0a4622c 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin password." : "Imposta una password di amministrazione.", "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s", "%s shared »%s« with you" : "%s ha condiviso «%s» con te", + "%s via %s" : "%s tramite %s", "Sharing %s failed, because the backend does not allow shares from type %i" : "Condivisione di %s non riuscita, poiché il motore non consente condivisioni del tipo %i", "Sharing %s failed, because the file does not exist" : "Condivisione di %s non riuscita, poiché il file non esiste", "You are not allowed to share %s" : "Non ti è consentito condividere %s", diff --git a/lib/l10n/it.json b/lib/l10n/it.json index 4124a5bf3c8..83065091c8b 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -82,6 +82,7 @@ "Set an admin password." : "Imposta una password di amministrazione.", "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s", "%s shared »%s« with you" : "%s ha condiviso «%s» con te", + "%s via %s" : "%s tramite %s", "Sharing %s failed, because the backend does not allow shares from type %i" : "Condivisione di %s non riuscita, poiché il motore non consente condivisioni del tipo %i", "Sharing %s failed, because the file does not exist" : "Condivisione di %s non riuscita, poiché il file non esiste", "You are not allowed to share %s" : "Non ti è consentito condividere %s", diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js index db35a95e88d..7b417ab5628 100644 --- a/lib/l10n/ro.js +++ b/lib/l10n/ro.js @@ -2,8 +2,13 @@ OC.L10N.register( "lib", { "Cannot write into \"config\" directory!" : "Nu se poate scrie în folderul \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Aceasta se poate repara de obicei prin permiterea accesului de scriere la dosarul de configurarea a webserverului", "See %s" : "Vezi %s", "PHP %s or higher is required." : "Versiunea PHP %s sau mai mare este necesară.", + "PHP with a version lower than %s is required." : "Este necesară o versiune PHP mai mică decât %s", + "Following platforms are supported: %s" : "Sunt suportate următoarele platforme: %s", + "ownCloud %s or higher is required." : "ownCloud %s sau mai mare este necesar.", + "ownCloud with a version lower than %s is required." : "ownCloud cu o versiune mai mică decât %s este necesară.", "Help" : "Ajutor", "Personal" : "Personal", "Users" : "Utilizatori", @@ -17,8 +22,11 @@ OC.L10N.register( "last month" : "ultima lună", "_%n month ago_::_%n months ago_" : ["%n lună în urmă","%n luni în urmă","%n luni în urmă"], "last year" : "ultimul an", + "_%n year ago_::_%n years ago_" : ["%n an în urmă","%n ani în urmâ","%n ani în urmâ"], "seconds ago" : "secunde în urmă", "web services under your control" : "servicii web controlate de tine", + "Empty filename is not allowed" : "Nu este permis fișier fără nume", + "File name is too long" : "Numele fișierului este prea lung", "Application is not enabled" : "Aplicația nu este activată", "Authentication error" : "Eroare la autentificare", "Token expired. Please reload page." : "Token expirat. Te rugăm să reîncarci pagina.", diff --git a/lib/l10n/ro.json b/lib/l10n/ro.json index b610fd6ed68..47ea0d5fbbd 100644 --- a/lib/l10n/ro.json +++ b/lib/l10n/ro.json @@ -1,7 +1,12 @@ { "translations": { "Cannot write into \"config\" directory!" : "Nu se poate scrie în folderul \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Aceasta se poate repara de obicei prin permiterea accesului de scriere la dosarul de configurarea a webserverului", "See %s" : "Vezi %s", "PHP %s or higher is required." : "Versiunea PHP %s sau mai mare este necesară.", + "PHP with a version lower than %s is required." : "Este necesară o versiune PHP mai mică decât %s", + "Following platforms are supported: %s" : "Sunt suportate următoarele platforme: %s", + "ownCloud %s or higher is required." : "ownCloud %s sau mai mare este necesar.", + "ownCloud with a version lower than %s is required." : "ownCloud cu o versiune mai mică decât %s este necesară.", "Help" : "Ajutor", "Personal" : "Personal", "Users" : "Utilizatori", @@ -15,8 +20,11 @@ "last month" : "ultima lună", "_%n month ago_::_%n months ago_" : ["%n lună în urmă","%n luni în urmă","%n luni în urmă"], "last year" : "ultimul an", + "_%n year ago_::_%n years ago_" : ["%n an în urmă","%n ani în urmâ","%n ani în urmâ"], "seconds ago" : "secunde în urmă", "web services under your control" : "servicii web controlate de tine", + "Empty filename is not allowed" : "Nu este permis fișier fără nume", + "File name is too long" : "Numele fișierului este prea lung", "Application is not enabled" : "Aplicația nu este activată", "Authentication error" : "Eroare la autentificare", "Token expired. Please reload page." : "Token expirat. Te rugăm să reîncarci pagina.", diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index fa026c27741..9d6ed3b301c 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -84,6 +84,7 @@ OC.L10N.register( "Set an admin password." : "Задать пароль для admin.", "Can't create or write into the data directory %s" : "Невозможно создать или записать в каталог данных %s", "%s shared »%s« with you" : "%s поделился »%s« с вами", + "%s via %s" : "%s через %s", "Sharing %s failed, because the backend does not allow shares from type %i" : "Не удалось поделиться %s, общий доступ не допускает публикации из элементов типа %i", "Sharing %s failed, because the file does not exist" : "Не удалось поделиться %s, файл не существует", "You are not allowed to share %s" : "Вам запрещено делиться %s", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 9b63890c826..c3e1dbae4de 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -82,6 +82,7 @@ "Set an admin password." : "Задать пароль для admin.", "Can't create or write into the data directory %s" : "Невозможно создать или записать в каталог данных %s", "%s shared »%s« with you" : "%s поделился »%s« с вами", + "%s via %s" : "%s через %s", "Sharing %s failed, because the backend does not allow shares from type %i" : "Не удалось поделиться %s, общий доступ не допускает публикации из элементов типа %i", "Sharing %s failed, because the file does not exist" : "Не удалось поделиться %s, файл не существует", "You are not allowed to share %s" : "Вам запрещено делиться %s", diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index ce47b7538a5..c2a237f894d 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -81,6 +81,7 @@ OC.L10N.register( "Set an admin password." : "Встановіть пароль адміністратора.", "Can't create or write into the data directory %s" : "Неможливо створити або записати каталог даних %s", "%s shared »%s« with you" : "%s розподілено »%s« з тобою", + "%s via %s" : "%s за допомогою %s", "Sharing %s failed, because the backend does not allow shares from type %i" : "Не вдалося поділитися %s, загальний доступ не допускає публікації з елементів типу %i", "Sharing %s failed, because the file does not exist" : "Не вдалося поділитися %s, оскільки файл не існує", "You are not allowed to share %s" : "Вам заборонено поширювати %s", @@ -113,6 +114,7 @@ OC.L10N.register( "A valid password must be provided" : "Потрібно задати вірний пароль", "The username is already being used" : "Ім'я користувача вже використовується", "No database drivers (sqlite, mysql, or postgresql) installed." : "Не встановлено драйвер бази даних (sqlite, mysql, or postgresql).", + "Microsoft Windows Platform is not supported" : "Платформа Microsoft Windows не підтримується", "Cannot write into \"config\" directory" : "Не можу писати у теку \"config\"", "Cannot write into \"apps\" directory" : "Не можу писати у теку \"apps\"", "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Зазвичай це можна виправити, %s надавши веб-серверу права на запис в каталог додатків %s або відключивши сховище програм у файлі конфігурації.", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index d4c371e0ea6..9e7161c838a 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -79,6 +79,7 @@ "Set an admin password." : "Встановіть пароль адміністратора.", "Can't create or write into the data directory %s" : "Неможливо створити або записати каталог даних %s", "%s shared »%s« with you" : "%s розподілено »%s« з тобою", + "%s via %s" : "%s за допомогою %s", "Sharing %s failed, because the backend does not allow shares from type %i" : "Не вдалося поділитися %s, загальний доступ не допускає публікації з елементів типу %i", "Sharing %s failed, because the file does not exist" : "Не вдалося поділитися %s, оскільки файл не існує", "You are not allowed to share %s" : "Вам заборонено поширювати %s", @@ -111,6 +112,7 @@ "A valid password must be provided" : "Потрібно задати вірний пароль", "The username is already being used" : "Ім'я користувача вже використовується", "No database drivers (sqlite, mysql, or postgresql) installed." : "Не встановлено драйвер бази даних (sqlite, mysql, or postgresql).", + "Microsoft Windows Platform is not supported" : "Платформа Microsoft Windows не підтримується", "Cannot write into \"config\" directory" : "Не можу писати у теку \"config\"", "Cannot write into \"apps\" directory" : "Не можу писати у теку \"apps\"", "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Зазвичай це можна виправити, %s надавши веб-серверу права на запис в каталог додатків %s або відключивши сховище програм у файлі конфігурації.", -- cgit v1.2.3