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

Commit

Permalink
add some strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
heruoxin committed Mar 10, 2015
1 parent 2acbcb6 commit 6e39604
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,16 @@
<string name="clip_notification_starred_single_text">There is no starred items.</string>
<string name="pref_storage_summary">Set clipboard history limit.</string>
<string name="toast_front_string"></string>
<string name="pref_rate_title">Rate me</string>
<string name="pref_rate_summary">Rate this app if you think it\'s useful.</string>
<string name="pref_notification_priority_title">Notification Priority</string>
<string name="pref_notification_priority_summary">Set notification priority.</string>
<string name="pref_click_title">Click Action</string>
<string name="pref_click_summary">Set click &amp; long click actions.</string>
<string name="pref_click_summary_false">Click to edit. Long click to copy.</string>
<string name="pref_click_summary_true">Click to copy. Long click to edit.</string>
<string name="pref_notification_priority_low">\nLow - without status bar icon.\nAt the end of notifications.\n</string>
<string name="pref_notification_priority_middle">Middle - with status bar icon.\nAt the middle of notifications.</string>
<string name="pref_notification_priority_high">\nHigh - with status bar icon.\nAt the top of notifications.\n</string>

</resources>

1 comment on commit 6e39604

@heruoxin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cns2e Thank you!

Please sign in to comment.