Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Update translations #554

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ en:
GzType: 'GZIP compressed file'
HtmlType: 'HTML file'
INVALIDEXTENSION_SHORT: 'Extension is not allowed'
INVALIDEXTENSION_SHORT_EXT: 'Extension ''{extension}'' is not allowed'
INVALIDEXTENSION_SHORT_EXT: "Extension '{extension}' is not allowed"
IcoType: 'Icon image'
JpgType: 'JPEG image - good for photos'
JsType: 'Javascript file'
Expand All @@ -38,6 +38,25 @@ en:
WavType: 'WAV audo file'
XlsType: 'Excel spreadsheet'
ZipType: 'ZIP compressed file'
belongs_to_SubmittedFileField: 'Submitted file field'
db_CanEditType: 'Can edit type'
db_CanViewType: 'Can view type'
db_File: File
db_FileContentCache: 'File content cache'
db_Name: Name
db_ShowInSearch: 'Show in search'
db_Title: Title
db_UserFormUpload: 'User form upload'
db_Version: Version
has_many_BackLinks: 'Back links'
has_one_BasicFieldsTestPage: 'Basic fields test page'
has_one_Company: Company
has_one_Owner: Owner
has_one_Parent: Parent
has_one_Subsite: Subsite
has_one_TestPage: 'Test page'
many_many_EditorGroups: 'Editor groups'
many_many_ViewerGroups: 'Viewer groups'
SilverStripe\Assets\Folder:
PLURALNAME: Folders
PLURALS:
Expand All @@ -58,5 +77,9 @@ en:
one: 'A File Link'
other: '{count} File Links'
SINGULARNAME: 'File Link'
has_one_Linked: Linked
has_one_Parent: Parent
SilverStripe\Assets\Shortcodes\FileLinkTracking:
many_many_FileTracking: 'File tracking'
SilverStripe\Assets\Shortcodes\ImageShortcodeProvider:
IMAGENOTFOUND: 'Image not found'