diff options
Diffstat (limited to 'apps/files_sharing/l10n/ast.php')
-rw-r--r-- | apps/files_sharing/l10n/ast.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index d90df88723f..2dd8b0e1f64 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -1,7 +1,17 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Compartíu por {owner}", +"This share is password-protected" => "Esta compartición tien contraseña protexida", +"The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.", "Password" => "Contraseña", -"Download" => "Baxar" +"Sorry, this link doesn’t seem to work anymore." => "Sentímoslo, esti enllaz paez que ya nun furrula.", +"Reasons might be:" => "Les razones pueden ser: ", +"the item was removed" => "esti elementu ta desaniciáu", +"the link expired" => "l'enllaz finó", +"sharing is disabled" => "compartir ta desactiváu", +"For more info, please ask the person who sent this link." => "Para más información, entruga-y a la persona qu'unvió esti enllaz", +"Download" => "Baxar", +"Download %s" => "Descargar %s", +"Direct link" => "Enllaz direutu" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |