|
133 | 133 | (e.g., `Español` is mapped to `es`) when configured in the 'Voice Search' system. --> |
134 | 134 | <string name="settings_language_choose_language_voice_search">Elige el idioma en el que quieras para las búsquedas por voz</string> |
135 | 135 |
|
| 136 | + <!-- This string is used to label a text label that appears in the header of 'Language Settings' -> |
| 137 | + 'Voice Search Language' dialog window (accessible from the browser's Settings dialog window). |
| 138 | + Below this string appears a list of locales for the user to choose as their preferred voice search |
| 139 | + language. --> |
| 140 | + <string name="settings_language_choose_language_voice_search_title">Idioma de búsqueda por voz</string> |
| 141 | + |
| 142 | + <!-- This string is used to label a text label that appears in the header description of 'Language Settings' -> |
| 143 | + 'Voice Search Language' dialog window (accessible from the browser's Settings dialog window). |
| 144 | + Below this string appears a list of locales for the user to choose as their preferred voice search |
| 145 | + language. --> |
| 146 | + <string name="settings_language_choose_language_voice_search_description">Elige tu idioma favorito para la búsqueda por voz.</string> |
| 147 | + |
136 | 148 | <!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed, |
137 | 149 | changes the app and the language of the speech-recognition-based search to 'English (US)'. --> |
138 | | - <string name="settings_language_english">Inglés (US)</string> |
| 150 | + <string name="settings_language_english">Inglés (EE. UU.)</string> |
139 | 151 |
|
140 | 152 | <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
141 | 153 | changes the app and the language of the speech-recognition-based search to 'Chinese (Traditional/Zhuyin)'. --> |
|
194 | 206 | a developer-build version of the app. --> |
195 | 207 | <string name="settings_version_developer">Compilación del desarrollador</string> |
196 | 208 |
|
| 209 | + <!-- This string is used to label a button in the 'Settings' dialog window that, when pressed, |
| 210 | + opens the Firfox Reality support web site in the browser window. --> |
| 211 | + <string name="settings_help">Ayuda</string> |
| 212 | + |
197 | 213 | <!-- This string is the title of a dialog box shown to the user when a settings |
198 | 214 | change requires the application to restart. --> |
199 | 215 | <string name="restart_dialog_restart">Se requiere reiniciar</string> |
|
233 | 249 | A dialog should appear with a field labeled with the text, 'Enable Multiprocess'. --> |
234 | 250 | <string name="developer_options_multiprocess">Habilitar multiproceso</string> |
235 | 251 |
|
| 252 | + <!-- This string labels an On/Off switch in the developer options dialog and is used to toggle |
| 253 | + the performance monitor. The Performance monitor is used to detect pages that cause the |
| 254 | + browser to run below a target framerate and pauses the page to restore performance. |
| 255 | + --> |
| 256 | + <string name="developer_options_performance_monitor">Activar el monitor de rendimiento</string> |
| 257 | + |
236 | 258 | <!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. --> |
237 | 259 | <string name="developer_options_servo">Habilitar Servo</string> |
238 | 260 |
|
|
332 | 354 | <!-- This string labels the 'Reset' button that restores the default developer settings values. --> |
333 | 355 | <string name="developer_options_reset_button">Restablecer</string> |
334 | 356 |
|
| 357 | + <!-- This string is used to label buttons to enable editing of other options. --> |
| 358 | + <string name="settings_button_edit">Editar</string> |
| 359 | + |
335 | 360 | <!-- This string describes the radio buttons used to select the user's background environment |
336 | 361 | (seen while not in Immersive Mode). --> |
337 | 362 | <string name="developer_options_environments">Entorno</string> |
|
640 | 665 | <string name="context_menu_open_new_window">Abrir en una nueva ventana.</string> |
641 | 666 |
|
642 | 667 | <!-- This string is for the tooltip that appears when the user hovers over the 'Bookmarks' icon in the |
643 | | - browser's navigation bar. The button it labels, when pressed, opens a list view of the user's saved |
| 668 | + tray. The button it labels, when pressed, opens a list view of the user's saved |
644 | 669 | Bookmarks. --> |
645 | 670 | <string name="bookmarks_tooltip">Marcadores</string> |
646 | 671 |
|
|
700 | 725 | <!-- This string is displayed in the message body of the alert dialog shown when the user does not have permission to run the application on the device. |
701 | 726 | '%1$s' will be replace at runtime with the app's name. --> |
702 | 727 | <string name="not_entitled_message">%1$s no tiene permiso para ejecutarse en este dispositivo y se cerrará.</string> |
703 | | -</resources> |
| 728 | + |
| 729 | + </resources> |
0 commit comments