Fixed i18n namespace for "Sync Files"

This commit is contained in:
Ingo Schommer 2012-08-26 23:04:17 +02:00
parent d20eae4a50
commit 6b6dfaed7b
2 changed files with 2 additions and 3 deletions

View File

@ -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>',
_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'),
_t('FILESYSTEMSYNC','Sync files')
_t('AssetAdmin.FILESYSTEMSYNC','Sync files')
)
);
} else {

View File

@ -13,6 +13,7 @@ en:
CurrentFolderOnly: 'Limit to current folder?'
DetailsView: Details
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.'
FROMTHEINTERNET: 'From the internet'
FROMYOURCOMPUTER: 'From your computer'
@ -394,8 +395,6 @@ en:
PLURALNAME: 'Virtual Pags'
PageTypNotAllowedOnRoot: 'Original page type "{type}" is not allowed on the root level for this virtual page'
SINGULARNAME: 'Virtual Page'
cms:
FILESYSTEMSYNC: 'Sync files'
CMSFileAddController:
MENUTITLE: Files
CMSPageEditController: