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

Last change on this file since 18312 was 18312, checked in by kjdon, 15 years ago

removing some hard coded text out of interface xsl files and into property files

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