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

Commit 567f706

Browse files
Import l10n.
1 parent 8fc1c13 commit 567f706

3 files changed

Lines changed: 60 additions & 0 deletions

File tree

app/src/main/res/values-en-rGB/strings.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@
225225
changes the app and the language of the speech-recognition-based search to 'English (US)'. -->
226226
<string name="settings_language_english">English (US)</string>
227227

228+
<!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed,
229+
changes the app and the language of the speech-recognition-based search to 'English (UK)'. -->
230+
<string name="settings_language_english_uk">English (UK)</string>
231+
228232
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
229233
changes the app and the language of the speech-recognition-based search to 'Chinese (Traditional/Zhuyin)'. -->
230234
<string name="settings_language_traditional_chinese">Chinese (Traditional/Zhuyin)</string>
@@ -249,6 +253,10 @@
249253
changes the app and the language of the speech-recognition-based search to 'Spanish'. -->
250254
<string name="settings_language_spanish">Spanish</string>
251255

256+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
257+
changes the app and the language of the speech-recognition-based search to 'Spanish (Spain)'. -->
258+
<string name="settings_language_spanish_spain">Spanish (Spain)</string>
259+
252260
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
253261
changes the app and the language of the speech-recognition-based search to 'Korean'. -->
254262
<string name="settings_language_korean">Korean</string>
@@ -273,6 +281,14 @@
273281
changes the app and the language of the speech-recognition-based search to 'Norwegian'. -->
274282
<string name="settings_language_norwegian">Norwegian</string>
275283

284+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
285+
changes the app and the language of the speech-recognition-based search to 'Norwegian (Bokmaal)'. -->
286+
<string name="settings_language_norwegian_bokmaal">Norwegian (Bokmaal)</string>
287+
288+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
289+
changes the app and the language of the speech-recognition-based search to 'Norwegian (Nynorsk)'. -->
290+
<string name="settings_language_norwegian_nynorsk">Norwegian (Nynorsk)</string>
291+
276292
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
277293
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
278294
<string name="settings_language_swedish">Swedish</string>
@@ -1662,6 +1678,10 @@ the Select` button. When clicked it closes all the previously selected tabs -->
16621678
the system but the system can't handle it either. -->
16631679
<string name="download_open_file_error_title">Error</string>
16641680

1681+
<!-- This string is displayed in the body of the dialog displayed when the file type cannot be opened and
1682+
there is no system app available to handle it either. -->
1683+
<string name="download_open_file_open_unsupported_body">File type not supported.</string>
1684+
16651685
<!-- This string is displayed in the body of the dialog displayed when we try to hand over the file open to
16661686
the system but the system can't handle it either. -->
16671687
<string name="download_open_file_error_body">No application found to handle this file type.</string>

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@
228228
changes the app and the language of the speech-recognition-based search to 'English (US)'. -->
229229
<string name="settings_language_english">Inglés (EE. UU.)</string>
230230

231+
<!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed,
232+
changes the app and the language of the speech-recognition-based search to 'English (UK)'. -->
233+
<string name="settings_language_english_uk">Inglés (Reino Unido)</string>
234+
231235
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
232236
changes the app and the language of the speech-recognition-based search to 'Chinese (Traditional/Zhuyin)'. -->
233237
<string name="settings_language_traditional_chinese">Chino (tradicional/Zhuyin)</string>
@@ -252,6 +256,10 @@
252256
changes the app and the language of the speech-recognition-based search to 'Spanish'. -->
253257
<string name="settings_language_spanish">Español</string>
254258

259+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
260+
changes the app and the language of the speech-recognition-based search to 'Spanish (Spain)'. -->
261+
<string name="settings_language_spanish_spain">Español (España)</string>
262+
255263
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
256264
changes the app and the language of the speech-recognition-based search to 'Korean'. -->
257265
<string name="settings_language_korean">Coreano</string>
@@ -276,6 +284,14 @@
276284
changes the app and the language of the speech-recognition-based search to 'Norwegian'. -->
277285
<string name="settings_language_norwegian">Noruego</string>
278286

287+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
288+
changes the app and the language of the speech-recognition-based search to 'Norwegian (Bokmaal)'. -->
289+
<string name="settings_language_norwegian_bokmaal">Noruego (Bokmål)</string>
290+
291+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
292+
changes the app and the language of the speech-recognition-based search to 'Norwegian (Nynorsk)'. -->
293+
<string name="settings_language_norwegian_nynorsk">Noruego (Nynorsk)</string>
294+
279295
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
280296
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
281297
<string name="settings_language_swedish">Sueco</string>
@@ -1663,6 +1679,10 @@ the Select` button. When clicked it closes all the previously selected tabs -->
16631679
the system but the system can't handle it either. -->
16641680
<string name="download_open_file_error_title">Error</string>
16651681

