summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/downloads/src/main/res/values-es-rCL/strings.xml
blob: 9103fb0e84a5ea478a910fcca4fd65cb68e4934f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
    <string name="mozac_feature_downloads_notification_channel">Descargas</string>

    <!-- Text shown on the second row of a paused download notification. -->
    <string name="mozac_feature_downloads_paused_notification_text">Descarga pausada</string>
    <!-- Text shown on the second row of an completed download notification. The filename is shown on the first row. -->
    <string name="mozac_feature_downloads_completed_notification_text2">Descarga completada</string>
    <!-- Text shown on the second row of an failed download notification. The filename is shown on the first row. -->
    <string name="mozac_feature_downloads_failed_notification_text2">Descarga fallida</string>

    <!-- Alert dialog confirmation before download a file, this is the title. %1$s will be replaced with the name of the file. -->
    <string name="mozac_feature_downloads_dialog_title2">Bajar (%1$s)</string>
    <!-- Alert dialog confirmation before download a file, this is the positive action. -->
    <string name="mozac_feature_downloads_dialog_download">Bajar</string>
    <!-- Alert dialog confirmation before download a file, this is the negative action. -->
    <string name="mozac_feature_downloads_dialog_cancel">Cancelar</string>
    <!-- Error shown when the user is trying to download a invalid file. %1$s will be replaced with the name of the app. -->
    <string name="mozac_feature_downloads_file_not_supported2">%1$s no puede descargar este tipo de archivo</string>

    <!-- Message that appears when the downloaded file could not be opened-->
    <string name="mozac_feature_downloads_could_not_open_file">No se pudo abrir el archivo</string>

    <!-- Message that appears when the downloaded file is a specific type that Android doesn't support opening-->
    <string name="mozac_feature_downloads_open_not_supported1">No se encontró ninguna aplicación para abrir archivos %1$s</string>

    <!-- Button that pauses the download when pressed -->
    <string name="mozac_feature_downloads_button_pause">Pausar</string>
    <!-- Button that resumes the download when pressed -->
    <string name="mozac_feature_downloads_button_resume">Continuar</string>
    <!-- Button that cancels the download when pressed -->
    <string name="mozac_feature_downloads_button_cancel">Cancelar</string>
    <!-- Button that opens the downloaded file when pressed -->
    <string name="mozac_feature_downloads_button_open">Abrir</string>
    <!-- Button that restarts the download after a failed attempt -->
    <string name="mozac_feature_downloads_button_try_again">Volver a intentarlo</string>

    <!-- Content description for close button -->
    <string name="mozac_feature_downloads_button_close">Cerrar</string>
    <!-- Title for the third party download app chooser dialog -->
    <string name="mozac_feature_downloads_third_party_app_chooser_dialog_title">Completar acción usando</string>
    <!-- Message that appears when trying to download with an external app fails. %1$s will be replaced with the name the external app. -->--&gt;
    <string name="mozac_feature_downloads_unable_to_open_third_party_app">No se pudo abrir %1$s</string>
    <!-- Text for the info dialog when write to storage permissions have been denied but user tries to download a file. -->
    <string name="mozac_feature_downloads_write_external_storage_permissions_needed_message">Se necesita permiso de acceso a archivos y medios para descargar archivos. Ve a la configuración de Android, toca permisos y toca permitir.</string>

    <!-- Alert dialog confirmation before cancelling downloads, this is the title   -->
    <string name="mozac_feature_downloads_cancel_active_downloads_warning_content_title">¿Cancelar descargas privadas?</string>
    <!-- Alert dialog confirmation before cancelling private downloads, this is the body. %1$s will be replaced with the name of the file. -->
    <string name="mozac_feature_downloads_cancel_active_private_downloads_warning_content_body">Si cierra todas las pestañas privadas ahora, %1$s descargas serán canceladas. ¿De verdad quieres dejar la navegación privada?</string>
    <!-- Alert dialog confirmation before cancelling downloads, this is the positive action. -->
    <string name="mozac_feature_downloads_cancel_active_downloads_accept">Cancelar descarga</string>
    <!-- Alert dialog confirmation before cancelling downloads, this is the negative action. Leaves user in Private browsing -->
    <string name="mozac_feature_downloads_cancel_active_private_downloads_deny">Permanecer en navegación privada</string>
</resources>