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
|
Zeile 80 | Zeile 82 |
---|
$l['type_contains'] = "File type contains"; $l['forum_is'] = "Forum is"; $l['username_is'] = "Posters' username is";
|
$l['type_contains'] = "File type contains"; $l['forum_is'] = "Forum is"; $l['username_is'] = "Posters' username is";
|
| $l['poster_is'] = "Poster is"; $l['poster_is_either'] = "User or Guest"; $l['poster_is_user'] = "Users Only"; $l['poster_is_guest'] = "Guests Only";
|
$l['more_than'] = "More than"; $l['greater_than'] = "Greater than"; $l['is_exactly'] = "Is exactly";
| $l['more_than'] = "More than"; $l['greater_than'] = "Greater than"; $l['is_exactly'] = "Is exactly";
|