Skip to content
Snippets Groups Projects
Select Git revision
  • 390147ee2b00689a897a0d59622336c5659caba9
  • master default
  • add-license-1
  • 6.2
  • 6.0
  • 5.3b
  • 5.1
  • 4.12
  • 4.4
  • 4.3
10 results

strings.xml

Blame
  • strings.xml 17.75 KiB
    <resources>
    
        <!-- various text -->
        <string name="app_name">T-UI</string>
        <string name="notification_reader">Notification Reader</string>
        <string name="separator_text">>></string>
        <string name="separator_text_su">$</string>
        <string name="su">T-UI got SU permission</string>
        <string name="nosu">Your device isn\'t rooted</string>
        <string name="permissions_toast">You have to grant Storage permission</string>
        <string name="version_label">Version:</string>
        <string name="output_error">An unknown error has occurred</string>
        <string name="location_off">Turn on GPS or network location</string>
    
        <!-- busy -->
        <string name="busy">T-UI is busy, wait until the execution finishes or use the command \"ctrlc\"</string>
        <string name="busy_hint">type "ctrlc" to stop</string>
    
        <string name="rate_donate_text">\nDo you like my work? Rate on Play Store (command: >>rate) or offer me a coffee (command: >>donate). Thank you for using T-UI.\n\nYou can disable this message in >>tuisettings</string>
    
        <!-- app mgr -->
        <string name="output_appnotfound">Application not found</string>
        <string name="output_hideapp">state: hidden</string>
        <string name="output_unhideapp">state: shown</string>
    
        <!-- label -->
        <string name="share_label">Share</string>
        <string name="adminrequest_label">Lock the screen on double tap</string>
        <string name="error_label">Errors:</string>
    
        <!-- pending operation -->
        <string name="calling">Calling:</string>
    
        <!-- various outputs -->
        <string name="output_nothingfound">No matches</string>
        <string name="output_nopermissions">You didn\'t grant the permission</string>
        <string name="output_waitingpermission">Waiting permission</string>
        <string name="output_invalidcalc">calc encountered this error:</string>
        <string name="output_problemcamera">There was a problem while connecting to your device camera</string>
        <string name="output_numberformat">Wrong number format</string>
        <string name="output_invalidarg">Invalid argument</string>
    
        <!-- tuixt -->
        <string name="help_tuixt_help">Print the list of commands, or info about a command
            \nUsage:
            \nhelp [command]
            \n\nExample:
            \nhelp exit
        </string>
        <string name="help_tuixt_exit">Exit from tuixt (changes won\'t be saved)</string>
        <string name="help_tuixt_save">Save changes</string>
        <string name="tuixt_back_pressed">You pressed back key</string>
        <string name="tuixt_saved">Saved</string>
        <string name="tuixt_reading">Reading</string>
        <string name="tuixt_label">TUIXT</string>
    
        <!-- search-->
        <string name="output_nothing_found">Nothing was found</string>
    
        <!-- phone -->
        <string name="output_wifi">WiFi active:</string>
        <string name="output_data">Mobile Data active:</string>
        <string name="output_bluetooth">Bluetooth active:</string>
        <string name="output_airplane">Airplane Mode active:</string>
        <string name="output_nofeature">Can\'t use this feature on your Android version</string>
    
        <!-- files -->
        <string name="output_isfile">Cant\'t write here. It\'s a file</string>
        <string name="output_isdirectory">This is a directory</string>
        <string name="output_filenotfound">File not found</string>