Merge branch 'subtree'
[fanfix.git] / src / be / nikiroo / fanfix / bundles / resources_gui.properties
index 9755213e6c10c2cb1a887d7cd25f0782d7435e38..40be5eb77e4f2e448573502648d5bb6c965659da 100644 (file)
@@ -1,4 +1,4 @@
-# United States (en_US) resources_gui translation file (UTF-8)
+# United Kingdom (en_GB) resources_gui translation file (UTF-8)
 # 
 # Note that any key can be doubled with a _NOUTF suffix
 # to use when the NOUTF env variable is set to 1
@@ -8,11 +8,11 @@
 
 
 # the title of the main window of Fanfix, the library
-# (FORMAT: STRING) %s = current Fanfix version
-TITLE_LIBRARY = Fanfix %s local library
+# (FORMAT: STRING) 
+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
+# (FORMAT: STRING) 
+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
@@ -38,7 +38,7 @@ SUBTITLE_MOVE_TO = Move to:
 # (FORMAT: STRING) 
 TITLE_DELETE = Delete story
 # the subtitle of the 'delete' window of Fanfix
-# (FORMAT: STRING) %s = LUID of the story, %s = title of the story
+# (FORMAT: STRING) 
 SUBTITLE_DELETE = Delete %s: %s
 # the title of the 'library error' dialogue
 # (FORMAT: STRING) 
@@ -53,27 +53,28 @@ SUBTITLE_IMPORT_URL = URL of the story to import:
 # (FORMAT: STRING) 
 TITLE_ERROR = Error
 # the title of a story for the properties dialogue, the viewers...
-# (FORMAT: STRING) %s = LUID of the story, %s = title of the story
+# (FORMAT: STRING) 
 TITLE_STORY = %s: %s
 # HTML text used to notify of a new version
-# (FORMAT: STRING) %s = url link in HTML
+# (FORMAT: STRING) 
 NEW_VERSION_AVAILABLE = A new version of the program is available at %s
 # text used as title for the update dialogue
 # (FORMAT: STRING) 
 NEW_VERSION_TITLE = Updates available
 # HTML text used to specify a newer version title and number, used for each version newer than the current one
-# (FORMAT: STRING) %s = the newer version number
+# (FORMAT: STRING) 
 NEW_VERSION_VERSION = Version %s
 # show the number of words of a book
-# (FORMAT: STRING) %s = the number
+# (FORMAT: STRING) 
 BOOK_COUNT_WORDS = %s words
 # show the number of images of a book
-# (FORMAT: STRING) %s = the number
+# (FORMAT: STRING) 
 BOOK_COUNT_IMAGES = %s images
 # show the number of stories of a meta-book (a book representing allthe types/sources or all the authors present)
-# (FORMAT: STRING) %s = the number
+# (FORMAT: STRING) 
 BOOK_COUNT_STORIES = %s stories
-# the file menu (FORMAT: STRING) 
+# the file menu
+# (FORMAT: STRING) 
 MENU_FILE = File
 # the file/exit menu button
 # (FORMAT: STRING) 
@@ -108,8 +109,12 @@ MENU_FILE_PROPERTIES = Properties
 # the file/open menu item, that will open the story or fake-story (an author or a source/type)
 # (FORMAT: STRING) 
 MENU_FILE_OPEN = Open
-# the edit menu (FORMAT: STRING) 
+# the edit menu
+# (FORMAT: STRING) 
 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 = Prefetch to cache 
 # the clear cache menu button, to clear the cache for a single book
 # (FORMAT: STRING) 
 MENU_EDIT_CLEAR_CACHE = Clear cache
@@ -125,7 +130,11 @@ MENU_EDIT_SET_COVER_FOR_SOURCE = Set as cover for source
 # the edit/Set as cover for author menu button
 # (FORMAT: STRING) 
 MENU_EDIT_SET_COVER_FOR_AUTHOR = Set as cover for author
-# the view menu (FORMAT: STRING) 
+# the search menu to open the earch stories on one of the searchable websites
+# (FORMAT: STRING) 
+MENU_SEARCH = Search
+# the view menu
+# (FORMAT: STRING) 
 MENU_VIEW = View
 # the view/word_count menu button, to show the word/image/story count as secondary info
 # (FORMAT: STRING) 
@@ -151,18 +160,18 @@ MENU_XXX_ALL_LISTING = Listing
 # a special menu button to select the books without author
 # (FORMAT: STRING) 
 MENU_AUTHORS_UNKNOWN = [unknown]
-# progress bar caption for the 'removing old copy' step of 'redownload'
-# (FORMAT: STRING) 
-PROGRESS_REDOWNLOAD_REMOVE_OLD_COPY = Removing old copy
 # progress bar caption for the 'reload books' step of all outOfUi operations
 # (FORMAT: STRING) 
 PROGRESS_OUT_OF_UI_RELOAD_BOOKS = Reload books
+# progress bar caption for the 'change source' step of the ReDownload operation
+# (FORMAT: STRING) 
+PROGRESS_CHANGE_SOURCE = Change the source of the book to %s
 # default description if the error is not known
 # (FORMAT: STRING) 
 ERROR_LIB_STATUS = An error occured when contacting the library
 # library access not allowed
 # (FORMAT: STRING) 
-ERROR_LIB_STATUS_UNAUTORIZED = You are not allowed to access this library
+ERROR_LIB_STATUS_UNAUTHORIZED = You are not allowed to access this library
 # the library is invalid (not correctly set up)
 # (FORMAT: STRING) 
 ERROR_LIB_STATUS_INVALID = Library not valid
@@ -173,18 +182,18 @@ ERROR_LIB_STATUS_UNAVAILABLE = Library currently unavailable
 # (FORMAT: STRING) 
 ERROR_CANNOT_OPEN = Cannot open the selected book
 # URL is not supported by Fanfix
-# (FORMAT: STRING) %s = URL
+# (FORMAT: STRING) 
 ERROR_URL_NOT_SUPPORTED = URL not supported: %s
 # cannot import the URL
-# (FORMAT: STRING) %s = URL, %s = reasons
+# (FORMAT: STRING) 
 ERROR_URL_IMPORT_FAILED = Failed to import %s:\n\
 %s
 # (html) the chapter progression value used on the viewers
-# (FORMAT: STRING) %d = chapter number, %d = total chapters
-CHAPTER_HTML_UNNAMED = &nbsp;&nbsp;<B>Chapter <P COLOR='#7777DD'>%d</P>/%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 = &nbsp;&nbsp;<B>Chapter <P COLOR='#7777DD'>%d</P>/%d</B>: %s
+# (FORMAT: STRING) 
+CHAPTER_HTML_UNNAMED = &nbsp;&nbsp;<B>Chapter <SPAN COLOR='#7777DD'>%d</SPAN>/%d</B>
 # (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
+# (FORMAT: STRING) 
+CHAPTER_HTML_NAMED = &nbsp;&nbsp;<B>Chapter <SPAN COLOR='#7777DD'>%d</SPAN>/%d</B>: %s
+# (NO html) the chapter progression value used on the viewers
+# (FORMAT: STRING) 
+IMAGE_PROGRESSION = Image %d / %d