diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-21 01:54:37 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-21 01:54:37 -0400 |
commit | da0e4b0af041ecdcf7db5d3795ccccd9025bccef (patch) | |
tree | 8c76a423748c1ddcd0a95ba6ae6326fa958a90ec /apps | |
parent | 1f17814e409f8843775bb04c439d74018a4266b1 (diff) | |
download | nextcloud-server-da0e4b0af041ecdcf7db5d3795ccccd9025bccef.tar.gz nextcloud-server-da0e4b0af041ecdcf7db5d3795ccccd9025bccef.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/ro.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/it.php | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php index 2ac5a549607..0d80729f8df 100644 --- a/apps/files/l10n/ro.php +++ b/apps/files/l10n/ro.php @@ -28,6 +28,7 @@ $TRANSLATIONS = array( "Upload failed. Could not get file info." => "Încărcare eșuată. Nu se pot obține informații despre fișier.", "Invalid directory." => "Dosar nevalid.", "Files" => "Fișiere", +"All files" => "Toate fișierele.", "Unable to upload {filename} as it is a directory or has 0 bytes" => "Nu se poate încărca {filename} deoarece este un director sau are mărimea de 0 octeți", "Total file size {size1} exceeds upload limit {size2}" => "Mărimea fișierului este {size1} ce depășește limita de incarcare de {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" => "Spațiu liber insuficient, încărcați {size1} însă doar {size2} disponibil rămas", @@ -83,6 +84,7 @@ $TRANSLATIONS = array( "Download" => "Descarcă", "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.", -"Files are being scanned, please wait." => "Fișierele sunt scanate, te rog așteaptă." +"Files are being scanned, please wait." => "Fișierele sunt scanate, te rog așteaptă.", +"Currently scanning" => "Acum scaneaza" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index b35ecd28420..06a00e24d18 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -1,11 +1,16 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "La condivisione da server a server non è abilitata su questo server", +"Couldn't add remote share" => "Aggiunta della condivisione remota non riuscita", "Shared with you" => "Condiviso con te", "Shared with others" => "Condiviso con altri", "Shared by link" => "Condiviso tramite collegamento", "No files have been shared with you yet." => "Non è stato ancora condiviso alcun file con te.", "You haven't shared any files yet." => "Non hai ancora condiviso alcun file.", "You haven't shared any files by link yet." => "Non hai ancora condiviso alcun file tramite collegamento.", +"Add {name} from {owner}@{remote}" => "Aggiungi {name} da {owner}@{remote}", +"No ownCloud installation found at {remote}" => "Nessuna installazione di ownCloud trovata su {remote}", +"Invalid ownCloud url" => "URL di ownCloud non valido", "Shared by {owner}" => "Condiviso da {owner}", "Shared by" => "Condiviso da", "This share is password-protected" => "Questa condivione è protetta da password", @@ -19,9 +24,14 @@ $TRANSLATIONS = array( "the link expired" => "il collegamento è scaduto", "sharing is disabled" => "la condivisione è disabilitata", "For more info, please ask the person who sent this link." => "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.", +"Save to ownCloud" => "Salva su ownCloud", +"example.com/owncloud" => "example.com/owncloud", "Save" => "Salva", "Download" => "Scarica", "Download %s" => "Scarica %s", -"Direct link" => "Collegamento diretto" +"Direct link" => "Collegamento diretto", +"File Sharing" => "Condivisione di File", +"Allow other instances to mount public links shared from this server" => "Permetti ad altre istanze di montare link pubblici condivisi da questo server", +"Allow users to mount public link shares" => "Permetti agli utenti di montare condivisioni con link pubblico" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |