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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-10-02 03:24:01 +0300
committerNextcloud bot <bot@nextcloud.com>2018-10-02 03:24:01 +0300
commitdabff8cdd3b728429678c141dfffdbb1a231f9e1 (patch)
treef639b6f03a9cdbe663bffe1f5c7575c26f0373bd
parent7fefbf9d5a309576c0cbf3830bd929c79b1a74f1 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sv.js3
-rw-r--r--l10n/sv.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/sv.js b/l10n/sv.js
index 2f26bf3..dafa85e 100644
--- a/l10n/sv.js
+++ b/l10n/sv.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Full text search" : "Fulltextsökning",
"Index not found" : "Index hittades inte",
- "Search on %s" : "Sök på %s"
+ "Search on %s" : "Sök på %s",
+ "General" : "Allmänt"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sv.json b/l10n/sv.json
index bdfe05a..6dee703 100644
--- a/l10n/sv.json
+++ b/l10n/sv.json
@@ -1,6 +1,7 @@
{ "translations": {
"Full text search" : "Fulltextsökning",
"Index not found" : "Index hittades inte",
- "Search on %s" : "Sök på %s"
+ "Search on %s" : "Sök på %s",
+ "General" : "Allmänt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file