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

sr.json « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d907f2e40dec8225b9b7a6f0cb36ffdd6c7b9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "translations": {
    "Invalid file path supplied." : "Дата је неисправна путања фајла.",
    "Cannot save file as it has been modified since opening" : "Не могу да сачувам фајл јер је измењен откако је отворен",
    "Insufficient permissions" : "Недовољне дозволе",
    "File path not supplied" : "Није добијена путања фајла",
    "File mtime not supplied" : "Није добијено време измене фајла",
    "Save" : "Сачувај",
    "Search" : "Тражи",
    "Next" : "Следеће",
    "Clear" : "Очисти",
    "Saving..." : "Уписујем...",
    "An error occurred!" : "Дошло је до грешке!",
    "There are unsaved changes in the text editor" : "Има несачуваних измена у уређивачу текста",
    "There were unsaved changes, click here to go back" : "Било је несачуваних измена. Кликните овде да се вратите."
},"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);"
}