X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FTarget.java;h=64284c6e424846e478d1f9e8cefd93ddef893105;hb=HEAD;hp=aace98a9f7ca2aa7d1db8a078a50af1a6e2dd906;hpb=948637bc8cc1dcf76f783870cf46f71794a9805d;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/Target.java b/src/be/nikiroo/fanfix/bundles/Target.java index aace98a..64284c6 100644 --- a/src/be/nikiroo/fanfix/bundles/Target.java +++ b/src/be/nikiroo/fanfix/bundles/Target.java @@ -5,15 +5,23 @@ import be.nikiroo.utils.resources.Bundle; /** * The type of configuration information the associated {@link Bundle} will * convey. + *

+ * Those values can change when the file is not compatible anymore. * * @author niki */ public enum Target { /** * Configuration options that the user can change in the - * .properties file. + * .properties file */ - config, - /** Translation resources. */ - resources, + config5, + /** Translation resources (Core) */ + resources_core, + /** Translation resources (GUI) */ + resources_gui, + /** UI resources (from colours to behaviour) */ + ui, + /** Description of UI resources. */ + ui_description, }