mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Fixed i18n namespace for "Sync Files"
This commit is contained in:
parent
d20eae4a50
commit
6b6dfaed7b
@ -206,7 +206,7 @@ JS
|
|||||||
'<a class="ss-ui-button ss-ui-action ui-button-text-icon-primary ss-ui-button-ajax" data-icon="arrow-circle-double" title="%s" href="%s">%s</a>',
|
'<a class="ss-ui-button ss-ui-action ui-button-text-icon-primary ss-ui-button-ajax" data-icon="arrow-circle-double" title="%s" href="%s">%s</a>',
|
||||||
_t('AssetAdmin.FILESYSTEMSYNCTITLE', 'Update the CMS database entries of files on the filesystem. Useful when new files have been uploaded outside of the CMS, e.g. through FTP.'),
|
_t('AssetAdmin.FILESYSTEMSYNCTITLE', 'Update the CMS database entries of files on the filesystem. Useful when new files have been uploaded outside of the CMS, e.g. through FTP.'),
|
||||||
$this->Link('doSync'),
|
$this->Link('doSync'),
|
||||||
_t('FILESYSTEMSYNC','Sync files')
|
_t('AssetAdmin.FILESYSTEMSYNC','Sync files')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
@ -13,6 +13,7 @@ en:
|
|||||||
CurrentFolderOnly: 'Limit to current folder?'
|
CurrentFolderOnly: 'Limit to current folder?'
|
||||||
DetailsView: Details
|
DetailsView: Details
|
||||||
FILES: Files
|
FILES: Files
|
||||||
|
FILESYSTEMSYNC: 'Sync files'
|
||||||
FILESYSTEMSYNCTITLE: 'Update the CMS database entries of files on the filesystem. Useful when new files have been uploaded outside of the CMS, e.g. through FTP.'
|
FILESYSTEMSYNCTITLE: 'Update the CMS database entries of files on the filesystem. Useful when new files have been uploaded outside of the CMS, e.g. through FTP.'
|
||||||
FROMTHEINTERNET: 'From the internet'
|
FROMTHEINTERNET: 'From the internet'
|
||||||
FROMYOURCOMPUTER: 'From your computer'
|
FROMYOURCOMPUTER: 'From your computer'
|
||||||
@ -394,8 +395,6 @@ en:
|
|||||||
PLURALNAME: 'Virtual Pags'
|
PLURALNAME: 'Virtual Pags'
|
||||||
PageTypNotAllowedOnRoot: 'Original page type "{type}" is not allowed on the root level for this virtual page'
|
PageTypNotAllowedOnRoot: 'Original page type "{type}" is not allowed on the root level for this virtual page'
|
||||||
SINGULARNAME: 'Virtual Page'
|
SINGULARNAME: 'Virtual Page'
|
||||||
cms:
|
|
||||||
FILESYSTEMSYNC: 'Sync files'
|
|
||||||
CMSFileAddController:
|
CMSFileAddController:
|
||||||
MENUTITLE: Files
|
MENUTITLE: Files
|
||||||
CMSPageEditController:
|
CMSPageEditController:
|
||||||
|
Loading…
Reference in New Issue
Block a user