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

Commit 92ee122

Browse files
Import l10n.
1 parent cad6ddc commit 92ee122

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,14 @@
213213
changes the app and the language of the speech-recognition-based search to 'Russian'. -->
214214
<string name="settings_language_russian">rosyjski</string>
215215

216+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
217+
changes the app and the language of the speech-recognition-based search to 'Polish'. -->
218+
<string name="settings_language_polish">polski</string>
219+
220+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
221+
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
222+
<string name="settings_language_danish">duński</string>
223+
216224
<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
217225
opens a dialog box that contains display-related settings: window size, pixel density, etc. -->
218226
<string name="settings_display">Wyświetlanie</string>

app/src/main/res/values-sv-rSE/strings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@
212212
changes the app and the language of the speech-recognition-based search to 'Russian'. -->
213213
<string name="settings_language_russian">Ryska</string>
214214

215+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
216+
changes the app and the language of the speech-recognition-based search to 'Polish'. -->
217+
<string name="settings_language_polish">Polska</string>
218+
219+
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
220+
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
221+
<string name="settings_language_danish">Danska</string>
222+
215223
<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
216224
opens a dialog box that contains display-related settings: window size, pixel density, etc. -->
217225
<string name="settings_display">Visa</string>

0 commit comments

Comments
 (0)