-
Notifications
You must be signed in to change notification settings - Fork 186
/
strings-dvd.xml
executable file
·262 lines (262 loc) · 18.9 KB
/
strings-dvd.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DVD Catalogue</string>
<string name="menu_insert">Add DVD</string>
<string name="menu_delete">Delete DVD</string>
<string name="author">Director</string>
<string name="title">Title</string>
<string name="isbn">UPC</string>
<string name="publisher">Publisher</string>
<string name="date_published">Date Produced</string>
<string name="rating">Rating</string>
<string name="bookshelf">Shelf</string>
<string name="read">Have you watched this DVD?</string>
<string name="series">Series</string>
<string name="pages">Length</string>
<string name="confirm_add">Add DVD</string>
<string name="confirm_update">Update</string>
<string name="nobooks">There are no DVDs in this shelf. Please add some using the menu at the bottom of this screen.</string>
<string name="menu_sort_by_author_expanded">Expand All</string>
<string name="menu_sort_by">Sort By</string>
<string name="menu_sort_by_author_collapsed">Collapse All</string>
<string name="sort_title">DVD Catalogue: by Title</string>
<string name="edit_title">DVD Catalogue: Edit Book</string>
<string name="menu_insert_isbn">Add by UPC</string>
<string name="menu_insert_barcode">Add by Barcode</string>
<string name="search">Search</string>
<string name="cancel">Cancel</string>
<string name="confirm_save">Save DVD</string>
<string name="nobookshelves">You have not created any shelves yet. Please add some using the menu at the bottom of this screen.</string>
<string name="menu_insert_bs">Create Shelf</string>
<string name="confirm_add_bs">Add Shelf</string>
<string name="menu_bookshelf">Manage Shelves</string>
<string name="confirm_save_bs">Save Shelf</string>
<string name="menu_delete_bs">Delete Shelf</string>
<string name="delete_1st_bs">Cannot Delete the 1st Shelf</string>
<string name="bookshelf_label">Shelf: </string>
<string name="all_books">All DVDs</string>
<string name="isbn_found">UPC Scanned. Searching Internet.</string>
<string name="title_isbn_search">DVD Catalogue: ISBN Search</string>
<string name="title_manage_bs">DVD Catalogue: Manage Shelves</string>
<string name="title_edit_bs">DVD Catalogue: Edit Shelf</string>
<string name="book_exists">The DVD you are trying to add already exists. Skipping.</string>
<string name="search_label">Search for DVDs</string>
<string name="search_hint">Search Director or Title</string>
<string name="book_not_found">The scanned DVD was not found. Please enter the details manually.</string>
<string name="series_num">#</string>
<string name="unable_to_connect_google">Unable to Connect to Google Books</string>
<string name="export_data">Export DVDs</string>
<string name="export_complete">Export (to SDCard) of data complete. </string>
<string name="import_data">Import DVDs</string>
<string name="import_alert">Warning. Importing data may update existing DVD records with new information if the id in the import file is the same as an existing id. This is usually fine if you changed a field in an exported file. If you created a new DVD record, ensure the id field is blank.</string>
<string name="export_failed">ERROR: Export (to SDCard) of data failed. </string>
<string name="import_failed">ERROR: Import of data (from SDCard) failed. Is the file in the correct place?</string>
<string name="search_title">DVD Catalogue: Search Results</string>
<string name="results_found">Results Found</string>
<string name="administration_label">Administration Functions</string>
<string name="administration_title">DVD Catalogue: Administration</string>
<string name="menu_administration">Admin</string>
<string name="install_scan">To scan your DVDs via the UPC barcode, you must install the zxing barcode scanner application. Press OK to install, or Cancel to skip.</string>
<string name="install_scan_title">Install Barcode Scanner</string>
<string name="version_number">Version Number</string>
<string name="donate">If you would like to support the development of this application, please donate using a my Amazon Wishlist or the paypal button below. Being in Australia means I cannot publish a "paid" version. :-) </string>
<string name="unable_to_connect_amazon">Unable to Connect to Amazon</string>
<string name="upgrade_title">Since your last upgrade</string>
<string name="edit_book">Edit DVD</string>
<string name="edit_book_notes">Your Comments</string>
<string name="edit_book_friends">Loan DVD</string>
<string name="unknown_error">An unknown error occured</string>
<string name="notes">Notes</string>
<string name="loaned_to">This DVD has been loaned to:</string>
<string name="nobody">Nobody</string>
<string name="loan_to">Loan DVD to:</string>
<string name="returned">Returned</string>
<string name="name">Name</string>
<string name="webpage_label">Webpage</string>
<string name="sourcecode_label">Source Code</string>
<string name="contact_label">Contact</string>
<string name="webpage">https://wiki.github.com/eleybourn/Book-Catalogue/</string>
<string name="sourcecode">https://github.com/eleybourn/Book-Catalogue</string>
<string name="helppage">https://github.com/eleybourn/Book-Catalogue/wiki/Help</string>
<string name="contact">eleybourn@gmail.com</string>
<string name="donate_label">Donate</string>
<string name="about_label">About this App</string>
<string name="administration_functions_label">Functions</string>
<string name="sortby_popup_title">Sort By</string>
<string name="sortby_author">Sort by Director</string>
<string name="sortby_title">Sort by Title</string>
<string name="sortby_series">Sort by Series</string>
<string name="sortby_loan">Sort by Loaned</string>
<string name="sortby_unread">Sort by Unread</string>
<string name="sortby_genre">Sort by Genre</string>
<string name="list_price">List Price</string>
<string name="date_started_reading">Date Started Watching</string>
<string name="date_finished_reading">Date Finished Watching</string>
<string name="update_fields">Automatically Update Fields</string>
<string name="select_fields_to_update">Select Fields to Update</string>
<string name="select_fields_to_update_help">Selected fields will be updated from the internet. Unselected fields will remain unchanged.</string>
<string name="overwrite_thumbnail">This will update the selected fields as shown, but Thumbnails can optionally be downloaded for ALL CDs.\n\nDo you want to overwrite all existing thumbnails? Warning, this may take a long time. </string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="ok">OK</string>
<string name="download_thumbs">Thumbnails are being downloaded in the background</string>
<string name="search_fail">Searching for the DVD failed. Please check your network settings.</string>
<string name="search_exception">Search failed while %1$s: %2$s</string>
<string name="hello">DVD Catalogue!</string>
<string name="menu_delete_thumb">Delete Thumbnail</string>
<string name="help">Help</string>
<string name="filler_help_text">Full online application help will come soon. </string>
<string name="menu_manage_fields">Manage Field Visibility</string>
<string name="manage_fields_help">Selected fields are visible in the add/edit DVD screens. Unselected fields are hidden.</string>
<string name="edit_book_anthology">Episode Titles</string>
<string name="amazon_wishlist">Amazon Wishlist</string>
<string name="same_author">All episodes are directed by the same director</string>
<string name="menu_delete_anthology">Delete Title from Episodes</string>
<string name="is_anthology">Does this DVD contain multiple episodes?</string>
<string name="populate_anthology_titles">Automatically Populate Titles (EXPERIMENTAL)</string>
<string name="automatic_population_failed">Automatic Population of Titles Failed</string>
<string name="anthology">Episodes</string>
<string name="anthology_confirm">Please confirm that these episode titles are (mostly) correct</string>
<string name="anthology_save">Save</string>
<string name="anthology_add">Add</string>
<string name="menu_add_thumb_photo">From Camera...</string>
<string name="thumbnail">Cover Thumbnail</string>
<string name="menu_rotate_thumb">Rotate Thumbnail...</string>
<string name="menu_rotate_thumb_cw">Rotate Clockwise</string>
<string name="menu_rotate_thumb_ccw">Rotate Anti-Clockwise</string>
<string name="menu_rotate_thumb_180">Rotate 180 deg</string>
<string name="menu_zoom_thumb">Zoom Thumbnail</string>
<string name="help_title_nutshell">In a Nutshell</string>
<string name="signed">Has this DVD been signed</string>
<string name="read_start">Date started watching</string>
<string name="read_end">Date finished watching</string>
<string name="location">Location of the DVD</string>
<string name="duplicate_title">Duplicate DVD</string>
<string name="duplicate_book_title">Duplicate DVD</string>
<string name="duplicate_book_message">The DVD you are trying to add already exists in the database, are you sure you want to add another copy</string>
<string name="menu_add_thumb_gallery">Add Thumbnail from Gallery</string>
<string name="backup_request">Would you like to backup your database to your sdcard</string>
<string name="backup_title">Backup?</string>
<string name="searching_amazon_books">Searching Amazon</string>
<string name="searching_google_books">Searching Google Books</string>
<string name="searching_library_thing">Searching LibraryThing</string>
<string name="bookshelf_title">Select shelves for this DVD</string>
<string name="bookshelves">Select shelves</string>
<string name="format">Format</string>
<string name="format1">DVD</string>
<string name="format2">BluRay</string>
<string name="format3">HD DVD</string>
<string name="format4">VCD</string>
<string name="format5">AVI/MPG/Online</string>
<string name="description">Description</string>
<string name="genre">Genre</string>
<string name="auto_update">Would you like to automatically update the following fields now \n* Genre \n* Description \n* Thumbnails\n\n If you select Cancel you can always run this again from the Administration page</string>
<string name="notset">Not Set</string>
<string name="menu_search">Search DVDs</string>
<string name="menu_insert_name">Add by Name</string>
<string name="isbn_name_search_help">Adding DVDs by UPC is much more accurate than adding by artist and title and is generally preferred. \n\n</string>
<string name="help_click_here">Please click here to access the online help pages</string>
<string name="backup_database">Backup Database</string>
<string name="vldt_unable_to_get_value">Unable to get value for \'%s\'</string>
<string name="vldt_integer_expected">Expected an integer value for \'%s\'</string>
<string name="vldt_real_expected">Expected a real number for \'%s\'</string>
<string name="vldt_date_expected">Expected a date for \'%s\'</string>
<string name="vldt_boolean_expected">Expected a boolean value (0,1,t,f,true,false) for \'%s\'</string>
<string name="vldt_nonblank_required">Non-empty value required for \'%s\'</string>
<string name="vldt_blank_required">Empty value required for \'%s\'</string>
<string name="vldt_failed">Validation failed for \'%s\'</string>
<string name="vldt_series_num_must_be_blank">Series number must be blank (found %1$s) or series name must be specified</string>
<string name="vldt_read_start_after_end">The date reading started is after the end date</string>
<string name="backup_success">Backup Success</string>
<string name="backup_failed">Backup Failed</string>
<string name="file_must_contain_column">File must contain column named %s</string>
<string name="file_must_contain_any_column">File must contain a column with one of the following names: %s</string>
<string name="column_is_blank">Column %1$s is blank at row %2$s</string>
<string name="columns_are_blank">Columns %1$s are all blank at row %2$d</string>
<string name="save">Save</string>
<string name="add">Add</string>
<string name="noauthors">There are no directors for this DVD. Please add some using the text area and button at the top of this screen.</string>
<string name="noseries">There are no series for this Book. You can add some using the text area and button at the top of this screen.</string>
<string name="cover_not_set">Cover is not set</string>
<string name="cover_corrupt">Cover is corrupt</string>
<string name="cover_detail">Cover Detail</string>
<string name="select_picture">Select Picture</string>
<string name="set_authors">Set Directors...</string>
<string name="and_others">et. al.</string>
<string name="set_series">Set Series...</string>
<string name="author_already_in_list">Director is already in the list</string>
<string name="author_is_blank">Artist field is blank</string>
<string name="series_already_in_list">Series is already in the list</string>
<string name="series_is_blank">Series field is blank</string>
<string name="export_failed_sdcard">Export failed - could not write to SD card</string>
<string name="thumbnail_failed_sdcard">Thumbnail Download Failed - Could not write to SDCard</string>
<string name="skip_title">Skip - %s</string>
<string name="num_books_searched">%s CDs Searched</string>
<string name="cancelled_info">Cancelled - %s</string>
<string name="edit_book_series">Edit CD Series</string>
<string name="family_name">Family Name</string>
<string name="given_names">Given Names</string>
<string name="edit_author_details">Edit Director Details</string>
<string name="immediate_global_changes">NOTE: All saved changes apply instantly and globally</string>
<string name="menu_replace_thumb">Replace Thumbnail...</string>
<string name="menu_thumb_alt_editions">From Other Editions...</string>
<string name="author_required">At least one director must be specified</string>
<string name="title_required">A non-blank title must be specified</string>
<string name="menu_delete_series">Delete Series...</string>
<string name="menu_edit_author">Edit Director...</string>
<string name="menu_edit_series">Edit Series...</string>
<string name="delete_series">Delete Series</string>
<string name="really_delete_series">Really delete series \'%s\'?\n\nThe books themselves will not be deleted.\n\nConsider editing the series and changing the series name to that of another series to preserve this data</string>
<string name="edit_series">Edit Series Details</string>
<string name="edit_author">Edit Director Details</string>
<string name="select_cover">Select Cover</string>
<string name="no_isbn_no_editions">Can not get editions for a DVD with no UPC</string>
<string name="unsaved_edits">You have unsaved changes. Are you sure you want to continue?</string>
<string name="unsaved_edits_title">Unsaved Changes</string>
<string name="changed_author_how_apply">You have changed the director from:\n \'%1$s\' to \n \'%2$s\'\nHow do you wish to apply this change?\nNote: The choice \'%3$s\' will be applied instantly.</string>
<string name="this_book">This DVD</string>
<string name="scope_of_change">Scope of Change</string>
<string name="changed_series_how_apply">You have changed the series from:\n \'%1$s\' to \n \'%2$s\'\nHow do you wish to apply this change?\nNote: The choice \'All CD\' will be applied instantly.</string>
<string name="unable_to_find_book">Unable to find the specified cd</string>
<string name="list_and">and</string>
<string name="really_delete_book">This will completely delete the DVD entitled \'%1$s\' by %2$s. Are you sure you wish to proceed?</string>
<string name="editions_require_isbn">Retrieving other editions requires an UPC</string>
<string name="no_editions">No editions available</string>
<string name="finding_editions">Finding Editions...</string>
<string name="click_on_thumb">Click on a thumbnail to display a larger image</string>
<string name="loading">Loading...</string>
<string name="image_not_found">Image Not Found</string>
<item name="fieldCheckbox" type="id"></item>
<string name="select_min_1_field">Select at least one field to update</string>
<string name="usage_copy_if_blank">Copy if blank</string>
<string name="usage_add_extra">Appends extra data</string>
<string name="usage_overwrite">Overwrites existing data</string>
<string name="cancelling">Cancelling</string>
<string name="starting_search">Starting Search</string>
<string name="lt_info">This application is enhanced by using LibraryThing as a source of information about book series, as well as a source of alternate covers. To use these features you need to register with LibraryThing (free) and request a LibraryThing developer key (also free).</string>
<string name="lt_register_text">Register with LibraryThing</string>
<string name="lt_devkey_text">Request LibraryThing developer key</string>
<string name="lt_label">LibraryThing</string>
<string name="lt_gotkey">Once you have the developer key (or if you already have one), just enter it below and it will be used to get extra data.</string>
<string name="developer_key">Developer Key</string>
<string name="require_library_thing_info">This feature requires a LibraryThing Developer Key. Do you want to see more information about LibraryThing?</string>
<string name="uses_library_thing_info">This feature benefits from having a LibraryThing Developer Key. Do you want to see more information about LibraryThing, or disable this message?\n\nLibraryThing information can be found in the LibraryThing tab of the Administration pages.</string>
<string name="reg_library_thing_title">LibraryThing Registration</string>
<string name="more_info">More Info.</string>
<string name="disable_dialogue">Disable Message</string>
<string name="lt_reset_messages_info">From time to time this application can display optional messages regarding LibraryThing. Press the button below to reset any of these messages that have been disabled.</string>
<string name="reset">Reset</string>
<string name="send_info_text">Click on the button below to gather information about any recent crashes or other errors and send it to one of our developers. This will create a backup copy of your entire database as well as any log files. If you do not wish to send any of these files, delete it from the mail attachments before sending.</string>
<string name="send_info">Send Information</string>
<string name="cleanup_files_text">Purgeable files currently use %s on the SD card. Log files and other data are saved on the SD card at each upgrade, when you backup the database, or when the application crashes. Click the button below to purge these files from your SD card. If you have been experiencing crashing or other errors, please consider using the \'Send Information\' button first.</string>
<string name="cleanup_files">Cleanup Files</string>
<string name="no_debug_info">No debug information available</string>
<string name="megabytes">%.2fMB</string>
<string name="kilobytes">%.2fkB</string>
<string name="bytes">%.0f bytes</string>
<string name="debug_email">eleybourn@gmail.com;grunthos@rhyme.com.au</string>
<string name="sortby_author_given">Sort by Director (Given Name)</string>
<string name="debug_subject">Gathered debugging information</string>
<string name="debug_body">Please take the time to briefly describe the problem you are experiencing.</string>
<string name="menu_duplicate">Duplicate DVD</string>
</resources>