aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilli Ye <williye97@gmail.com>2015-03-24 16:17:37 +0100
committerWilli Ye <williye97@gmail.com>2015-03-24 16:17:37 +0100
commita6cf65824e7f23666eb0cf9deaa04a62317fdce6 (patch)
treeb5726feb2089e50c195f9b2f1c9e983aaf94d99a
parent5f2423dab24acf371437ede890f7a7828e039b1b (diff)
Fix string mess of @olivieer
-rw-r--r--app/src/main/res/values/strings.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 95e94be..1fc562d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -113,9 +113,9 @@
<!-- CPU Hotplug -->
<string name="mpdecision">MPDecision</string>
- <string name="mpdecision_summary">QCOM\'s hotplugging solution. You might get problems with changing frequencies when this is enabled.</string>
+ <string name="mpdecision_summary">Qualcomm\'s hotplugging solution. You might get problems with changing frequencies when this is enabled.</string>
<string name="intelliplug">IntelliPlug</string>
- <string name="intelliplug_summary">An in-kernel replacement for Qualcomm's MPDecision. Developed by faux123.</string>
+ <string name="intelliplug_summary">An in-kernel replacement for Qualcomm\'s MPDecision. Developed by faux123.</string>
<string name="profile_summary">The number in the parentheses indicates the amount of cores online at any time.</string>
<string name="balanced">Balanced</string>
<string name="performance">Performance</string>
@@ -152,7 +152,7 @@
<string name="down_lock_duration_summary">Minimum interval a CPU is kept online.</string>
<string name="fshift">FShift</string>
<string name="blu_plug">Blu_Plug</string>
- <string name="blu_plug_summary">An in-kernel replacement for Qualcomm's MPDecision. Developed by Code_Blue team.</string>
+ <string name="blu_plug_summary">An in-kernel replacement for Qualcomm\'s MPDecision. Developed by Code_Blue team.</string>
<string name="powersaver_mode">Powersaver Mode</string>
<string name="powersaver_mode_summary">Sets 1 CPU maximum online with frequency @1728 MHz.</string>
<string name="up_threshold">Up Threshold</string>
@@ -162,7 +162,7 @@
<string name="down_timer_cnt">Down Timer Control</string>
<string name="down_timer_cnt_summary">Control timer for down CPUs.</string>
<string name="msm_hotplug">MSM Hotplug</string>
- <string name="msm_hotplug_summary">An in-kernel replacement for Qualcomm's MPDecision. Developed by myfluxi.</string>
+ <string name="msm_hotplug_summary">An in-kernel replacement for Qualcomm\'s MPDecision. Developed by myfluxi.</string>
<string name="history_size">History Size</string>
<string name="history_size_summary">Number of samples taken in consideration for average load across CPUs. Lower means quicker/more erratic.</string>
<string name="update_rate">Update Rate</string>
@@ -177,7 +177,7 @@
<string name="io_is_busy_summary">Used to make the hotplug consider the I/O time as CPU load time.</string>
<string name="defer_time">Suspend Defer Time</string>
<string name="mako_hotplug">Mako Hotplug</string>
- <string name="mako_hotplug_summary">An in-kernel replacement for Qualcomm's MPDecision. Developed by franciscofranco.</string>
+ <string name="mako_hotplug_summary">An in-kernel replacement for Qualcomm\'s MPDecision. Developed by franciscofranco.</string>
<string name="cores_on_touch">Cores on touch</string>
<string name="cores_on_touch_summary">Number of CPUs online when touching screen or pressing button.</string>
<string name="cpu_freq_unplug_limit">CPU Frequency Unplug Limit</string>
@@ -191,7 +191,7 @@
<string name="timer">Timer</string>
<string name="msm_mpdecision_hotplug">MSM MPDecision Hotplug</string>
<string name="bricked_hotplug">Bricked Hotplug</string>
- <string name="mb_hotplug_summary">An in-kernel replacement for Qualcomm's MPDecision. Developed by show-p1984.</string>
+ <string name="mb_hotplug_summary">An in-kernel replacement for Qualcomm\'s MPDecision. Developed by show-p1984.</string>
<string name="screen_off_single_core">Screen off Single Core</string>
<string name="screen_off_single_core_summary">Use only one core when screen is off.</string>
<string name="idle_frequency">Idle Frequency</string>
@@ -205,7 +205,7 @@
<string name="pause">Pause</string>
<string name="pause_summary">If something else plugs in the CPU, fall asleep for this amount of time.</string>
<string name="alucard_hotplug">Alucard Hotplug</string>
- <string name="alucard_hotplug_summary">An in-kernel replacement for Qualcomm's MPDecision. Developed by Alucard.</string>
+ <string name="alucard_hotplug_summary">An in-kernel replacement for Qualcomm\'s MPDecision. Developed by Alucard.</string>
<string name="sampling_rate">Sampling Rate</string>
<string name="cpu_down_rate">CPU Down Rate</string>
<string name="cpu_up_rate">CPU Up Rate</string>
@@ -373,9 +373,9 @@
<!-- FAQ -->
<string name="misspelled">Why did you misspell \"Auditor\"?</string>
<string name="misspelled_summary">Adiutor is Latin and means helper.</string>
- <string name="cpu_freq_not_sticking">Why doesn't my determined CPU freq stick?</string>
+ <string name="cpu_freq_not_sticking">Why doesn\'t my determined CPU freq stick?</string>
<string name="cpu_freq_not_sticking_summary">This has many reasons. Many kernels nowadays have their own hotplugging system which controls the CPU frequency and CyanogenMod has their own CPU Boost implementation which regulate the frequency. I would suggest you to not touching the CPU frequencies and let the kernel do its job.</string>
- <string name="feature_not_appearing">Why don't features x and y show up?</string>
+ <string name="feature_not_appearing">Why don\'t features x and y show up?</string>
<string name="feature_not_appearing_summary">Features depend on the kernel.</string>
<string name="feature_function">What does feature x do?</string>
<string name="feature_function_summary">If you don\'t know what this control does, then simply don\'t touch it. Please do a proper research before playing with your expensive hardware.</string>