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

ro.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0016fb451de1c780c9a10d82672845c292b7176e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "files_texteditor",
    {
    "Cannot save file as it has been modified since opening" : "Nu se poate salva fișierul, a fost modificat de la deschidere.",
    "Insufficient permissions" : "Permisiuni insuficiente",
    "File path not supplied" : "Calea fișierului nu este oferită",
    "Save" : "Salvează",
    "Search" : "Căutare",
    "Next" : "Următor",
    "Clear" : "Curăță",
    "Saving..." : "Se salvează...",
    "An error occurred!" : "A apărut o eroare!",
    "There are unsaved changes in the text editor" : "Exista in editorul de text modificari care nu au fost salvate",
    "There were unsaved changes, click here to go back" : "Au existat modificări nesalvate, apasă aici să mergi înapoi"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");