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
