diff options
Diffstat (limited to 'lib/l10n/hsb.js')
-rw-r--r-- | lib/l10n/hsb.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/hsb.js b/lib/l10n/hsb.js new file mode 100644 index 00000000000..0701d03ad85 --- /dev/null +++ b/lib/l10n/hsb.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "lib", + { + "Accounts" : "Accounts" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); |