diff options
Diffstat (limited to 'apps/contactsinteraction/l10n')
-rw-r--r-- | apps/contactsinteraction/l10n/nb.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/nb.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/nb.js b/apps/contactsinteraction/l10n/nb.js new file mode 100644 index 00000000000..bcbdb5342ce --- /dev/null +++ b/apps/contactsinteraction/l10n/nb.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Nylig kontaktet", + "Contacts Interaction" : "Interaksjon med kontakter", + "Manages interaction between users and contacts" : "Administrerer interaksjon mellom brukere og kontakter", + "Collect data about user and contacts interactions and provide an address book for the data" : "Samle inn data om bruker- og kontaktinteraksjoner og oppgi en adressebok for dataene" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/contactsinteraction/l10n/nb.json b/apps/contactsinteraction/l10n/nb.json new file mode 100644 index 00000000000..6ae50a5c7fe --- /dev/null +++ b/apps/contactsinteraction/l10n/nb.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Nylig kontaktet", + "Contacts Interaction" : "Interaksjon med kontakter", + "Manages interaction between users and contacts" : "Administrerer interaksjon mellom brukere og kontakter", + "Collect data about user and contacts interactions and provide an address book for the data" : "Samle inn data om bruker- og kontaktinteraksjoner og oppgi en adressebok for dataene" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |