Blame view
sources/apps/files_sharing/l10n/es_AR.php
908 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Password" => "Contraseña", |
|
6d9380f96
|
4 5 6 7 8 |
"Shared by {owner}" => "Compartido por {owner}",
"Shared by" => "Compartido por",
"This share is password-protected" => "Esto está protegido por contraseña",
"The password is wrong. Try again." => "La contraseña no es correcta. Probá de nuevo.",
"Name" => "Nombre",
|
|
31b7f2792
|
9 10 11 12 13 14 |
"Sorry, this link doesn’t seem to work anymore." => "Perdón, este enlace parece no funcionar más.", "Reasons might be:" => "Las causas podrían ser:", "the item was removed" => "el elemento fue borrado", "the link expired" => "el enlace expiró", "sharing is disabled" => "compartir está desactivado", "For more info, please ask the person who sent this link." => "Para mayor información, contactá a la persona que te mandó el enlace.", |
|
6d9380f96
|
15 |
"Save" => "Guardar", |
|
03e52840d
|
16 |
"Download" => "Descargar", |
|
6d9380f96
|
17 |
"Direct link" => "Vínculo directo" |
|
03e52840d
|
18 |
); |
|
31b7f2792
|
19 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |