diff options
Diffstat (limited to 'lib/l10n/sr.js')
-rw-r--r-- | lib/l10n/sr.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 1748a9983d3..677c14b92cc 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -146,6 +146,7 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "Проверите податак за \"datadirectory\" у вашој конфигурацији", "Data directory (%s) is invalid" : "Директоријум података (%s) није исправан", "Please check that the data directory contains a file \".ocdata\" in its root." : "Проверите да ли директоријум података садржи фајл „.ocdata“ у свом основном директоријуму.", - "Could not obtain lock type %d on \"%s\"." : "Не могу да остварим закључаност %d за „%s“." + "Could not obtain lock type %d on \"%s\"." : "Не могу да остварим закључаност %d за „%s“.", + "Storage not available" : "Складиште није доступно" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |