X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FTarget.java;h=64284c6e424846e478d1f9e8cefd93ddef893105;hb=0c410e69d6891b49b88b1d9e12ebe127de5b7edf;hp=212f8a7080502af2469edd9e5b15c7a61c649500;hpb=08fe2e33007063e30fe22dc1d290f8afaa18eb1d;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/Target.java b/src/be/nikiroo/fanfix/bundles/Target.java index 212f8a7..64284c6 100644 --- a/src/be/nikiroo/fanfix/bundles/Target.java +++ b/src/be/nikiroo/fanfix/bundles/Target.java @@ -1,19 +1,27 @@ package be.nikiroo.fanfix.bundles; -import be.nikiroo.utils.resources.bundles.Bundle; +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, }