Changeset 473
- Timestamp:
- 07/27/09 17:16:44 (3 years ago)
- Location:
- trunk/LogicMail
- Files:
-
- 1 added
- 2 edited
-
LogicMail.jdp (modified) (1 diff)
-
src/org/logicprobe/LogicMail/LogicMail_it.rrc (added)
-
src/org/logicprobe/LogicMail/ui/GlobalConfigScreen.java (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/LogicMail.jdp
r471 r473 76 76 src\org\logicprobe\LogicMail\LogicMail_es.rrc 77 77 src\org\logicprobe\LogicMail\LogicMail_fr.rrc 78 src\org\logicprobe\LogicMail\LogicMail_it.rrc 78 79 src\org\logicprobe\LogicMail\LogicMail_nl.rrc 79 80 src\org\logicprobe\LogicMail\LogicMail_vi.rrc -
trunk/LogicMail/src/org/logicprobe/LogicMail/ui/GlobalConfigScreen.java
r459 r473 49 49 50 50 /** 51 * Configuration screen51 * Global Configuration screen 52 52 */ 53 53 public class GlobalConfigScreen extends AbstractConfigScreen implements FieldChangeListener { … … 82 82 localHostname = existingConfig.getLocalHostname(); 83 83 languageChoices = new String[] { 84 "BlackBerry", // System default84 "BlackBerry", // System default 85 85 "Dansk", // Danish: da 86 86 "Deutsch", // German: de … … 88 88 "Español", // Spanish: es 89 89 "Français", // French: fr 90 "Italiano", // Italian: it 90 91 "Nederlands", // Dutch: nl 91 92 "Ti\u00ea\u0301ng Vi\u00ea\u0323t", // Vietnamese: vi … … 99 100 "es", // Spanish 100 101 "fr", // French 102 "it", // Italian 101 103 "nl", // Dutch 102 104 "vi", // Vietnamese
Note: See TracChangeset
for help on using the changeset viewer.
