Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheElectroclassics/3e7532ecb9ba3f884f4c509115baa5b4 to your computer and use it in GitHub Desktop.
Save TheElectroclassics/3e7532ecb9ba3f884f4c509115baa5b4 to your computer and use it in GitHub Desktop.
LockGlyphX supports 22 languages but they need updating. We can add new languages too. Reply here with changes, or submit a pull request if you are a GitHub user. Default strings: https://raw.githubusercontent.com/Sticktron/LockGlyphX/master/Prefs/Resources/en.lproj/Localizable.strings
/*
* These are the strings that need updated translations in all non-English languages.
*
* To submit a new language please download the English (en) strings file and then
* change all of the strings to your language :)
*
* Default strings: Prefs/Resources/en.lproj/Localizable.strings
*/
/* Main Page */
"FIRST_CREDITS_LABEL" = "Credits";
"REPORT_ISSUE_BUTTON" = "Report an issue";
/* Behaviour Page */
"GENERAL_LOCKGLYPHTOGL_LABEL" = "Enabled";
"GENERAL_UNLOCKSNDSELECTION_LABEL" = "Unlock sound";
"SOUND_NONE" = "None";
"SOUND_DEFAULT" = "Theme (default)";
"SOUND_APPLE_PAY" = "Apple Pay";
"SOUND_FOOTER" = "If the current theme doesn't include sound the default sound will be played.";
"MUSICCONTROLS_HEADER_TEXT" = "When music controls are visible";
"MUSICCONTROLS_HIDE_LABEL" = "Hide glyph";
"MUSICCONTROLS_MOVEBACK_LABEL" = "Move glyph to back";
/* Appearance Page */
"APPEARANCE_HIDE_RING_LABEL" = "Hide ring";
"COLOURS_IDLECOLOUR_LABEL" = "Fingerprint colour";
"LOCKLABEL_HEADER_TEXT" = "Press Home To Unlock";
"LOCKLABEL_ENABLED_LABEL" = "Show text";
"LOCKLABEL_CUSTOM_TEXT_ENABLED_LABEL" = "Use custom text";
"LOCKLABEL_CUSTOM_TEXT_LABEL" = "Custom text";
/* Appearance > Position Page */
"POSITION_TITLE" = "Position";
"FINGERPOS_PORTRAIT_HEADER_TEXT" = "Position (Portrait)";
"FINGERPOS_PORTRAITXTOGL_LABEL" = "Use custom X";
"FINGERPOS_PORTRAITX_LABEL" = "X offset";
"FINGERPOS_PORTRAITYTOGL_LABEL" = "Use custom Y";
"FINGERPOS_PORTRAITY_LABEL" = "Y offset";
"FINGERPOS_LANDSCAPE_HEADER_TEXT" = "Position (Landscape)";
"FINGERPOS_LANDSCAPEXTOGL_LABEL" = "Use custom X";
"FINGERPOS_LANDSCAPEX_LABEL" = "X offset";
"FINGERPOS_LANDSCAPEYTOGL_LABEL" = "Use custom Y";
"FINGERPOS_LANDSCAPEY_LABEL" = "Y offset";
/* Animations Page */
"ANIM_LOADINGTOGL_LABEL" = "Use alternate scanning animation";
"ANIM_LOADINGTOGL_FOOTER_TEXT" = "Shows an animated ring while scanning. Requires 'Hide ring' setting to be off.";
"ANIM_HOLDTOREADERTOGL_LABEL" = "Use alternate idle animation";
"ANIM_ONLYDEFAULT_LABEL" = "Shows the Apple Pay hold-phone-to-reader animation while idle. Requires the default theme be selected.";
/* Credits Page */
"CREDITS_TITLE" = "Credits";
"CREDITS_BY" = "Created By";
"CREDITS_ALSO_BY" = "iOS 10 Port By";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment