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: 425b1a0a50741649a268a67148c105a7bebcb212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_texteditor",
    {
    "Can not read the file." : "Get ekki lesið skrána.",
    "Invalid file path supplied." : "Ógild skráarslóð.",
    "Cannot save file as it has been modified since opening" : "Get ekki vistað skrána þar sem það hefur verið gerð breytt á henni frá opnun",
    "Insufficient permissions" : "Ekki næg réttindi",
    "File path not supplied" : "Skrá slóð fylgir ekki",
    "File mtime not supplied" : "mtime skrá fylgir ekki",
    "Save" : "Vista",
    "Search" : "Leita",
    "Next" : "Næst",
    "Clear" : "Hreinsa",
    "Saving..." : "Er að vista ...",
    "An error occurred!" : "Villa kom upp!",
    "There are unsaved changes in the text editor" : "Það eru óvistaðar breytingar í texta ritlinum",
    "There were unsaved changes, click here to go back" : "Það átti eftir að vista breytingar, smelltu hér til að fara til baka"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");