11 lines
1.4 KiB
Plaintext
11 lines
1.4 KiB
Plaintext
@define('MULTICHECK_NO_ITEM', 'No item selected, please check at least one. <a href="%s">Return to previous page</a>.');
|
|
@define('MULTICHECK_NO_DIR', 'No directory selected, please choose one. <a href="%s">Return to previous page</a>.');
|
|
@define('BULKMOVE_INFO', 'Bulk-move info');
|
|
@define('BULKMOVE_INFO_DESC', 'You can select multiple files to bulk-move them to a new location. <strong>Note:</strong> This action cannot be undone, just like bulk-deletion of multiple files. All checked files will be physically moved, and referring blog entries are rewritten to point to the new location.');
|
|
@define('FIRST_PAGE', 'First Page');
|
|
@define('LAST_PAGE', 'Last Page');
|
|
@define('MEDIA_PROPERTIES_DONE', 'Properties of #%d changed.');
|
|
@define('DIRECTORY_INFO', 'Directory info');
|
|
@define('DIRECTORY_INFO_DESC', 'Directories reflect their physical folder directory name. If you want to change or move directories which contain items, you have two choices. Either create the directory or subdirectory you want, then move the items to the new directory via the media library and afterwards, delete the empty old directory there. Or completely change the whole old directory via the edit directory button below and rename it to whatever you like (existing subdir/ + newname). This will move all directories and items and change referring blog entries.');
|
|
@define('MEDIA_RESIZE_EXISTS', 'File dimensions already exist!');
|