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

Last change on this file since 27081 was 27081, checked in by sjm84, 11 years ago

Adding in the info for the Greenbug image

  • Property svn:keywords set to Author Date Id Revision
File size: 6.1 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
47######################
48# system page
49#######################
50system.title=System Request
51######################
52# about page
53#######################
54about.noservices=There are no services available for this collection.
55about.services=Extra services available:
56about.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.
57
58#######################
59# query page
60########################
61query=Search
62query.nodocsmatch=No {0-level-plural} match the query.
63query.onedocsmatch=One {0-level-single} matches the query.
64query.manydocsmatch={0-numdocs} {1-level-plural} match the query.
65query.atleastdocsmatch=At least {0-numdocs} {1-level-plural} match the query.
66query.docsreturned={0-numdocs} {1-level-plural} returned.
67
68query.termoccurs.1.1={0-term} occurs {1-termfreq} time in {2-numdocs} {3-level-single}
69query.termoccurs.x.1={0-term} occurs {1-termfreq} times in {2-numdocs} {3-level-single}
70query.termoccurs.x.x={0-term} occurs {1-termfreq} times in {2-numdocs} {3-level-plural}
71query.document=document
72query.document_plural=documents
73query.section=section
74query.section_plural=sections
75
76# eg Displaying 1 to 20 of 42 sections/documents
77query.displayingnumdocs=Displaying {0-startnum} to {1-endnum} of {2-totalnum} {3-level-plural}
78
79query.common=The following terms are too common and have been excluded from the search:
80
81##################
82# prefs page
83##################
84pref.searchpref=Search preferences
85pref.prespref=Presentation preferences
86pref.interfacelang=Interface language:
87pref.encoding=Encoding:
88pref.hitsperpage=Number of hits per page:
89pref.maxDocs=Maximum documents to return:
90pref.all=all
91pref.set_prefs=Set preferences
92pref.berrybasket=Berry basket
93pref.berrybasket.on=on
94pref.berrybasket.off=off
95pref.book=Book viewer mode:
96pref.formatedit=Format edit mode
97pref.formatedit.on=on
98pref.formatedit.off=off
99pref.theme=Visual theme
100
101##################
102# document page
103##################
104doc.loading=loading
105doc.filter_pages=Filter pages
106
107doc.edit_content=Edit content
108doc.hide_editor=Hide editor
109doc.edit_structure=Edit structure
110
111doc.highlightTooltip=Enable or disable search term highlighting
112doc.realisticBooksTooltip=Enable or disable the realistic books view
113doc.zoomTooltip=Enable or disable zooming images in the standard view
114doc.slideshowTooltip=Enable or disable the slide show view
115doc.floatingTooltip=Fix the table of contents to the right side of the screen
116
117doc.document=Document
118doc.back_to_top=back to top
119
120doc.maps.nearby_docs=Show documents near here
121maps.scrolllabel=Scroll through places
122
123external.title=External Link
124external.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.
125external.go_forward=go forward
126
127
128##################
129# authentication page
130##################
131authen.username=Username
132authen.page_not_found=Page not found
133authen.submit=Submit
134authen.error_failed_to_add=Error: Failed to add user
135authen.user_added_success=User added successfully
136authen.status=Status
137authen.password=Password
138authen.account_status=Account status
139authen.enabled=enabled
140authen.disabled=disabled
141authen.groups=Groups
142authen.add_group=Add Group
143authen.comment=Comment
144authen.email=Email address
145authen.add_a_new_user_title=Add a New User
146authen.old_password=Old password
147authen.new_password=New password
148authen.retype_password=Retype password
149authen.edit_user_information=Edit User Information
150authen.list_of_current_users_title=List of current users
151authen.delete_warning=Are you sure you want to delete user
152authen.edit=Edit
153authen.delete=Delete
154authen.authentication=Administration Page
155authen.add_a_new_user=Add a New User
156authen.change_password=change password
157authen.register=Register
158authen.account_settings=Account Settings
159authen.change_password=Change Password
160authen.reset_password=Reset Password
161
162
163
164###################
165# Document basket #
166###################
167db.doc_basket=Document basket
168db.access_denied=Access Denied
169db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
170
171
Note: See TracBrowser for help on using the repository browser.