VIVO-300: some i18n cleanup

This commit is contained in:
tworrall 2013-09-19 10:22:48 -04:00
parent 3d81c5e1bb
commit 7ad1ac635f

View file

@ -48,7 +48,7 @@ minimum_image_dimensions = Minimum image dimensions: {0} x {1} pixels
cropping_caption = Your profile photo will look like the image below. cropping_caption = Your profile photo will look like the image below.
cropping_note = To make adjustments, you can drag around and resize the photo to the right. \ cropping_note = To make adjustments, you can drag around and resize the photo to the right. \
When you are happy with your photo click the "Save Photo" button. When you are happy with your photo click the "Save Photo" button.
alt_thumbnail_photo = Individual photo alt_thumbnail_photo = Individual photo
alt_image_to_crop = Image to be cropped alt_image_to_crop = Image to be cropped
@ -86,8 +86,8 @@ edit_account = Edit account
external_auth_only = Externally Authenticated Only external_auth_only = Externally Authenticated Only
reset_password = Reset password reset_password = Reset password
reset_password_note = Note: Instructions for resetting the password will \ reset_password_note = Note: Instructions for resetting the password will \
be emailed to the address entered above. The password will not \ be emailed to the address entered above. The password will not \
be reset until the user follows the link provided in this email. be reset until the user follows the link provided in this email.
new_password = New password new_password = New password
confirm_password = Confirm new password confirm_password = Confirm new password
minimum_password_length = Minimum of {0} characters in length. minimum_password_length = Minimum of {0} characters in length.
@ -98,14 +98,14 @@ new_account_1 = A new account for
new_account_2 = was successfully created. new_account_2 = was successfully created.
new_account_title = new account new_account_title = new account
new_account_notification = A notification email has been sent to {0} \ new_account_notification = A notification email has been sent to {0} \
with instructions for activating the account and creating a password. with instructions for activating the account and creating a password.
updated_account_1 = The account for updated_account_1 = The account for
updated_account_2 = has been updated. updated_account_2 = has been updated.
updated_account_title = updated account updated_account_title = updated account
updated_account_notification = A confirmation email has been sent to {0} \ updated_account_notification = A confirmation email has been sent to {0} \
with instructions for resetting a password. \ with instructions for resetting a password. \
The password will not be reset until the user follows the link provided in this email. The password will not be reset until the user follows the link provided in this email.
deleted_accounts = Deleted {0} {0, choice, 0#accounts |1#account |1<accounts}. deleted_accounts = Deleted {0} {0, choice, 0#accounts|1#account|1<accounts}.
enter_new_password = Please enter your new password for {0} enter_new_password = Please enter your new password for {0}
error_no_email_address = Please enter your email address. error_no_email_address = Please enter your email address.
@ -126,8 +126,8 @@ view_all_accounts = View all accounts
view_all_accounts_title = view all accounts view_all_accounts_title = view all accounts
new_account_note = Note: An email will be sent to the address entered above \ new_account_note = Note: An email will be sent to the address entered above \
notifying that an account has been created. \ notifying that an account has been created. \
It will include instructions for activating the account and creating a password. It will include instructions for activating the account and creating a password.
initial_password = Initial password initial_password = Initial password
submit_add_new_account = Add new account submit_add_new_account = Add new account
@ -177,22 +177,22 @@ first_time_login = First time log in
create_account = Create account create_account = Create account
cant_activate_while_logged_in = You may not activate the account for {0} while you are logged in as {1}. \ cant_activate_while_logged_in = You may not activate the account for {0} while you are logged in as {1}. \
Please log out and try again. Please log out and try again.
account_already_activated = The account for {0} has already been activated. account_already_activated = The account for {0} has already been activated.
cant_change_password_while_logged_in = You may not reset the password for {0} while you are logged in as {1}. \ cant_change_password_while_logged_in = You may not reset the password for {0} while you are logged in as {1}. \
Please log out and try again. Please log out and try again.
password_change_not_pending = The password for {0} has already been reset. password_change_not_pending = The password for {0} has already been reset.
password_changed_subject = Password changed. password_changed_subject = Password changed.
account_no_longer_exists = The account you are trying to set a password on is no longer available. \ account_no_longer_exists = The account you are trying to set a password on is no longer available. \
Please contact your system administrator if you think this is an error. Please contact your system administrator if you think this is an error.
password_saved = Your password has been saved. password_saved = Your password has been saved.
password_saved_please_login = Your password has been saved. Please log in. password_saved_please_login = Your password has been saved. Please log in.
please_provide_contact_information = Please provide your contact information to finish creating your account. please_provide_contact_information = Please provide your contact information to finish creating your account.
first_time_login_note = Note: An email will be sent to the address entered above notifying \ first_time_login_note = Note: An email will be sent to the address entered above notifying \
that an account has been created. that an account has been created.
first_time_external_email_html = @@file files/accountFirstTimeExternal.html first_time_external_email_html = @@file files/accountFirstTimeExternal.html
first_time_external_email_text = @@file files/accountFirstTimeExternal.txt first_time_external_email_text = @@file files/accountFirstTimeExternal.txt
@ -501,6 +501,18 @@ restrict_logins_mixed_caps = Restrict logins
site_information = Site information site_information = Site information
user_accounts = User accounts user_accounts = User accounts
#
# search controller ( PagedSearchController.java )
#
error_in_search_request = The search request contained errors.
enter_search_term = Please enter a search term.
invalid_search_term = Search term was invalid
paging_link_more = more...
no_matching_results = No matching results.
search_failed = Search failed.
search_term_error_near = The search term had an error near
search_for = Search for ''{0}''
# #
# search templates ( /templates/freemarker/body/search ) # search templates ( /templates/freemarker/body/search )
# #