summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-05-21 02:04:52 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-05-21 02:04:52 +0200
commitafdad5c74da5c163b01f43046224b376a23f4e60 (patch)
tree2ccce9cb7508de02f502a76e5b053d7d8ca70f9d /apps/files_versions
parent54d3b381a8fec41df9c211f9a61aa23680081705 (diff)
downloadnextcloud-server-afdad5c74da5c163b01f43046224b376a23f4e60.tar.gz
nextcloud-server-afdad5c74da5c163b01f43046224b376a23f4e60.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/nn_NO.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/nn_NO.php b/apps/files_versions/l10n/nn_NO.php
new file mode 100644
index 00000000000..940cc2371a1
--- /dev/null
+++ b/apps/files_versions/l10n/nn_NO.php
@@ -0,0 +1,11 @@
+<?php $TRANSLATIONS = array(
+"Could not revert: %s" => "Klarte ikkje å tilbakestilla: %s",
+"success" => "vellukka",
+"File %s was reverted to version %s" => "Tilbakestilte fila %s til utgåva %s",
+"failure" => "feil",
+"File %s could not be reverted to version %s" => "Klarte ikkje tilbakestilla fila %s til utgåva %s",
+"No old versions available" => "Ingen eldre utgåver tilgjengelege",
+"No path specified" => "Ingen sti gjeve",
+"Versions" => "Utgåver",
+"Revert a file to a previous version by clicking on its revert button" => "Tilbakestill ei fil til ei tidlegare utgåve ved å klikka tilbakestill-knappen"
+);