source: main/trunk/greenstone3/web/WEB-INF/classes/interface_basic.properties@ 26534

Last change on this file since 26534 was 26534, checked in by kjdon, 11 years ago

tidying up basic properties. moved help (maybe not actaully used yet??) in basic2 file

File size: 5.5 KB
Line 
1#***** TEXT FRAGMENTS *****
2gsdl=Greenstone Digital Library Software
3gs3power=powered by greenstone3
4error=Error:
5# the buttons
6home_b=Home
7help_b=Help
8pref_b=Preferences
9# tool tips for the buttons
10home_tip=Library home page
11help_tip=Help pages
12pref_tip=Change your interface preferences
13# page titles
14help_t=Help
15pref_t=Preferences
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# other
22open_book=Open this document and view contents
23close_book=Close this book and return to search/browse
24open_folder=Open this folder and view contents
25close_folder=Close this folder
26view_document=View the document
27
28######################
29# about page
30#######################
31about.noservices=There are no services available for this collection.
32about.services=Extra services available:
33about.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.
34
35#######################
36# query page
37########################
38query.wordcount=Word count:
39query.nodocsmatch=No documents match the query.
40query.onedocsmatch=One document matches the query.
41query.manydocsmatch={0} documents match the query.
42query.atleastdocsmatch=At least {0} documents match the query.
43query.docsreturned={0} documents returned.
44query.results=Results
45query.matches=Matches
46
47##################
48# prefs page
49##################
50pref.searchpref=Search preferences
51pref.prespref=Presentation preferences
52pref.interfacelang=Interface language:
53pref.encoding=Encoding:
54pref.hitsperpage=Number of hits per page:
55pref.maxDocs=Maximum documents to return:
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# document page
65##################
66doc.pageof=Page {0} of {1}.
67doc.pages={0} pages.
68doc.gotopage=Go to page
69doc.expand_doc_b=EXPAND<br />DOCUMENT
70doc.expand_doc_tip=Display the entire document
71doc.contract_doc_b=CONTRACT<br />DOCUMENT
72doc.contract_doc_tip=Return to previously selected section
73doc.expand_contents_b=EXPAND<br />CONTENTS
74doc.expand_contents_tip=Expand only the table of contents
75doc.contract_contents_b=CONTRACT<br />CONTENTS
76doc.contract_contents_tip=Collapse the table of contents
77doc.detach_page_b=DETACH<br />PAGE
78doc.detach_page_tip=Open this page in a new window
79
80doc.table_of_contents=Table of contents
81doc.close_toc=Close the table of contents
82doc.open_toc=Open the table of contents
83
84external.title=External Link
85external.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.
86external.go_forward=go forward
87
88
89##################
90# authentication page
91##################
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_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_password=Retype password
111authen.change_password_successed_content=Your password was successfully changed.
112authen.old_password_warning=The old password was incorrect.
113authen.two_password_not_match=The two versions of your new password did not match.
114authen.password_empty_warning=Either the new password or the retyped password cannot be empty.
115authen.password_initial=Please enter an initial password for this user.
116authen.new_password_invalid=The new password is invalid.
117authen.retyped_password_invalid=The retyped password is invalid.
118authen.edit_user_information=Edit User Information
119authen.do_you_really_want_to_permanently_remove_user=Do you really want to permanently remove user "{0-username}"?
120authen.user_has_existed=The user name has existed in the users table, choose an unique one.
121authen.unsername_err=The username is invalid
122authen.password_err=The password is invalid
123authen.wrong_password_warning=Either your username or password was incorrect.
124authen.list_of_current_users_title=List of current users
125authen.account_status_false=The account is disabled, request Administrator for more information.
126authen.authentication=Administration Page
127authen.greenstone_home=Greenstone home
128authen.list_users=list users
129authen.add_a_new_user=Add a New User
130authen.change_password=change password
131authen.logout=logout
132authen.login=login
133authen.login_successfully=Login successful
134authen.change_password=Change Password
135
136
137
Note: See TracBrowser for help on using the repository browser.