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

Commit

Permalink
Import l10n.
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot committed Oct 17, 2019
1 parent f856c03 commit a979e0e
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 3 deletions.
54 changes: 51 additions & 3 deletions app/src/main/res/values-fi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,54 @@
Below this string appears a list of locales for the user to choose as their preferred languages for web content. -->
<string name="settings_language_choose_language_content_title">Ensisijainen kieli sivustoille</string>

<!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'English (US)'. -->
<string name="settings_language_english">englanti (Yhdysvallat)</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Chinese (Traditional/Zhuyin)'. -->
<string name="settings_language_traditional_chinese">kiina (perinteinen/bopomofo)</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Chinese (Simplified/Pinyin)'. -->
<string name="settings_language_simplified_chinese">kiina (yksinkertaistettu/pinyin)</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Japanese'. -->
<string name="settings_language_japanese">japani</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'French'. -->
<string name="settings_language_french">ranska</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'German'. -->
<string name="settings_language_german">saksa</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Spanish'. -->
<string name="settings_language_spanish">espanja</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Korean'. -->
<string name="settings_language_korean">korea</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Italian'. -->
<string name="settings_language_italian">italia</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Russian'. -->
<string name="settings_language_russian">venäjä</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Polish'. -->
<string name="settings_language_polish">puola</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
<string name="settings_language_danish">tanska</string>

<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
opens a dialog box that contains controller-related options: pointer color and scroll direction. -->
<string name="settings_controller_options">Ohjainvalinnat</string>
Expand Down Expand Up @@ -505,13 +553,13 @@
<string name="all_language_options_reset">Nollaa kaikki kieliasetukset</string>

<!-- This string labels the description in the Voice Search Language button in the main language setting dialog. -->
<string name="language_options_voice_search_language"><![CDATA[Äänihaun kieli: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
<string name="language_options_voice_search_language_title">Äänihaun kieli:</string>

<!-- This string labels the description in the Content Language button in the main language setting dialog. -->
<string name="language_options_content_language"><![CDATA[Ensisijainen kieli verkkosivuille: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
<string name="language_options_content_language_title">Ensisijainen kieli sivustojen sisällölle:</string>

<!-- This string labels the description in the Display Language button in the main language setting dialog. -->
<string name="language_options_display_language"><![CDATA[Sovelluksen kieli: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
<string name="language_options_display_language_title">Sovelluksen käyttöliittymän kieli:</string>

<!-- This string labels the description in the Content Language header for preferred languages list. -->
<string name="language_options_preferred_languages">Ensisijainen kieli/kielet</string>
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/values-nn-rNO/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@
changes the app and the language of the speech-recognition-based search to 'Russian'. -->
<string name="settings_language_russian">Russisk</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Polish'. -->
<string name="settings_language_polish">Polsk</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
<string name="settings_language_danish">Dansk</string>

<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
opens a dialog box that contains display-related settings: window size, pixel density, etc. -->
<string name="settings_display">Skjermvising</string>
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,14 @@
changes the app and the language of the speech-recognition-based search to 'Russian'. -->
<string name="settings_language_russian">俄语</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Polish'. -->
<string name="settings_language_polish">波兰语</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
<string name="settings_language_danish">丹麦语</string>

<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
opens a dialog box that contains display-related settings: window size, pixel density, etc. -->
<string name="settings_display">显示</string>
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,14 @@
changes the app and the language of the speech-recognition-based search to 'Russian'. -->
<string name="settings_language_russian">俄語</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Polish'. -->
<string name="settings_language_polish">波蘭語</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
<string name="settings_language_danish">丹麥語</string>

<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
opens a dialog box that contains display-related settings: window size, pixel density, etc. -->
<string name="settings_display">顯示</string>
Expand Down

0 comments on commit a979e0e

Please sign in to comment.