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

Commit 9c6866a

Browse files
Import l10n. (#3568)
1 parent 788d34d commit 9c6866a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

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

+24
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">Riconnetti</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">Novità</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">Riavvio necessario</string>
@@ -830,6 +834,9 @@
830834
<!-- This string is displayed in a tooltip in the video controls UI. -->
831835
<string name="video_controls_play">Riproduci</string>
832836

837+
<!-- This string is displayed in a tooltip in the video controls UI. -->
838+
<string name="video_controls_exit">Esci</string>
839+
833840
<!-- This string is displayed in a tooltip in the video controls UI. -->
834841
<string name="video_controls_pause">Pausa</string>
835842

@@ -842,6 +849,9 @@
842849
<!-- This string is displayed in a tooltip below the video controls UI. -->
843850
<string name="video_controls_volume">Volume</string>
844851

852+
<!-- This string is displayed in a tooltip below the video controls UI. -->
853+
<string name="video_controls_projection">Proiezione video</string>
854+
845855
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
846856
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
847857
<string name="video_controls_seek_forward">Ricerca +%1$s secondi</string>
@@ -1357,6 +1367,10 @@
13571367
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
13581368
<string name="close_downloads_tooltip">Chiudi l’elenco dei download</string>
13591369

1370+
<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
1371+
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
1372+
<string name="whats_new_tooltip">Novità</string>
1373+
13601374
<!-- This string is displayed in any button used for removing all the items in the current context. -->
13611375
<string name="remove_all">Rimuovi tutto</string>
13621376

@@ -1417,6 +1431,16 @@
14171431
<string name="not_entitled_message">%1$s non ha le autorizzazioni per l’esecuzione su questo dispositivo e verrà terminato.</string>
14181432

14191433

1434+
<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1435+
<string name="before_unload_prompt_title">Uscire dalla pagina?</string>
1436+
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1437+
<string name="before_unload_prompt_message">Questa pagina richiede una conferma prima di poter uscire. I dati inseriti potrebbero non essere stati salvati.</string>
1438+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
1439+
<string name="before_unload_prompt_stay">Rimani in questa pagina</string>
1440+
1441+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
1442+
<string name="before_unload_prompt_leave">Esci dalla pagina</string>
1443+
14201444
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14211445
<string name="performance_unblock_page">Sblocca pagina</string>
14221446
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->

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

+3
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

0 commit comments

Comments
 (0)