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

Last change on this file since 14345 was 14345, checked in by qq6, 17 years ago

add a new string

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