Changeset 473


Ignore:
Timestamp:
07/27/09 17:16:44 (3 years ago)
Author:
octorian
Message:

Italian language support

Location:
trunk/LogicMail
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LogicMail/LogicMail.jdp

    r471 r473  
    7676src\org\logicprobe\LogicMail\LogicMail_es.rrc 
    7777src\org\logicprobe\LogicMail\LogicMail_fr.rrc 
     78src\org\logicprobe\LogicMail\LogicMail_it.rrc 
    7879src\org\logicprobe\LogicMail\LogicMail_nl.rrc 
    7980src\org\logicprobe\LogicMail\LogicMail_vi.rrc 
  • trunk/LogicMail/src/org/logicprobe/LogicMail/ui/GlobalConfigScreen.java

    r459 r473  
    4949 
    5050/** 
    51  * Configuration screen 
     51 * Global Configuration screen 
    5252 */ 
    5353public class GlobalConfigScreen extends AbstractConfigScreen implements FieldChangeListener { 
     
    8282        localHostname = existingConfig.getLocalHostname(); 
    8383        languageChoices = new String[] { 
    84                 "BlackBerry", // System default 
     84                "BlackBerry",   // System default 
    8585                "Dansk",        // Danish: da 
    8686                "Deutsch",      // German: de 
     
    8888                "Español",      // Spanish: es 
    8989                "Français",     // French: fr 
     90                "Italiano",     // Italian: it 
    9091                "Nederlands",   // Dutch: nl 
    9192                "Ti\u00ea\u0301ng Vi\u00ea\u0323t", // Vietnamese: vi 
     
    99100                "es", // Spanish 
    100101                "fr", // French 
     102                "it", // Italian 
    101103                "nl", // Dutch 
    102104                "vi", // Vietnamese 
Note: See TracChangeset for help on using the changeset viewer.