Translation system improvement (can now generate .properties files
[jvcard.git] / src / be / nikiroo / jvcard / resources / resources_en.properties
index afd62a89ab8124956357aed9db3b515a4aa65259..eb08a134f890dd00e18c4280008e837fca015c05 100644 (file)
@@ -1,20 +1,28 @@
-# default translation file (UTF-8)
+# English (en) translation file (UTF-8)
+# 
 # Note that any key can be doubled with a _NOUTF suffix
 # to use when the flag --noutf is passed
+# 
+# Also, the comments always refer to the key below them.
+# 
 
-# those 2 keys MUST be 3-characters long
+# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long)
+# Tab key
 KEY_TAB = TAB
+# (WHAT: a key to press, WHERE: action keys, FORMAT: MUST BE 3 chars long)
+# Enter key
 KEY_ENTER = ENT
-# we could use: " ", ┃, │...
-DEAULT_FIELD_SEPARATOR =  ┃
-DEAULT_FIELD_SEPARATOR_NOUTF = |
 KEY_ACTION_BACK = Back
 KEY_ACTION_HELP = Help
-KEY_ACTION_VIEW_CONTACT = Open
 KEY_ACTION_VIEW_CARD = Open
+KEY_ACTION_VIEW_CONTACT = Open
 KEY_ACTION_EDIT_CONTACT = Edit
+KEY_ACTION_SAVE_CARD = Save
 KEY_ACTION_DELETE_CONTACT = Delete
-KEY_ACTION_SWITCH_FORMAT = Change view
+KEY_ACTION_SEARCH = Search
+# we could use: ' ', ┃, │...
+DEAULT_FIELD_SEPARATOR = ┃
+DEAULT_FIELD_SEPARATOR_NOUTF = |
 KEY_ACTION_INVERT = Invert colours
 KEY_ACTION_FULLSCREEN = Fullscreen
-KEY_ACTION_SEARCH = Search
+KEY_ACTION_SWITCH_FORMAT = Change view