Makes a few labels friendlier for screen readers.
This commit is contained in:
committed by
Jacob Overgaard
parent
4795609973
commit
a20f11e48f
@@ -276,9 +276,9 @@ export default {
|
||||
noVariantsToProcess: 'There are no available variants',
|
||||
releaseDate: 'Publish at',
|
||||
unpublishDate: 'Unpublish at',
|
||||
removeDate: 'Clear Date',
|
||||
removeDate: 'Clear date',
|
||||
setDate: 'Set date',
|
||||
sortDone: 'Sortorder is updated',
|
||||
sortDone: 'Sort order is updated',
|
||||
sortHelp:
|
||||
'To sort the nodes, simply drag the nodes or click one of the column headers. You can select\n multiple nodes by holding the "shift" or "control" key while selecting\n ',
|
||||
statistics: 'Statistics',
|
||||
@@ -520,8 +520,8 @@ export default {
|
||||
confirmlogout: 'Are you sure?',
|
||||
confirmSure: 'Are you sure?',
|
||||
cut: 'Cut',
|
||||
editDictionary: 'Edit Dictionary Item',
|
||||
editLanguage: 'Edit Language',
|
||||
editDictionary: 'Edit dictionary item',
|
||||
editLanguage: 'Edit language',
|
||||
editSelectedMedia: 'Edit selected media',
|
||||
insertAnchor: 'Insert local link',
|
||||
insertCharacter: 'Insert character',
|
||||
@@ -533,7 +533,7 @@ export default {
|
||||
languagedeletewarning: 'This will delete the language',
|
||||
languageChangeWarning:
|
||||
'Changing the culture for a language may be an expensive operation and will result\n in the content cache and indexes being rebuilt\n ',
|
||||
lastEdited: 'Last Edited',
|
||||
lastEdited: 'Last edited',
|
||||
link: 'Link',
|
||||
linkinternal: 'Internal link',
|
||||
linklocaltip: 'When using local links, insert "#" in front of link',
|
||||
@@ -956,7 +956,7 @@ export default {
|
||||
avatar: 'Avatar for',
|
||||
header: 'Header',
|
||||
systemField: 'system field',
|
||||
lastUpdated: 'Last Updated',
|
||||
lastUpdated: 'Last updated',
|
||||
selectAll: 'Select all',
|
||||
skipToMenu: 'Skip to menu',
|
||||
skipToContent: 'Skip to content',
|
||||
|
||||
@@ -235,7 +235,7 @@ export default {
|
||||
createDateDesc: 'Date/time this document was created',
|
||||
documentType: 'Document Type',
|
||||
editing: 'Editing',
|
||||
expireDate: 'Remove At',
|
||||
expireDate: 'Remove at',
|
||||
itemChanged: 'This item has been changed after publication',
|
||||
itemNotPublished: 'This item is not published',
|
||||
lastPublished: 'Last published',
|
||||
@@ -270,11 +270,11 @@ export default {
|
||||
publishDescendantsWithVariantsHelp:
|
||||
'Publish variants and variants of same type underneath and thereby making their content publicly available.',
|
||||
noVariantsToProcess: 'There are no available variants',
|
||||
releaseDate: 'Publish At',
|
||||
unpublishDate: 'Unpublish At',
|
||||
removeDate: 'Clear Date',
|
||||
releaseDate: 'Publish at',
|
||||
unpublishDate: 'Unpublish at',
|
||||
removeDate: 'Clear date',
|
||||
setDate: 'Set date',
|
||||
sortDone: 'Sortorder is updated',
|
||||
sortDone: 'Sort order is updated',
|
||||
sortHelp:
|
||||
'To sort the nodes, simply drag the nodes or click one of the column headers. You can select\n multiple nodes by holding the "shift" or "control" key while selecting\n ',
|
||||
statistics: 'Statistics',
|
||||
@@ -533,7 +533,7 @@ export default {
|
||||
languagedeletewarning: 'This will delete the language and all content related to the language',
|
||||
languageChangeWarning:
|
||||
'Changing the culture for a language may be an expensive operation and will result\n in the content cache and indexes being rebuilt\n ',
|
||||
lastEdited: 'Last Edited',
|
||||
lastEdited: 'Last edited',
|
||||
link: 'Link',
|
||||
linkinternal: 'Internal link',
|
||||
linklocaltip: 'When using local links, insert "#" in front of link',
|
||||
@@ -960,7 +960,7 @@ export default {
|
||||
avatar: 'Avatar for',
|
||||
header: 'Header',
|
||||
systemField: 'system field',
|
||||
lastUpdated: 'Last Updated',
|
||||
lastUpdated: 'Last updated',
|
||||
selectAll: 'Select all',
|
||||
skipToMenu: 'Skip to menu',
|
||||
skipToContent: 'Skip to content',
|
||||
|
||||
Reference in New Issue
Block a user