This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
app/src/main/res/values-fi Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 690
690
<!-- 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. -->
691
691
<string name =" context_menu_open_new_window" >Avaa uuteen ikkunaan.</string >
692
692
693
+ <!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
694
+ <string name =" context_menu_copy_link" >Kopioi linkki</string >
695
+
696
+ <!-- This string is shown in the context menu after a longpress on a text. When clicked it cuts the selected text and can be pasted later. -->
697
+ <string name =" context_menu_cut_text" >Leikkaa</string >
698
+
699
+ <!-- This string is shown in the context menu after a longpress on a text. When clicked it copies the selected text and can be pasted later. -->
700
+ <string name =" context_menu_copy_text" >Kopioi</string >
701
+
702
+ <!-- This string is shown in the context menu after a longpress on a input. When clicked it pastes the current text on the clipboard. -->
703
+ <string name =" context_menu_paste_text" >Liitä</string >
704
+
705
+ <!-- This string is shown in the context menu after a longpress on a text. When clicked it selects all text from the longpressed page area. -->
706
+ <string name =" context_menu_select_all_text" >Valitse kaikki</string >
707
+
693
708
<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmark' icon in the
694
709
browser's navigation bar. The button it labels, when pressed, bookmarks the currently open web site. -->
695
710
<string name =" bookmark_tooltip" >Lisää tämä sivu kirjanmerkkeihin</string >
You can’t perform that action at this time.
0 commit comments