summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/comments/l10n/ro.js17
-rw-r--r--apps/comments/l10n/ro.json17
-rw-r--r--apps/federatedfilesharing/l10n/ro.js10
-rw-r--r--apps/federatedfilesharing/l10n/ro.json8
-rw-r--r--apps/federation/l10n/ro.js9
-rw-r--r--apps/federation/l10n/ro.json7
-rw-r--r--apps/files/l10n/ro.js2
-rw-r--r--apps/files/l10n/ro.json2
-rw-r--r--apps/files_sharing/l10n/ro.js1
-rw-r--r--apps/files_sharing/l10n/ro.json1
-rw-r--r--apps/files_trashbin/l10n/ro.js1
-rw-r--r--apps/files_trashbin/l10n/ro.json1
-rw-r--r--apps/systemtags/l10n/ro.js23
-rw-r--r--apps/systemtags/l10n/ro.json23
-rw-r--r--lib/l10n/ro.js1
-rw-r--r--lib/l10n/ro.json1
-rw-r--r--settings/l10n/ro.js1
-rw-r--r--settings/l10n/ro.json1
18 files changed, 124 insertions, 2 deletions
diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js
index 52efde98d81..dcdbf9b8f98 100644
--- a/apps/comments/l10n/ro.js
+++ b/apps/comments/l10n/ro.js
@@ -1,8 +1,23 @@
OC.L10N.register(
"comments",
{
+ "Type in a new comment..." : "Scrie un comentariu nou...",
+ "Delete comment" : "Șterge comentariul",
+ "Post" : "Postează",
"Cancel" : "Anulează",
+ "Edit comment" : "Editează comentariul",
+ "[Deleted user]" : "[Utilizator șters]",
+ "Comments" : "Comentarii",
+ "No other comments available" : "Nu sunt disponibile alte comentarii",
+ "More comments..." : "Mai multe comentarii...",
"Save" : "Salvează",
- "Comment" : "Comentariu"
+ "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}",
+ "{count} unread comments" : "{count} comentarii necitite",
+ "Comment" : "Comentariu",
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarii</strong> pentru fișiere <em>(afișate întotdeauna în flux)</em>",
+ "You commented" : "Ai comentat",
+ "%1$s commented" : "%1$s a comentat",
+ "You commented on %2$s" : "Ai comentat la %2$s",
+ "%1$s commented on %2$s" : "%1$s a comentat la %2$s"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/apps/comments/l10n/ro.json b/apps/comments/l10n/ro.json
index 76c0ab1f3e4..b826e58971b 100644
--- a/apps/comments/l10n/ro.json
+++ b/apps/comments/l10n/ro.json
@@ -1,6 +1,21 @@
{ "translations": {
+ "Type in a new comment..." : "Scrie un comentariu nou...",
+ "Delete comment" : "Șterge comentariul",
+ "Post" : "Postează",
"Cancel" : "Anulează",
+ "Edit comment" : "Editează comentariul",
+ "[Deleted user]" : "[Utilizator șters]",
+ "Comments" : "Comentarii",
+ "No other comments available" : "Nu sunt disponibile alte comentarii",
+ "More comments..." : "Mai multe comentarii...",
"Save" : "Salvează",
- "Comment" : "Comentariu"
+ "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}",
+ "{count} unread comments" : "{count} comentarii necitite",
+ "Comment" : "Comentariu",
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarii</strong> pentru fișiere <em>(afișate întotdeauna în flux)</em>",
+ "You commented" : "Ai comentat",
+ "%1$s commented" : "%1$s a comentat",
+ "You commented on %2$s" : "Ai comentat la %2$s",
+ "%1$s commented on %2$s" : "%1$s a comentat la %2$s"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
} \ No newline at end of file
diff --git a/apps/federatedfilesharing/l10n/ro.js b/apps/federatedfilesharing/l10n/ro.js
new file mode 100644
index 00000000000..e2ee3edfd2a
--- /dev/null
+++ b/apps/federatedfilesharing/l10n/ro.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "federatedfilesharing",
+ {
+ "Sharing %s failed, because this item is already shared with %s" : "Partajarea %s a eșuat deoarece acest element este deja partajat cu %s",
+ "Open documentation" : "Deschide documentația",
+ "Add to your website" : "Adaugă la site-ul tău Web",
+ "Share with me via ownCloud" : "Partajează cu mine via ownCloud",
+ "HTML Code:" : "Cod HTML:"
+},
+"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/apps/federatedfilesharing/l10n/ro.json b/apps/federatedfilesharing/l10n/ro.json
new file mode 100644
index 00000000000..db021d11ad9
--- /dev/null
+++ b/apps/federatedfilesharing/l10n/ro.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Sharing %s failed, because this item is already shared with %s" : "Partajarea %s a eșuat deoarece acest element este deja partajat cu %s",
+ "Open documentation" : "Deschide documentația",
+ "Add to your website" : "Adaugă la site-ul tău Web",
+ "Share with me via ownCloud" : "Partajează cu mine via ownCloud",
+ "HTML Code:" : "Cod HTML:"
+},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
+} \ No newline at end of file
diff --git a/apps/federation/l10n/ro.js b/apps/federation/l10n/ro.js
new file mode 100644
index 00000000000..e3035955143
--- /dev/null
+++ b/apps/federation/l10n/ro.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "federation",
+ {
+ "Server added to the list of trusted ownClouds" : "Server adăugat la lista serverelor ownCloud de încredere",
+ "Server is already in the list of trusted servers." : "Serverul este deja pe lista celor de încredere.",
+ "No ownCloud server found" : "Nu s-a găsit niciun server ownCloud",
+ "Could not add server" : "Nu s-a putut adăuga serverul"
+},
+"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/apps/federation/l10n/ro.json b/apps/federation/l10n/ro.json
new file mode 100644
index 00000000000..75c514fd8c8
--- /dev/null
+++ b/apps/federation/l10n/ro.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Server added to the list of trusted ownClouds" : "Server adăugat la lista serverelor ownCloud de încredere",
+ "Server is already in the list of trusted servers." : "Serverul este deja pe lista celor de încredere.",
+ "No ownCloud server found" : "Nu s-a găsit niciun server ownCloud",
+ "Could not add server" : "Nu s-a putut adăuga serverul"
+},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
+} \ No newline at end of file
diff --git a/apps/files/l10n/ro.js b/apps/files/l10n/ro.js
index 7bf14417e53..a87a447d122 100644
--- a/apps/files/l10n/ro.js
+++ b/apps/files/l10n/ro.js
@@ -77,6 +77,8 @@ OC.L10N.register(
"Settings" : "Setări",
"WebDAV" : "WebDAV",
"Cancel upload" : "Anulează încărcarea",
+ "No files in here" : "Niciun fișier aici",
+ "No entries found in this folder" : "Niciun element găsit în acest director",
"Select all" : "Selectează tot",
"Upload too large" : "Fișierul încărcat este prea mare",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fișierele pe care încerci să le încarci depășesc limita de încărcare maximă admisă pe acest server.",
diff --git a/apps/files/l10n/ro.json b/apps/files/l10n/ro.json
index 6d1858f3002..eb8ec2ac426 100644
--- a/apps/files/l10n/ro.json
+++ b/apps/files/l10n/ro.json
@@ -75,6 +75,8 @@
"Settings" : "Setări",
"WebDAV" : "WebDAV",
"Cancel upload" : "Anulează încărcarea",
+ "No files in here" : "Niciun fișier aici",
+ "No entries found in this folder" : "Niciun element găsit în acest director",
"Select all" : "Selectează tot",
"Upload too large" : "Fișierul încărcat este prea mare",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fișierele pe care încerci să le încarci depășesc limita de încărcare maximă admisă pe acest server.",
diff --git a/apps/files_sharing/l10n/ro.js b/apps/files_sharing/l10n/ro.js
index dbbff12cd6c..c8a69b52090 100644
--- a/apps/files_sharing/l10n/ro.js
+++ b/apps/files_sharing/l10n/ro.js
@@ -18,6 +18,7 @@ OC.L10N.register(
"This share is password-protected" : "Această partajare este protejată cu parolă",
"The password is wrong. Try again." : "Parola este incorectă. Încercaţi din nou.",
"Password" : "Parolă",
+ "No entries found in this folder" : "Niciun element găsit în acest director",
"Name" : "Nume",
"Reasons might be:" : "Motive posibile ar fi:",
"the item was removed" : "acest articol a fost șters",
diff --git a/apps/files_sharing/l10n/ro.json b/apps/files_sharing/l10n/ro.json
index 19554a0c950..2fd4f4034f3 100644
--- a/apps/files_sharing/l10n/ro.json
+++ b/apps/files_sharing/l10n/ro.json
@@ -16,6 +16,7 @@
"This share is password-protected" : "Această partajare este protejată cu parolă",
"The password is wrong. Try again." : "Parola este incorectă. Încercaţi din nou.",
"Password" : "Parolă",
+ "No entries found in this folder" : "Niciun element găsit în acest director",
"Name" : "Nume",
"Reasons might be:" : "Motive posibile ar fi:",
"the item was removed" : "acest articol a fost șters",
diff --git a/apps/files_trashbin/l10n/ro.js b/apps/files_trashbin/l10n/ro.js
index 1c0df1c5157..25c17a384fe 100644
--- a/apps/files_trashbin/l10n/ro.js
+++ b/apps/files_trashbin/l10n/ro.js
@@ -10,6 +10,7 @@ OC.L10N.register(
"Error" : "Eroare",
"restored" : "restaurat",
"No deleted files" : "Nu sunt fișiere șterse",
+ "No entries found in this folder" : "Niciun element găsit în acest director",
"Select all" : "Selectează tot",
"Name" : "Nume",
"Deleted" : "A fost șters."
diff --git a/apps/files_trashbin/l10n/ro.json b/apps/files_trashbin/l10n/ro.json
index d7f01caca38..7b0e3d87409 100644
--- a/apps/files_trashbin/l10n/ro.json
+++ b/apps/files_trashbin/l10n/ro.json
@@ -8,6 +8,7 @@
"Error" : "Eroare",
"restored" : "restaurat",
"No deleted files" : "Nu sunt fișiere șterse",
+ "No entries found in this folder" : "Niciun element găsit în acest director",
"Select all" : "Selectează tot",
"Name" : "Nume",
"Deleted" : "A fost șters."
diff --git a/apps/systemtags/l10n/ro.js b/apps/systemtags/l10n/ro.js
index 17e8642d353..42bdbfef600 100644
--- a/apps/systemtags/l10n/ro.js
+++ b/apps/systemtags/l10n/ro.js
@@ -2,6 +2,29 @@ OC.L10N.register(
"systemtags",
{
"Tags" : "Cuvinte cheie",
+ "Tagged files" : "Fișiere etichetate",
+ "Select tags to filter by" : "Alege etichete după care să filtrezi",
+ "Please select tags to filter by" : "Te rugăm selectează etichete după care să filtrezi",
+ "No files found for the selected tags" : "Nu au fost găsite fișiere care să corespundă etichetelor alese",
+ "<strong>System tags</strong> for a file have been modified" : "<strong>Etichete de siste</strong> pentru un fișier au fost modificate",
+ "You assigned system tag %3$s" : "Ai alocat eticheta de sistem %3$s",
+ "%1$s assigned system tag %3$s" : "%1$s a alocat eticheta de sistem %3$s",
+ "You unassigned system tag %3$s" : "Ai înlăturat eticheta de sistem %3$s",
+ "%1$s unassigned system tag %3$s" : "%1$s a înlăturat eticheta de sistem %3$s",
+ "You created system tag %2$s" : "Ai creat eticheta de sistem %2$s",
+ "%1$s created system tag %2$s" : "%1$s a creat eticheta de sistem %2$s",
+ "You deleted system tag %2$s" : "Ai șters eticheta de sistem %2$s",
+ "%1$s deleted system tag %2$s" : "%1$s a șters eticheta de sistem %2$s",
+ "You updated system tag %3$s to %2$s" : "Ai actualizat eticheta de sistem %3$s la %2$s",
+ "%1$s updated system tag %3$s to %2$s" : "%1$s a actualizat eticheta de sistem %3$s la %2$s",
+ "You assigned system tag %3$s to %2$s" : "Ai atribuit eticheta de sistem %3$s la %2$s",
+ "%1$s assigned system tag %3$s to %2$s" : "%1$s a atribuit eticheta de sistem %3$s la %2$s",
+ "You unassigned system tag %3$s from %2$s" : "Ai înlăturat eticheta de sistem %3$s de la %2$s",
+ "%1$s unassigned system tag %3$s from %2$s" : "%1$s a înlăturat eticheta de sistem %3$s de la %2$s",
+ "%s (not-assignable)" : "%s (nu este atribuibil)",
+ "%s (invisible)" : "%s (invizibil)",
+ "No files in here" : "Niciun fișier aici",
+ "No entries found in this folder" : "Niciun element găsit în acest director",
"Name" : "Nume",
"Size" : "Mărime",
"Modified" : "Modificat"
diff --git a/apps/systemtags/l10n/ro.json b/apps/systemtags/l10n/ro.json
index 2ce71c85a8e..cf5f378c44e 100644
--- a/apps/systemtags/l10n/ro.json
+++ b/apps/systemtags/l10n/ro.json
@@ -1,5 +1,28 @@
{ "translations": {
"Tags" : "Cuvinte cheie",
+ "Tagged files" : "Fișiere etichetate",
+ "Select tags to filter by" : "Alege etichete după care să filtrezi",
+ "Please select tags to filter by" : "Te rugăm selectează etichete după care să filtrezi",
+ "No files found for the selected tags" : "Nu au fost găsite fișiere care să corespundă etichetelor alese",
+ "<strong>System tags</strong> for a file have been modified" : "<strong>Etichete de siste</strong> pentru un fișier au fost modificate",
+ "You assigned system tag %3$s" : "Ai alocat eticheta de sistem %3$s",
+ "%1$s assigned system tag %3$s" : "%1$s a alocat eticheta de sistem %3$s",
+ "You unassigned system tag %3$s" : "Ai înlăturat eticheta de sistem %3$s",
+ "%1$s unassigned system tag %3$s" : "%1$s a înlăturat eticheta de sistem %3$s",
+ "You created system tag %2$s" : "Ai creat eticheta de sistem %2$s",
+ "%1$s created system tag %2$s" : "%1$s a creat eticheta de sistem %2$s",
+ "You deleted system tag %2$s" : "Ai șters eticheta de sistem %2$s",
+ "%1$s deleted system tag %2$s" : "%1$s a șters eticheta de sistem %2$s",
+ "You updated system tag %3$s to %2$s" : "Ai actualizat eticheta de sistem %3$s la %2$s",
+ "%1$s updated system tag %3$s to %2$s" : "%1$s a actualizat eticheta de sistem %3$s la %2$s",
+ "You assigned system tag %3$s to %2$s" : "Ai atribuit eticheta de sistem %3$s la %2$s",
+ "%1$s assigned system tag %3$s to %2$s" : "%1$s a atribuit eticheta de sistem %3$s la %2$s",
+ "You unassigned system tag %3$s from %2$s" : "Ai înlăturat eticheta de sistem %3$s de la %2$s",
+ "%1$s unassigned system tag %3$s from %2$s" : "%1$s a înlăturat eticheta de sistem %3$s de la %2$s",
+ "%s (not-assignable)" : "%s (nu este atribuibil)",
+ "%s (invisible)" : "%s (invizibil)",
+ "No files in here" : "Niciun fișier aici",
+ "No entries found in this folder" : "Niciun element găsit în acest director",
"Name" : "Nume",
"Size" : "Mărime",
"Modified" : "Modificat"
diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js
index 131c241e2b6..a7093a07a7c 100644
--- a/lib/l10n/ro.js
+++ b/lib/l10n/ro.js
@@ -28,6 +28,7 @@ OC.L10N.register(
"Set an admin password." : "Setează o parolă de administrator.",
"%s shared »%s« with you" : "%s Partajat »%s« cu tine de",
"You are not allowed to share %s" : "Nu există permisiunea de partajare %s",
+ "Sharing %s failed, because this item is already shared with %s" : "Partajarea %s a eșuat deoarece acest element este deja partajat cu %s",
"Share type %s is not valid for %s" : "Tipul partajării %s nu este valid pentru %s",
"Could not find category \"%s\"" : "Cloud nu a gasit categoria \"%s\"",
"Apps" : "Aplicații",
diff --git a/lib/l10n/ro.json b/lib/l10n/ro.json
index 4c152dc19f0..4534d9f0f7f 100644
--- a/lib/l10n/ro.json
+++ b/lib/l10n/ro.json
@@ -26,6 +26,7 @@
"Set an admin password." : "Setează o parolă de administrator.",
"%s shared »%s« with you" : "%s Partajat »%s« cu tine de",
"You are not allowed to share %s" : "Nu există permisiunea de partajare %s",
+ "Sharing %s failed, because this item is already shared with %s" : "Partajarea %s a eșuat deoarece acest element este deja partajat cu %s",
"Share type %s is not valid for %s" : "Tipul partajării %s nu este valid pentru %s",
"Could not find category \"%s\"" : "Cloud nu a gasit categoria \"%s\"",
"Apps" : "Aplicații",
diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js
index d2a4406e6e6..c0bbbd94f42 100644
--- a/settings/l10n/ro.js
+++ b/settings/l10n/ro.js
@@ -66,6 +66,7 @@ OC.L10N.register(
"SSL" : "SSL",
"TLS" : "TLS",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Modulul PHP \"Fileinfo\" lipsește. Va recomandam sa activaţi acest modul pentru a obține cele mai bune rezultate cu detectarea mime-type.",
+ "Open documentation" : "Deschide documentația",
"Allow apps to use the Share API" : "Permite aplicațiilor să folosească API-ul de partajare",
"Allow public uploads" : "Permite încărcări publice",
"Allow users to send mail notification for shared files" : "Permite utilizatorilor sa expedieze notificări prin e-mail pentru dosarele comune",
diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json
index e35a990ed02..25028195714 100644
--- a/settings/l10n/ro.json
+++ b/settings/l10n/ro.json
@@ -64,6 +64,7 @@
"SSL" : "SSL",
"TLS" : "TLS",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Modulul PHP \"Fileinfo\" lipsește. Va recomandam sa activaţi acest modul pentru a obține cele mai bune rezultate cu detectarea mime-type.",
+ "Open documentation" : "Deschide documentația",
"Allow apps to use the Share API" : "Permite aplicațiilor să folosească API-ul de partajare",
"Allow public uploads" : "Permite încărcări publice",
"Allow users to send mail notification for shared files" : "Permite utilizatorilor sa expedieze notificări prin e-mail pentru dosarele comune",