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: 77a038294bb2c4753f20b8db9e6e5c4d0ac59bb0 (plain)
1
2
3
4
5
6
7
8
9
{ "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",
    "Saved" : "Sačuvano",
    "An error occurred!" : "Došlo je do greške!"
},"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);"
}