diff options
Diffstat (limited to 'apps/files_sharing/l10n/es.php')
-rw-r--r-- | apps/files_sharing/l10n/es.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index 548df5d9067..15b20fde89d 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -8,6 +8,11 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.", "You haven't shared any files yet." => "Aún no has compartido ningún archivo.", "You haven't shared any files by link yet." => "Usted todavía no ha compartido ningún archivo por medio de enlaces.", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?", +"Remote share" => "Recurso compartido remoto", +"Remote share password" => "Contraseña del compartido remoto", +"Cancel" => "Cancelar", +"Add remote share" => "Añadir recurso compartido remoto", "No ownCloud installation found at {remote}" => "No se encontró una instalación de ownCloud en {remote}", "Invalid ownCloud url" => "URL de ownCloud inválido", "Shared by {owner}" => "Compartido por {owner}", |