Update to nnikiroo-utils-1.5.0
[fanfix.git] / src / be / nikiroo / fanfix / bundles / ui.properties
index 8c7428d7ed4cad8ac7b3e3577c98ae3ee98e4510..5f251c5fbf889f4c0bda358f335decefde408b3e 100644 (file)
@@ -2,21 +2,23 @@
 #
 
 
-# (WHAT: directory, FORMAT: absolute path, $HOME variable supported, / is always accepted as dir separator)
 # The directory where to store temporary files, defaults to directory 'tmp.reader' in the conig directory (usually $HOME/.fanfix)
+# (FORMAT: DIRECTORY) absolute path, $HOME variable supported, / is always accepted as dir separator
 CACHE_DIR_LOCAL_READER = 
-# (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type)
 # The type of output for the Local Reader for non-images documents
+# (FORMAT: COMBO_LIST) One of the known output type
+# ALLOWED VALUES: "HTML" "CBZ"
 NON_IMAGES_DOCUMENT_TYPE = HTML
-# (WHAT: Output type, WHERE: Local Reader, FORMAT: One of the known output type)
 # The type of output for the Local Reader for images documents
+# (FORMAT: COMBO_LIST) 
+# ALLOWED VALUES: "HTML" "CBZ"
 IMAGES_DOCUMENT_TYPE = CBZ
-# (WHAT: Program, WHERE: Local Reader, FORMAT: A command to start)
 # The command launched for images documents -- default to the system default for the current file type
+# (FORMAT: STRING) A command to start
 IMAGES_DOCUMENT_READER = 
-# (WHAT: Program, WHERE: Local Reader, FORMAT: A command to start)
 # The command launched for non images documents -- default to the system default for the current file type
+# (FORMAT: STRING) A command to start
 NON_IMAGES_DOCUMENT_READER = 
-# (WHAT: A background colour, WHERE: Local Reader Frame, FORMAT: #rrggbb)
 # The background colour if you don't want the default system one
+# (FORMAT: COLOR) 
 BACKGROUND_COLOR = #FFFFFF