Changeset 25297


Ignore:
Timestamp:
2012-03-27T13:07:54+13:00 (12 years ago)
Author:
sjm84
Message:

Added many more language fragments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties

    r25269 r25297  
    268268authen.login_descibe_line_3=Please enter your Greenstone username and password.
    269269authen.no_permission=Sorry, you do not have permission to access this page.
    270 authen.username=username
     270authen.username=Username
    271271authen.username_describe=Usernames must be between 2 and 30 characters long. They can contain alphanumeric characters, '.', and '_'.
    272 authen.password=password
     272authen.password=Password
    273273authen.password_describe=Passwords must be between 3 and 8 characters long. They can contain any normal printable ASCII characters.
    274 authen.account_status=account status
     274authen.account_status=Account status
    275275authen.enabled=enabled
    276276authen.disabled=disabled
    277 authen.groups=groups
     277authen.groups=Groups
     278authen.add_group=Add Group
    278279authen.groups_describe=Groups is a comma separated list.
    279 authen.comment=comment
    280 authen.email=email address
    281 authen.add_a_new_user_title=Add a new user
     280authen.comment=Comment
     281authen.email=Email address
     282authen.add_a_new_user_title=Add a New User
    282283authen.change_password_title=Change password
    283284authen.change_password_login_describe_line_1=The page you have requested requires you to sign in.
    284285authen.change_password_login_describe_line_2=Please enter your Greenstone username and password.
    285286authen.change_password_describe_line_1=Passwords must be between 3 and 8 characters long. They can contain any normal printable ASCII characters.
    286 authen.old_password=old password
    287 authen.new_password=new password
    288 authen.retype_new_password=retype new password
     287authen.old_password=Old password
     288authen.new_password=New password
     289authen.retype_password=Retype password
    289290authen.change_password_successed_title=Change password
    290291authen.change_password_successed_content=Your password was successfully changed.
     
    297298authen.retyped_password_invalid=The retyped password is invalid.                 
    298299authen.username_password_empty_warning=Either the username or the new password cannot be empty.
    299 authen.edit_user_information=Edit user information
     300authen.edit_user_information=Edit User Information
    300301authen.do_you_really_want_to_permanently_remove_user=Do you really want to permanently remove user "
    301302authen.user_has_existed=The user name has existed in the users table, choose an unique one.
     
    304305authen.wrong_password_warning=Either your username or password was incorrect.
    305306authen.list_of_current_users_title=List of current users
    306 authen.delete_warning=Do you really want to permanently remove user "
    307 authen.edit=edit
    308 authen.delete=delete
     307authen.delete_warning=Are you sure you want to delete user
     308authen.edit=Edit
     309authen.delete=Delete
    309310authen.sign_in=sign in
    310311authen.account_status_false=The account is disabled, request Administrator for more information.
     
    317318authen.login=login
    318319authen.login_successfully=Login successful
     320authen.register=Register
     321authen.account_settings=Account Settings
     322authen.change_password=Change Password
     323authen.reset_password=Reset Password
     324authen.status=Status
     325authen.submit=Submit
     326authen.error_failed_to_add=Error: Failed to add user
     327authen.user_added_success=User added successfully
     328authen.page_not_found=Page not found
     329
     330###################
     331# Document basket #
     332###################
     333db.doc_basket=Document basket
     334
     335#############################
     336# Document structure editor #
     337#############################
     338dse.no_docs=No documents in the Document Basket
     339dse.untitled=UNTITLED DOCUMENT
     340dse.delete_section=delete section
     341dse.edit=edit
     342dse.hide=hide
     343dse.add_sub_section=add sub-section
     344dse.duplicate=duplicate
     345dse.error_saving=There was an error saving, aborting
     346dse.save_changes=Save changes
     347dse.saving=Saving
     348dse.modifying_archives=Modifying archive files
     349dse.empty_collection_list=List of collections to build is empty
     350dse.could_not_build_p1=Could not build collection
     351dse.could_not_build_p2=, aborting the building operation
     352dse.could_not_activate_p1=Could not activate collection
     353dse.could_not_activate_p2=, aborting the activation operation
     354dse.activating=Activating collection
     355dse.building=Building collection
     356dse.could_not_check_status_p1=Could not check status of
     357dse.could_not_check_status_p2a=, there was an error in the XML, aborting the operation
     358dse.could_not_check_status_p2b=, there was an error on the server, aborting the operation
     359dse.error_saving_changes=There was an error saving your changes
     360dse.error_code=Error Code
     361dse.error_reason=Error Reason
     362dse.error_line=Error Line
     363dse.xml_error=There was an error parsing the XML
     364dse.browse_cannot_validate_xml=Your browser cannot handle XML validation
     365dse.add_new_metadata=Add new metadata
     366dse.no_value_given=No value given for new metadata name
     367dse.create_new_document=Create new document
     368dse.untitled_section=UNTITLED SECTION
     369dse.insert_new_section=Insert new section
Note: See TracChangeset for help on using the changeset viewer.