summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-11-03 02:14:09 +0000
committerNextcloud bot <bot@nextcloud.com>2022-11-03 02:14:09 +0000
commitbfb764b5f3a26add7059391134c86a1fca460dfd (patch)
tree2597938310cae02101b1b40ed29fe88f635c2565 /apps
parent87f8f9ff1d8ef837c3aea501ba7780ea1e916e66 (diff)
downloadnextcloud-server-bfb764b5f3a26add7059391134c86a1fca460dfd.tar.gz
nextcloud-server-bfb764b5f3a26add7059391134c86a1fca460dfd.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/contactsinteraction/l10n/nb.js9
-rw-r--r--apps/contactsinteraction/l10n/nb.json7
-rw-r--r--apps/dav/l10n/sv.js1
-rw-r--r--apps/dav/l10n/sv.json1
-rw-r--r--apps/files/l10n/nb.js1
-rw-r--r--apps/files/l10n/nb.json1
-rw-r--r--apps/lookup_server_connector/l10n/nb.js7
-rw-r--r--apps/lookup_server_connector/l10n/nb.json5
-rw-r--r--apps/settings/l10n/nb.js1
-rw-r--r--apps/settings/l10n/nb.json1
10 files changed, 34 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
diff --git a/apps/dav/l10n/sv.js b/apps/dav/l10n/sv.js
index 5bcc0d621ae..a5f822b8b7f 100644
--- a/apps/dav/l10n/sv.js
+++ b/apps/dav/l10n/sv.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Om du konfigurerar dina arbetstimmar kan andra användare se när du inte är på jobbet när de bokar ett möte.",
"Time zone:" : "Tidszon:",
"to" : "till",
+ "Delete slot" : "Radera lucka",
"No working hours set" : "Inga arbetstimmar satta",
"Monday" : "Måndag",
"Tuesday" : "Tisdag",
diff --git a/apps/dav/l10n/sv.json b/apps/dav/l10n/sv.json
index e4bbb46e490..8a6a0582333 100644
--- a/apps/dav/l10n/sv.json
+++ b/apps/dav/l10n/sv.json
@@ -112,6 +112,7 @@
"If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Om du konfigurerar dina arbetstimmar kan andra användare se när du inte är på jobbet när de bokar ett möte.",
"Time zone:" : "Tidszon:",
"to" : "till",
+ "Delete slot" : "Radera lucka",
"No working hours set" : "Inga arbetstimmar satta",
"Monday" : "Måndag",
"Tuesday" : "Tisdag",
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js
index 1525a1873f3..d17606db303 100644
--- a/apps/files/l10n/nb.js
+++ b/apps/files/l10n/nb.js
@@ -178,6 +178,7 @@ OC.L10N.register(
"%1$s of %2$s used" : "%1$s av %2$s brukt",
"Files settings" : "Filinnstillinger",
"Show hidden files" : "Vis skjulte filer",
+ "Crop image previews" : "Beskjær forhåndsvisninger av bilder",
"WebDAV" : "WebDAV",
"Use this address to access your Files via WebDAV" : "Bruk denne adressen for tilgang til filene dine via WebDAV",
"Toggle grid view" : "Veksle rutenett-visning",
diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json
index d680f2d7c7f..af0b4dfe1bb 100644
--- a/apps/files/l10n/nb.json
+++ b/apps/files/l10n/nb.json
@@ -176,6 +176,7 @@
"%1$s of %2$s used" : "%1$s av %2$s brukt",
"Files settings" : "Filinnstillinger",
"Show hidden files" : "Vis skjulte filer",
+ "Crop image previews" : "Beskjær forhåndsvisninger av bilder",
"WebDAV" : "WebDAV",
"Use this address to access your Files via WebDAV" : "Bruk denne adressen for tilgang til filene dine via WebDAV",
"Toggle grid view" : "Veksle rutenett-visning",
diff --git a/apps/lookup_server_connector/l10n/nb.js b/apps/lookup_server_connector/l10n/nb.js
new file mode 100644
index 00000000000..0900c13f609
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/nb.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Tilkoble oppslagsserver",
+ "Sync public user information with the lookup server" : "Synkroniser offentlig brukerinformasjon med oppslagsserveren"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/lookup_server_connector/l10n/nb.json b/apps/lookup_server_connector/l10n/nb.json
new file mode 100644
index 00000000000..264d921ffef
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/nb.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Tilkoble oppslagsserver",
+ "Sync public user information with the lookup server" : "Synkroniser offentlig brukerinformasjon med oppslagsserveren"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js
index 4fa0d0c918b..9951f8219a0 100644
--- a/apps/settings/l10n/nb.js
+++ b/apps/settings/l10n/nb.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Private" : "Privat",
+ "Only visible to people matched via phone number integration through Talk on mobile" : "Kun synlig for personer som matches via telefonnummerintegrasjon via Talk på mobil",
"Local" : "Lokal",
"Federated" : "Sammenknyttet",
"Only synchronize to trusted servers" : "Synkroniser kun til betrodde servere",
diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json
index 38548ff3747..d995f9d933d 100644
--- a/apps/settings/l10n/nb.json
+++ b/apps/settings/l10n/nb.json
@@ -1,5 +1,6 @@
{ "translations": {
"Private" : "Privat",
+ "Only visible to people matched via phone number integration through Talk on mobile" : "Kun synlig for personer som matches via telefonnummerintegrasjon via Talk på mobil",
"Local" : "Lokal",
"Federated" : "Sammenknyttet",
"Only synchronize to trusted servers" : "Synkroniser kun til betrodde servere",