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

et_EE.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d45d9e8312368bf7727d8b6b8e2f6886355b82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "files_texteditor",
    {
    "Cannot read the file." : "Faili lugemine ebaõnnestus.",
    "Invalid file path supplied." : "Faili asukoht on vigane.",
    "The file is locked." : "Fail on lukus.",
    "An internal server error occurred." : "Tekkis sisemine serveri tõrge.",
    "Cannot save file as it has been modified since opening" : "Faili ei saa salvestada, kune seda on pärast avamist muudetud",
    "Insufficient permissions" : "Pole piisavalt õiguseid",
    "File path not supplied" : "Faili asukoht on määramata",
    "File mtime not supplied" : "Faili mtime puudub",
    "saving..." : "Salvestamine...",
    "saved!" : "Salvestatud!",
    "failed!" : "ebaõnnestus!",
    "Saved" : "Salvestatud",
    "There was a problem saving your changes. Click to resume editing." : "Sinu muudatuste salvestamisega tekkis viga. Kliki muutmise jätkamiseks.",
    "An error occurred!" : "Tekis tõrge!",
    "New text file.txt" : "Uus tekstifail.txt"
},
"nplurals=2; plural=(n != 1);");