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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-06 10:18:17 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-06 10:18:17 +0300
commit91484ac4ad102427fcdbc4bdb33af29dcb0608e5 (patch)
tree86ab1943f74dbf881d7b9f3fc104a55176da00a5
parenta470ef173c9967bfcaeb7ccfefa982b256acac38 (diff)
[tx-robot] updated from transifexv8.0.0alpha2
-rw-r--r--l10n/sv.js4
-rw-r--r--l10n/sv.json4
-rw-r--r--l10n/sv.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/l10n/sv.js b/l10n/sv.js
index f0a0b5e3..7b256b45 100644
--- a/l10n/sv.js
+++ b/l10n/sv.js
@@ -2,7 +2,7 @@ OC.L10N.register(
"gallery",
{
"Pictures" : "Bilder",
- "Picture view" : "Bild vy",
+ "Picture view" : "Bildvy",
"Next" : "Nästa",
"Play" : "Spela",
"Pause" : "Paus",
@@ -12,6 +12,6 @@ OC.L10N.register(
"Share" : "Dela",
"No pictures found! If you upload pictures in the files app, they will be displayed here." : "Kan inte hitta några bilder! Om du har laddat upp bilderna med fil-appen, kan de visas här senare.",
"shared by %s" : "delad av %s",
- "File list" : "Fil lista"
+ "File list" : "Fillista"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sv.json b/l10n/sv.json
index 0de5b215..73201a65 100644
--- a/l10n/sv.json
+++ b/l10n/sv.json
@@ -1,6 +1,6 @@
{ "translations": {
"Pictures" : "Bilder",
- "Picture view" : "Bild vy",
+ "Picture view" : "Bildvy",
"Next" : "Nästa",
"Play" : "Spela",
"Pause" : "Paus",
@@ -10,6 +10,6 @@
"Share" : "Dela",
"No pictures found! If you upload pictures in the files app, they will be displayed here." : "Kan inte hitta några bilder! Om du har laddat upp bilderna med fil-appen, kan de visas här senare.",
"shared by %s" : "delad av %s",
- "File list" : "Fil lista"
+ "File list" : "Fillista"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/sv.php b/l10n/sv.php
index 7c310893..3ee40910 100644
--- a/l10n/sv.php
+++ b/l10n/sv.php
@@ -1,7 +1,7 @@
<?php
$TRANSLATIONS = array(
"Pictures" => "Bilder",
-"Picture view" => "Bild vy",
+"Picture view" => "Bildvy",
"Next" => "Nästa",
"Play" => "Spela",
"Pause" => "Paus",
@@ -11,6 +11,6 @@ $TRANSLATIONS = array(
"Share" => "Dela",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Kan inte hitta några bilder! Om du har laddat upp bilderna med fil-appen, kan de visas här senare.",
"shared by %s" => "delad av %s",
-"File list" => "Fil lista"
+"File list" => "Fillista"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";