summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-08-21 00:08:13 +0000
committerNextcloud bot <bot@nextcloud.com>2017-08-21 00:08:13 +0000
commit9e1884b27cb873ee57247560d72d4d3c7e0aa801 (patch)
tree17aa4f97b0ccb275e13b5c50dc8dd5a7131af12f /lib/l10n
parent8c458de4c2d51363205f974384b287e4d34870d1 (diff)
downloadnextcloud-server-9e1884b27cb873ee57247560d72d4d3c7e0aa801.tar.gz
nextcloud-server-9e1884b27cb873ee57247560d72d4d3c7e0aa801.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/he.js1
-rw-r--r--lib/l10n/he.json1
-rw-r--r--lib/l10n/sv.js2
-rw-r--r--lib/l10n/sv.json2
4 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/he.js b/lib/l10n/he.js
index ce07fca5a10..456d76ac701 100644
--- a/lib/l10n/he.js
+++ b/lib/l10n/he.js
@@ -32,6 +32,7 @@ OC.L10N.register(
"App \"%s\" cannot be installed because appinfo file cannot be read." : "יישום \"%s\" לא ניתן להתקנה כיוון שקובץ appinfo לא ניתן לקריאה.",
"Help" : "עזרה",
"Apps" : "יישומים",
+ "Settings" : "הגדרות",
"Log out" : "התנתק",
"Users" : "משתמשים",
"Sharing" : "שיתוף",
diff --git a/lib/l10n/he.json b/lib/l10n/he.json
index 1114d4884ce..578df812764 100644
--- a/lib/l10n/he.json
+++ b/lib/l10n/he.json
@@ -30,6 +30,7 @@
"App \"%s\" cannot be installed because appinfo file cannot be read." : "יישום \"%s\" לא ניתן להתקנה כיוון שקובץ appinfo לא ניתן לקריאה.",
"Help" : "עזרה",
"Apps" : "יישומים",
+ "Settings" : "הגדרות",
"Log out" : "התנתק",
"Users" : "משתמשים",
"Sharing" : "שיתוף",
diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js
index 3c4af57019a..6d8015584d7 100644
--- a/lib/l10n/sv.js
+++ b/lib/l10n/sv.js
@@ -2,7 +2,7 @@ OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "Kan inte skriva till \"config\" katalogen!",
- "This can usually be fixed by giving the webserver write access to the config directory" : "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config katalogen",
+ "This can usually be fixed by giving the webserver write access to the config directory" : "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config-katalogen",
"See %s" : "Se %s",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Detta fixas vanligtvis genom att ge webbservern skrivrättigheter till konfigureringsmappen. Se %s",
"The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Filerna i appen %$1s ersattes inte korrekt. Se till att det är en version som är kompatibel med servern.",
diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json
index 3fdbf8e9cb1..9eaffc10619 100644
--- a/lib/l10n/sv.json
+++ b/lib/l10n/sv.json
@@ -1,6 +1,6 @@
{ "translations": {
"Cannot write into \"config\" directory!" : "Kan inte skriva till \"config\" katalogen!",
- "This can usually be fixed by giving the webserver write access to the config directory" : "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config katalogen",
+ "This can usually be fixed by giving the webserver write access to the config directory" : "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config-katalogen",
"See %s" : "Se %s",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Detta fixas vanligtvis genom att ge webbservern skrivrättigheter till konfigureringsmappen. Se %s",
"The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Filerna i appen %$1s ersattes inte korrekt. Se till att det är en version som är kompatibel med servern.",