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

et_EE.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a6735bdafc4c83b37f8ed7d0683c7ad2f412205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "text",
    {
    "New text file" : "Uus tekstifail",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis",
    "No file was uploaded" : "Ühtegi faili ei latud üles",
    "Missing a temporary folder" : "Ajutine kausta on puudu",
    "Use current version" : "Kasuta praegust versiooni",
    "Use the saved version" : "Kasuta salvestatud versiooni",
    "Guest" : "Külaline",
    "guest" : "külaline",
    "Saved" : "Salvestatud",
    "Last saved {lastSaved}" : "Viimati salvestatud {lastSaved}",
    "Unsaved changes" : "Salvestamata muutused",
    "Keyboard shortcuts" : "Klaviatuuri otseteed",
    "Unsupported image type" : "Pildi tüüp pole toetatud",
    "Info" : "Info",
    "Warning" : "Hoiatus",
    "Edit" : "Redigeeri"
},
"nplurals=2; plural=(n != 1);");