Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97e5c3d4 authored by calimochoazucarado's avatar calimochoazucarado
Browse files

Translation CMParts to Spanish updated translation

Change-Id: Ib6d0e91c08440d1de8a300537ddff5eb3fb44dfd
parent b02a56da
Loading
Loading
Loading
Loading
+35 −11
Original line number Diff line number Diff line
@@ -108,4 +108,28 @@
        <item>Regulacion dada por el sistema</item>
        <item>Volumen de la musica (por defecto)</item>
    </string-array>

    <string-array name="entries_ring_widget" translatable="false">
        <item>Sonido+Vibrar/Vibrar</item>
        <item>Sonido/Vibrar</item>
        <item>Sonido/Silencio</item>
        <item>Sonido+Vib/Vib/Silencio</item>
        <item>Sonido/Vibrar/Silencio</item>
    </string-array>

    <string-array name="pref_lockscreen_gestures_sensitivity_entries">
        <item>1 (Pasota)</item>
        <item>2</item>
        <item>3</item>
        <item>4</item>
        <item>5</item>
        <item>6</item>
        <item>7</item>
        <item>8</item>
        <item>9</item>
        <item>10</item>
        <item>11</item>
        <item>12 (Estricto)</item>
    </string-array>

</resources>
+23 −0
Original line number Diff line number Diff line
@@ -467,4 +467,27 @@
    <string name="user_defined_key2">Tecla Rapida 2</string>
    <string name="user_defined_key3">Tecla Rapida 3</string>
    <string name="user_defined_not_set">Nada acivo</string>

    <!--  Lockscreen gesture strings -->
    <string name="pref_lockscreen_title">Patrones Protector</string>
    <string name="pref_lockscreen_gestures_enable_title">Usar Patrones Protector</string>
    <string name="pref_lockscreen_gestures_trail_title">Mostrar ayudas Patrones</string>
    <string name="pref_lockscreen_gestures_builder_title">Crear Patrones</string>
    <string name="pref_lockscreen_gestures_sensitivity_title">Sensibilidad</string>
    <string name="label_create_gesture">Crear un patron</string>
    <string name="gestures_button_add">Añadir Patr.</string>
    <string name="gestures_button_discard">Cancelar</string>
    <string name="gestures_button_done">Fin</string>
    <string name="gestures_shortcut_picker_button_label">Elegir actividad para este gesto</string>
    <string name="gestures_error_missing_shortcut">Debes seleccionar acceon para el Gesto!</string>
    <string name="gestures_save_success">Patron guardado en %s</string>
    <string name="gestures_cancel_action">Cancelar</string>
    <string name="gestures_loading">Revisando patrones...</string>
    <string name="gestures_empty">No patrone</string>
    <string name="gestures_activity">Patrones</string>
    <string name="gestures_delete">Borrar</string>
    <string name="gestures_delete_success">Patron borrado</string>
    <string name="gestures_error_loading">Problema al abrir fichero patron.</string>


</resources>