mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
Split the app/ module into three modules terminal/ - Terminal emulator library module. view/ - Terminal view library module (depending on terminal/). app/ - The main Termux app (depending on view/). Also add the float/ - The Termux:Float app (depending on view/).
20 lines
877 B
XML
20 lines
877 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">Termux:Float</string>
|
|
<string name="initial_instruction_toast">Long press on window to move or resize\n\nDouble tap and drag finger up or down to change font size</string>
|
|
<string name="after_long_press">Drag to position and pinch to resize</string>
|
|
|
|
<string name="draw_overlay_permission_explanation">This app requires permission to draw overlays.</string>
|
|
<string name="grant_permission">Grant permission</string>
|
|
|
|
<string name="notification_title">Termux:Float</string>
|
|
<string name="notification_message_visible">Touch to hide window.</string>
|
|
<string name="notification_message_hidden">Touch to show window.</string>
|
|
|
|
<string name="paste_text">Paste</string>
|
|
<string name="copy_text">Copy</string>
|
|
<string name="text_selection_more">More…</string>
|
|
|
|
</resources>
|