mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
- You can now export an entire folder as either CSV or XML :D
git-svn-id: file:///svn/phpbb/trunk@5567 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -104,6 +104,7 @@ $lang = array_merge($lang, array(
|
||||
'DELETE_COOKIES' => 'Delete all board cookies',
|
||||
'DELETE_MARKED' => 'Delete Marked',
|
||||
'DELETE_POST' => 'Delete Post',
|
||||
'DELIMITER' => 'Delimiter',
|
||||
'DESCENDING' => 'Descending',
|
||||
'DISABLED' => 'Disabled',
|
||||
'DISPLAY' => 'Display',
|
||||
@@ -121,6 +122,7 @@ $lang = array_merge($lang, array(
|
||||
'EMAIL_ADDRESS' => 'Email address',
|
||||
'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.',
|
||||
'ENABLED' => 'Enabled',
|
||||
'ENCLOSURE' => 'Enclosure',
|
||||
'ERR_CONNECTING_SERVER' => 'Error connecting to the server',
|
||||
'EXTENSION' => 'Extension',
|
||||
'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <b>%s</b> has been deactivated and can no longer be displayed',
|
||||
|
@@ -137,8 +137,10 @@ $lang = array_merge($lang, array(
|
||||
'EMPTY_DRAFT_TITLE' => 'You must enter a draft title',
|
||||
'EXPORT_AS_XML' => 'Export as XML',
|
||||
'EXPORT_AS_CSV' => 'Export as CSV',
|
||||
'EXPORT_AS_CSV_EXCEL' => 'Export as CSV (Excel)',
|
||||
'EXPORT_AS_TXT' => 'Export as TXT',
|
||||
'EXPORT_AS_MSG' => 'Export as MSG',
|
||||
'EXPORT_FOLDER' => 'Export Folder',
|
||||
|
||||
'FIELD_REQUIRED' => 'The field "%s" must be completed.',
|
||||
'FIELD_TOO_SHORT' => 'The field "%1$s" is too short, a minimum of %2$d characters is required.',
|
||||
|
Reference in New Issue
Block a user