diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-03 14:39:28 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-03 14:39:28 -0500 |
commit | e89f080f09468d2b37c010ede8c2cba8e3bef139 (patch) | |
tree | ca409b78ddb665b1cdf33d75671e6e64fe8ff7e8 /apps/files_sharing/l10n | |
parent | 07e540613e1445451ace78e639be36a1c1e7e58f (diff) | |
download | nextcloud-server-e89f080f09468d2b37c010ede8c2cba8e3bef139.tar.gz nextcloud-server-e89f080f09468d2b37c010ede8c2cba8e3bef139.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/eo.php | 10 | ||||
-rw-r--r-- | apps/files_sharing/l10n/it.php | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/eo.php b/apps/files_sharing/l10n/eo.php index 294dc0314cc..891b3db9aa8 100644 --- a/apps/files_sharing/l10n/eo.php +++ b/apps/files_sharing/l10n/eo.php @@ -1,11 +1,19 @@ <?php $TRANSLATIONS = array( +"This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto", "Password" => "Pasvorto", +"Sorry, this link doesn’t seem to work anymore." => "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.", +"Reasons might be:" => "Kialoj povas esti:", +"the item was removed" => "la ero foriĝis", +"the link expired" => "la ligilo eksvalidiĝis", +"sharing is disabled" => "kunhavigo malkapablas", +"For more info, please ask the person who sent this link." => "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.", "%s shared the folder %s with you" => "%s kunhavigis la dosierujon %s kun vi", "%s shared the file %s with you" => "%s kunhavigis la dosieron %s kun vi", "Download" => "Elŝuti", "Upload" => "Alŝuti", "Cancel upload" => "Nuligi alŝuton", -"No preview available for" => "Ne haveblas antaŭvido por" +"No preview available for" => "Ne haveblas antaŭvido por", +"Direct link" => "Direkta ligilo" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 6dbd8cb7318..7967b50d346 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -15,6 +15,6 @@ $TRANSLATIONS = array( "Upload" => "Carica", "Cancel upload" => "Annulla il caricamento", "No preview available for" => "Nessuna anteprima disponibile per", -"Direct link" => "Link diretto" +"Direct link" => "Collegamento diretto" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |