mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
820 B
XML
25 lines
820 B
XML
#filter substitution
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<menu xmlns:gecko="http://schemas.android.com/apk/res/@ANDROID_PACKAGE_NAME@">
|
|
|
|
<item gecko:id="@+id/pasteandgo"
|
|
gecko:title="@string/contextmenu_pasteandgo"/>
|
|
|
|
<item gecko:id="@+id/paste"
|
|
gecko:title="@string/contextmenu_paste"/>
|
|
|
|
<item gecko:id="@+id/share"
|
|
gecko:title="@string/contextmenu_share"/>
|
|
|
|
<item gecko:id="@+id/copyurl"
|
|
gecko:title="@string/contextmenu_copyurl"/>
|
|
|
|
<item gecko:id="@+id/add_to_launcher"
|
|
gecko:title="@string/contextmenu_add_to_launcher"/>
|
|
|
|
</menu>
|