Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-11-26 05:18:48 +0300
committerNextcloud bot <bot@nextcloud.com>2020-11-26 05:18:48 +0300
commitaea31d5dddfe261e51f7462c8a8afdbb0114d1d9 (patch)
treecbae30eaff7dcd73b7e1aa2aafdde79e5774769f /apps/contactsinteraction
parent82984b5c795113b1749a9bd5536dcce68eb3d280 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r--apps/contactsinteraction/l10n/en_GB.js9
-rw-r--r--apps/contactsinteraction/l10n/en_GB.json7
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