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: 5bcd944f8aa9d8aa1c9e7723641b150905708e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "text",
    {
    "New text document" : "Nou document 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",
    "Edit" : "Editează",
    "Undo" : "Anulează ultima acțiune"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");