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>2021-11-23 05:25:56 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-23 05:25:56 +0300
commit129de6079e53e0ac9dbf9d7c25ec1670ae0ff572 (patch)
treecdeee5ffe7e8056f0f36be9132bd19b440e15eb9 /apps/contactsinteraction
parent7182a524523af99710514372cc3101cf214eb17d (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r--apps/contactsinteraction/l10n/sv.js9
-rw-r--r--apps/contactsinteraction/l10n/sv.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/sv.js b/apps/contactsinteraction/l10n/sv.js
new file mode 100644
index 00000000000..ec81515548d
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sv.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "contactsinteraction",
+ {
+ "Recently contacted" : "Nyligen kontaktade",
+ "Contacts Interaction" : "Kontaktinteraktion",
+ "Manages interaction between users and contacts" : "Hanterar interaktioner mellan användare och kontakter",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Samla data om användares interaktioner med kontakter och tillhandahåll en adressbok för datan"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/contactsinteraction/l10n/sv.json b/apps/contactsinteraction/l10n/sv.json
new file mode 100644
index 00000000000..b67075060e8
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sv.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Recently contacted" : "Nyligen kontaktade",
+ "Contacts Interaction" : "Kontaktinteraktion",
+ "Manages interaction between users and contacts" : "Hanterar interaktioner mellan användare och kontakter",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Samla data om användares interaktioner med kontakter och tillhandahåll en adressbok för datan"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file