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-10-27 09:11:22 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-27 09:11:22 +0300
commit659a60a9771e2599782e2cee509f6febfb7c6e71 (patch)
tree12ee778003ae83a526f92addaf4a0b71c5efdb76 /l10n
parent642f15d5d048512c3eb94830ca525dc70936c228 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/nb_NO.js2
-rw-r--r--l10n/nb_NO.json2
-rw-r--r--l10n/nb_NO.php2
3 files changed, 6 insertions, 0 deletions
diff --git a/l10n/nb_NO.js b/l10n/nb_NO.js
index d93bb65..6423d8c 100644
--- a/l10n/nb_NO.js
+++ b/l10n/nb_NO.js
@@ -1,8 +1,10 @@
OC.L10N.register(
"files_texteditor",
{
+ "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.",
+ "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",
"File path not supplied" : "Filbane ikke angitt",
diff --git a/l10n/nb_NO.json b/l10n/nb_NO.json
index 7a808f0..fdfc203 100644
--- a/l10n/nb_NO.json
+++ b/l10n/nb_NO.json
@@ -1,6 +1,8 @@
{ "translations": {
+ "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.",
+ "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",
"File path not supplied" : "Filbane ikke angitt",
diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php
index 59c9f78..72ae0cb 100644
--- a/l10n/nb_NO.php
+++ b/l10n/nb_NO.php
@@ -1,7 +1,9 @@
<?php
$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.",
+"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",
"File path not supplied" => "Filbane ikke angitt",