Translation system improvement (can now generate .properties files
[jvcard.git] / src / be / nikiroo / jvcard / resources / resources.properties
index 14428eadd614e2a3df4f65a8176c3ac8ff0e428e..c35e0790ad251e22b14881d6e6f32f7778dd5b71 100644 (file)
@@ -1,20 +1,28 @@
-# English translation file (UTF-8)
+# default 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