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

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-10-11 03:15:40 +0300
committerNextcloud bot <bot@nextcloud.com>2018-10-11 03:15:40 +0300
commit6a9c26d749cf2958831a0f24161f0f3556ad9702 (patch)
tree2998cb57fab8ec628e344844dcad79d8ecfffa8c
parentfb977009bbe489693ada4669f001335781a43d53 (diff)
[tx-robot] updated from transifexstable12
-rw-r--r--l10n/sv.js19
-rw-r--r--l10n/sv.json17
2 files changed, 36 insertions, 0 deletions
diff --git a/l10n/sv.js b/l10n/sv.js
new file mode 100644
index 0000000..c9ce093
--- /dev/null
+++ b/l10n/sv.js
@@ -0,0 +1,19 @@
+OC.L10N.register(
+ "files_retention",
+ {
+ "Not a number" : "Inte ett nummer",
+ "Select tag…" : "Välj tagg...",
+ "Delete" : "Radera",
+ "Error while deleting the retention rule" : "Ett fel uppstod när raderingsregeln togs bort",
+ "Retention" : "Radering",
+ "This application allows for automatic deletion of files after a given time" : "Den här applikationen möjliggör automatisk radering av filer efter en viss tid",
+ "File retention" : "Filradering",
+ "Open documentation" : "Öppna dokumentation",
+ "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents." : "Definiera om filer som taggats med en viss tagg ska raderas automatiskt efter en tid. Detta är användbart för konfidentiella dokument.",
+ "Days" : "Dagar",
+ "Weeks" : "Veckor",
+ "Months" : "Månader",
+ "Years" : "År",
+ "Create" : "Skapa"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sv.json b/l10n/sv.json
new file mode 100644
index 0000000..74ef1c6
--- /dev/null
+++ b/l10n/sv.json
@@ -0,0 +1,17 @@
+{ "translations": {
+ "Not a number" : "Inte ett nummer",
+ "Select tag…" : "Välj tagg...",
+ "Delete" : "Radera",
+ "Error while deleting the retention rule" : "Ett fel uppstod när raderingsregeln togs bort",
+ "Retention" : "Radering",
+ "This application allows for automatic deletion of files after a given time" : "Den här applikationen möjliggör automatisk radering av filer efter en viss tid",
+ "File retention" : "Filradering",
+ "Open documentation" : "Öppna dokumentation",
+ "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents." : "Definiera om filer som taggats med en viss tagg ska raderas automatiskt efter en tid. Detta är användbart för konfidentiella dokument.",
+ "Days" : "Dagar",
+ "Weeks" : "Veckor",
+ "Months" : "Månader",
+ "Years" : "År",
+ "Create" : "Skapa"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file