Path: blob/master/app/src/main/res/values/strings.xml
1180 views
<?xml version="1.0" encoding="utf-8"?>12<!DOCTYPE resources [3<!ENTITY TERMUX_PACKAGE_NAME "com.termux">4<!ENTITY TERMUX_APP_NAME "Termux">5<!ENTITY TERMUX_API_APP_NAME "Termux:API">6<!ENTITY TERMUX_PREFIX_DIR_PATH "/data/data/com.termux/files/usr">7]>89<resources>10<string name="app_name">&TERMUX_API_APP_NAME;</string>11<string name="share_file_chooser_title">Share with</string>12<string name="grant_permission">Grant permission</string>13<string name="keep_alive_service">This service keeps Termux:API running in the background for faster startup of termux-* commands.</string>14<string name="permission_description">This app needs the following permission(s):\n</string>1516<string name="plugin_info">&TERMUX_API_APP_NAME; is a plugin app for the &TERMUX_APP_NAME; app17that executes termux-api package commands.18Check &TERMUX_APP_NAME; app github %1$s, &TERMUX_API_APP_NAME; app github %2$s and19%3$s package github %4$s for more info.2021\n\nThe &TERMUX_API_APP_NAME; app requires `%3$s` apt package to function.22Run `pkg install %3$s` to install it.2324\n\nNote that if &TERMUX_API_APP_NAME; app crashes too many times, then android will mark the25app as a bad process and you will need to manually start this activity again once for the26api commands to start working again, otherwise the commands will hang.2728\n\nReports for some crashes may be shown when you restart &TERMUX_APP_NAME; app.</string>29303132<!-- TermuxAPIMainActivity -->33<string name="msg_battery_optimization_not_disabled_warning">Android battery optimizations34should be disabled for the &TERMUX_API_APP_NAME; app so that termux-api script can start35it from the background if its failing to do so. Do not worry, this will not drain battery,36the app currently only runs commands when called from termux-api script.37Check https://developer.android.com/about/versions/oreo/background and38https://developer.android.com/guide/components/foreground-services#background-start-restrictions39for more info.4041\n\nAlso check https://dontkillmyapp.com for info on vendor specific app killers.42Depending on vendor you may need to do things like enable AutoStart, disable DuraSpeed,43enable `Display pop-up windows while running in the background` for the app.</string>44<string name="action_disable_battery_optimizations">Disable Battery Optimizations</string>4546<string name="msg_display_over_other_apps_permission_not_granted_warning">The display over other47apps permission should be granted to &TERMUX_API_APP_NAME; app for starting foreground48activities from background. Check https://developer.android.com/guide/components/activities/background-starts49for more info.50</string>51<string name="action_grant_display_over_other_apps_permission">Grant Draw Over Apps Permission</string>5253<string name="msg_change_launcher_activity_state_info">The &TERMUX_API_APP_NAME; app does not54require a require launcher activity/icon to function. You can optionally disable the launcher55activity if you want and enable it again from the main activity if required.56\n\nThe launcher activity is an alias for the current main activity of the app which can57still be opened after disabling the launcher activity. The main activity can be opened58from `&TERMUX_APP_NAME; app settings` -> `&TERMUX_API_APP_NAME;` -> `Open App` if the59option has been implemented in your installed &TERMUX_APP_NAME; app version. Otherwise,60running the `am start "%1$s/%2$s"` command in the &TERMUX_APP_NAME; app should open it.61\n\nNote that on some devices the APIs may not function properly if the launcher activity is62disabled.</string>6364<string name="action_already_granted">Already Granted</string>65<string name="action_already_disabled">Already Disabled</string>66<string name="action_info">Info</string>67<string name="action_settings">Settings</string>68697071<!-- Termux:API Settings -->72<string name="sets__root___val__activity_title">Settings</string>7374<!-- Termux:API App Preferences -->75<string name="sets__termux_api_app___val__title">&TERMUX_API_APP_NAME;</string>76<string name="sets__termux_api_app___val__summary">Preferences for &TERMUX_API_APP_NAME; app</string>7778<!-- `prefs__app___prefs__debugging` -->79<string name="prefs__app___prefs__debugging___val__title">Debugging</string>80<string name="prefs__app___prefs__debugging___val__summary">Preferences for debugging</string>8182<!-- Debugging Preferences -->83<string name="termux_debugging_preferences_title">Debugging</string>84<string name="termux_debugging_preferences_summary">Preferences for debugging</string>8586<!-- `prefs__app___prefs__debugging___cat__logger` -->87<string name="prefs__app___prefs__debugging___cat__logger___val__title">Logger</string>8889<!-- `prefs__app___prefs__debugging___key__log_level` -->90<string name="prefs__app___prefs__debugging___key__log_level___val__title">Log Level</string>919293<!-- About Preference -->94<string name="link__about___val__title">About</string>9596<!-- Donate Preference -->97<string name="link__donate___val__title">Donate</string>98</resources>99100101