Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
prepare-new-version
/
include
:
lang.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php define( 'PNV_STR_DUPLICATA_COLUMN_TITLE', _x( '', 'post list column title', PNV_DOMAIN ) ); define( 'PNV_STR_ORIGINAL_COLUMN_TITLE', _x( 'Is a version of', 'post list column title', PNV_DOMAIN ) ); define( 'PNV_STR_DUPLICATA_STATUS_LABEL', _x( 'Duplicate', 'status label', PNV_DOMAIN ) ); define( 'PNV_STR_DUPLICATE_PREPEND_TITLE', __( '[New Version]', PNV_DOMAIN ) ); define( 'PNV_STR_COPY_PREPEND_TITLE', __( '[Copy]', PNV_DOMAIN ) ); // // Meta box // define( 'PNV_STR_DUPLICATA_META_BOX_TITLE', _x( '复制快捷发布', 'meta box title', PNV_DOMAIN ) ); define( 'PNV_STR_OTHER_DUPLICATA_META_BOX_TITLE', __( 'Other pending versions', PNV_DOMAIN ) ); define( 'PNV_STR_ERASE_BUTTON', __( '更新', PNV_DOMAIN ) ); define( 'PNV_STR_COPY_BUTTON', _x( '点击复制', 'copy button title on an original', PNV_DOMAIN ) ); define( 'PNV_STR_ADD_NEW_FROM_BUTTON', _x( '点击复制', 'copy button title on a duplicate', PNV_DOMAIN ) ); define( 'PNV_STR_PUBLISH_META_BOX_TITLE', __( '发布', PNV_DOMAIN ) ); define( 'PNV_STR_SAVE_DUPLICATA_BUTTON', __( '保存', PNV_DOMAIN ) ); // // Pointers // define( 'PNV_STR_ACTIVATION_POINTER_TITLE', __( 'Prepare New Version', PNV_DOMAIN ) ); define( 'PNV_STR_ACTIVATION_POINTER_CONTENT', __( 'Thank you for activating our plugin, you can now try and duplicate any post you want', PNV_DOMAIN ) ); // // Edit screen // define( 'PNV_STR_VERSION', __( 'Version', PNV_DOMAIN ) ); define( 'PNV_STR_MESSAGE_DUPLICATE', __( 'This is a pending version from this original:', PNV_DOMAIN ) );