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

Import strings from android-l10n. #3549

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@
Most common reason for this state is that the account password was changed on another device. -->
<string name="settings_accounts_reconnect">Se reconnecter</string>

<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
opens the Release Notes web site for the current app version. -->
<string name="settings_whats_new">Nouveautés</string>

<!-- This string is the title of a dialog box shown to the user when a settings
change requires the application to restart. -->
<string name="restart_dialog_restart">Redémarrage nécessaire</string>
Expand Down Expand Up @@ -1357,6 +1361,10 @@
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
<string name="close_downloads_tooltip">Fermer les téléchargements</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
<string name="whats_new_tooltip">Nouveautés</string>

<!-- This string is displayed in any button used for removing all the items in the current context. -->
<string name="remove_all">Tout supprimer</string>

Expand Down Expand Up @@ -1411,6 +1419,17 @@
'%1$s' will be replace at runtime with the app's name. -->
<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>


<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
<string name="before_unload_prompt_title">Quitter la page ?</string>
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
<string name="before_unload_prompt_message">Cette page demande de confirmer sa fermeture. Des données saisies pourraient ne pas être enregistrées.</string>

<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
<string name="before_unload_prompt_stay">Rester sur la page</string>
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
<string name="before_unload_prompt_leave">Quitter la page</string>

<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
<string name="performance_unblock_page">Débloquer la page</string>
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_play">재생</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_exit">종료</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_pause">일시 정지</string>

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

<!-- This string is displayed in a tooltip below the video controls UI. -->
<string name="video_controls_projection">비디오 프로젝션</string>

<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
<string name="video_controls_seek_forward">+%1$s초 이동</string>
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-nb-rNO/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,9 @@
<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_play">Spill av</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_exit">Avslutt</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_pause">Pause</string>

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

<!-- This string is displayed in a tooltip below the video controls UI. -->
<string name="video_controls_projection">Videoprojeksjon</string>

<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
<string name="video_controls_seek_forward">Spol +%1$s sekunder</string>
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-nn-rNO/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_play">Spel av</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_exit">Avslutt</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_pause">Pause</string>

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

<!-- This string is displayed in a tooltip below the video controls UI. -->
<string name="video_controls_projection">Videoprojeksjon</string>

<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
<string name="video_controls_seek_forward">Spol +%1$s sekund</string>
Expand Down
18 changes: 18 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@
Most common reason for this state is that the account password was changed on another device. -->
<string name="settings_accounts_reconnect">Połącz ponownie</string>

<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
opens the Release Notes web site for the current app version. -->
<string name="settings_whats_new">Co nowego</string>

<!-- This string is the title of a dialog box shown to the user when a settings
change requires the application to restart. -->
<string name="restart_dialog_restart">Wymagane jest ponowne uruchomienie</string>
Expand Down Expand Up @@ -1360,6 +1364,10 @@
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
<string name="close_downloads_tooltip">Zamknij listę pobranych plików</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
<string name="whats_new_tooltip">Co nowego</string>

<!-- This string is displayed in any button used for removing all the items in the current context. -->
<string name="remove_all">Usuń wszystko</string>

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


<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
<string name="before_unload_prompt_title">Opuścić stronę?</string>
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
<string name="before_unload_prompt_message">Ta strona prosi o potwierdzenie decyzji jej opuszczenia. Wprowadzone dane mogły nie zostać zapisane.</string>
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
<string name="before_unload_prompt_stay">Zostań na stronie</string>
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
<string name="before_unload_prompt_leave">Opuść stronę</string>

<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
<string name="performance_unblock_page">Odblokuj stronę</string>
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->
Expand Down