diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js index 52efde98d8..dcdbf9b8f9 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", + "Comments for files (always listed in stream)" : "Comentarii pentru fișiere (afișate întotdeauna în flux)", + "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 76c0ab1f3e..b826e58971 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", + "Comments for files (always listed in stream)" : "Comentarii pentru fișiere (afișate întotdeauna în flux)", + "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 0000000000..e2ee3edfd2 --- /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 0000000000..db021d11ad --- /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 0000000000..e303595514 --- /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 0000000000..75c514fd8c --- /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 7bf14417e5..a87a447d12 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 6d1858f300..eb8ec2ac42 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 dbbff12cd6..c8a69b5209 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 19554a0c95..2fd4f4034f 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 1c0df1c515..25c17a384f 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 d7f01caca3..7b0e3d8740 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 17e8642d35..42bdbfef60 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", + "System tags for a file have been modified" : "Etichete de siste 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 2ce71c85a8..cf5f378c44 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", + "System tags for a file have been modified" : "Etichete de siste 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 131c241e2b..a7093a07a7 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 4c152dc19f..4534d9f0f7 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 d2a4406e6e..c0bbbd94f4 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 e35a990ed0..2502819571 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",