Zeile 19 | Zeile 19 |
---|
$l['error_nothing_selected'] = "Please select one or more attachments to delete."; $l['error_no_attachments'] = "There aren't any attachments on your forum yet. Once an attachment is posted you'll be able to access this section."; $l['error_not_all_removed'] = "Only some orphaned attachments were successfully deleted, others could not be removed from the uploads directory.";
|
$l['error_nothing_selected'] = "Please select one or more attachments to delete."; $l['error_no_attachments'] = "There aren't any attachments on your forum yet. Once an attachment is posted you'll be able to access this section."; $l['error_not_all_removed'] = "Only some orphaned attachments were successfully deleted, others could not be removed from the uploads directory.";
|
| $l['error_count'] = 'Unable to remove {1} attachment(s).';
|
$l['error_invalid_username'] = "The username you entered is invalid."; $l['error_invalid_forums'] = "One or more forums you selected are invalid."; $l['error_no_results'] = "No attachments were found with the specified search criteria.";
| $l['error_invalid_username'] = "The username you entered is invalid."; $l['error_invalid_forums'] = "One or more forums you selected are invalid."; $l['error_no_results'] = "No attachments were found with the specified search criteria.";
|
Zeile 28 | Zeile 29 |
---|
// Success $l['success_deleted'] = "The selected attachments have been deleted successfully.";
|
// Success $l['success_deleted'] = "The selected attachments have been deleted successfully.";
|
$l['success_orphan_deleted'] = "The selected orphaned attachments have been deleted successfully.";
| $l['success_orphan_deleted'] = "The selected orphaned attachment(s) have been deleted successfully."; $l['success_count'] = '{1} attachment(s) removed successfully.';
|
$l['success_no_orphans'] = "There are no orphaned attachments on your forum.";
// Confirm
| $l['success_no_orphans'] = "There are no orphaned attachments on your forum.";
// Confirm
|