Commit | Line | Data |
---|---|---|
ca7d4e2f | 1 | # United Kingdom (en_GB) resources_gui translation file (UTF-8) |
5bc9573b NR |
2 | # |
3 | # Note that any key can be doubled with a _NOUTF suffix | |
4 | # to use when the NOUTF env variable is set to 1 | |
5 | # | |
6 | # Also, the comments always refer to the key below them. | |
7 | # | |
8 | ||
9 | ||
10 | # the title of the main window of Fanfix, the library | |
ca7d4e2f | 11 | # (FORMAT: STRING) |
06146e00 | 12 | TITLE_LIBRARY = Fanfix %s |
5bc9573b | 13 | # the title of the main window of Fanfix, the library, when the library has a name (i.e., is not local) |
ca7d4e2f | 14 | # (FORMAT: STRING) |
06146e00 | 15 | TITLE_LIBRARY_WITH_NAME = Fanfix %s |
5bc9573b NR |
16 | # the title of the configuration window of Fanfix, also the name of the menu button |
17 | # (FORMAT: STRING) | |
18 | TITLE_CONFIG = Fanfix Configuration | |
19 | # the subtitle of the configuration window of Fanfix | |
20 | # (FORMAT: STRING) | |
21 | SUBTITLE_CONFIG = This is where you configure the options of the program. | |
22 | # the title of the UI configuration window of Fanfix, also the name of the menu button | |
23 | # (FORMAT: STRING) | |
24 | TITLE_CONFIG_UI = UI Configuration | |
25 | # the subtitle of the UI configuration window of Fanfix | |
26 | # (FORMAT: STRING) | |
27 | SUBTITLE_CONFIG_UI = This is where you configure the graphical appearence of the program. | |
28 | # the title of the 'save to/export to' window of Fanfix | |
29 | # (FORMAT: STRING) | |
30 | TITLE_SAVE = Save | |
31 | # the title of the 'move to' window of Fanfix | |
32 | # (FORMAT: STRING) | |
33 | TITLE_MOVE_TO = Moving story | |
34 | # the subtitle of the 'move to' window of Fanfix | |
35 | # (FORMAT: STRING) | |
36 | SUBTITLE_MOVE_TO = Move to: | |
37 | # the title of the 'delete' window of Fanfix | |
38 | # (FORMAT: STRING) | |
39 | TITLE_DELETE = Delete story | |
40 | # the subtitle of the 'delete' window of Fanfix | |
ca7d4e2f | 41 | # (FORMAT: STRING) |
5bc9573b NR |
42 | SUBTITLE_DELETE = Delete %s: %s |
43 | # the title of the 'library error' dialogue | |
44 | # (FORMAT: STRING) | |
45 | TITLE_ERROR_LIBRARY = Library error | |
46 | # the title of the 'import URL' dialogue | |
47 | # (FORMAT: STRING) | |
48 | TITLE_IMPORT_URL = Importing from URL | |
49 | # the subtitle of the 'import URL' dialogue | |
50 | # (FORMAT: STRING) | |
51 | SUBTITLE_IMPORT_URL = URL of the story to import: | |
52 | # the title of general error dialogues | |
53 | # (FORMAT: STRING) | |
54 | TITLE_ERROR = Error | |
55 | # the title of a story for the properties dialogue, the viewers... | |
ca7d4e2f | 56 | # (FORMAT: STRING) |
5bc9573b NR |
57 | TITLE_STORY = %s: %s |
58 | # HTML text used to notify of a new version | |
ca7d4e2f | 59 | # (FORMAT: STRING) |
5bc9573b NR |
60 | NEW_VERSION_AVAILABLE = A new version of the program is available at %s |
61 | # text used as title for the update dialogue | |
62 | # (FORMAT: STRING) | |
63 | NEW_VERSION_TITLE = Updates available | |
64 | # HTML text used to specify a newer version title and number, used for each version newer than the current one | |
ca7d4e2f | 65 | # (FORMAT: STRING) |
5bc9573b NR |
66 | NEW_VERSION_VERSION = Version %s |
67 | # show the number of words of a book | |
ca7d4e2f | 68 | # (FORMAT: STRING) |
5bc9573b NR |
69 | BOOK_COUNT_WORDS = %s words |
70 | # show the number of images of a book | |
ca7d4e2f | 71 | # (FORMAT: STRING) |
5bc9573b NR |
72 | BOOK_COUNT_IMAGES = %s images |
73 | # show the number of stories of a meta-book (a book representing allthe types/sources or all the authors present) | |
ca7d4e2f | 74 | # (FORMAT: STRING) |
5bc9573b | 75 | BOOK_COUNT_STORIES = %s stories |
ca7d4e2f NR |
76 | # the file menu |
77 | # (FORMAT: STRING) | |
5bc9573b NR |
78 | MENU_FILE = File |
79 | # the file/exit menu button | |
80 | # (FORMAT: STRING) | |
81 | MENU_FILE_EXIT = Exit | |
82 | # the file/import_file menu button | |
83 | # (FORMAT: STRING) | |
84 | MENU_FILE_IMPORT_FILE = Import File... | |
85 | # the file/import_url menu button | |
86 | # (FORMAT: STRING) | |
87 | MENU_FILE_IMPORT_URL = Import URL... | |
88 | # the file/export menu button | |
89 | # (FORMAT: STRING) | |
90 | MENU_FILE_EXPORT = Save as... | |
91 | # the file/move to menu button | |
92 | # (FORMAT: STRING) | |
93 | MENU_FILE_MOVE_TO = Move to | |
94 | # the file/set author menu button | |
95 | # (FORMAT: STRING) | |
96 | MENU_FILE_SET_AUTHOR = Set author | |
97 | # the file/move to/new type-source menu button, that will trigger a dialogue to create a new type/source | |
98 | # (FORMAT: STRING) | |
99 | MENU_FILE_MOVE_TO_NEW_TYPE = New source... | |
100 | # the file/move to/new author menu button, that will trigger a dialogue to create a new author | |
101 | # (FORMAT: STRING) | |
102 | MENU_FILE_MOVE_TO_NEW_AUTHOR = New author... | |
103 | # the file/rename menu item, that will trigger a dialogue to ask for a new title for the story | |
104 | # (FORMAT: STRING) | |
105 | MENU_FILE_RENAME = Rename... | |
106 | # the file/Properties menu item, that will trigger a dialogue to show the properties of the story | |
107 | # (FORMAT: STRING) | |
108 | MENU_FILE_PROPERTIES = Properties | |
109 | # the file/open menu item, that will open the story or fake-story (an author or a source/type) | |
110 | # (FORMAT: STRING) | |
111 | MENU_FILE_OPEN = Open | |
ca7d4e2f NR |
112 | # the edit menu |
113 | # (FORMAT: STRING) | |
5bc9573b | 114 | MENU_EDIT = Edit |
ca7d4e2f NR |
115 | # the edit/send to cache menu button, to download the story into the cache if not already done |
116 | # (FORMAT: STRING) | |
117 | MENU_EDIT_DOWNLOAD_TO_CACHE = Download to cache | |
5bc9573b NR |
118 | # the clear cache menu button, to clear the cache for a single book |
119 | # (FORMAT: STRING) | |
120 | MENU_EDIT_CLEAR_CACHE = Clear cache | |
121 | # the edit/redownload menu button, to download the latest version of the book | |
122 | # (FORMAT: STRING) | |
123 | MENU_EDIT_REDOWNLOAD = Redownload | |
124 | # the edit/delete menu button | |
125 | # (FORMAT: STRING) | |
126 | MENU_EDIT_DELETE = Delete | |
127 | # the edit/Set as cover for source menu button | |
128 | # (FORMAT: STRING) | |
129 | MENU_EDIT_SET_COVER_FOR_SOURCE = Set as cover for source | |
130 | # the edit/Set as cover for author menu button | |
131 | # (FORMAT: STRING) | |
132 | MENU_EDIT_SET_COVER_FOR_AUTHOR = Set as cover for author | |
99e1c5ec NR |
133 | # the search menu to open the earch stories on one of the searchable websites |
134 | # (FORMAT: STRING) | |
135 | MENU_SEARCH = Search | |
ca7d4e2f NR |
136 | # the view menu |
137 | # (FORMAT: STRING) | |
5bc9573b NR |
138 | MENU_VIEW = View |
139 | # the view/word_count menu button, to show the word/image/story count as secondary info | |
140 | # (FORMAT: STRING) | |
141 | MENU_VIEW_WCOUNT = Word count | |
142 | # the view/author menu button, to show the author as secondary info | |
143 | # (FORMAT: STRING) | |
144 | MENU_VIEW_AUTHOR = Author | |
145 | # the sources menu, to select the books from a specific source; also used as a title for the source books | |
146 | # (FORMAT: STRING) | |
147 | MENU_SOURCES = Sources | |
148 | # the authors menu, to select the books of a specific author; also used as a title for the author books | |
149 | # (FORMAT: STRING) | |
150 | MENU_AUTHORS = Authors | |
151 | # the options menu, to configure Fanfix from the GUI | |
152 | # (FORMAT: STRING) | |
153 | MENU_OPTIONS = Options | |
154 | # a special menu button to select all the sources/types or authors, by group (one book = one group) | |
155 | # (FORMAT: STRING) | |
156 | MENU_XXX_ALL_GROUPED = All | |
157 | # a special menu button to select all the sources/types or authors, in a listing (all the included books are listed, grouped by source/type or author) | |
158 | # (FORMAT: STRING) | |
159 | MENU_XXX_ALL_LISTING = Listing | |
160 | # a special menu button to select the books without author | |
161 | # (FORMAT: STRING) | |
162 | MENU_AUTHORS_UNKNOWN = [unknown] | |
5bc9573b NR |
163 | # progress bar caption for the 'reload books' step of all outOfUi operations |
164 | # (FORMAT: STRING) | |
165 | PROGRESS_OUT_OF_UI_RELOAD_BOOKS = Reload books | |
233c0b06 | 166 | # progress bar caption for the 'change source' step of the ReDownload operation |
ca7d4e2f | 167 | # (FORMAT: STRING) |
233c0b06 | 168 | PROGRESS_CHANGE_SOURCE = Change the source of the book to %s |
5bc9573b NR |
169 | # default description if the error is not known |
170 | # (FORMAT: STRING) | |
171 | ERROR_LIB_STATUS = An error occured when contacting the library | |
172 | # library access not allowed | |
173 | # (FORMAT: STRING) | |
67837328 | 174 | ERROR_LIB_STATUS_UNAUTHORIZED = You are not allowed to access this library |
5bc9573b NR |
175 | # the library is invalid (not correctly set up) |
176 | # (FORMAT: STRING) | |
177 | ERROR_LIB_STATUS_INVALID = Library not valid | |
178 | # the library is out of commission | |
179 | # (FORMAT: STRING) | |
180 | ERROR_LIB_STATUS_UNAVAILABLE = Library currently unavailable | |
181 | # cannot open the book, internal or external viewer | |
182 | # (FORMAT: STRING) | |
183 | ERROR_CANNOT_OPEN = Cannot open the selected book | |
184 | # URL is not supported by Fanfix | |
ca7d4e2f | 185 | # (FORMAT: STRING) |
5bc9573b NR |
186 | ERROR_URL_NOT_SUPPORTED = URL not supported: %s |
187 | # cannot import the URL | |
ca7d4e2f | 188 | # (FORMAT: STRING) |
5bc9573b NR |
189 | ERROR_URL_IMPORT_FAILED = Failed to import %s:\n\ |
190 | %s | |
191 | # (html) the chapter progression value used on the viewers | |
ca7d4e2f | 192 | # (FORMAT: STRING) |
06146e00 | 193 | CHAPTER_HTML_UNNAMED = <B>Chapter <SPAN COLOR='#7777DD'>%d</SPAN>/%d</B> |
5bc9573b | 194 | # (html) the chapter progression value used on the viewers |
ca7d4e2f | 195 | # (FORMAT: STRING) |
06146e00 NR |
196 | CHAPTER_HTML_NAMED = <B>Chapter <SPAN COLOR='#7777DD'>%d</SPAN>/%d</B>: %s |
197 | # (NO html) the chapter progression value used on the viewers | |
ca7d4e2f | 198 | # (FORMAT: STRING) |
06146e00 | 199 | IMAGE_PROGRESSION = Image %d / %d |