Last active
November 19, 2016 16:31
-
-
Save PetrutB/d68e9ada270b708b0ab8d25840822f6a to your computer and use it in GitHub Desktop.
TypeStatus Plus 1.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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> | |
| <!-- Title. --> | |
| <key>ALERTS</key> | |
| <string>Alerte</string> | |
| <!-- Header for alert type selection. --> | |
| <key>ALERT_TYPE</key> | |
| <string>Tip Alertă</string> | |
| <!-- Explanation of the alert type setting. --> | |
| <key>ALERT_TYPE_EXPLANATION</key> | |
| <string>Setarea de mai sus se aplică doar pentru furnizorii din TypeStatus Plus.</string> | |
| <!-- Switch to wake the screen when the device is locked. --> | |
| <key>WAKE_WHEN_LOCKED</key> | |
| <string>Trezește când este blocat</string> | |
| <!-- Explanation of the above setting. --> | |
| <key>WAKE_WHEN_LOCKED_EXPLANATION</key> | |
| <string>Aprinde ecranul când se primește o notificare TypeStatus în bara de stare, când dispozitivul este blocat. Alertele din Centrul de Notificări vor aprinde mereu ecranul.</string> | |
| <!-- Buttons shown in the segmented controls for the alert type. --> | |
| <key>OFF</key> | |
| <string>Oprit</string> | |
| <key>ALERT_TYPE_ICON</key> | |
| <string>Doar pictogramă</string> | |
| <key>ALERT_TYPE_OVERLAY</key> | |
| <string>Bara de Stare</string> | |
| <!-- Header for vibration options. --> | |
| <key>VIBRATIONS</key> | |
| <string>Vibrații</string> | |
| <!-- Header for notification center options. --> | |
| <key>NOTIFICATION_CENTER</key> | |
| <string>Centrul de Notificări</string> | |
| <!-- Note displayed below the notification center section. --> | |
| <key>NOTIFICATION_CENTER_EXPLANATION</key> | |
| <string>Alertele din Centrul de Notificări trec peste altertele standard TypeStatus.</string> | |
| <!-- Button to test the alerts. --> | |
| <key>TEST_ALERT</key> | |
| <string>Testează Alerta</string> | |
| </dict> | |
| </plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Default text for sharing the tweak. --> | |
| <key>SHARE_TEXT</key> | |
| <string>Verifică TypeStatus Plus! 💬</string> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment