diff options
Diffstat (limited to 'apps/comments/l10n/bs.js')
-rw-r--r-- | apps/comments/l10n/bs.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/comments/l10n/bs.js b/apps/comments/l10n/bs.js deleted file mode 100644 index b1f98fedfa6..00000000000 --- a/apps/comments/l10n/bs.js +++ /dev/null @@ -1,8 +0,0 @@ -OC.L10N.register( - "comments", - { - "Cancel" : "Odustani", - "Save" : "Spremi", - "Comment" : "Komentar" -}, -"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |