View Common.strings
<key>DONATE</key> | |
<string>Tip Jar</string> | |
<key>DONATE_FOOTER</key> | |
<string>Please consider showing your appreciation for this tweak with a small donation to the tip jar.</string> |
View Alerts.strings
<!-- Explanation of the alert type setting. --> | |
<key>ALERT_TYPE_EXPLANATION</key> | |
<string>Applies only to notifications from TypeStatus Plus providers.</string> | |
<!-- Explanation of the above setting. --> | |
<key>WAKE_WHEN_LOCKED_EXPLANATION</key> | |
<string>Wake the screen when receiving a TypeStatus notification while the device is locked.</string> | |
<!-- Option to use the respective app icon. --> | |
<key>ICON</key> |
View Alerts.strings
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<!-- Header for alert type selection. --> | |
<key>ALERT_TYPE</key> | |
<string>Alert Type</string> | |
<!-- Buttons shown in the segmented controls for the alert type. --> | |
<key>OFF</key> |
View Alerts.strings
<!-- Body content for the alert shown when libstatusbar isn’t installed. --> | |
<key>LIBSTATUSBAR_NOT_INSTALLED</key> | |
<string>%@ is required to show status bar icons.</string> |
View Alerts.strings
<!-- Header for tap action section. --> | |
<key>TAP_TO_OPEN_ACTION</key> | |
<string>Tap Action</string> | |
<!-- Options shown for the tap action. --> | |
<key>TAP_TO_OPEN_ACTION_OPEN</key> | |
<string>Open App</string> | |
<key>TAP_TO_OPEN_ACTION_DISMISS</key> | |
<string>Dismiss Alert</string> |
View Alerts.strings
<!-- Title for the alert shown when libstatusbar isn’t installed. --> | |
<key>INSTALL_LIBSTATUSBAR</key> | |
<string>Install %@</string> | |
<!-- Body content for the alert shown when libstatusbar isn’t installed. --> | |
<key>LIBSTATUSBAR_NOT_INSTALLED</key> | |
<string>%@ is required to show status bar icons.</string> | |
<!-- Label of button that opens libstatusbar in Cydia. --> | |
<key>INSTALL</key> |