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

sr@latin.json « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1b40b673098f5a32bc8b324c57bd7e052ba03e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "translations": {
    "Cannot save file as it has been modified since opening" : "Ne mogu da sačuvam fajl jer je izmenjen otkako je otvoren",
    "Insufficient permissions" : "Nedovoljne dozvole",
    "File path not supplied" : "Nije dobijena putanja fajla",
    "File mtime not supplied" : "Nije dobijeno vreme izmene fajla",
    "Save" : "Sačuvaj",
    "Search" : "Traži",
    "Next" : "Sledeće",
    "Clear" : "Očisti",
    "Saving..." : "Upisujem...",
    "An error occurred!" : "Došlo je do greške!",
    "There are unsaved changes in the text editor" : "Ima nesačuvanih izmena u uređivaču teksta",
    "There were unsaved changes, click here to go back" : "Bilo je nesačuvanih izmena. Kliknite ovde da se vratite."
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}