summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-05-08 01:54:53 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-05-08 01:54:53 -0400
commit5d35844aff8c0c7166fa0eaf99d4c39189c01327 (patch)
tree4a1a94c2e626dc81d26c653a92283afd7e850856 /apps
parentd30fdb5f2d3a426e386e6aafb9fea7a00db5ce41 (diff)
downloadnextcloud-server-5d35844aff8c0c7166fa0eaf99d4c39189c01327.tar.gz
nextcloud-server-5d35844aff8c0c7166fa0eaf99d4c39189c01327.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-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
14 files changed, 120 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"