View Single Post
  #3 (permalink)  
Old 01-07-2010, 06:06 AM
TheBundo's Avatar
TheBundo
VIP Member
Offline
Threadstarter
Location: Kommiefornia
 
Join Date: Jul 2007
Posts: 2,104
Reputation: 1688
TheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on repTheBundo is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Showing the DAY of the week on the Home Screen (tested on Sprint)

Here is the code in the file, after the modification. Near the top, you will see <trans-unit id="IDS_DATEFORMAT">, and below that <source>ddd MMM d, yyyy</source>. I just added the ddd and the space after it.

<?xml version="1.0" encoding="utf-16"?>
<xliff version="1.0" lang="en-us">
<file datatype="plaintext" original="Home">
<header />
<body>
<trans-unit id="IDS_HOMETITLE">
<source>Home</source>
</trans-unit>
<trans-unit id="IDS_DATEFORMAT">
<source>ddd MMM d, yyyy</source>
</trans-unit>
<trans-unit id="IDS_APPOINTMENTS">
<source>Appointments</source>
</trans-unit>
<trans-unit id="IDS_MAINVIEW">
<source>Main View</source>
</trans-unit>
<trans-unit id="IDS_MISSEDCALLCOUNT">
<source>%d Missed Call</source>
</trans-unit>
<trans-unit id="IDS_MISSEDCALLSCOUNT">
<source>%d Missed Calls</source>
</trans-unit>
<trans-unit id="IDS_NOMISSEDCALL">
<source>Call History</source>
</trans-unit>
<trans-unit id="IDS_NEWVOICEMAIL">
<source>New Voicemail</source>
</trans-unit>
<trans-unit id="IDS_NEWVOICEMAILSCOUNT">
<source>%d New Voicemails</source>
</trans-unit>
<trans-unit id="IDS_NOAPPOINTMENTS">
<source>Calendar</source>
</trans-unit>
<trans-unit id="IDS_PHONE">
<source>Phone</source>
</trans-unit>
<trans-unit id="IDS_PROGRAMS">
<source>Programs</source>
</trans-unit>
<trans-unit id="IDS_ALLDAY">
<source>All Day</source>
</trans-unit>
<trans-unit id="IDS_ALARMOFF">
<source>Alarm Off</source>
</trans-unit>
<trans-unit id="IDS_CALENDAR">
<source>Calendar</source>
</trans-unit>
<trans-unit id="IDS_CONTACTS">
<source>Contacts</source>
</trans-unit>
<trans-unit id="IDS_HOMEZONE">
<source>HomeZone</source>
</trans-unit>
<trans-unit id="IDS_CITYZONE">
<source>CityZone</source>
</trans-unit>
<trans-unit id="IDS_NEWVOICEMAILCOUNT">
<source>%d New Voicemail</source>
</trans-unit>
<trans-unit id="IDS_HOMENOSERVICE">
<source>No Service</source>
</trans-unit>
<trans-unit id="IDS_TOMORROW">
<source>Tomorrow</source>
</trans-unit>
<trans-unit id="IDS_MULTIDAY">
<source>multiday</source>
</trans-unit>
<trans-unit id="IDS_CAMERA">
<source>Camera</source>
</trans-unit>
<trans-unit id="IDS_BACK">
<source>Back</source>
</trans-unit>
<trans-unit id="IDS_MENU">
<source>Menu</source>
</trans-unit>
<trans-unit id="IDS_RINGTONES">
<source>Ringtones</source>
</trans-unit>
<trans-unit id="IDS_SELECTCONTACT_TITLE">
<source>Select a Contact</source>
</trans-unit>
<trans-unit id="IDS_ALL_PEOPLE">
<source>All Contacts</source>
</trans-unit>
</body>
</file>
</xliff>
Reply With Quote
This post has been thanked 1 times.