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

Commit 68128fb

Browse files
Import l10n. (#3549)
1 parent c093f07 commit 68128fb

File tree

5 files changed

+55
-0
lines changed

5 files changed

+55
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@
343343
Most common reason for this state is that the account password was changed on another device. -->
344344
<string name="settings_accounts_reconnect">Se reconnecter</string>
345345

346+
<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
347+
opens the Release Notes web site for the current app version. -->
348+
<string name="settings_whats_new">Nouveautés</string>
349+
346350
<!-- This string is the title of a dialog box shown to the user when a settings
347351
change requires the application to restart. -->
348352
<string name="restart_dialog_restart">Redémarrage nécessaire</string>
@@ -1357,6 +1361,10 @@
13571361
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
13581362
<string name="close_downloads_tooltip">Fermer les téléchargements</string>
13591363

1364+
<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
1365+
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
1366+
<string name="whats_new_tooltip">Nouveautés</string>
1367+
13601368
<!-- This string is displayed in any button used for removing all the items in the current context. -->
13611369
<string name="remove_all">Tout supprimer</string>
13621370

@@ -1411,6 +1419,17 @@
14111419
'%1$s' will be replace at runtime with the app's name. -->
14121420
<string name="not_entitled_message">%1$s n’a pas la permission de s’exécuter sur ce périphérique et va maintenant se fermer.</string>
14131421

1422+
1423+
<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1424+
<string name="before_unload_prompt_title">Quitter la page ?</string>
1425+
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1426+
<string name="before_unload_prompt_message">Cette page demande de confirmer sa fermeture. Des données saisies pourraient ne pas être enregistrées.</string>
1427+
1428+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
1429+
<string name="before_unload_prompt_stay">Rester sur la page</string>
1430+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
1431+
<string name="before_unload_prompt_leave">Quitter la page</string>
1432+
14141433
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14151434
<string name="performance_unblock_page">Débloquer la page</string>
14161435
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,9 @@
836836
<!-- This string is displayed in a tooltip in the video controls UI. -->
837837
<string name="video_controls_play">재생</string>
838838

839+
<!-- This string is displayed in a tooltip in the video controls UI. -->
840+
<string name="video_controls_exit">종료</string>
841+
839842
<!-- This string is displayed in a tooltip in the video controls UI. -->
840843
<string name="video_controls_pause">일시 정지</string>
841844

@@ -848,6 +851,9 @@
848851
<!-- This string is displayed in a tooltip below the video controls UI. -->
849852
<string name="video_controls_volume">음량</string>
850853

854+
<!-- This string is displayed in a tooltip below the video controls UI. -->
855+
<string name="video_controls_projection">비디오 프로젝션</string>
856+
851857
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
852858
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
853859
<string name="video_controls_seek_forward">+%1$s초 이동</string>

app/src/main/res/values-nb-rNO/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,9 @@
837837
<!-- This string is displayed in a tooltip in the video controls UI. -->
838838
<string name="video_controls_play">Spill av</string>
839839

840+
<!-- This string is displayed in a tooltip in the video controls UI. -->
841+
<string name="video_controls_exit">Avslutt</string>
842+
840843
<!-- This string is displayed in a tooltip in the video controls UI. -->
841844
<string name="video_controls_pause">Pause</string>
842845

@@ -849,6 +852,9 @@
849852
<!-- This string is displayed in a tooltip below the video controls UI. -->
850853
<string name="video_controls_volume">Volum</string>
851854

855+
<!-- This string is displayed in a tooltip below the video controls UI. -->
856+
<string name="video_controls_projection">Videoprojeksjon</string>
857+
852858
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
853859
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
854860
<string name="video_controls_seek_forward">Spol +%1$s sekunder</string>

app/src/main/res/values-nn-rNO/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,9 @@
836836
<!-- This string is displayed in a tooltip in the video controls UI. -->
837837
<string name="video_controls_play">Spel av</string>
838838

839+
<!-- This string is displayed in a tooltip in the video controls UI. -->
840+
<string name="video_controls_exit">Avslutt</string>
841+
839842
<!-- This string is displayed in a tooltip in the video controls UI. -->
840843
<string name="video_controls_pause">Pause</string>
841844

@@ -848,6 +851,9 @@
848851
<!-- This string is displayed in a tooltip below the video controls UI. -->
849852
<string name="video_controls_volume">Lydstyrke</string>
850853

854+
<!-- This string is displayed in a tooltip below the video controls UI. -->
855+
<string name="video_controls_projection">Videoprojeksjon</string>
856+
851857
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
852858
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
853859
<string name="video_controls_seek_forward">Spol +%1$s sekund</string>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@
344344
Most common reason for this state is that the account password was changed on another device. -->
345345
<string name="settings_accounts_reconnect">Połącz ponownie</string>
346346

347+
<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
348+
opens the Release Notes web site for the current app version. -->
349+
<string name="settings_whats_new">Co nowego</string>
350+
347351
<!-- This string is the title of a dialog box shown to the user when a settings
348352
change requires the application to restart. -->
349353
<string name="restart_dialog_restart">Wymagane jest ponowne uruchomienie</string>
@@ -1360,6 +1364,10 @@
13601364
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
13611365
<string name="close_downloads_tooltip">Zamknij listę pobranych plików</string>
13621366

1367+
<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
1368+
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
1369+
<string name="whats_new_tooltip">Co nowego</string>
1370+
13631371
<!-- This string is displayed in any button used for removing all the items in the current context. -->
13641372
<string name="remove_all">Usuń wszystko</string>
13651373

@@ -1417,6 +1425,16 @@
14171425
'%1$s' will be replace at runtime with the app's name. -->
14181426
<string name="not_entitled_message">%1$s nie ma uprawnienia do uruchamiania na tym urządzeniu i zakończy działanie.</string>
14191427

1428+
1429+
<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1430+
<string name="before_unload_prompt_title">Opuścić stronę?</string>
1431+
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1432+
<string name="before_unload_prompt_message">Ta strona prosi o potwierdzenie decyzji jej opuszczenia. Wprowadzone dane mogły nie zostać zapisane.</string>
1433+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
1434+
<string name="before_unload_prompt_stay">Zostań na stronie</string>
1435+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
1436+
<string name="before_unload_prompt_leave">Opuść stronę</string>
1437+
14201438
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14211439
<string name="performance_unblock_page">Odblokuj stronę</string>
14221440
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->

0 commit comments

Comments
 (0)