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

Last change on this file since 29452 was 29452, checked in by ak19, 9 years ago

Removing duplicate property ahead of commit

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