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: 619b3b12ddc1e91e162b980960a24d1a0f02a0fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "files_texteditor",
    {
    "Saving …" : "Se salvează",
    "Saved!" : "Salvat!",
    "Saved" : "Salvat",
    "There was a problem saving your changes. Click to resume editing." : "A apărut o problemă la salvarea modificărilor făcute de tine. Click pentru a relua editarea.",
    "An error occurred!" : "A apărut o eroare!",
    "Edit" : "Editează",
    "Preview" : "Previzualizare",
    "New text file.txt" : "New text file.txt",
    "This file is too big to be opened. Please download the file instead." : "Fișierul este prea mare pentru a fi deschis. Descarcă-l în schimb.",
    "Cannot read the file." : "Fișierul nu poate fi citit.",
    "Invalid file path supplied." : "A fost furnizată o cale invalidă.",
    "The file is locked." : "Fișierul este blocat.",
    "An internal server error occurred." : "A apărut o eroare internp a serverului."
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");