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

Commit 9000adc

Browse files
Pikebluemarvin
authored andcommitted
Import strings from android-l10n (#1409)
State: mozilla-l10n/android-l10n@e521a2a
1 parent a22cc27 commit 9000adc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,9 @@
636636
and hovers over the 'Private Browsing' icon in the browser's tray menu. -->
637637
<string name="private_browsing_exit_tooltip">Lascia la modalità di navigazione anonima</string>
638638

639+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
640+
<string name="context_menu_open_new_window">Apri in una nuova finestra.</string>
641+
639642
<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmarks' icon in the
640643
browser's navigation bar. The button it labels, when pressed, opens a list view of the user's saved
641644
Bookmarks. -->
@@ -690,4 +693,14 @@
690693
<!-- This string is displayed in the message of the notification message shown when the device loses internet connection. -->
691694
<string name="no_internet_message">Verificare la configurazione del dispositivo per risolvere il problema.</string>
692695

696+
<!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and
697+
it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows
698+
that can be opened (initially 3) -->
699+
<string name="max_windows_message">Non puoi avere più di %1$s finestre aperte contemporaneamente. Chiudine una prima di aprirne una nuova.</string>
700+
701+
<!-- This string is displayed in the title of the alert dialog shown when the user does not have permission to run the application on the device. -->
702+
<string name="not_entitled_title">Impossibile eseguire</string>
703+
<!-- This string is displayed in the message body of the alert dialog shown when the user does not have permission to run the application on the device.
704+
'%1$s' will be replace at runtime with the app's name. -->
705+
<string name="not_entitled_message">%1$s non ha le autorizzazioni per l’esecuzione su questo dispositivo e verrà terminato.</string>
693706
</resources>

0 commit comments

Comments
 (0)