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

Commit 8e056ff

Browse files
MortimerGorobluemarvin
authored andcommitted
Add strings required for multiwindow (#1351)
1 parent 861b17c commit 8e056ff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,9 @@
635635
and hovers over the 'Private Browsing' icon in the browser's tray menu. -->
636636
<string name="private_browsing_exit_tooltip">Exit Private Browsing</string>
637637

638+
<!-- 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. -->
639+
<string name="context_menu_open_new_window">Open in a new window.</string>
640+
638641
<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmarks' icon in the
639642
browser's navigation bar. The button it labels, when pressed, opens a list view of the user's saved
640643
Bookmarks. -->
@@ -686,4 +689,10 @@
686689
<!-- This string is displayed in the message of the notification message shown when the device loses internet connection. -->
687690
<string name="no_internet_message">Check your device configuration to fix the problem.</string>
688691

692+
693+
<!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and
694+
it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows
695+
that can be opened (initially 3) -->
696+
<string name="max_windows_message">You cannot have more than %1$s windows open at a time. Please close one before opening another.</string>
697+
689698
</resources>

0 commit comments

Comments
 (0)