From 5fc20e886218e71d1bfd1fbaf8d65d8b0a9b9a09 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 10 Dec 2020 02:20:14 +0000 Subject: [tx-robot] updated from transifex --- apps/contactsinteraction/l10n/hr.js | 9 +++++++++ apps/contactsinteraction/l10n/hr.json | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 apps/contactsinteraction/l10n/hr.js create mode 100644 apps/contactsinteraction/l10n/hr.json (limited to 'apps/contactsinteraction') diff --git a/apps/contactsinteraction/l10n/hr.js b/apps/contactsinteraction/l10n/hr.js new file mode 100644 index 00000000000..cbe160b1791 --- /dev/null +++ b/apps/contactsinteraction/l10n/hr.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Nedavno kontaktiran", + "Contacts Interaction" : "Interakcija kontakata", + "Manages interaction between users and contacts" : "Upravlja interakcijom korisnika i kontakata", + "Collect data about user and contacts interactions and provide an address book for the data" : "Prikuplja podatke o interakcijama korisnika i kontakata i stvara adresar za podatke" +}, +"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/hr.json b/apps/contactsinteraction/l10n/hr.json new file mode 100644 index 00000000000..4c770be7dac --- /dev/null +++ b/apps/contactsinteraction/l10n/hr.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Nedavno kontaktiran", + "Contacts Interaction" : "Interakcija kontakata", + "Manages interaction between users and contacts" : "Upravlja interakcijom korisnika i kontakata", + "Collect data about user and contacts interactions and provide an address book for the data" : "Prikuplja podatke o interakcijama korisnika i kontakata i stvara adresar za podatke" +},"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 -- cgit v1.2.3