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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/ro.js')
-rw-r--r--l10n/ro.js18
1 files changed, 11 insertions, 7 deletions
diff --git a/l10n/ro.js b/l10n/ro.js
index 0016fb4..9084f17 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -1,16 +1,20 @@
OC.L10N.register(
"files_texteditor",
{
+ "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.",
"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ă...",
+ "saving..." : "se salvează...",
+ "saved!" : "salvat!",
+ "failed!" : "eșuat!",
+ "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!",
- "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"
+ "New text file.txt" : "New text file.txt"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");