diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-06 13:42:05 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-06 13:42:05 +0200 |
commit | 4d04dd9c4c4e099b3fc1fa10753b2ca1d88a40a2 (patch) | |
tree | 80c371d76722ee55d9ebf9666a98c1c5f9283dfb /apps/files_sharing | |
parent | 8a7e26b268b8f4be32bb0b54527a83cadbfc28fd (diff) | |
parent | 83afba50704f86813250054ae94276e62d1b61f8 (diff) | |
download | nextcloud-server-4d04dd9c4c4e099b3fc1fa10753b2ca1d88a40a2.tar.gz nextcloud-server-4d04dd9c4c4e099b3fc1fa10753b2ca1d88a40a2.zip |
Merge branch 'master' into fix_3728_with_file_exists_dialog
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/es.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index 1f238d083fb..e163da766f3 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -3,7 +3,7 @@ $TRANSLATIONS = array( "The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.", "Password" => "Contraseña", "Submit" => "Enviar", -"Sorry, this link doesn’t seem to work anymore." => "Este enlace parece no funcionar más.", +"Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.", "Reasons might be:" => "Las causas podrían ser:", "the item was removed" => "el elemento fue eliminado", "the link expired" => "el enlace expiró", |