source: main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties@ 31855

Last change on this file since 31855 was 31855, checked in by kjdon, 7 years ago

added keys in dictionary and replaceList in siteConfig to translate _textmonth01_ which comes from DateList classifier if you have -bymonth option on. Can we get these values from java instead??

  • Property svn:keywords set to Author Date Id Revision
File size: 9.8 KB
Line 
1#***** IMAGE URLS *****
2expand_image=interfaces/__INTERFACE_NAME__/images/expand.png
3collapse_image=interfaces/__INTERFACE_NAME__/images/collapse.png
4page_image=interfaces/__INTERFACE_NAME__/images/page.png
5chapter_image=interfaces/__INTERFACE_NAME__/images/chapter.png
6realistic_books_image=interfaces/__INTERFACE_NAME__/images/rbook.png
7slideshow_image=interfaces/__INTERFACE_NAME__/images/slideshow.png
8highlight_image=interfaces/__INTERFACE_NAME__/images/hl.png
9bookshelf_image=interfaces/__INTERFACE_NAME__/images/bookshelf.png
10book_image=interfaces/__INTERFACE_NAME__/images/book.png
11loading_image=interfaces/__INTERFACE_NAME__/images/loading.gif
12page_icon_image=interfaces/__INTERFACE_NAME__/images/itext.gif
13trash_full_image=interfaces/__INTERFACE_NAME__/images/trash-full.png
14trash_empty_image=interfaces/__INTERFACE_NAME__/images/trash-empty.png
15blank_image=interfaces/__INTERFACE_NAME__/images/blankImage.png
16next_image=interfaces/__INTERFACE_NAME__/images/next.png
17prev_image=interfaces/__INTERFACE_NAME__/images/previous.png
18zoom_image=interfaces/__INTERFACE_NAME__/images/zoom.png
19left_arrow_image=interfaces/__INTERFACE_NAME__/images/leftarrow.png
20float_toc_image=interfaces/__INTERFACE_NAME__/images/floattoc.png
21green_bug_image=interfaces/__INTERFACE_NAME__/images/GB.png
22
23#***** TEXT FRAGMENTS *****
24gsdl=Greenstone Digital Library Software
25gs3power=powered by greenstone3
26error=Error:
27hide_error=Hide Error
28show_error=Show Error
29# the buttons
30home_b=Home
31help_b=Help
32pref_b=Preferences
33debuginfo_b=Debug info
34login_b=Login
35# tool tips for the buttons
36home_tip=Library home page
37help_tip=Help pages
38pref_tip=Change your interface preferences
39debuginfo_tip=Display debug view options
40login_tip=Login
41# months - used by replaceList in siteConfig. need to change to get from java..
42textmonth01=January
43textmonth02=February
44textmonth03=March
45textmonth04=April
46textmonth05=May
47textmonth06=June
48textmonth07=July
49textmonth08=August
50textmonth09=September
51textmonth10=October
52textmonth11=November
53textmonth12=December
54
55aboutpage=About page
56home.quick_search=Quick Search
57home.librarian_interface=The Librarian Interface
58home.select_a_collection=Select a collection
59home.select_a_group=Select a collection group
60home.select_a_collection_or_group=Select a collection or group
61home.no_collections=This library has no valid collections
62home.no_collections_group=This group has no valid collections
63#***** logged in menu
64menu.account_settings=Account settings
65menu.enable_edit_mode=Enable edit mode
66menu.disable_edit_mode=Disable edit mode
67menu.logout=Logout
68
69######################
70# system page
71#######################
72system.title=System Request
73######################
74# about page
75#######################
76about.noservices=There are no services available for this collection.
77about.services=Extra services available:
78about.servicehelp=You can access the services by clicking on the buttons below or on the names on the navigation bar. The navigation bar is persistent across all pages in the collection.
79
80#######################
81# query page
82########################
83query=Search
84query.nodocsmatch=No {0-level-plural} match the query.
85query.onedocsmatch=One {0-level-single} matches the query.
86query.manydocsmatch={0-numdocs} {1-level-plural} match the query.
87query.atleastdocsmatch=At least {0-numdocs} {1-level-plural} match the query.
88query.docsreturned={0-numdocs} {1-level-plural} returned.
89
90query.termoccurs.0='{0-term}' occurs 0 times
91query.termoccurs.1='{0-term}' occurs 1 time
92query.termoccurs.x='{0-term}' occurs {1-termfreq} times
93
94query.termoccurs.x.1='{0-term}' occurs {1-termfreq} times in 1 {3-level-single}
95query.termoccurs.x.x='{0-term}' occurs {1-termfreq} times in {2-numdocs} {3-level-plural}
96
97query.document=document
98query.document_plural=documents
99query.section=section
100query.section_plural=sections
101
102# eg Displaying 1 to 20 of 42 sections/documents
103query.displayingnumdocs=Displaying {0-startnum} to {1-endnum} of {2-totalnum} {3-level-plural}
104
105query.common=The following terms are too common and have been excluded from the search:
106
107query.results.next=Next
108query.results.previous=Previous
109
110query.facet.less=See less...
111query.facet.more=See more...
112
113##################
114# prefs page
115##################
116pref.searchpref=Search preferences
117pref.prespref=Presentation preferences
118pref.interfacelang=Interface language:
119pref.encoding=Encoding:
120pref.hitsperpage=Number of hits per page:
121pref.maxDocs=Maximum documents to return:
122pref.all=all
123pref.set_prefs=Set preferences
124pref.set_prefs_help=Click 'Set preferences' if you want to save your changes.
125pref.berrybasket=Berry basket:
126pref.documentbasket=Document basket:
127pref.on=on
128pref.off=off
129pref.book=Book viewer mode:
130pref.formatedit=Format edit mode:
131pref.theme=Visual theme:
132pref.switch_theme=Switch Theme
133pref.theme_default=Greenstone Default
134pref.theme_custom1=Greenstone Custom 1
135pref.theme_custom2=Greenstone Custom 2
136##################
137# document page
138##################
139doc.loading=loading
140doc.filter_pages=Filter pages
141doc.filter.pagenum=pagenum
142doc.filter.title=title
143doc.highlightTooltip=Enable or disable search term highlighting
144doc.realisticBooksTooltip=Enable or disable the realistic books view
145doc.zoomTooltip=Enable or disable zooming images in the standard view
146doc.slideshowTooltip=View a slideshow of the images
147doc.floatingTooltip=Fix the table of contents to the right side of the screen
148doc.expand_doc=Expand document
149doc.collapse_doc=Collapse document
150doc.document=Document
151doc.back_to_top=back to top
152doc.default_view=Default view
153doc.image_view=Image view
154doc.text_view=Text view
155
156doc.map_nearby_docs=Show documents near here
157
158maps.scrolllabel=Scroll through places
159
160external.title=External Link
161external.text=The link you have selected is external to any of your currently selected collections. If you still wish to view this link and your browser has access to the Web, you can {0-go-forward-link} to this page; otherwise use your browsers 'back' button to return to the previous document.
162external.go_forward=go forward
163
164#########################################################
165# User Comments section (available on a document page) #
166#########################################################
167
168usercomments.username=User name
169usercomments.add=Add Comment
170usercomments.submit=Submit Comment
171usercomments.submitted=Comment Submitted
172usercomments.isempty=Comment was empty.
173usercomments.heading=Comments
174
175#####################
176# Document Editing #
177#####################
178
179de.rebuilding_collection=rebuilding collection
180de.no_changes=No changes detected
181de.save=Save changes
182de.rebuild=Rebuild
183de.saverebuild=Save and Rebuild
184de.extract_pages=Extract these pages to a document
185de.visible_metadata=Visible metadata:
186de.all_metadata=All
187de.add_new_metadata=Add new metadata
188de.no_meta_name_given=No value given for new metadata name
189de.edit_metadata=edit metadata
190de.hide_metadata=hide metadata
191de.remove=remove
192de.edit_content=Edit content
193de.hide_editor=Hide Editor
194de.save_changes=Save changes
195de.saving=Saving
196de.enter_meta_name=Enter a metadata name, then click 'Add New Metadata'
197de.enter_meta_dropdown=Enter a metadata name, or use the down arrow to select one, then click 'Add New Metadata'
198de.top_level_menu=Top level menu
199##################
200# authentication page
201##################
202authen.username=Username
203authen.page_not_found=Page not found
204authen.submit=Submit
205authen.error_failed_to_add=Error: Failed to add user
206authen.user_added_success=User added successfully
207authen.status=Status
208authen.password=Password
209authen.account_status=Account status
210authen.enabled=enabled
211authen.disabled=disabled
212authen.groups=Groups
213authen.add_group=Add Group
214authen.comment=Comment
215authen.email=Email address
216authen.add_a_new_user_title=Add a New User
217authen.old_password=Old password
218authen.new_password=New password
219authen.retype_password=Retype password
220authen.edit_user_information=Edit User Information
221authen.list_of_current_users_title=List of current users
222authen.delete_warning=Are you sure you want to delete user
223authen.edit=Edit
224authen.delete=Delete
225authen.authentication=Administration Page
226authen.add_a_new_user=Add a New User
227authen.register=Register
228authen.account_settings=Account Settings
229authen.change_password=Change Password
230authen.reset_password=Reset Password
231authen.register_as_new=Register as a new user
232authen.group_desc=Groups is a comma-separated list of group names. Type in a group name, or choose one from the list and click 'Add Group'.
233authen.admin_desc='Administrator' gives access to user management
234authen.all_coll_edit_desc='all-collections-editor' allows editing of all collections
235authen.pers_coll_edit_desc='personal-collections-editor' allows editing of all collections created by the user in GLI
236authen.single_coll_edit_desc='COLLNAME-collection-editor' allows editing of the specified collection (replace COLLNAME with the collection identifier)
237
238
239##################
240# RSS page #
241###################
242rss.page_title=RSS Feed
243
244##############
245# Basket common strings
246####################
247basket.expand=Expand
248basket.collapse=Collapse
249basket.clear=Clear basket
250
251###################
252# Document basket #
253###################
254db.doc_basket=Document Basket
255db.access_denied=Access Denied
256db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
257
258
259#####################
260# Berry Baskets #
261#####################
262
263berry.title=Berry Basket
264berry.full_view=Full View
265berry.text_view=Text View
266berry.email_view=Email
267berry.help=Drag & drop berries here to add documents to your Berry Basket
268berry.full=Full View »
269berry.to=To:
270berry.cc=CC:
271berry.bcc=BCC:
272berry.subject=Subject:
273berry.send=Send
274berry.url_only=URL only view
275berry.url_and_metadata=URL and Metadata view
276berry.empty_basket=Your berry basket is empty
277berry.doc_name=ID
278berry.doc_title=title
279berry.doc_collection=collection
280berry.doc_date=date
281berry.doc_root_title=main title
282berry.send_success=Sending mail succeeded
283berry.send_fail=Sending mail failed
284
285
286
Note: See TracBrowser for help on using the repository browser.