1682+
<!-- This string is displayed in the body of the dialog displayed when the file type cannot be opened and
1683+
there is no system app available to handle it either. -->
1684+
<string name="download_open_file_open_unsupported_body">Tipo de archivo no compatible.</string>
1685+
16661686
<!-- This string is displayed in the body of the dialog displayed when we try to hand over the file open to
16671687
the system but the system can't handle it either. -->
16681688
<string name="download_open_file_error_body">No se ha encontrado ninguna aplicación para manejar este tipo de archivo.</string>

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@
229229
changes the app and the language of the speech-recognition-based search to 'English (US)'. -->
230230
<string name="settings_language_english">Английский (США)</string>
231231

232+
<!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed,
233+
changes the app and the language of the speech-recognition-based search to 'English (UK)'. -->
234+
<string name="settings_language_english_uk">Английский (Великобритания)</string>
235+
232236
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
233237
changes the app and the language of the speech-recognition-based search to 'Chinese (Traditional/Zhuyin)'. -->
234238
<string name="settings_language_traditional_chinese">Китайский (Традиционный/Чжуинь)</string>
@@ -253,6 +257,10 @@
253257
changes the app and the language of the speech-recognition-based search to 'Spanish'. -->
254258
<string name="settings_language_spanish">Испанский</string>
255259

260+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
261+
changes the app and the language of the speech-recognition-based search to 'Spanish (Spain)'. -->
262+
<string name="settings_language_spanish_spain">Испанский (Испания)</string>
263+
256264
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
257265
changes the app and the language of the speech-recognition-based search to 'Korean'. -->
258266
<string name="settings_language_korean">Корейский</string>
@@ -277,6 +285,14 @@
277285
changes the app and the language of the speech-recognition-based search to 'Norwegian'. -->
278286
<string name="settings_language_norwegian">Норвежский</string>
279287

288+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
289+
changes the app and the language of the speech-recognition-based search to 'Norwegian (Bokmaal)'. -->
290+
<string name="settings_language_norwegian_bokmaal">Норвежский (Букмол)</string>
291+
292+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
293+
changes the app and the language of the speech-recognition-based search to 'Norwegian (Nynorsk)'. -->
294+
<string name="settings_language_norwegian_nynorsk">Норвежский (Нюнорск)</string>
295+
280296
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
281297
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
282298
<string name="settings_language_swedish">Шведский</string>
@@ -1662,6 +1678,10 @@ the Select` button. When clicked it closes all the previously selected tabs -->
16621678
the system but the system can't handle it either. -->
16631679
<string name="download_open_file_error_title">Ошибка</string>
16641680

1681+
<!-- This string is displayed in the body of the dialog displayed when the file type cannot be opened and
1682+
there is no system app available to handle it either. -->
1683+
<string name="download_open_file_open_unsupported_body">Тип файла не поддерживается.</string>
1684+
16651685
<!-- This string is displayed in the body of the dialog displayed when we try to hand over the file open to
16661686
the system but the system can't handle it either. -->
16671687
<string name="download_open_file_error_body">Для данного типа файла ни одного приложения не найдено.</string>

0 commit comments

Comments
 (0)