From: Niki Roo Date: Sat, 25 Apr 2020 19:31:55 +0000 (+0200) Subject: Download-to-cache -> Prefetch-to-cache X-Git-Tag: fanfix-swing-1.0.0~29 X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=df62e3a2d6c80fb95fdc18d1ad828e05c057523f;p=fanfix-swing.git Download-to-cache -> Prefetch-to-cache --- diff --git a/src/be/nikiroo/fanfix/bundles/StringIdGui.java b/src/be/nikiroo/fanfix/bundles/StringIdGui.java index 2c9d222a..c109f425 100644 --- a/src/be/nikiroo/fanfix/bundles/StringIdGui.java +++ b/src/be/nikiroo/fanfix/bundles/StringIdGui.java @@ -109,7 +109,7 @@ public enum StringIdGui { MENU_FILE_OPEN, // @Meta(def = "Edit", format = Format.STRING, description = "the edit menu") MENU_EDIT, // - @Meta(def = "Download to cache", format = Format.STRING, description = "the edit/send to cache menu button, to download the story into the cache if not already done") + @Meta(def = "Prefetch to cache", format = Format.STRING, description = "the edit/send to cache menu button, to download the story into the cache if not already done") MENU_EDIT_DOWNLOAD_TO_CACHE, // @Meta(def = "Clear cache", format = Format.STRING, description = "the clear cache menu button, to clear the cache for a single book") MENU_EDIT_CLEAR_CACHE, // diff --git a/src/be/nikiroo/fanfix/bundles/resources_gui.properties b/src/be/nikiroo/fanfix/bundles/resources_gui.properties index 6d46af41..40be5eb7 100644 --- a/src/be/nikiroo/fanfix/bundles/resources_gui.properties +++ b/src/be/nikiroo/fanfix/bundles/resources_gui.properties @@ -114,7 +114,7 @@ MENU_FILE_OPEN = Open MENU_EDIT = Edit # the edit/send to cache menu button, to download the story into the cache if not already done # (FORMAT: STRING) -MENU_EDIT_DOWNLOAD_TO_CACHE = Download to cache +MENU_EDIT_DOWNLOAD_TO_CACHE = Prefetch to cache # the clear cache menu button, to clear the cache for a single book # (FORMAT: STRING) MENU_EDIT_CLEAR_CACHE = Clear cache diff --git a/src/be/nikiroo/fanfix/bundles/resources_gui_fr.properties b/src/be/nikiroo/fanfix/bundles/resources_gui_fr.properties index 1ede37c0..25ff542d 100644 --- a/src/be/nikiroo/fanfix/bundles/resources_gui_fr.properties +++ b/src/be/nikiroo/fanfix/bundles/resources_gui_fr.properties @@ -114,7 +114,7 @@ MENU_FILE_OPEN = Ouvrir MENU_EDIT = Edition # the edit/send to cache menu button, to download the story into the cache if not already done # (FORMAT: STRING) -MENU_EDIT_DOWNLOAD_TO_CACHE = Charger en cache +MENU_EDIT_DOWNLOAD_TO_CACHE = Précharger en cache # the clear cache menu button, to clear the cache for a single book # (FORMAT: STRING) MENU_EDIT_CLEAR_CACHE = Nettoyer le cache