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

oc.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7cace9cf6323fe5ec40a26a74f0f5c88848c2dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
OC.L10N.register(
    "text",
    {
    "New text document" : "Novèl fichièr tèxte",
    "Nextcloud Text" : "Nextcloud Text",
    "text document" : "document tèxt",
    "Readme" : "Readme",
    "Text" : "Tèxt",
    "📝 Collaborative document editing" : "📝 Edicion collaborativa de document",
    "Saving …" : "Enregistrament...",
    "Saved" : "Enregistrat",
    "Unsaved changes" : "Modificacions pas enregistradas",
    "Enter your name so other users can see who is editing" : "Picatz vòstre nom per que los autres utilizaires vejan qual es a modificar",
    "Edit guest name" : "Modificar lo nom de convidat",
    "Save guest name" : "Enregistrar lo nom de convidat",
    "Insert image" : "Inserir imatge",
    "Insert an image" : "Inserir un imatge",
    "Currently active users:" : "Utilizaires actius :",
    "Edit" : "Modificar",
    "Bold" : "Gras",
    "Italic" : "Italica",
    "Headings" : "Títols",
    "Heading 1" : "Títol 1",
    "Heading 2" : "Títol 2",
    "Heading 3" : "Títol 3",
    "Heading 4" : "Títol 4",
    "Heading 5" : "Títol 5",
    "Heading 6" : "Títol 6",
    "Unordered list" : "Lista pas ordenada",
    "Ordered list" : "Lista ordenada",
    "Retry" : "Tornar ensajar",
    "Add link" : "Apondre un ligam",
    "Show image" : "Afichar imatge",
    "Show file" : "Afichar fichièr",
    "Paragraph" : "Paragraf"
},
"nplurals=2; plural=(n > 1);");