diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/mk.js | 3 | ||||
-rw-r--r-- | lib/l10n/mk.json | 3 | ||||
-rw-r--r-- | lib/l10n/sl.js | 2 | ||||
-rw-r--r-- | lib/l10n/sl.json | 2 | ||||
-rw-r--r-- | lib/l10n/zh_CN.js | 2 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 2 |
6 files changed, 12 insertions, 2 deletions
diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js index 2fb61983990..334ba229eba 100644 --- a/lib/l10n/mk.js +++ b/lib/l10n/mk.js @@ -130,6 +130,7 @@ OC.L10N.register( "Username contains whitespace at the beginning or at the end" : "Корисничкото име содржи празно место на почетокот или на крајот", "A valid password must be provided" : "Мора да се обезбеди валидна лозинка", "The username is already being used" : "Корисничкото име е веќе во употреба", + "Could not create user" : "Неможе да се креира корисник", "User disabled" : "Оневозможен корисник", "a safe home for all your data" : "безбеден дом за сите ваши податоци", "File is currently busy, please try again later" : "Датотеката моментално е зафатена, обидете се повторно", @@ -137,8 +138,10 @@ OC.L10N.register( "Application is not enabled" : "Апликацијата не е овозможена", "Authentication error" : "Грешка во автентикација", "Token expired. Please reload page." : "Жетонот е истечен. Ве молам превчитајте ја страницата.", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Нема инсталирано додаток за (sqlite, mysql, или postgresql) база на податоци.", "Cannot write into \"config\" directory" : "Не може да зе запишува во \"config\" директориумот", "Cannot write into \"apps\" directory" : "Не може да зе запишува во \"apps\" директориумот", + "Cannot create \"data\" directory" : "Неможе да се креира директориум \"data\"", "Setting locale to %s failed" : "Неуспешно поставување на локацијата %s ", "Please ask your server administrator to install the module." : "Замолете го сервер администраторот да го инсталира додатокот.", "PHP module %s not installed." : "PHP модулот %s не е инсталиран.", diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json index 338096c3d31..1433d4e5073 100644 --- a/lib/l10n/mk.json +++ b/lib/l10n/mk.json @@ -128,6 +128,7 @@ "Username contains whitespace at the beginning or at the end" : "Корисничкото име содржи празно место на почетокот или на крајот", "A valid password must be provided" : "Мора да се обезбеди валидна лозинка", "The username is already being used" : "Корисничкото име е веќе во употреба", + "Could not create user" : "Неможе да се креира корисник", "User disabled" : "Оневозможен корисник", "a safe home for all your data" : "безбеден дом за сите ваши податоци", "File is currently busy, please try again later" : "Датотеката моментално е зафатена, обидете се повторно", @@ -135,8 +136,10 @@ "Application is not enabled" : "Апликацијата не е овозможена", "Authentication error" : "Грешка во автентикација", "Token expired. Please reload page." : "Жетонот е истечен. Ве молам превчитајте ја страницата.", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Нема инсталирано додаток за (sqlite, mysql, или postgresql) база на податоци.", "Cannot write into \"config\" directory" : "Не може да зе запишува во \"config\" директориумот", "Cannot write into \"apps\" directory" : "Не може да зе запишува во \"apps\" директориумот", + "Cannot create \"data\" directory" : "Неможе да се креира директориум \"data\"", "Setting locale to %s failed" : "Неуспешно поставување на локацијата %s ", "Please ask your server administrator to install the module." : "Замолете го сервер администраторот да го инсталира додатокот.", "PHP module %s not installed." : "PHP модулот %s не е инсталиран.", diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index a79f9015736..d6e15a26113 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -86,7 +86,7 @@ OC.L10N.register( "You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.", "Expiration date is in the past" : "Datum preteka je že mimo!", "%1$s shared »%2$s« with you" : "%1$s vam omogoči souporabo »%2$s«", - "%1$s shared »%2$s« with you." : "%1$s vam omogoči souporabo »%2$s«.", + "%1$s shared »%2$s« with you." : "%1$s vam omogoča souporabo »%2$s«.", "Click the button below to open it." : "Kliknite na gumb za odpiranje.", "Could not find category \"%s\"" : "Kategorije »%s« ni mogoče najti.", "Sunday" : "nedelja", diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json index 99df532be05..944cae30ed4 100644 --- a/lib/l10n/sl.json +++ b/lib/l10n/sl.json @@ -84,7 +84,7 @@ "You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.", "Expiration date is in the past" : "Datum preteka je že mimo!", "%1$s shared »%2$s« with you" : "%1$s vam omogoči souporabo »%2$s«", - "%1$s shared »%2$s« with you." : "%1$s vam omogoči souporabo »%2$s«.", + "%1$s shared »%2$s« with you." : "%1$s vam omogoča souporabo »%2$s«.", "Click the button below to open it." : "Kliknite na gumb za odpiranje.", "Could not find category \"%s\"" : "Kategorije »%s« ni mogoče najti.", "Sunday" : "nedelja", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index d62208a5cc1..2cd90974301 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -22,10 +22,12 @@ OC.L10N.register( "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", "PHP with a version lower than %s is required." : "需要版本低于 %s 的PHP。", "%sbit or higher PHP required." : "需要 %s 或更高版本的 PHP。", + "The following databases are supported: %s" : "支持以下数据库:%s", "The command line tool %s could not be found" : "命令行工具 %s 未找到", "The library %s is not available." : "库文件 %s 不可用", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "库版本 %1$s 高于需要的版本 %2$s - 可用版本 %3$s。", "Library %1$s with a version lower than %2$s is required - available version %3$s." : "库版本 %1$s 低于需要的版本 %2$s - 可用版本 %3$s。", + "The following platforms are supported: %s" : "支持以下平台:%s", "Server version %s or higher is required." : "需要服务器版本 %s 或更高版本。", "Server version %s or lower is required." : "需要服务器版本 %s 或更低版本。", "Logged in user must be an admin or sub admin" : "当前登录用户必须为管理员或子管理员", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index e4520e2f375..b8a91b435f7 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -20,10 +20,12 @@ "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", "PHP with a version lower than %s is required." : "需要版本低于 %s 的PHP。", "%sbit or higher PHP required." : "需要 %s 或更高版本的 PHP。", + "The following databases are supported: %s" : "支持以下数据库:%s", "The command line tool %s could not be found" : "命令行工具 %s 未找到", "The library %s is not available." : "库文件 %s 不可用", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "库版本 %1$s 高于需要的版本 %2$s - 可用版本 %3$s。", "Library %1$s with a version lower than %2$s is required - available version %3$s." : "库版本 %1$s 低于需要的版本 %2$s - 可用版本 %3$s。", + "The following platforms are supported: %s" : "支持以下平台:%s", "Server version %s or higher is required." : "需要服务器版本 %s 或更高版本。", "Server version %s or lower is required." : "需要服务器版本 %s 或更低版本。", "Logged in user must be an admin or sub admin" : "当前登录用户必须为管理员或子管理员", |