Thread: 'slide to unlock' Text Change
-
02-21-2009, 10:43 AM #21
Edit: Found the solution
http://www.modmyi.com/forums/file-mo...-fw-2-1-a.html
how do I go about if the language is not english?
in: /System/Library/CoreServices/SpringBoard.app
I have the following folders:
English.lproj (with a capital E)
and
no.lproj which is the language i use (Norwegian)
in no.lprov are the following files
infoPlist.strings
LocalizedApplicatoinNames.strings
Springboard.strings
USSD.strings
I tried the following
<?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>
<key>AWAY_LOCK_LABEL</key>
<string></string>
<key>POWER_DOWN_LOCK_LABEL</key>
<string></string>
<key>SLIDE_TO_ANSWER</key>
<string></string>
</dict>
</plist>
Becasue I don't want any text at all
And copied the Slider Text.theme into the Themes.xxxxxx folder:
/Slider Text.theme/Bundles/com.apple.springboard/no.lproj/Springboard.strings
Last edited by blackeyes; 02-21-2009 at 11:18 AM. Reason: solved
-
03-15-2009, 03:53 AM #22
-
05-16-2009, 11:02 PM #23
does customize still work? its telling me it cant save the strings...
-
05-16-2009, 11:05 PM #24Super Duper Moderator
- Join Date
- Aug 2008
- Location
- Valley of the Sun, Arizona
- Posts
- 23,545
- Thanks
- 2,822
- Thanked 7,444 Times in 4,769 Posts
Follow this link. It will make customize work.

-
06-29-2009, 11:22 PM #25What's Jailbreak?
- Join Date
- Jan 2009
- Location
- Central Florida
- Posts
- 3
- Thanks
- 9
- Thanked 0 Times in 0 Posts
Consumer.way, this is EXACTLY what you need to change strings. Thanks so much for this helpful post!
<?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>
<key>AWAY_LOCK_LABEL</key>
<string>slide to unlock</string>
<key>POWER_DOWN_LOCK_LABEL</key>
<string>slide to shut down</string>
<key>SLIDE_TO_ANSWER</key>
<string>slide to answer</string>
</dict>
</plist>Last edited by Crysis Faction; 06-29-2009 at 11:37 PM.
-
05-31-2011, 07:43 PM #26
Please help I don't understand any of this do I need to download any apps or anything to my computer



LinkBack URL
About LinkBacks
Reply With Quote


