themike10452

strings.xml

Apr 9th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 10.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3.  
  4.     <!-- *** Keep the expressions as short as possible *** -->
  5.  
  6.     <string name="cpuTab">CPU CONTROL</string>
  7.     <string name="gammaTab">LCD CONTROL</string>
  8.     <string name="touchControl">TOUCH CONTROL</string>
  9.     <string name="gpuTab">GPU CONTROL</string>
  10.     <string name="soundTab">SOUND CONTROL</string>
  11.     <string name="miscTab">MISC</string>
  12.     <string name="infoTab">Info</string>
  13.  
  14.     <string name="action_refresh">Refresh</string>
  15.     <string name="action_apply">Apply</string>
  16.     <string name="action_diagnose">Diagnose</string>
  17.     <string name="action_help">Help</string>
  18.  
  19.     <string name="sectionTitle_hotplug">Hotplug</string>
  20.     <string name="sectionTitle_idleStates">Idle States</string>
  21.     <string name="sectionTItle_undervolting">Undervolting</string>
  22.     <string name="sectionTitle_ioTweaks">I/O Tweaks</string>
  23.     <string name="sectionTitle_msmThermal">MSM Thermal </string>
  24.     <string name="sectionTitle_misc">Misc</string>
  25.     <string name="sectionTitle_colorTemp">Color Temperature</string>
  26.     <string name="sectionTitle_gammaCalib">Gamma Calibration</string>
  27.     <string name="sectionTitle_colorProfiles">Color Profiles</string>
  28.     <string name="sectionTitle_screenWake">Screen Wake</string>
  29.     <string name="sectionTitle_sound">Sound Control ###</string>
  30.     <string name="sectionTitle_info">Info</string>
  31.     <string name="sectionTitile_kernelUpdates">Kernel Updates</string>
  32.     <string name="sectionTitle_browse">Browse Files</string>
  33.     <string name="sectionTitle_usefulLinks">Useful Links</string>
  34.  
  35.     <string name="alias_cpu_governor">CPU Governor</string>
  36.     <string name="alias_lp_govTweak">(Long-Press to Tweak)</string>
  37.     <string name="alias_cpu_max_frequency">Max Freq</string>
  38.     <string name="alias_cpu_min_frequency">Min Freq</string>
  39.     <string name="alias_max_cpus">Maximum Cores Online</string>
  40.     <string name="alias_min_cpus">Minimum Cores Online</string>
  41.     <string name="alias_boosted_cpus">Cores Boosted On Touch</string>
  42.     <string name="alias_susFreq">Suspend Frequency</string>
  43.     <string name="alias_gpu_governor">GPU Governor</string>
  44.     <string name="alias_gpu_max_frequency">GPU MAX CLOCK</string>
  45.     <string name="alias_IOSched">I/O Scheduler</string>
  46.     <string name="alias_readAhead">Read Ahead Buffer</string>
  47.     <string name="alias_tempThrotteling">Throttling Temperature</string>
  48.     <string name="alias_dynFSync">Dynamic FSYNC</string>
  49.     <string name="alias_fastCharge">Force FastCharge</string>
  50.     <string name="alias_vibratorStrength">Vibrator Strength (%)</string>
  51.     <string name="alias_headphone_gain">Headphone Gain</string>
  52.     <string name="alias_headphone_pa">Headphone PowerAmp Gain</string>
  53.     <string name="alias_speaker_gain">Speaker Gain</string>
  54.     <string name="alias_mic_gain">Handset Microphone Gain</string>
  55.     <string name="alias_camMic_gain">Camcorder Microphone Gain</string>
  56.     <string name="alias_button_saveProfile">Save Profile</string>
  57.     <string name="alias_button_restoreProfile">Restore Profile</string>
  58.     <!-- Please keep the QUOTES and DOUBLE SPACES at the beginning -->
  59.     <string name="alias_button_loadProfile">"  Load Profile"</string>
  60.     <string name="alias_button_addProfile">"  Add Profile"</string>
  61.     <string name="alias_button_removeProfile">"  Remove Profile"</string>
  62.     <string name="alias_button_resetProfiles">"  Reset Profiles"</string>
  63.     <string name="alias_dt2w">DoubleTap2Wake</string>
  64.     <string name="alias_s2w_s2s">Sweep2Wake + Sweep2Sleep</string>
  65.     <string name="alias_appVersion">App Version</string>
  66.     <string name="alias_kernelVersion">Kernel Version</string>
  67.     <string name="alias_button_checkNow">Check Now</string>
  68.     <string name="alias_button_stable">Stable Versions</string>
  69.     <string name="alias_button_test">Test Versions</string>
  70.     <string name="alias_red">RED</string>
  71.     <string name="alias_green">GREEN</string>
  72.     <string name="alias_blue">BLUE</string>
  73.  
  74.     <string name="indicator_voltages">Voltages</string>
  75.     <string name="indicator_frequencies">Frequencies</string>
  76.  
  77.     <string name="description_globalOffset">Modify All Voltages</string>
  78.     <string name="description_dynFSync">Boosts the performance, at the risk of data loss</string>
  79.     <string name="description_fastCharge">Disables access to USB Storage</string>
  80.     <string name="description_dt2w">Double tap on the screen wakes the device</string>
  81.     <!-- Careful with the newLine feed '/n' -->
  82.     <string name="description_s2w">LTR Sweep on the screen wakes the device\nRTL Sweep on the bottom edge of the screen locks the device</string>
  83.     <string name="title_confirmation">Confirmation</string>
  84.     <string name="title_donation">Donation</string>
  85.     <string name="title_rebootToRecovery">Reboot to Recovery</string>
  86.     <string name="title_about">About</string>
  87.     <string name="title_downloading">Downloading</string>
  88.     <string name="title_profileName">Profile Name</string>
  89.     <string name="title_selectProfile_toRemove">Select profiles to remove</string>
  90.  
  91.     <!-- Global Offset = Change all  CPU voltages at once ! -->
  92.     <string name="button_globalOffset">Global Offset</string>
  93.     <string name="button_leave">Leave</string>
  94.     <string name="button_stay">Stay</string>
  95.     <string name="button_yes">Yes</string>
  96.     <string name="button_no">No</string>
  97.     <string name="button_ok">OK</string>
  98.     <string name="button_rebootNow">Yes, Reboot Now</string>
  99.     <string name="button_later">Later</string>
  100.     <string name="button_apply">Apply</string>
  101.     <string name="button_overwrite">Overwrite</string>
  102.     <string name="button_continue">Continue</string>
  103.     <string name="button_abort">Abort</string>
  104.     <string name="button_cancel">Cancel</string>
  105.     <string name="button_dismiss">Dismiss</string>
  106.     <string name="button_removeSelected">Remove selected</string>
  107.     <string name="button_importColors">Import current colors to profile</string>
  108.     <string name="button_fixPermissions">Fix Permissions</string>
  109.     <string name="button_recreateBootAgent">Recreate Boot Agent</string>
  110.     <string name="button_launchBootService">Launch Boot Service</string>
  111.     <string name="button_getHellscore">Get Hellscore Now</string>
  112.     <string name="button_getBusybox">Get Busybox Now</string>
  113.     <string name="button_donate">Donate Now</string>
  114.     <string name="button_hellscoreXDA">Kernel discussion thread on XDA</string>
  115.     <string name="button_hkmXDA">App discussion thread on XDA</string>
  116.  
  117.     <string name="checkbox_setOnBoot">Set On Boot</string>
  118.     <string name="checkbox_autoInstall">Install automatically</string>
  119.     <string name="checkbox_linkLR">Link Left and Right Controls</string>
  120.  
  121.     <string name="TextView_45secDelay">Delayed by 45 seconds (Safe)</string>
  122.     <string name="TextView_locked">Locked</string>
  123.     <string name="TextView_lpl">Long-Press to lock on default</string>
  124.     <string name="TextView_lpu">Long-Press to unlock</string>
  125.  
  126.     <string name="toast_done">Done</string>
  127.     <string name="toast_done_succ">Settings applied successfully</string>
  128.     <string name="toast_colorProfileAdded">Profile added successfully</string>
  129.     <string name="toast_colorProfile_alreadyExists">This profile name already exists</string>
  130.     <string name="toast_colorProfile_invalidName">Invalid Profile Name</string>
  131.     <string name="toast_longPress_toUse">Long-Press to use</string>
  132.     <string name="toast_screenOff_toApply">Turn screen OFF/ON to apply</string>
  133.     <string name="toast_profile_restored">Done. You might need to refresh manually</string>
  134.     <string name="toast_no_profile_found">No Stored Profiles Found</string>
  135.     <string name="toast_failed_saveProfile">Failed to save current profile</string>
  136.     <string name="toast_failed_setOnBoot">Set on boot failed</string>
  137.     <string name="toast_failed">Task Failed</string>
  138.     <string name="toast_voltage_steps_overloaded">Not enough room for voltages</string>
  139.     <string name="toast_suspendFreq">Susp Freq will return to default after a reboot</string>
  140.     <string name="toast_openRecovery_notSupported">OpenRecoveryScript not supported</string>
  141.     <string name="toast_failed_openRecovery">Failed to create OpenRecoveryScript</string>
  142.     <string name="toast_failed_soundControl">Failed to apply sound settings</string>
  143.  
  144.     <string name="overwrite_profile_warning">This will overwrite your previously stored profile</string>
  145.     <string name="busybox_notFound_warning">Busybox was not detected! Busybox is needed for Set On Boot</string>
  146.     <string name="resetProfiles_confirmation">Reset all profiles?</string>
  147.     <string name="governor_noTweak">This governor is not tweakable</string>
  148.     <string name="service_not_available">Sorry, service unavailable</string>
  149.     <string name="downloadingList">Downloading file list . . .</string>
  150.     <string name="unsupported_gamma">Unsupported</string>
  151.     <string name="somethingWentWrong">Something Went Wrong</string>
  152.     <string name="areYouSure">Are you sure?</string>
  153.     <string name="pleaseWait">Please wait</string>
  154.     <string name="lastestVersions">Latest Versions</string>
  155.     <string name="waitingSuperSU">Requesting root authentication</string>
  156.     <string name="stable">Stable</string>
  157.     <string name="test">Test</string>
  158.     <string name="custom">Custom</string>
  159.     <string name="kernelDownload_complete">Kernel zip was downloaded to\n###</string>
  160.     <string name="left">Left</string>
  161.     <string name="right">Right</string>
  162.  
  163.     <string name="message_donation_1">Do you like this app?</string>
  164.     <string name="message_donation_2">Consider making a donation to the developer via PayPal</string>
  165.     <string name="message_donation_3">
  166.         A small donation is an appreciation to my efforts and a push to continue the support and development :)
  167.     </string>
  168.  
  169.     <string name="message_rebootToRecovery">
  170.         "You should reboot your phone to Recovery.\nReboot now?"
  171.     </string>
  172.  
  173.     <string name="sorry_not_supported">
  174.         Sorry, this app works only with hellscore kernel. (And variants)\n
  175.         You may sit here and watch hellscore logo up above.\n\n
  176.         Have a nice day :)
  177.     </string>
  178.  
  179.     <string name="diagnosis_help">
  180.         Set On Boot conditions:\n\n
  181.         - Boot Agent script should exist and have the permission to execute.\n\n
  182.         - The correspondent settings script should also exist and execute.\n\n
  183.         - You should have SuperSU app and no other.\n\n
  184.         - You should have BusyBox installed on your device.
  185.     </string>
  186.    
  187.     <string name="diagnosis_done">
  188.         A report file was created in ### \nFor further support either post it on xda thread
  189.         or e-mail it to @@@ with a short description of your problem.
  190.     </string>
  191.  
  192. </resources>
Advertisement
Add Comment
Please, Sign In to add comment