* Use it when you need a real translation but still don't have a key.
*/
DUMMY, //
- @Meta(def = "Fanfix %s local library", format = Format.STRING, description = "the title of the main window of Fanfix, the library", info = "%s = current Fanfix version")
+ @Meta(def = "Fanfix %s", format = Format.STRING, description = "the title of the main window of Fanfix, the library", info = "%s = current Fanfix version")
// The titles/subtitles:
TITLE_LIBRARY, //
- @Meta(def = "Fanfix %s on %s", format = Format.STRING, description = "the title of the main window of Fanfix, the library, when the library has a name (i.e., is not local)", info = "%s = current Fanfix version, %s = library name")
+ @Meta(def = "Fanfix %s", format = Format.STRING, description = "the title of the main window of Fanfix, the library, when the library has a name (i.e., is not local)", info = "%s = current Fanfix version, %s = library name")
TITLE_LIBRARY_WITH_NAME, //
@Meta(def = "Fanfix Configuration", format = Format.STRING, description = "the title of the configuration window of Fanfix, also the name of the menu button")
TITLE_CONFIG, //
ERROR_URL_IMPORT_FAILED,
// Others
- @Meta(def = " <B>Chapter <P COLOR='#7777DD'>%d</P>/%d</B>", format = Format.STRING, description = "(html) the chapter progression value used on the viewers", info = "%d = chapter number, %d = total chapters")
+ @Meta(def = " <B>Chapitre <SPAN COLOR='#444466'>%d</SPAN> / %d</B>", format = Format.STRING, description = "(html) the chapter progression value used on the viewers", info = "%d = chapter number, %d = total chapters")
CHAPTER_HTML_UNNAMED, //
- @Meta(def = " <B>Chapter <P COLOR='#7777DD'>%d</P>/%d</B>: %s", format = Format.STRING, description = "(html) the chapter progression value used on the viewers", info = "%d = chapter number, %d = total chapters, %s = chapter name")
+ @Meta(def = " <B>Chapitre <SPAN COLOR='#444466'>%d</SPAN> / %d</B>: %s", format = Format.STRING, description = "(html) the chapter progression value used on the viewers", info = "%d = chapter number, %d = total chapters, %s = chapter name")
CHAPTER_HTML_NAMED, //
- @Meta(def = "Image <P COLOR='#7777DD'>%d</P>/%d", format = Format.STRING, description = "(html) the chapter progression value used on the viewers", info = "%d = currnt image number, %d = total images")
+ @Meta(def = "Image %d / %d", format = Format.STRING, description = "(NO html) the chapter progression value used on the viewers", info = "%d = current image number, %d = total images")
IMAGE_PROGRESSION, //
;
# the title of the main window of Fanfix, the library
# (FORMAT: STRING) %s = current Fanfix version
-TITLE_LIBRARY = Fanfix %s local library
+TITLE_LIBRARY = Fanfix %s
# the title of the main window of Fanfix, the library, when the library has a name (i.e., is not local)
# (FORMAT: STRING) %s = current Fanfix version, %s = library name
-TITLE_LIBRARY_WITH_NAME = Fanfix %s on %s
+TITLE_LIBRARY_WITH_NAME = Fanfix %s
# the title of the configuration window of Fanfix, also the name of the menu button
# (FORMAT: STRING)
TITLE_CONFIG = Fanfix Configuration
%s
# (html) the chapter progression value used on the viewers
# (FORMAT: STRING) %d = chapter number, %d = total chapters
-CHAPTER_HTML_UNNAMED = <B>Chapter <P COLOR='#7777DD'>%d</P>/%d</B>
+CHAPTER_HTML_UNNAMED = <B>Chapter <SPAN COLOR='#7777DD'>%d</SPAN>/%d</B>
# (html) the chapter progression value used on the viewers
# (FORMAT: STRING) %d = chapter number, %d = total chapters, %s = chapter name
-CHAPTER_HTML_NAMED = <B>Chapter <P COLOR='#7777DD'>%d</P>/%d</B>: %s
-# (html) the chapter progression value used on the viewers
-# (FORMAT: STRING) %d = currnt image number, %d = total images
-IMAGE_PROGRESSION = Image <P COLOR='#7777DD'>%d</P>/%d
+CHAPTER_HTML_NAMED = <B>Chapter <SPAN COLOR='#7777DD'>%d</SPAN>/%d</B>: %s
+# (NO html) the chapter progression value used on the viewers
+# (FORMAT: STRING) %d = current image number, %d = total images
+IMAGE_PROGRESSION = Image %d / %d
# the title of the main window of Fanfix, the library
# (FORMAT: STRING) %s = current Fanfix version
-TITLE_LIBRARY = Fanfix %s librairie locale
+TITLE_LIBRARY = Fanfix %s
# the title of the main window of Fanfix, the library, when the library has a name (i.e., is not local)
# (FORMAT: STRING) %s = current Fanfix version, %s = library name
-TITLE_LIBRARY_WITH_NAME = Fanfix %s sur %s
+TITLE_LIBRARY_WITH_NAME = Fanfix %s
# the title of the configuration window of Fanfix, also the name of the menu button
# (FORMAT: STRING)
TITLE_CONFIG = Configuration de Fanfix
%s
# (html) the chapter progression value used on the viewers
# (FORMAT: STRING) %d = chapter number, %d = total chapters
-CHAPTER_HTML_UNNAMED = <B>Chapitre <P COLOR='#7777DD'>%d</P>/%d</B>
+CHAPTER_HTML_UNNAMED = <B>Chapitre <SPAN COLOR='#444466'>%d</SPAN> / %d</B>
# (html) the chapter progression value used on the viewers
# (FORMAT: STRING) %d = chapter number, %d = total chapters, %s = chapter name
-CHAPTER_HTML_NAMED = <B>Chapitre <P COLOR='#7777DD'>%d</P>/%d</B>: %s
-# (html) the chapter progression value used on the viewers
-# (FORMAT: STRING) %d = currnt image number, %d = total images
-IMAGE_PROGRESSION = Image <P COLOR='#7777DD'>%d</P>/%d
+CHAPTER_HTML_NAMED = <B>Chapitre <SPAN COLOR='#444466'>%d</SPAN> / %d</B>: %s
+# (NO html) the chapter progression value used on the viewers
+# (FORMAT: STRING) %d = current image number, %d = total images
+IMAGE_PROGRESSION = Image %d / %d