Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit 6e39604

Browse files
committed
add some strings.
1 parent 2acbcb6 commit 6e39604

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/src/main/res/values/strings.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,16 @@
8585
<string name="clip_notification_starred_single_text">There is no starred items.</string>
8686
<string name="pref_storage_summary">Set clipboard history limit.</string>
8787
<string name="toast_front_string"></string>
88+
<string name="pref_rate_title">Rate me</string>
89+
<string name="pref_rate_summary">Rate this app if you think it\'s useful.</string>
90+
<string name="pref_notification_priority_title">Notification Priority</string>
91+
<string name="pref_notification_priority_summary">Set notification priority.</string>
92+
<string name="pref_click_title">Click Action</string>
93+
<string name="pref_click_summary">Set click &amp; long click actions.</string>
94+
<string name="pref_click_summary_false">Click to edit. Long click to copy.</string>
95+
<string name="pref_click_summary_true">Click to copy. Long click to edit.</string>
96+
<string name="pref_notification_priority_low">\nLow - without status bar icon.\nAt the end of notifications.\n</string>
97+
<string name="pref_notification_priority_middle">Middle - with status bar icon.\nAt the middle of notifications.</string>
98+
<string name="pref_notification_priority_high">\nHigh - with status bar icon.\nAt the top of notifications.\n</string>
8899

89100
</resources>

0 commit comments

Comments
 (0)