mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Fix localisation issues
This commit is contained in:
parent
afb7652459
commit
2181e3b86b
18
lang/en.yml
18
lang/en.yml
@ -217,15 +217,15 @@ en:
|
|||||||
MODIFIED: Modified
|
MODIFIED: Modified
|
||||||
Mp3Type: "MP3 audio file"
|
Mp3Type: "MP3 audio file"
|
||||||
MpgType: "MPEG video file"
|
MpgType: "MPEG video file"
|
||||||
NOFILESIZE: "Filesize is zero bytes."
|
NOFILESIZE: "File size is zero bytes."
|
||||||
NOVALIDUPLOAD: "File is not a valid upload"
|
NOVALIDUPLOAD: "File is not a valid upload"
|
||||||
Name: Name
|
Name: Name
|
||||||
PLURALNAME: Files
|
PLURALNAME: Files
|
||||||
PdfType: "Adobe Acrobat PDF file"
|
PdfType: "Adobe Acrobat PDF file"
|
||||||
PngType: "PNG image - good general-purpose format"
|
PngType: "PNG image - good general-purpose format"
|
||||||
SINGULARNAME: File
|
SINGULARNAME: File
|
||||||
TOOLARGE: "Filesize is too large, maximum {size} allowed"
|
TOOLARGE: "File size is too large, maximum {size} allowed"
|
||||||
TOOLARGESHORT: "Filesize exceeds {size}"
|
TOOLARGESHORT: "File size exceeds {size}"
|
||||||
TiffType: "Tagged image format"
|
TiffType: "Tagged image format"
|
||||||
Title: Title
|
Title: Title
|
||||||
WavType: "WAV audo file"
|
WavType: "WAV audo file"
|
||||||
@ -390,8 +390,8 @@ en:
|
|||||||
FROMWEB: "From the web"
|
FROMWEB: "From the web"
|
||||||
FindInFolder: "Find in Folder"
|
FindInFolder: "Find in Folder"
|
||||||
IMAGEALT: "Alternative text (alt)"
|
IMAGEALT: "Alternative text (alt)"
|
||||||
IMAGEALTTEXT: "Alternative text (alt) - shown if image cannot be displayed"
|
IMAGEALTTEXT: "Alternative text (alt) - shown if image can't be displayed"
|
||||||
IMAGEALTTEXTDESC: "Shown to screen readers or if image can not be displayed"
|
IMAGEALTTEXTDESC: "Shown to screen readers or if image can't be displayed"
|
||||||
IMAGEDIMENSIONS: Dimensions
|
IMAGEDIMENSIONS: Dimensions
|
||||||
IMAGEHEIGHTPX: Height
|
IMAGEHEIGHTPX: Height
|
||||||
IMAGETITLE: "Title text (tooltip) - for additional information about the image"
|
IMAGETITLE: "Title text (tooltip) - for additional information about the image"
|
||||||
@ -426,13 +426,13 @@ en:
|
|||||||
CANCEL: Cancel
|
CANCEL: Cancel
|
||||||
CANT_REORGANISE: "You do not have permission to alter Top level pages. Your change was not saved."
|
CANT_REORGANISE: "You do not have permission to alter Top level pages. Your change was not saved."
|
||||||
DELETED: Deleted.
|
DELETED: Deleted.
|
||||||
DropdownBatchActionsDefault: Actions
|
DropdownBatchActionsDefault: "Choose an action..."
|
||||||
HELP: Help
|
HELP: Help
|
||||||
PAGETYPE: "Page type: "
|
PAGETYPE: "Page type"
|
||||||
PERMAGAIN: "You have been logged out of the CMS. If you would like to log in again, enter a username and password below."
|
PERMAGAIN: "You have been logged out of the CMS. If you would like to log in again, enter a username and password below."
|
||||||
PERMALREADY: "I'm sorry, but you can't access that part of the CMS. If you want to log in as someone else, do so below."
|
PERMALREADY: "I'm sorry, but you can't access that part of the CMS. If you want to log in as someone else, do so below."
|
||||||
PERMDEFAULT: "You must be logged in to access the administration area; please enter your credentials below."
|
PERMDEFAULT: "You must be logged in to access the administration area; please enter your credentials below."
|
||||||
PLEASESAVE: "Please Save Page: This page could not be upated because it hasn't been saved yet."
|
PLEASESAVE: "Please Save Page: This page could not be updated because it hasn't been saved yet."
|
||||||
PreviewButton: Preview
|
PreviewButton: Preview
|
||||||
REORGANISATIONSUCCESSFUL: "Reorganised the site tree successfully."
|
REORGANISATIONSUCCESSFUL: "Reorganised the site tree successfully."
|
||||||
SAVEDUP: Saved.
|
SAVEDUP: Saved.
|
||||||
@ -488,7 +488,7 @@ en:
|
|||||||
SUBJECTPASSWORDRESET: "Your password reset link"
|
SUBJECTPASSWORDRESET: "Your password reset link"
|
||||||
SURNAME: Surname
|
SURNAME: Surname
|
||||||
TIMEFORMAT: "Time format"
|
TIMEFORMAT: "Time format"
|
||||||
VALIDATIONMEMBEREXISTS: "A member already exists with the same %s"
|
VALIDATIONMEMBEREXISTS: "A member already exists with the same {identifier}"
|
||||||
ValidationIdentifierFailed: "Can't overwrite existing member #{id} with identical identifier ({name} = {value}))"
|
ValidationIdentifierFailed: "Can't overwrite existing member #{id} with identical identifier ({name} = {value}))"
|
||||||
WELCOMEBACK: "Welcome Back, {firstname}"
|
WELCOMEBACK: "Welcome Back, {firstname}"
|
||||||
YOUROLDPASSWORD: "Your old password"
|
YOUROLDPASSWORD: "Your old password"
|
||||||
|
Loading…
Reference in New Issue
Block a user