duplicate-page-cs_CZ.mo
8 years ago
duplicate-page-cs_CZ.po
8 years ago
duplicate-page-hi_IN.mo
8 years ago
duplicate-page-hi_IN.po
8 years ago
duplicate-page.mo
8 years ago
duplicate-page.po
8 years ago
duplicate-page.pot
8 years ago
duplicate-page.po
122 lines
| 1 | # This file was generated by WPML |
| 2 | # WPML is a WordPress plugin that can turn any WordPress site into a full featured multilingual content management system. |
| 3 | # https://wpml.org |
| 4 | msgid "" |
| 5 | msgstr "" |
| 6 | "Content-Type: text/plain; charset=utf-8\n" |
| 7 | "Content-Transfer-Encoding: 8bit\n" |
| 8 | "Project-Id-Version: WPML_EXPORT\n" |
| 9 | "POT-Creation-Date: \n" |
| 10 | "PO-Revision-Date: \n" |
| 11 | "Last-Translator: \n" |
| 12 | "Language-Team: \n" |
| 13 | "Language: en\n" |
| 14 | "MIME-Version: 1.0\n" |
| 15 | "X-Generator: Poedit 2.0.4\n" |
| 16 | |
| 17 | # <div class="wrap duplicate_page_settings"> |
| 18 | # <h1><?php _e('Duplicate Page Settings', 'duplicate-page')?></h1> |
| 19 | # <?php $duplicatepageoptions = array(); |
| 20 | msgid "Duplicate Page Settings" |
| 21 | msgstr "" |
| 22 | |
| 23 | # if(isset($_POST['submit_duplicate_page']) && wp_verify_nonce( $_POST['duplicatepage_nonce_field'], 'duplicatepage_action' )): |
| 24 | # _e("<strong>Saving Please wait...</strong>", 'duplicate-page'); |
| 25 | # $needToUnset = array('submit_duplicate_page');//no need to save in Database |
| 26 | msgid "<strong>Saving Please wait...</strong>" |
| 27 | msgstr "" |
| 28 | |
| 29 | # if(!empty($msg) && $msg == 1): |
| 30 | # _e( '<div class="updated settings-error notice is-dismissible" id="setting-error-settings_updated"> |
| 31 | # <p><strong>Settings saved.</strong></p><button class="notice-dismiss" type="button"><span class="screen-reader-text">Dismiss this notice.</span></button></div>', 'duplicate-page'); |
| 32 | msgid "" |
| 33 | "<div class=\"updated settings-error notice is-dismissible\" id=\"setting-error-settings_updated\"> \r\n" |
| 34 | "<p><strong>Settings saved.</strong></p><button class=\"notice-dismiss\" type=\"button\"><span class=\"screen-reader-text\">Dismiss this notice.</span></button></div>" |
| 35 | msgstr "" |
| 36 | |
| 37 | # elseif(!empty($msg) && $msg == 2): |
| 38 | # _e( '<div class="error settings-error notice is-dismissible" id="setting-error-settings_updated"> |
| 39 | # <p><strong>Settings not saved.</strong></p><button class="notice-dismiss" type="button"><span class="screen-reader-text">Dismiss this notice.</span></button></div>', 'duplicate-page'); |
| 40 | msgid "" |
| 41 | "<div class=\"error settings-error notice is-dismissible\" id=\"setting-error-settings_updated\"> \r\n" |
| 42 | "<p><strong>Settings not saved.</strong></p><button class=\"notice-dismiss\" type=\"button\"><span class=\"screen-reader-text\">Dismiss this notice.</span></button></div>" |
| 43 | msgstr "" |
| 44 | |
| 45 | # <tr> |
| 46 | # <th scope="row"><label for="duplicate_post_status"><?php _e('Duplicate Post Status', 'duplicate-page')?></label></th> |
| 47 | # <td><select id="duplicate_post_status" name="duplicate_post_status"> |
| 48 | msgid "Duplicate Post Status" |
| 49 | msgstr "" |
| 50 | |
| 51 | # </select> |
| 52 | # <p><?php _e('Please select any post status you want to assign for duplicate post. <strong>Default:</strong> Draft.', 'duplicate-page')?></p> |
| 53 | # </td> |
| 54 | msgid "Please select any post status you want to assign for duplicate post. <strong>Default:</strong> Draft." |
| 55 | msgstr "" |
| 56 | |
| 57 | # <tr> |
| 58 | # <th scope="row"><label for="duplicate_post_redirect"><?php _e('Redirect to after click on <strong>Duplicate This Link</strong>', 'duplicate-page')?></label></th> |
| 59 | # <td><select id="duplicate_post_redirect" name="duplicate_post_redirect"> |
| 60 | msgid "Redirect to after click on <strong>Duplicate This Link</strong>" |
| 61 | msgstr "" |
| 62 | |
| 63 | # <td><select id="duplicate_post_redirect" name="duplicate_post_redirect"> |
| 64 | # <option value="to_list" <?php echo($opt['duplicate_post_redirect'] == 'to_list' ) ? "selected = 'selected'" : ""; ?>><?php _e('To All Posts List', 'duplicate-page')?></option> |
| 65 | # <option value="to_page" <?php echo($opt['duplicate_post_redirect'] == 'to_page' ) ? "selected = 'selected'" : ""; ?>><?php _e('To Duplicate Edit Screen', 'duplicate-page')?></option> |
| 66 | msgid "To All Posts List" |
| 67 | msgstr "" |
| 68 | |
| 69 | # <option value="to_list" <?php echo($opt['duplicate_post_redirect'] == 'to_list' ) ? "selected = 'selected'" : ""; ?>><?php _e('To All Posts List', 'duplicate-page')?></option> |
| 70 | # <option value="to_page" <?php echo($opt['duplicate_post_redirect'] == 'to_page' ) ? "selected = 'selected'" : ""; ?>><?php _e('To Duplicate Edit Screen', 'duplicate-page')?></option> |
| 71 | # </select> |
| 72 | msgid "To Duplicate Edit Screen" |
| 73 | msgstr "" |
| 74 | |
| 75 | # </select> |
| 76 | # <p><?php _e('Please select any post redirection, redirect you to selected after click on duplicate this link. <strong>Default:</strong> To current list.', 'duplicate-page')?></p> |
| 77 | # </td> |
| 78 | msgid "Please select any post redirection, redirect you to selected after click on duplicate this link. <strong>Default:</strong> To current list." |
| 79 | msgstr "" |
| 80 | |
| 81 | # <tr> |
| 82 | # <th scope="row"><label for="duplicate_post_suffix"><?php _e('Duplicate Post Suffix', 'duplicate-page')?></label></th> |
| 83 | # <td> |
| 84 | msgid "Duplicate Post Suffix" |
| 85 | msgstr "" |
| 86 | |
| 87 | # <input type="text" class="regular-text" value="<?php echo !empty($opt['duplicate_post_suffix']) ? $opt['duplicate_post_suffix'] : ''?>" id="duplicate_post_suffix" name="duplicate_post_suffix"> |
| 88 | # <p><?php _e('Add a suffix for duplicate or clone post as Copy, Clone etc. It will show after title.', 'duplicate-page')?></p> |
| 89 | # </td> |
| 90 | msgid "Add a suffix for duplicate or clone post as Copy, Clone etc. It will show after title." |
| 91 | msgstr "" |
| 92 | |
| 93 | # <div id="submitdiv" class="postbox" style="padding: 6px;"> |
| 94 | # <p><strong style="color:#F00"><?php _e('Contribute some donation, to make plugin more stable. You can pay amount of your choice.', 'duplicate-page')?></strong></p> |
| 95 | # <form name="_xclick" action="https://www.paypal.com/yt/cgi-bin/webscr" method="post"> |
| 96 | msgid "Contribute some donation, to make plugin more stable. You can pay amount of your choice." |
| 97 | msgstr "" |
| 98 | |
| 99 | # if ( $file == plugin_basename( __FILE__ ) ) { |
| 100 | # $duplicate_page_links = '<a href="'.get_admin_url().'options-general.php?page=duplicate_page_settings">'.__('Settings', 'duplicate-page').'</a>'; |
| 101 | # $duplicate_page_donate = '<a href="http://www.webdesi9.com/donate/?plugin=duplicate-page" title="Donate Now" target="_blank" style="font-weight:bold">'.__('Donate', 'duplicate-page').'</a>'; |
| 102 | msgid "Settings" |
| 103 | msgstr "" |
| 104 | |
| 105 | # $duplicate_page_links = '<a href="'.get_admin_url().'options-general.php?page=duplicate_page_settings">'.__('Settings', 'duplicate-page').'</a>'; |
| 106 | # $duplicate_page_donate = '<a href="http://www.webdesi9.com/donate/?plugin=duplicate-page" title="Donate Now" target="_blank" style="font-weight:bold">'.__('Donate', 'duplicate-page').'</a>'; |
| 107 | # array_unshift( $links, $duplicate_page_donate ); |
| 108 | msgid "Donate" |
| 109 | msgstr "" |
| 110 | |
| 111 | # public function duplicate_page_options_page(){ |
| 112 | # add_options_page( __( 'Duplicate Page', 'duplicate-page' ), __( 'Duplicate Page', 'duplicate-page' ), 'manage_options', 'duplicate_page_settings',array(&$this, 'duplicate_page_settings')); |
| 113 | # } |
| 114 | msgid "Duplicate Page" |
| 115 | msgstr "" |
| 116 | |
| 117 | # if (current_user_can('edit_posts')) { |
| 118 | # $actions['duplicate'] = '<a href="admin.php?action=dt_duplicate_post_as_draft&post=' . $post->ID . '" title="Duplicate this as '.$post_status.'" rel="permalink">'.__( "Duplicate This", "duplicate-page" ).'</a>'; |
| 119 | # } |
| 120 | msgid "Duplicate This" |
| 121 | msgstr "" |
| 122 |