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.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/l10n/ro.js b/l10n/ro.js
index 9084f17..9eb40c6 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -1,6 +1,13 @@
OC.L10N.register(
"files_texteditor",
{
+ "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!",
+ "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ă.",
@@ -8,13 +15,6 @@ OC.L10N.register(
"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ă",
- "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!",
- "New text file.txt" : "New text file.txt"
+ "File path not supplied" : "Calea fișierului nu este oferită"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");