[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2016-05-08 01:54:53 -04:00
parent d30fdb5f2d
commit 5d35844aff
18 changed files with 124 additions and 2 deletions

View File

@ -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));");

View File

@ -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));"
}

View File

@ -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));");

View File

@ -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));"
}

View File

@ -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));");

View File

@ -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));"
}

View File

@ -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.",

View File

@ -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.",

View File

@ -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",

View File

@ -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",

View File

@ -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."

View File

@ -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."

View File

@ -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"

View File

@ -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"

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",