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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-12-23 10:11:20 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-12-23 10:11:20 +0300
commit75740b648f23c372e995eec3cadd4651ff055548 (patch)
tree51c6b8cb441083b019d6b2e6f66d9fd19a53a85d /l10n
parent5cc17356711d827b18eeaf852ba7776b3d7ff57e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/nb_NO.js1
-rw-r--r--l10n/nb_NO.json1
-rw-r--r--l10n/nb_NO.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/nb_NO.js b/l10n/nb_NO.js
index d075363..a37f41e 100644
--- a/l10n/nb_NO.js
+++ b/l10n/nb_NO.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"This file is too big to be opened. Please download the file instead." : "Denne filen er for stor til å bli åpnet. Last ned filen i stedet.",
"Cannot read the file." : "Kan ikke lese filen.",
"Invalid file path supplied." : "Ugyldig sti angitt.",
+ "The file is locked." : "Filen er låst.",
"An internal server error occurred." : "En intern serverfeil oppstod.",
"Cannot save file as it has been modified since opening" : "Kan ikke lagre filen siden den har blitt endret.",
"Insufficient permissions" : "Ikke rettigheter",
diff --git a/l10n/nb_NO.json b/l10n/nb_NO.json
index 4197e77..d65ad7d 100644
--- a/l10n/nb_NO.json
+++ b/l10n/nb_NO.json
@@ -2,6 +2,7 @@
"This file is too big to be opened. Please download the file instead." : "Denne filen er for stor til å bli åpnet. Last ned filen i stedet.",
"Cannot read the file." : "Kan ikke lese filen.",
"Invalid file path supplied." : "Ugyldig sti angitt.",
+ "The file is locked." : "Filen er låst.",
"An internal server error occurred." : "En intern serverfeil oppstod.",
"Cannot save file as it has been modified since opening" : "Kan ikke lagre filen siden den har blitt endret.",
"Insufficient permissions" : "Ikke rettigheter",
diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php
index 8b8a302..0092d71 100644
--- a/l10n/nb_NO.php
+++ b/l10n/nb_NO.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "Denne filen er for stor til å bli åpnet. Last ned filen i stedet.",
"Cannot read the file." => "Kan ikke lese filen.",
"Invalid file path supplied." => "Ugyldig sti angitt.",
+"The file is locked." => "Filen er låst.",
"An internal server error occurred." => "En intern serverfeil oppstod.",
"Cannot save file as it has been modified since opening" => "Kan ikke lagre filen siden den har blitt endret.",
"Insufficient permissions" => "Ikke rettigheter",