Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit e2eec13

Browse files
Pikebluemarvin
authored andcommitted
Import strings from android-l10n (#1828)
State: mozilla-l10n/android-l10n@e78d586
1 parent 4078203 commit e2eec13

5 files changed

Lines changed: 49 additions & 25 deletions

File tree

app/src/main/res/values-es-rES/strings.xml

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,21 @@
133133
(e.g., `Español` is mapped to `es`) when configured in the 'Voice Search' system. -->
134134
<string name="settings_language_choose_language_voice_search">Elige el idioma en el que quieras para las búsquedas por voz</string>
135135

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+
136148
<!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed,
137149
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>
139151

140152
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
141153
changes the app and the language of the speech-recognition-based search to 'Chinese (Traditional/Zhuyin)'. -->
@@ -194,6 +206,10 @@
194206
a developer-build version of the app. -->
195207
<string name="settings_version_developer">Compilación del desarrollador</string>
196208

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+
197213
<!-- This string is the title of a dialog box shown to the user when a settings
198214
change requires the application to restart. -->
199215
<string name="restart_dialog_restart">Se requiere reiniciar</string>
@@ -233,6 +249,12 @@
233249
A dialog should appear with a field labeled with the text, 'Enable Multiprocess'. -->
234250
<string name="developer_options_multiprocess">Habilitar multiproceso</string>
235251

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+
236258
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
237259
<string name="developer_options_servo">Habilitar Servo</string>
238260

@@ -332,6 +354,9 @@
332354
<!-- This string labels the 'Reset' button that restores the default developer settings values. -->
333355
<string name="developer_options_reset_button">Restablecer</string>
334356

357+
<!-- This string is used to label buttons to enable editing of other options. -->
358+
<string name="settings_button_edit">Editar</string>
359+
335360
<!-- This string describes the radio buttons used to select the user's background environment
336361
(seen while not in Immersive Mode). -->
337362
<string name="developer_options_environments">Entorno</string>
@@ -640,7 +665,7 @@
640665
<string name="context_menu_open_new_window">Abrir en una nueva ventana.</string>
641666

642667
<!-- 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
644669
Bookmarks. -->
645670
<string name="bookmarks_tooltip">Marcadores</string>
646671

@@ -700,4 +725,5 @@
700725
<!-- 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.
701726
'%1$s' will be replace at runtime with the app's name. -->
702727
<string name="not_entitled_message">%1$s no tiene permiso para ejecutarse en este dispositivo y se cerrará.</string>
703-
</resources>
728+
729+
</resources>

app/src/main/res/values-fi/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@
412412
<!-- This string labels the description in the Voice Search Language button in the main language setting dialog. -->
413413
<string name="language_options_voice_search_language"><![CDATA[Äänihaun kieli: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
414414

415+
<!-- This string labels the description in the Display Language button in the main language setting dialog. -->
416+
<string name="language_options_display_language"><![CDATA[Sovelluksen kieli: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
417+
415418
<!-- This string labels the description in the Content Language header for preferred languages list. -->
416419
<string name="language_options_preferred_languages">Ensisijainen kieli/kielet</string>
417420

app/src/main/res/values-fr/strings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,10 @@
742742
speech-to-text recognition. -->
743743
<string name="voice_search_tooltip">Commande vocale</string>
744744

745+
<!-- This string is for the tooltip that appears upon hovering the 'Request desktop site' button in the
746+
browser's navigation bar. The button it labels, when pressed, change the currently used user agent. -->
747+
<string name="request_dekstop_site_tooltip">Afficher la version du site pour ordinateurs</string>
748+
745749
<!-- This string is for the tooltip that appears upon hovering the 'Clear' button in the
746750
browser's navigation bar. The button it labels, when pressed, clears the navigation bar text. -->
747751
<string name="clear_tooltip">Effacer</string>

app/src/main/res/values-ja/strings.xml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
A dialog should appear with a field labeled with the text, 'Enable Multiprocess'. -->
238238
<string name="developer_options_multiprocess">マルチプロセスを有効化</string>
239239

240-
<!-- This string labels and On/Off switch in the developer options dialog and is used to toggle
240+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
241241
the performance monitor. The Performance monitor is used to detect pages that cause the
242242
browser to run below a target framerate and pauses the page to restore performance.
243243
-->
@@ -427,22 +427,6 @@
427427
of this storage even though the storage may not reside on external removable media. -->
428428
<string name="security_options_permission_storage">外部ストレージの読み取り</string>
429429

430-
<!-- This string is a label above the group of switches that indicates that the switches below
431-
relate to Firefox data collection and use. -->
432-
<string name="security_options_speech_data_title">Firefox のデータ収集と利用について</string>
433-
434-
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
435-
and is used to enable or disable permission to collect speech data. -->
436-
<string name="security_options_speech_data">Firefox が音声データを収集することを許可する</string>
437-
438-
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
439-
and is used to enable or disable permission to collect telemetry data. -->
440-
<string name="security_options_telemetry_data">Firefox が技術的な対話データを Mozilla へ送信することを許可する</string>
441-
442-
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
443-
and is used to enable or disable permission to send crash reports. -->
444-
<string name="security_options_crash_reports_data">Firefox があなたに代わって未送信のクラッシュレポートを送信することを許可する</string>
445-
446430
<!-- This string is displayed below the On/Off switch to indicate a switch's current state as 'On'. -->
447431
<string name="on">オン</string>
448432

@@ -658,10 +642,6 @@
658642
speech-to-text recognition. -->
659643
<string name="voice_search_tooltip">音声検索</string>
660644

661-
<!-- This string is for the tooltip that appears upon hovering the 'User Agent' button in the
662-
browser's navigation bar. The button it labels, when pressed, change the currently used user agent. -->
663-
<string name="user_agent_tooltip">ユーザーエージェント文字列を切り替えます</string>
664-
665645
<!-- This string is for the tooltip that appears upon hovering the 'Clear' button in the
666646
browser's navigation bar. The button it labels, when pressed, clears the navigation bar text. -->
667647
<string name="clear_tooltip">消去します</string>
@@ -778,4 +758,15 @@
778758
<string name="performance_title">パフォーマンスが低下しています</string>
779759
<!-- This string is displayed as the message body of a dialog displayed when poor web page performance has been detected and the page has been unloaded to restore performance. -->
780760
<string name="performance_message">このウェブページはパフォーマンスに影響を及ぼすため、読み込みが中断されています。ウィンドウのサイズを小さくすると、ウェブページのパフォーマンスを改善できる場合があります。</string>
761+
762+
<!-- This string is displayed in the button of the Voice Search samples collect dialog.
763+
When clicked the user opts in to the voice data collection. -->
764+
<string name="voice_samples_collect_dialog_allow">許可する</string>
765+
766+
<!-- This string is displayed in the button of the Voice Search samples collect dialog.
767+
When clicked the user opts out of the voice data collection. -->
768+
<string name="voice_samples_collect_dialog_do_not_allow">許可しない</string>
769+
770+
<!-- This string is displayed in the content language list in front of the system default language in between parenthesis -->
771+
<string name="language_default">既定</string>
781772
</resources>

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297

298298
<!-- The string labels the description text for the clear cached web content button in the
299299
privacy options dialog. -->
300-
<string name="developer_options_clear_cache_web_content_description">网络内容缓存</string>
300+
<string name="developer_options_clear_cache_web_content_description">已缓存网络内容</string>
301301

302302
<!-- The string labels the button text for the clear cache buttons in the privacy options dialog. -->
303303
<string name="developer_options_clear_cache">清除数据</string>

0 commit comments

Comments
 (0)