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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/sv.php')
-rw-r--r--l10n/sv.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/l10n/sv.php b/l10n/sv.php
deleted file mode 100644
index de7ac9d..0000000
--- a/l10n/sv.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"This file is too big to be opened. Please download the file instead." => "Denna fil är för stor för att öppnas. Var god ladda ner filen istället.",
-"Cannot read the file." => "Kan inte läsa av fil.",
-"Invalid file path supplied." => "Felaktig sökväg till fil angiven.",
-"The file is locked." => "Denna filen är låst.",
-"An internal server error occurred." => "Ett server-fel har inträffat.",
-"Cannot save file as it has been modified since opening" => "Kan inte spara filen eftersom den har ändrats sedan den öppnats.",
-"Insufficient permissions" => "Otillräcklig behörighet.",
-"File path not supplied" => "Ingen sökväg till fil angiven.",
-"File mtime not supplied" => "Inget mtime-attribut angivet för filen.",
-"saving..." => "sparar...",
-"saved!" => "sparad!",
-"failed!" => "misslyckades.",
-"Saved" => "Sparad",
-"There was a problem saving your changes. Click to resume editing." => "Det uppstod ett fel när vi försökte spara dina ändringar. Klicka för att fortsätta redigera.",
-"An error occurred!" => "Ett fel uppstod!",
-"Text file" => "Textfil",
-"New text file.txt" => "nytextfil.txt"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";