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

Last change on this file since 31537 was 31537, checked in by ak19, 7 years ago

First commit for getting user comments working for GS3. It all works, but there's debugging statements still and haven't cleaned up commented out code. After that, would like to make POST rather than GET AJAX calls, so more refactoring required. 1. config_format.xsl is just minor spelling corrections. 2. header.xsl has a new function generateLogoutURL. 3. document.xsl imports and calls new usercomments.xsl to set up the user comments area. 4. New usercomments.js is imported by new usercomments.xsl, and sets up the interaction of the usercomments area. 5. javascript-global-functions.js now contains setMetadataArray and getMetadataArray functions to parallel what GS2 used in gsajaxapi.js, but for GS3 need to go through GS2Construct.processModifyMetadata() service in java code. 5. GS2Construct.java does different checking for users adding user comments versus users doing document editing. For the latter, the user needs to have editing permissions for the document. But any user is allowed to add comments on any accessible document. But ModifyMetadata should not allow any other metadata to be modified other than meta fields. 6. New language strings for usercomment area and GS2Construct errors in the 2 changed properties files.

  • Property svn:keywords set to Author Date Id Revision
File size: 9.5 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.select_a_group=Select a collection group
46home.select_a_collection_or_group=Select a collection or group
47home.no_collections=This library has no valid collections
48home.no_collections_group=This group has no valid collections
49#***** logged in menu
50menu.account_settings=Account settings
51menu.enable_edit_mode=Enable edit mode
52menu.disable_edit_mode=Disable edit mode
53menu.logout=Logout
54
55######################
56# system page
57#######################
58system.title=System Request
59######################
60# about page
61#######################
62about.noservices=There are no services available for this collection.
63about.services=Extra services available:
64about.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.
65
66#######################
67# query page
68########################
69query=Search
70query.nodocsmatch=No {0-level-plural} match the query.
71query.onedocsmatch=One {0-level-single} matches the query.
72query.manydocsmatch={0-numdocs} {1-level-plural} match the query.
73query.atleastdocsmatch=At least {0-numdocs} {1-level-plural} match the query.
74query.docsreturned={0-numdocs} {1-level-plural} returned.
75
76query.termoccurs.0='{0-term}' occurs 0 times
77query.termoccurs.1='{0-term}' occurs 1 time
78query.termoccurs.x='{0-term}' occurs {1-termfreq} times
79
80query.termoccurs.x.1='{0-term}' occurs {1-termfreq} times in 1 {3-level-single}
81query.termoccurs.x.x='{0-term}' occurs {1-termfreq} times in {2-numdocs} {3-level-plural}
82
83query.document=document
84query.document_plural=documents
85query.section=section
86query.section_plural=sections
87
88# eg Displaying 1 to 20 of 42 sections/documents
89query.displayingnumdocs=Displaying {0-startnum} to {1-endnum} of {2-totalnum} {3-level-plural}
90
91query.common=The following terms are too common and have been excluded from the search:
92
93query.results.next=Next
94query.results.previous=Previous
95
96query.facet.less=See less...
97query.facet.more=See more...
98
99##################
100# prefs page
101##################
102pref.searchpref=Search preferences
103pref.prespref=Presentation preferences
104pref.interfacelang=Interface language:
105pref.encoding=Encoding:
106pref.hitsperpage=Number of hits per page:
107pref.maxDocs=Maximum documents to return:
108pref.all=all
109pref.set_prefs=Set preferences
110pref.set_prefs_help=Click 'Set preferences' if you want to save your changes.
111pref.berrybasket=Berry basket:
112pref.documentbasket=Document basket:
113pref.on=on
114pref.off=off
115pref.book=Book viewer mode:
116pref.formatedit=Format edit mode:
117pref.theme=Visual theme:
118pref.switch_theme=Switch Theme
119pref.theme_default=Greenstone Default
120pref.theme_custom1=Greenstone Custom 1
121pref.theme_custom2=Greenstone Custom 2
122##################
123# document page
124##################
125doc.loading=loading
126doc.filter_pages=Filter pages
127doc.filter.pagenum=pagenum
128doc.filter.title=title
129doc.highlightTooltip=Enable or disable search term highlighting
130doc.realisticBooksTooltip=Enable or disable the realistic books view
131doc.zoomTooltip=Enable or disable zooming images in the standard view
132doc.slideshowTooltip=View a slideshow of the images
133doc.floatingTooltip=Fix the table of contents to the right side of the screen
134doc.expand_doc=Expand document
135doc.collapse_doc=Collapse document
136doc.document=Document
137doc.back_to_top=back to top
138doc.default_view=Default view
139doc.image_view=Image view
140doc.text_view=Text view
141
142doc.map_nearby_docs=Show documents near here
143
144maps.scrolllabel=Scroll through places
145
146external.title=External Link
147external.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.
148external.go_forward=go forward
149
150#########################################################
151# User Comments section (available on a document page) #
152#########################################################
153
154usercomments.username=User name
155usercomments.add=Add Comment
156usercomments.submit=Submit Comment
157usercomments.submitted=Comment Submitted
158usercomments.isempty=Comment was empty.
159usercomments.heading=Comments
160
161#####################
162# Document Editing #
163#####################
164
165de.rebuilding_collection=rebuilding collection
166de.no_changes=No changes detected
167de.save=Save changes
168de.rebuild=Rebuild
169de.saverebuild=Save and Rebuild
170de.extract_pages=Extract these pages to a document
171de.visible_metadata=Visible metadata:
172de.all_metadata=All
173de.add_new_metadata=Add new metadata
174de.no_meta_name_given=No value given for new metadata name
175de.edit_metadata=edit metadata
176de.hide_metadata=hide metadata
177de.remove=remove
178de.edit_content=Edit content
179de.hide_editor=Hide Editor
180de.save_changes=Save changes
181de.saving=Saving
182de.enter_meta_name=Enter a metadata name, then click 'Add New Metadata'
183de.enter_meta_dropdown=Enter a metadata name, or use the down arrow to select one, then click 'Add New Metadata'
184de.top_level_menu=Top level menu
185##################
186# authentication page
187##################
188authen.username=Username
189authen.page_not_found=Page not found
190authen.submit=Submit
191authen.error_failed_to_add=Error: Failed to add user
192authen.user_added_success=User added successfully
193authen.status=Status
194authen.password=Password
195authen.account_status=Account status
196authen.enabled=enabled
197authen.disabled=disabled
198authen.groups=Groups
199authen.add_group=Add Group
200authen.comment=Comment
201authen.email=Email address
202authen.add_a_new_user_title=Add a New User
203authen.old_password=Old password
204authen.new_password=New password
205authen.retype_password=Retype password
206authen.edit_user_information=Edit User Information
207authen.list_of_current_users_title=List of current users
208authen.delete_warning=Are you sure you want to delete user
209authen.edit=Edit
210authen.delete=Delete
211authen.authentication=Administration Page
212authen.add_a_new_user=Add a New User
213authen.register=Register
214authen.account_settings=Account Settings
215authen.change_password=Change Password
216authen.reset_password=Reset Password
217authen.register_as_new=Register as a new user
218authen.group_desc=Groups is a comma-separated list of group names. Type in a group name, or choose one from the list and click 'Add Group'.
219authen.admin_desc='Administrator' gives access to user management
220authen.all_coll_edit_desc='all-collections-editor' allows editing of all collections
221authen.pers_coll_edit_desc='personal-collections-editor' allows editing of all collections created by the user in GLI
222authen.single_coll_edit_desc='COLLNAME-collection-editor' allows editing of the specified collection (replace COLLNAME with the collection identifier)
223
224
225##################
226# RSS page #
227###################
228rss.page_title=RSS Feed
229
230##############
231# Basket common strings
232####################
233basket.expand=Expand
234basket.collapse=Collapse
235basket.clear=Clear basket
236
237###################
238# Document basket #
239###################
240db.doc_basket=Document Basket
241db.access_denied=Access Denied
242db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
243
244
245#####################
246# Berry Baskets #
247#####################
248
249berry.title=Berry Basket
250berry.full_view=Full View
251berry.text_view=Text View
252berry.email_view=Email
253berry.help=Drag & drop berries here to add documents to your Berry Basket
254berry.full=Full View »
255berry.to=To:
256berry.cc=CC:
257berry.bcc=BCC:
258berry.subject=Subject:
259berry.send=Send
260berry.url_only=URL only view
261berry.url_and_metadata=URL and Metadata view
262berry.empty_basket=Your berry basket is empty
263berry.doc_name=ID
264berry.doc_title=title
265berry.doc_collection=collection
266berry.doc_date=date
267berry.doc_root_title=main title
268berry.send_success=Sending mail succeeded
269berry.send_fail=Sending mail failed
270
271
272
Note: See TracBrowser for help on using the repository browser.