aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli B <abittin@gmail.com>2021-05-07 15:38:17 +0300
committerAli B <abittin@gmail.com>2021-05-23 18:11:50 +0300
commitfb12c81b1fd93d0377e726b12dcf32725089d5a5 (patch)
tree4a83fd394a971440a8ce0b47bf13b1b1de92af00
parent51b148a6a6f0542e06d0598ddb33099125f6f6ee (diff)
deviceparts: add display refresh rate strings
Change-Id: Ibf7c49b54d3bd4f3339fdaa3792cf3e7ef637a82
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c31263f..79e879e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -179,4 +179,13 @@
<string name="buttons_title">Buttons</string>
<string name="swap_back_recents_summary"></string>
<string name="swap_back_recents_title">Swap back and recents button</string>
+
+ <!-- DO NOT TRANSLATE Summary placeholder -->
+ <string name="summary_placeholder" translatable="false">&#160;</string>
+
+ <!-- Display peak refresh rate -->
+ <string name="display_peak_refresh_rate_title">Peak refresh rate</string>
+
+ <!-- Display min refresh rate -->
+ <string name="display_min_refresh_rate_title">Minimum refresh rate</string>
</resources>