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

Last change on this file since 30849 was 30823, checked in by kjdon, 8 years ago

more berry basket strings

  • Property svn:keywords set to Author Date Id Revision
File size: 8.4 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
41aboutpage=About page
42home.quick_search=Quick Search
43home.librarian_interface=The Librarian Interface
44home.select_a_collection=Select a collection
45home.no_collections=This library has no valid collections
46#***** logged in menu
47menu.account_settings=Account settings
48menu.enable_edit_mode=Enable edit mode
49menu.disable_edit_mode=Disable edit mode
50menu.logout=Logout
51
52######################
53# system page
54#######################
55system.title=System Request
56######################
57# about page
58#######################
59about.noservices=There are no services available for this collection.
60about.services=Extra services available:
61about.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.
62
63#######################
64# query page
65########################
66query=Search
67query.nodocsmatch=No {0-level-plural} match the query.
68query.onedocsmatch=One {0-level-single} matches the query.
69query.manydocsmatch={0-numdocs} {1-level-plural} match the query.
70query.atleastdocsmatch=At least {0-numdocs} {1-level-plural} match the query.
71query.docsreturned={0-numdocs} {1-level-plural} returned.
72
73query.termoccurs.0='{0-term}' occurs 0 times
74query.termoccurs.1='{0-term}' occurs 1 time
75query.termoccurs.x='{0-term}' occurs {1-termfreq} times
76
77query.termoccurs.x.1='{0-term}' occurs {1-termfreq} times in 1 {3-level-single}
78query.termoccurs.x.x='{0-term}' occurs {1-termfreq} times in {2-numdocs} {3-level-plural}
79
80query.document=document
81query.document_plural=documents
82query.section=section
83query.section_plural=sections
84
85# eg Displaying 1 to 20 of 42 sections/documents
86query.displayingnumdocs=Displaying {0-startnum} to {1-endnum} of {2-totalnum} {3-level-plural}
87
88query.common=The following terms are too common and have been excluded from the search:
89
90query.results.next=Next
91query.results.previous=Previous
92
93query.facet.less=See less...
94query.facet.more=See more...
95
96##################
97# prefs page
98##################
99pref.searchpref=Search preferences
100pref.prespref=Presentation preferences
101pref.interfacelang=Interface language:
102pref.encoding=Encoding:
103pref.hitsperpage=Number of hits per page:
104pref.maxDocs=Maximum documents to return:
105pref.all=all
106pref.set_prefs=Set preferences
107pref.set_prefs_help=Click 'Set preferences' if you want to save your changes.
108pref.berrybasket=Berry basket:
109pref.documentbasket=Document basket:
110pref.on=on
111pref.off=off
112pref.book=Book viewer mode:
113pref.formatedit=Format edit mode:
114pref.theme=Visual theme:
115pref.switch_theme=Switch Theme
116pref.theme_default=Greenstone Default
117pref.theme_custom1=Greenstone Custom 1
118pref.theme_custom2=Greenstone Custom 2
119##################
120# document page
121##################
122doc.loading=loading
123doc.filter_pages=Filter pages
124doc.filter.pagenum=pagenum
125doc.filter.title=title
126doc.highlightTooltip=Enable or disable search term highlighting
127doc.realisticBooksTooltip=Enable or disable the realistic books view
128doc.zoomTooltip=Enable or disable zooming images in the standard view
129doc.slideshowTooltip=View a slideshow of the images
130doc.floatingTooltip=Fix the table of contents to the right side of the screen
131doc.expand_doc=Expand document
132doc.collapse_doc=Collapse document
133doc.document=Document
134doc.back_to_top=back to top
135doc.default_view=Default view
136doc.image_view=Image view
137doc.text_view=Text view
138
139doc.map_nearby_docs=Show documents near here
140maps.scrolllabel=Scroll through places
141
142external.title=External Link
143external.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.
144external.go_forward=go forward
145
146#####################
147# Document Editing #
148#####################
149
150de.rebuilding_collection=rebuilding collection
151de.no_changes=No changes detected
152de.save=Save changes
153de.rebuild=Rebuild
154de.saverebuild=Save and Rebuild
155de.extract_pages=Extract these pages to a document
156de.visible_metadata=Visible metadata:
157de.all_metadata=All
158de.add_new_metadata=Add new metadata
159de.no_meta_name_given=No value given for new metadata name
160de.edit_metadata=edit metadata
161de.hide_metadata=hide metadata
162de.remove=remove
163de.edit_content=Edit content
164de.hide_editor=Hide Editor
165de.save_changes=Save changes
166de.saving=Saving
167de.enter_meta_name=Enter a metadata name, then click 'Add New Metadata'
168de.enter_meta_dropdown=Enter a metadata name, or use the down arrow to select one, then click 'Add New Metadata'
169##################
170# authentication page
171##################
172authen.username=Username
173authen.page_not_found=Page not found
174authen.submit=Submit
175authen.error_failed_to_add=Error: Failed to add user
176authen.user_added_success=User added successfully
177authen.status=Status
178authen.password=Password
179authen.account_status=Account status
180authen.enabled=enabled
181authen.disabled=disabled
182authen.groups=Groups
183authen.add_group=Add Group
184authen.comment=Comment
185authen.email=Email address
186authen.add_a_new_user_title=Add a New User
187authen.old_password=Old password
188authen.new_password=New password
189authen.retype_password=Retype password
190authen.edit_user_information=Edit User Information
191authen.list_of_current_users_title=List of current users
192authen.delete_warning=Are you sure you want to delete user
193authen.edit=Edit
194authen.delete=Delete
195authen.authentication=Administration Page
196authen.add_a_new_user=Add a New User
197authen.register=Register
198authen.account_settings=Account Settings
199authen.change_password=Change Password
200authen.reset_password=Reset Password
201authen.register_as_new=Register as a new user
202
203
204##################
205# RSS page #
206###################
207rss.page_title=RSS Feed
208
209##############
210# Basket common strings
211####################
212basket.expand=Expand
213basket.collapse=Collapse
214basket.clear=Clear basket
215
216###################
217# Document basket #
218###################
219db.doc_basket=Document Basket
220db.access_denied=Access Denied
221db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
222
223
224#####################
225# Berry Baskets #
226#####################
227
228berry.title=Berry Basket
229berry.full_view=Full View
230berry.text_view=Text View
231berry.email_view=Email
232berry.help=Drag & drop berries here to add documents to your Berry Basket
233berry.full=Full View »
234berry.to=To:
235berry.cc=CC:
236berry.bcc=BCC:
237berry.subject=Subject:
238berry.send=Send
239berry.url_only=URL only view
240berry.url_and_metadata=URL and Metadata view
241berry.empty_basket=Your berry basket is empty
242berry.doc_name=ID
243berry.doc_title=title
244berry.doc_collection=collection
245berry.doc_date=date
246berry.doc_root_title=main title
247berry.send_success=Sending mail succeeded
248berry.send_fail=Sending mail failed
249
250
251
Note: See TracBrowser for help on using the repository browser.