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

is.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9551d38e3f137421295e9994fa971d6d4872c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OC.L10N.register(
    "files_texteditor",
    {
    "Saving …" : "Vista …",
    "Saved!" : "Vistað!",
    "Saved" : "Vistað",
    "There was a problem saving your changes. Click to resume editing." : "Það kom upp vandamál við að vista breytingarnar þínar. Smelltu til að halda ritun áfram.",
    "Edit in plain text editor" : "Breyta með hreinum textaritli",
    "An error occurred!" : "Villa kom upp!",
    "Edit" : "Breyta",
    "Mixed" : "Blandað",
    "Preview" : "Forskoðun",
    "New text file" : "Ný textaskrá",
    "New text file.txt" : "Ný textaskrá.txt",
    "This file is too big to be opened. Please download the file instead." : "Þessi skrá er of stór til að opna hana hér. Halaðu henni niður í staðinn.",
    "Cannot read the file." : "Get ekki lesið skrána.",
    "Invalid file path supplied." : "Ógild skráarslóð.",
    "The file is locked." : "Skráin er læst.",
    "An internal server error occurred." : "Innri villa kom upp.",
    "Could not write to file." : "Ekki tókst að skrifa í skrá.",
    "Share not found" : "Sameign fannst ekki",
    "You are not authorized to open this share" : "Þú hefur ekki heimild til að opna þessa sameign",
    "Invalid range request" : "Ógild fyrirspurn um gagnasvið",
    "Plain text editor" : "Ritill fyrir hreinan texta",
    "Open, save and edit text files" : "Opna, vista og breyta textaskrám",
    "saved!" : "vistað!",
    "failed!" : "mistókst!",
    "You can not open a folder" : "Þú getur ekki opnað möppu"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");