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

Commit d396a2e

Browse files
Import l10n. (#2031)
1 parent 9748cbe commit d396a2e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,21 @@
690690
<!-- 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. -->
691691
<string name="context_menu_open_new_window">Avaa uuteen ikkunaan.</string>
692692

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+
693708
<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmark' icon in the
694709
browser's navigation bar. The button it labels, when pressed, bookmarks the currently open web site. -->
695710
<string name="bookmark_tooltip">Lisää tämä sivu kirjanmerkkeihin</string>

0 commit comments

Comments
 (0)