diff options
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/sr.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/sr.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/sr.js b/apps/contactsinteraction/l10n/sr.js new file mode 100644 index 00000000000..41112b6d537 --- /dev/null +++ b/apps/contactsinteraction/l10n/sr.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Недавно контактирани", + "Contacts Interaction" : "Интеракција контаката", + "Manages interaction between users and contacts" : "Управља интеракцијом између корисника и контаката", + "Collect data about user and contacts interactions and provide an address book for the data" : "Прикупља податке о интеракцији корисника и контаката и обезбеђује адресар за податке" +}, +"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/apps/contactsinteraction/l10n/sr.json b/apps/contactsinteraction/l10n/sr.json new file mode 100644 index 00000000000..06ef072b40b --- /dev/null +++ b/apps/contactsinteraction/l10n/sr.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Недавно контактирани", + "Contacts Interaction" : "Интеракција контаката", + "Manages interaction between users and contacts" : "Управља интеракцијом између корисника и контаката", + "Collect data about user and contacts interactions and provide an address book for the data" : "Прикупља податке о интеракцији корисника и контаката и обезбеђује адресар за податке" +},"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 |