You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
782 B

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ă",
"Network connection error: Could not connect to the document" : "Probleme conexiune: Nu m-am putut conecta la document",
"Retry" : "Reîncearcă",
"Last save {lastSave}" : "Ultima salvare {lastSave}",
"Unsaved changes" : "Modificări nesalvate",
"Insert image" : "Introdu imagine",
"Add link" : "Adaugă link",
"Show image" : "Arată imaginea",
"Show file" : "Arată fișierul",
"Edit" : "Editează",
"Undo" : "Anulează ultima acțiune"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");