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
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-09-20 05:15:04 +0300
committerNextcloud bot <bot@nextcloud.com>2019-09-20 05:15:04 +0300
commit9313783a43646bdd1881e62ff1ee922b6e1112c1 (patch)
treecf8183f4bee16f55f65736478b501e79a9aee2e5 /apps
parent505fc0e1c2c968c13b0cf96bf5bc860cfb31d535 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/accessibility/l10n/nb.js16
-rw-r--r--apps/accessibility/l10n/nb.json14
-rw-r--r--apps/comments/l10n/nb.js1
-rw-r--r--apps/comments/l10n/nb.json1
4 files changed, 32 insertions, 0 deletions
diff --git a/apps/accessibility/l10n/nb.js b/apps/accessibility/l10n/nb.js
new file mode 100644
index 00000000000..d929db36670
--- /dev/null
+++ b/apps/accessibility/l10n/nb.js
@@ -0,0 +1,16 @@
+OC.L10N.register(
+ "accessibility",
+ {
+ "High contrast mode" : "Høykontrast modus",
+ "Accessibility" : "Tilgjengelighet",
+ "Accessibility options for nextcloud" : "Tilgjengelighetsvalg for nextcloud",
+ "our issue tracker" : "vår problemsporer",
+ "our design team" : "vårt designteam",
+ "Enable" : "Aktiver",
+ "High contrast theme" : "Høykontrast-tema",
+ "Dark theme (beta)" : "Mørkt tema (beta)",
+ "Themes" : "Temaer",
+ "Fonts" : "Skrifttyper",
+ "enabled" : "aktivert"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/accessibility/l10n/nb.json b/apps/accessibility/l10n/nb.json
new file mode 100644
index 00000000000..6c02fb49faf
--- /dev/null
+++ b/apps/accessibility/l10n/nb.json
@@ -0,0 +1,14 @@
+{ "translations": {
+ "High contrast mode" : "Høykontrast modus",
+ "Accessibility" : "Tilgjengelighet",
+ "Accessibility options for nextcloud" : "Tilgjengelighetsvalg for nextcloud",
+ "our issue tracker" : "vår problemsporer",
+ "our design team" : "vårt designteam",
+ "Enable" : "Aktiver",
+ "High contrast theme" : "Høykontrast-tema",
+ "Dark theme (beta)" : "Mørkt tema (beta)",
+ "Themes" : "Temaer",
+ "Fonts" : "Skrifttyper",
+ "enabled" : "aktivert"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/comments/l10n/nb.js b/apps/comments/l10n/nb.js
index 01e70093e2b..ae2850e9fd2 100644
--- a/apps/comments/l10n/nb.js
+++ b/apps/comments/l10n/nb.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
"Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
"_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
+ "_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"],
"Comment" : "Kommentar"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/comments/l10n/nb.json b/apps/comments/l10n/nb.json
index f23159a54e3..3d638e4e7df 100644
--- a/apps/comments/l10n/nb.json
+++ b/apps/comments/l10n/nb.json
@@ -25,6 +25,7 @@
"Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
"Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
"_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
+ "_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"],
"Comment" : "Kommentar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file