Skip to content
Snippets Groups Projects
Select Git revision
  • d70540e59a4ac53062b6ab4a80610a5d6fcb1cf3
  • master default
2 results

content_main.xml

Blame
  • strings.xml 11.09 KiB
    <resources>
    
        <!-- various text -->
        <string name="app_name">T-UI</string>
        <string name="separator_text">>></string>
        <string name="separator_text_su">$</string>
        <string name="su">T-UI got SU permissions</string>
        <string name="nosu">Seems that your device isn\'t properly rooted</string>
        <string name="permissions_toast">You have to grant at least Storage permission to make t-ui work</string>
        <string name="permission_error">t-ui has not the permissions to do this</string>
        <string name="version_label">Version:</string>
    
        <!-- app mgr -->
        <string name="output_appnotfound">Application or package 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="starting_app">Starting:</string>
        <string name="calling">Calling:</string>
        <string name="sharing">Sharing:</string>
    
        <!-- various outputs -->
        <string name="output_nothingfound">No matches</string>
        <string name="output_nopermissions">You didn\'t grant the permission to do this</string>
    
        <!-- search-->
        <string name="output_searchingplaystore">Play Store search:</string>
        <string name="output_searchinggoogle">Google search:</string>
        <string name="output_search_youtube">YouTube search:</string>
        <string name="output_search_file">File Search here:</string>
        <string name="output_nothing_found">Nothing was found</string>
    
        <!-- telephony -->
        <string name="output_wifi">WiFi active:</string>
        <string name="output_data">Mobile Data active:</string>
        <string name="output_numbernotfound">Contact not found</string>
        <string name="output_noairplane">Can\'t toggle Airplane Mode on 4.2+ Android Version</string>
        <string name="output_airplane">Airplane Mode active:</string>
    
        <!-- files -->
        <string name="output_isfile">Cant\'t write here. It\'s a file</string>
        <string name="output_isdirectory">The selected file is a directory</string>
        <string name="output_filenotfound">File not found</string>
        <string name="output_ioerror">An unknown I/O error has occurred</string>
    
        <string name="output_operationdone">Done</string>
        <string name="output_opening">Opening file:</string>
    
        <!-- install/uninstall -->
        <string name="output_uninstalling">Uninstall triggered:</string>
        <string name="output_removetui">Uninstalling t-ui</string>
    
        <!-- music -->
        <string name="output_playing">Playing:</string>
        <string name="output_stopped">Player stopped</string>
        <string name="output_nomusic">Player wasn\'t started</string>
        <string name="output_cantstop">Couldn\'t stop the player. Force stop t-ui from settings</string>
        <string name="output_musicfoldererror">Music folder doesn\'t exist, or doesn\'t contain audio files.\nYou should set the right path
            in settings.txt
        </string>
    
        <!-- command/args -->
        <string name="output_commandnotfound">Command not found.\nTry to use \"help\"</string>
        <string name="output_toomanyargs">Too many arguments, try passing only needed</string>