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

sl.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 607c0f8342b23f79fb3e8e511b9f700841e35073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "text",
    {
    "Text" : "Besedilo",
    "📝 Collaborative document editing" : "📝 Sodelovalno urejanje dokumentov",
    "Retry" : "Poskusi  znova",
    "Unsaved changes" : "Neshranjene spremembe",
    "Edit" : "Uredi",
    "Undo" : "Razveljavi",
    "Redo" : "Ponovi",
    "Bold" : "Krepko",
    "Italic" : "Ležeče",
    "Strikethrough" : "Prečrtano"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");