diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-26 02:18:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-26 02:18:48 +0000 |
commit | aea31d5dddfe261e51f7462c8a8afdbb0114d1d9 (patch) | |
tree | cbae30eaff7dcd73b7e1aa2aafdde79e5774769f /apps/contactsinteraction | |
parent | 82984b5c795113b1749a9bd5536dcce68eb3d280 (diff) | |
download | nextcloud-server-aea31d5dddfe261e51f7462c8a8afdbb0114d1d9.tar.gz nextcloud-server-aea31d5dddfe261e51f7462c8a8afdbb0114d1d9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/en_GB.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/en_GB.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/en_GB.js b/apps/contactsinteraction/l10n/en_GB.js new file mode 100644 index 00000000000..158d83ae45b --- /dev/null +++ b/apps/contactsinteraction/l10n/en_GB.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Recently contacted", + "Contacts Interaction" : "Contacts Interaction", + "Manages interaction between users and contacts" : "Manages interaction between users and contacts", + "Collect data about user and contacts interactions and provide an address book for the data" : "Collect data about user and contacts interactions and provide an address book for the data" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/contactsinteraction/l10n/en_GB.json b/apps/contactsinteraction/l10n/en_GB.json new file mode 100644 index 00000000000..f2f05ed5d98 --- /dev/null +++ b/apps/contactsinteraction/l10n/en_GB.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Recently contacted", + "Contacts Interaction" : "Contacts Interaction", + "Manages interaction between users and contacts" : "Manages interaction between users and contacts", + "Collect data about user and contacts interactions and provide an address book for the data" : "Collect data about user and contacts interactions and provide an address book for the data" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |