diff options
Diffstat (limited to 'lib/l10n/sr.js')
-rw-r--r-- | lib/l10n/sr.js | 2 |
1 files changed, 2 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);"); |