<resources>

    <!-- various text -->
    <string name="app_name">T-UI</string>
    <string name="version_label">Version:</string>
    <string name="location_off">Turn on GPS or network location</string>
    <string name="share_label">Share</string>
    <string name="output_about">Francesco Andreuzzi (Italy)\n\t-> Programmer</string>
    <string name="output_refresh">Refresh: apps, alias, music, contacts</string>
    <string name="output_rate">Thank you!</string>
    <string name="start_notification">T-UI started</string>
    <string name="tui_running">T-UI is running</string>
    <string name="anr">t-ui is having some issues. Please send to the developer your file crash.txt in the "t-ui" folder</string>
    <string name="admin_permission">Lock the screen on double tap</string>

    <!-- files -->
    <string name="output_error">An unknown error has occurred</string>
    <string name="output_isdirectory">This is a directory</string>
    <string name="output_filenotfound">File not found</string>

    <!-- notifications -->
    <string name="notification_reader">Notification Reader</string>
    <string name="no_notification_access">Unfortunately t-ui can\'t redirect you to the \"Notification access\" page of your system settings</string>

    <!-- helps texts -->
    <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 with the command\nconfig -set donation_message false</string>
    <string name="firsthelp_text">First time with t-ui? Use the command \"tutorial\" or \"help\"</string>
    <string name="permissions_toast">You have to grant Storage permission</string>
    <string name="output_usedefapp">You can use "apps -default_app" instead</string>

    <!-- apps -->
    <string name="output_appnotfound">Application not found</string>
    <string name="activity_not_found">Activity not found</string>
    <string name="app_installed">App installed:</string>
    <string name="app_uninstalled">App uninstalled:</string>

    <!-- pending operation -->
    <string name="calling">Calling:</string>
    <string name="restarting">t-ui will be closed in some seconds. Click the home button to restart it</string>

    <!-- various errors -->
    <string name="output_nopermissions">You didn\'t grant the permission</string>
    <string name="output_waitingpermission">Waiting permission</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>
    <string name="output_lessarg">Less arguments than expected</string>
    <string name="invalid_integer">Invalid integer</string>
    <string name="output_nothing_found">Nothing was found</string>

    <!-- alias -->
    <string name="output_aliasnotfound">Alias not found:</string>
    <string name="output_problemaddingalias">There was a problem with your alias</string>
    <string name="output_notaddingalias1">The name of your alias:</string>
    <string name="output_notaddingalias2">is equal to its value. This may lead to bad behaviors, so it has been excluded. You should edit the name to use it</string>
    <string name="output_notaddingalias3">is equal to the part of its value before the first space (i.e. aliasName=play ; aliasValue = play store). This may lead to crashes and freezes, so it has been excluded. You should edit the name to use it</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</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>

    <!-- 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>

    <!-- music -->
    <string name="output_playing">Playing:</string>
    <string name="output_stopped">Player stopped</string>
    <string name="output_songnotfound">Song not found</string>

    <!-- command/args -->
    <string name="output_commandnotfound">Command not found.\nTry to use \">>help\" or \">>tutorial\"</string>
    <string name="output_toomanyargs">More arguments than expected</string>
    <string name="output_invalid_param">Invalid option:</string>

    <!-- flash -->
    <string name="output_flashon">Flashlight ON</string>
    <string name="output_flashoff">Flashlight OFF</string>
    <string name="output_flashlightnotavailable">Your device doesn\'t support flashlight</string>

    <!-- status -->
    <string name="battery_charge">Battery charge:</string>
    <string name="mobile_data">Mobile data:</string>
    <string name="wifi">WiFi:</string>

    <!-- contacts -->
    <string name="sms_hint">write your SMS or nothing to cancel</string>
    <string name="output_numbernotfound">Contact not found</string>
    <string name="output_smsnotsent">SMS not sent</string>
    <string name="output_smssent">SMS sent</string>


    <string name="help_airplane">Toggle airplane mode</string>
    <string name="help_alias">Manage your aliases
        \n\nUsage:
        \n-add [aliasName] [alias content] -> add a new alias
        \n-rm [aliasName] -> remove an existing alias
        \n-ls -> list your aliases
        \n-file -> open alias.xml
    </string>
    <string name="help_apps">Manage your apps
        \n\nUsage:
        \n-lsh -> show hidden apps
        \n-show [appName] -> re-show an hidden app
        \n-hide [appName] -> hide an app
        \n-l [appName] -> show details about an app
        \n-ps [appName] -> show Google Play Store page for an app
        \n-st [appName] -> show Settings details for an app
        \n-default_app [index] [appName or most_used or null] -> set the default_app at the specified index
        \n-frc [appName] -> force t-ui to launch an app
        \n-file -> open apps.xml
    </string>
    <string name="help_bluetooth">Toggle bluetooth</string>
    <string name="help_clear">Clear the screen</string>
    <string name="help_calc" formatted="false">Perform basic operations (+ - * / % ^ sqrt)
        \nExample:
        \n\n>>calc 4+2-5
        \n1
        \n\n>>calc 7 % 3
        \n1
        \n\n>>calc 2 ^ (2*2)
        \n16
        \n\n>>calc sqrt25
        \n5
    </string>
    <string name="help_call">Make a call
        \nUsage: call [number] OR [contactName]
    </string>
    <string name="help_config">Manage your config files.
        \nUsage:
        \n-set [option] [value] -> set the value of an option
        \n-open [file] -> open a config file
        \n-get [option] -> get the value of an option
        \n-reset [option] -> reset the value of an option
    </string>
    <string name="help_data">Toggle mobile data</string>
    <string name="help_donate">Offer a coffee to the developer (PayPal only)</string>
    <string name="help_flash">Toggle the flashlight</string>
    <string name="help_help">Print a list of the available commands, or info about a command
        \nUsage:
        \n>>help [command]
    </string>
    <string name="help_next">Play the next track in the queue</string>
    <string name="help_listen">Play a specific track
        \nUsage:
        \n>>listen [songName]
    </string>
    <string name="help_music">Usage:
        \n-next -> play the next song in the queue
        \n-previous -> play the previous song in the queue
        \n-play -> play/pause
        \n-stop -> stop the player
        \n-ls -> list your tracks
        \n-select [song] -> play the selected song
        \n-info -> get info about the current song
        \n-seekto [seconds] -> seek to the selected part of the current song</string>
    <string name="help_previous">Play the last played track</string>
    <string name="help_rate">Leave a feedback on the Play Store page</string>
    <string name="help_refresh">Refresh apps, alias, music, contacts</string>
    <string name="help_restart">Restart t-ui and load modified values</string>
    <string name="help_search">Search something somewhere
        \n\nUsage:
        \n-gg [search this...] -> Google Search
        \n-ps [search this...] -> Google Play Store
        \n-file [search this...] -> Files
        \n-yt [search this...] -> YouTube
        \n-dd [search this...] -> DuckDuck Go
    </string>
    <string name="help_share">Share a file
        \nUsage:
        \n>>share [pathToFile]
    </string>
    <string name="help_shellcommands">Print the commands in /system/bin and /system/xbin</string>
    <string name="help_status">Get info about battery charge, wifi status and mobile data</string>
    <string name="help_stop">Stop the player</string>
    <string name="help_time">Print the current time with the given format
        \n\nUsage:
        \n$ time [index] (index means the index of the desired time_format</string>
    <string name="help_track">Print info about the current track</string>
    <string name="help_tracks">Print a list of the tracks in your music folder</string>
    <string name="help_tuixt">Open the text editor.
        \nUsage:
        \n>>tuixt [textFile]
    </string>
    <string name="help_tui">
        Usage:
        \n-rm -> remove t-ui
        \n-about -> show info about the developer and the current version</string>
        \n-reset -> removes the t-ui folder and resets default settings (restart required)
        \n-twitter -> show t-ui Twitter page
        \n-googlep -> show the community on Google+
        \n-telegram -> open the official Telegram group
        \n-folder -> print the path of the t-ui folder
    <string name="help_tutorial">Open the tutorial page on GitHub</string>
    <string name="help_uninstall">Uninstall an application
        \nUsage:
        \n>>uninstall [appName]
    </string>
    <string name="help_wifi">Toggle wifi</string>
    <string name="help_sms">Send an SMS.
        \nUsage:
        \n>>sms [contactName] OR [number]
        \n>>[text]
    </string>
    <string name="help_vibrate">Vibrate your device.
        \nUsage:
        \n>>vibrate [milliseconds]</string>
    <string name="help_beep">Emit a beep.
        \nUsage:
        \n>>beep</string>
    <string name="help_notifications">Manage your notifications.
        \n\nUsage:
        \n-inc [appName] -> include an application
        \n-exc [appName] -> exclude an application
        \n-clr [color] [appName] -> set the color to be used for the application
        \n-file -> open notifications.xml
        \n-title_filter [ID] [regex] -> set a filter over notifications title with a given ID
        \n-text_filter [ID] [regex] -> set a filter over notifications text with a given ID
        \n-apply_filter [ID] [appName] -> apply a filter (or a group of filters) to a single application
        \n-access -> show the system settings page dedicated to the Notification Access</string>
    <string name="help_location">Show the current location</string>
    <string name="help_cntcts">Manage your contacts.
        \n\nUsage:
        \n-ls -> list your contacts
        \n-l [contactName] -> show details about a contact
        \n-add -> create a new contact
        \n-edit [contactName] -> edit an existing contact
        \n-rm [contactName] -> remove a contact</string>
    <string name="help_exit">Close T-UI and reset launcher preferences</string>

    <!-- linux -->
    <string name="help_ctrlc">Interrupt the current shell process and create a new one</string>
    <string name="help_open">Open a file
        \nUsage:
        \n>>open [pathToFile]
    </string>

</resources>