74 lines
2.5 KiB
Properties
74 lines
2.5 KiB
Properties
![]() |
#
|
||
|
# Text strings for the controllers and templates
|
||
|
#
|
||
|
# Default (English)
|
||
|
#
|
||
|
save_changes = Save changes
|
||
|
cancel_link = Cancel
|
||
|
cancel_title = cancel
|
||
|
required_fields = required fields
|
||
|
or = or
|
||
|
alt_error_alert = Error alert icon
|
||
|
alt_confirmation = Confirmation icon
|
||
|
|
||
|
email_address = Email address
|
||
|
first_name = First name
|
||
|
last_name = Last name
|
||
|
roles = Roles
|
||
|
status = Status
|
||
|
|
||
|
ascending_order = ascending order
|
||
|
descending_order = descending order
|
||
|
select_one = Select one
|
||
|
|
||
|
type_more_characters = type more characters
|
||
|
no_match = no match
|
||
|
|
||
|
request_failed = Request failed. Please contact your system administrator.
|
||
|
|
||
|
#
|
||
|
# Image upload pages
|
||
|
#
|
||
|
upload_page_title = Upload image
|
||
|
upload_page_title_with_name = Upload image for {0}
|
||
|
upload_heading = Photo Upload
|
||
|
|
||
|
replace_page_title = Replace image
|
||
|
replace_page_title_with_name = Replace image for {0}
|
||
|
|
||
|
crop_page_title = Crop image
|
||
|
crop_page_title_with_name = Crop image for {0}
|
||
|
|
||
|
current_photo = Current Photo
|
||
|
upload_photo = Upload a photo
|
||
|
replace_photo = Replace Photo
|
||
|
photo_types = (JPEG, GIF or PNG)
|
||
|
maximum_file_size = Maximum file size: {0} megabytes
|
||
|
minimum_image_dimensions = Minimum image dimensions: {0} x {1} pixels
|
||
|
|
||
|
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. \
|
||
|
When you are happy with your photo click the "Save Photo" button.
|
||
|
|
||
|
alt_thumbnail_photo = Individual photo
|
||
|
alt_image_to_crop = Image to be cropped
|
||
|
alt_preview_crop = Preview of photo cropped
|
||
|
|
||
|
delete_link = Delete photo
|
||
|
submit_upload = Upload photo
|
||
|
submit_save = Save photo
|
||
|
|
||
|
confirm_delete = Are you sure you want to delete this photo?
|
||
|
|
||
|
imageUpload.errorNoURI = No entity URI was provided
|
||
|
imageUpload.errorUnrecognizedURI = This URI is not recognized as belonging to anyone: ''{0}''
|
||
|
imageUpload.errorNoImageForCropping = There is no image file to be cropped.
|
||
|
imageUpload.errorImageTooSmall = The uploaded image should be at least {0} pixels high and {1} pixels wide.
|
||
|
imageUpload.errorUnknown = Sorry, we were unable to process the photo you provided. Please try another photo.
|
||
|
imageUpload.errorFileTooBig = Please upload an image smaller than {0} megabytes.
|
||
|
imageUpload.errorUnrecognizedFileType = ''{0}'' is not a recognized image file type. Please upload JPEG, GIF, or PNG files only.
|
||
|
imageUpload.errorNoPhotoSelected = Please browse and select a photo.
|
||
|
imageUpload.errorBadMultipartRequest = Failed to parse the multi-part request for uploading an image.
|
||
|
imageUpload.errorFormFieldMissing = The form did not contain a ''{0}'' field."
|
||
|
|