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

ro.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9da89571363adebcf7f38ca24a89315ff0c03c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "text",
    {
    "Text" : "Text",
    "Use current version" : "Folosește versiunea curentă",
    "Use the saved version" : "Folosește versiuna salvată",
    "Unsaved changes" : "Modificări nesalvate",
    "Insert image" : "Introdu imagine",
    "New text document" : "Nou document text",
    "Edit" : "Editează",
    "Undo" : "Anulează ultima acțiune",
    "Retry" : "Reîncearcă",
    "Last save {lastSave}" : "Ultima salvare {lastSave}",
    "Add link" : "Adaugă link",
    "Show image" : "Arată imaginea",
    "Show file" : "Arată fișierul"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");