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

Last change on this file since 20466 was 20466, checked in by oranfry, 15 years ago

collapse search services onto one tab

  • Property svn:keywords set to Author Date Id Revision
File size: 6.0 KB
Line 
1gsdl=Greenstone Digital Library Software
2gs3power=powered by greenstone3
3error=Error:
4# the buttons
5home_b=HOME
6help_b=HELP
7pref_b=PREFERENCES
8# tool tips for the buttons
9home_tip=Library home page
10help_tip=Help pages
11pref_tip=Change your interface preferences
12# page titles
13help_t=Help
14pref_t=Preferences
15home_t=Home
16aboutpage=About page
17textframebrowser=You must have a frame enabled browser to view this.
18home.quick_search=Quick Search
19home.librarian_interface=The Librarian Interface
20home.select_a_collection=Select a collection
21#######################
22# query page
23########################
24about.noservices=There are no services available for this collection.
25about.services=Services available:
26about.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.
27#about.description=Description:
28about.metadata=Metadata:
29
30open_book=Open this document and view contents
31close_book=Close this book and return to search/browse
32open_folder=Open this folder and view contents
33close_folder=Close this folder
34view_document=View the document
35#######################
36# query page
37########################
38query=Search
39query.wordcount=Word count:
40query.nodocsmatch=No documents matched the query.
41query.onedocsmatch=One document matched the query.
42query.manydocsmatch={0} documents matched the query.
43query.atleastdocsmatch=At least {0} documents matched the query.
44query.docsreturned={0} documents returned.
45query.matches=Matches
46query.results=Results
47
48##################
49# prefs page
50##################
51pref.searchpref=Search preferences
52pref.prespref=Presentation preferences
53pref.interfacelang=Interface language:
54pref.encoding=Encoding:
55pref.hitsperpage=Number of hits per page:
56pref.all=all
57pref.set_prefs=Set preferences
58pref.berrybasket=Berry basket
59pref.berrybasket.on=on
60pref.berrybasket.off=off
61pref.book=Book viewer mode:
62
63
64##################
65# document page
66##################
67doc.pageof=Page {0} of {1}.
68doc.pages={0} pages.
69doc.gotopage=Go to page
70doc.expand_doc_b=EXPAND<br />DOCUMENT
71doc.expand_doc_tip=Display the entire document
72doc.contract_doc_b=CONTRACT<br />DOCUMENT
73doc.contract_doc_tip=Return to previously selected section
74doc.expand_contents_b=EXPAND<br />CONTENTS
75doc.expand_contents_tip=Expand only the table of contents
76doc.contract_contents_b=CONTRACT<br />CONTENTS
77doc.contract_contents_tip=Collapse the table of contents
78doc.detach_page_b=DETACH<br />PAGE
79doc.detach_page_tip=Open this page in a new window
80
81doc.table_of_contents=Table of Contents
82doc.close_toc=Close the table of contents
83doc.open_toc=Open the table of contents
84
85external.title=External Link
86external.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} to this page; otherwise use your browsers "back" button to return to the previous document.
87external.go_forward=go forward
88##################
89# authentication page
90##################
91authen.login_descibe_line_1=The page you have requested requires you to sign in.
92authen.login_descibe_line_2=[Note that you must belong to the "administrator" group to access this page]
93authen.login_descibe_line_3=Please enter your Greenstone username and password.
94authen.no_permission=Sorry, you do not have permission to access this page.
95authen.username=username
96authen.username_describe=Usernames must be between 2 and 30 characters long. They can contain alphanumeric characters, '.', and '_'.
97authen.password=password
98authen.password_describe=Passwords must be between 3 and 8 characters long. They can contain any normal printable ASCII characters.
99authen.account_status=account status
100authen.enabled=enabled
101authen.disabled=disabled
102authen.groups=groups
103authen.groups_describe=Groups is a comma separated list.
104authen.comment=comment
105authen.add_a_new_user_title=Add a new user
106authen.change_password_title=Change password
107authen.change_password_login_describe_line_1=The page you have requested requires you to sign in.
108authen.change_password_login_describe_line_2=Please enter your Greenstone username and password.
109authen.change_password_describe_line_1=Passwords must be between 3 and 8 characters long. They can contain any normal printable ASCII characters.
110authen.old_password=old password
111authen.new_password=new password
112authen.retype_new_password=retype new password
113authen.change_password_successed_title=Change password
114authen.change_password_successed_content=Your password was successfully changed.
115authen.old_password_warning=The old password was incorrect.
116authen.new_retype_password_warning=Enter your new password and then retype it.
117authen.two_password_not_match=The two versions of your new password did not match.
118authen.password_empty_warning=Either the new password or the retyped password cannot be empty.
119authen.password_initial=Please enter an initial password for this user.
120authen.new_password_invalid=The new password is invalid.
121authen.retyped_password_invalid=The retyped password is invalid.
122authen.username_password_empty_warning=Either the username or the new password cannot be empty.
123authen.edit_user_information=Edit user information
124authen.do_you_really_want_to_permanently_remove_user=Do you really want to permanently remove user "
125authen.user_has_existed=The user name has existed in the users table, choose an unique one.
126authen.unsername_err=The username is invalid
127authen.password_err=The password is invalid
128authen.wrong_password_warning=Either your username or password was incorrect.
129authen.list_of_current_users_title=List of current users
130authen.delete_warning=Do you really want to permanently remove user "
131authen.edit=edit
132authen.delete=delete
133authen.sign_in=sign in
134authen.account_status_false=The account is disabled, request Administrator for more information.
135authen.authentication=Authentication
136authen.greenstone_home=Greenstone home
137authen.list_users=list users
138authen.add_a_new_user=add a new user
139authen.change_password=change password
140authen.logout=logout
141authen.login=login
142authen.login_successfully=Login successful
Note: See TracBrowser for help on using the repository browser.