diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-18 23:08:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-18 23:08:43 +0000 |
commit | 6b490f45fd938d631fc524e0c04af43182056bb7 (patch) | |
tree | 3a04fbec4f75018a4e559ab5b3243d8d8cac1986 /apps/workflowengine/l10n/nb.js | |
parent | 269600a04f18e025313352d3b2293cc10d3c26fa (diff) | |
download | nextcloud-server-6b490f45fd938d631fc524e0c04af43182056bb7.tar.gz nextcloud-server-6b490f45fd938d631fc524e0c04af43182056bb7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n/nb.js')
-rw-r--r-- | apps/workflowengine/l10n/nb.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/l10n/nb.js b/apps/workflowengine/l10n/nb.js index d10f052e4f8..66de5b20f3b 100644 --- a/apps/workflowengine/l10n/nb.js +++ b/apps/workflowengine/l10n/nb.js @@ -1,9 +1,7 @@ OC.L10N.register( "workflowengine", { - "Successfully saved" : "Lagret", "Saving failed:" : "Lagring mislyktes:", - "File mime type" : "Filens MIME-type", "is" : "er", "is not" : "er ikke", "matches" : "passer", @@ -66,6 +64,8 @@ OC.L10N.register( "Reset" : "Tilbakestill", "Save" : "Lagre", "Saving…" : "Lagrer...", - "Loading…" : "Laster..." + "Loading…" : "Laster...", + "Successfully saved" : "Lagret", + "File mime type" : "Filens MIME-type" }, "nplurals=2; plural=(n != 1);"); |