diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-22 01:55:21 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-22 01:55:21 -0400 |
commit | a79d97300573902a91345a72c618bf7607b765f0 (patch) | |
tree | af814051d1951ba25ff9ed764923788985e740b1 /lib/l10n | |
parent | e36a33c89a8cbd169ace27083768052181b1cf1b (diff) | |
download | nextcloud-server-a79d97300573902a91345a72c618bf7607b765f0.tar.gz nextcloud-server-a79d97300573902a91345a72c618bf7607b765f0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/sr.js | 2 | ||||
-rw-r--r-- | lib/l10n/sr.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index dd987fe7438..50791bdf266 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -60,6 +60,8 @@ OC.L10N.register( "Please ask your server administrator to install the module." : "Замолите администратора вашег сервера да инсталира тај модул.", "PHP module %s not installed." : "ПХП модул %s није инсталиран.", "PHP setting \"%s\" is not set to \"%s\"." : "ПХП поставка „%s“ није постављена на „%s“.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "ПХП је очигледно подешен да се скида уметнуте док блокова. То ће учинити неколико кључних апликација недоступним.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ово је вероватно изазвано кешом или акцелератором као што су ЗендОПкеш или еАкцелератор.", "PostgreSQL >= 9 required" : "Захтеван је ПостгреСкул >= 9" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index 6b7eef1fa51..a8dcaf3b01e 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -58,6 +58,8 @@ "Please ask your server administrator to install the module." : "Замолите администратора вашег сервера да инсталира тај модул.", "PHP module %s not installed." : "ПХП модул %s није инсталиран.", "PHP setting \"%s\" is not set to \"%s\"." : "ПХП поставка „%s“ није постављена на „%s“.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "ПХП је очигледно подешен да се скида уметнуте док блокова. То ће учинити неколико кључних апликација недоступним.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ово је вероватно изазвано кешом или акцелератором као што су ЗендОПкеш или еАкцелератор.", "PostgreSQL >= 9 required" : "Захтеван је ПостгреСкул >= 9" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file |