|
107 | 107 | <?php _e( "Don't translate", 'wpml-compatibility-test-tools' )?> |
108 | 108 | </th> |
109 | 109 | <th> |
110 | | - <?php _e( "Copy from original to translation", 'wpml-compatibility-test-tools' )?> |
| 110 | + <?php _e( "Copy", 'wpml-compatibility-test-tools' )?> |
| 111 | + </th> |
| 112 | + <th> |
| 113 | + <?php _e( "Copy once", 'wpml-compatibility-test-tools' )?> |
111 | 114 | </th> |
112 | 115 | <th> |
113 | 116 | <?php _e( "Translate", 'wpml-compatibility-test-tools' )?> |
|
118 | 121 | <th><a id="cf_0" class="toggle" href="#">Toggle all</a></th> |
119 | 122 | <th><a id="cf_1" class="toggle" href="#">Toggle all</a></th> |
120 | 123 | <th><a id="cf_2" class="toggle" href="#">Toggle all</a></th> |
| 124 | + <th><a id="cf_3" class="toggle" href="#">Toggle all</a></th> |
121 | 125 | </tr> |
122 | 126 | </thead> |
123 | 127 | <tbody class="wctt"> |
|
131 | 135 | <td title="<?php _e("Don't translate", 'wpml-compatibility-test-tools')?>"> |
132 | 136 | <input id="cf_0" type="radio" name="cf[<?php echo $custom_field->meta_key ?>]" value="ignore" <?php checked( ! isset( $_POST['_cf'][$custom_field->meta_key] ) || $_POST['cf'][$custom_field->meta_key] == 'ignore' ) ?>/> |
133 | 137 | </td> |
134 | | - <td title="<?php _e("Copy from original to translation", 'wpml-compatibility-test-tools')?>"> |
| 138 | + <td title="<?php _e("Copy", 'wpml-compatibility-test-tools')?>"> |
135 | 139 | <input id="cf_1" type="radio" name="cf[<?php echo $custom_field->meta_key ?>]" value="copy" <?php checked( isset( $_POST['_cf'][$custom_field->meta_key] ) && $_POST['cf'][$custom_field->meta_key] == 'copy' ) ?>/> |
136 | 140 | </td> |
| 141 | + <td title="<?php _e("Copy once", 'wpml-compatibility-test-tools')?>"> |
| 142 | + <input id="cf_2" type="radio" name="cf[<?php echo $custom_field->meta_key ?>]" value="copy-once" <?php checked( isset( $_POST['_cf'][$custom_field->meta_key] ) && $_POST['cf'][$custom_field->meta_key] == 'copy-once' ) ?>/> |
| 143 | + </td> |
137 | 144 | <td title="<?php _e("Translate", 'wpml-compatibility-test-tools')?>"> |
138 | | - <input id="cf_2" type="radio" name="cf[<?php echo $custom_field->meta_key ?>]" value="translate" <?php checked( isset( $_POST['_cf'][$custom_field->meta_key] ) && $_POST['cf'][$custom_field->meta_key] == 'translate' ) ?>/> |
| 145 | + <input id="cf_3" type="radio" name="cf[<?php echo $custom_field->meta_key ?>]" value="translate" <?php checked( isset( $_POST['_cf'][$custom_field->meta_key] ) && $_POST['cf'][$custom_field->meta_key] == 'translate' ) ?>/> |
139 | 146 | </td> |
140 | 147 | </tr> |
141 | 148 | <?php endforeach; ?> |
|
146 | 153 | <th><a id="cf_0" class="toggle" href="#">Toggle all</a></th> |
147 | 154 | <th><a id="cf_1" class="toggle" href="#">Toggle all</a></th> |
148 | 155 | <th><a id="cf_2" class="toggle" href="#">Toggle all</a></th> |
| 156 | + <th><a id="cf_3" class="toggle" href="#">Toggle all</a></th> |
149 | 157 | </tr> |
150 | 158 | <tr> |
151 | 159 | <th> |
|
155 | 163 | <?php _e( "Don't translate", 'wpml-compatibility-test-tools' )?> |
156 | 164 | </th> |
157 | 165 | <th> |
158 | | - <?php _e( "Copy from original to translation", 'wpml-compatibility-test-tools' )?> |
| 166 | + <?php _e( "Copy", 'wpml-compatibility-test-tools' )?> |
| 167 | + </th> |
| 168 | + <th> |
| 169 | + <?php _e( "Copy once", 'wpml-compatibility-test-tools' )?> |
159 | 170 | </th> |
160 | 171 | <th> |
161 | 172 | <?php _e( "Translate", 'wpml-compatibility-test-tools' )?> |
|
165 | 176 | <?php else : ?> |
166 | 177 | <thead> |
167 | 178 | <tr> |
168 | | - <th colspan="3"><?php _e( 'Custom fields', 'wpml-compatibility-test-tools' ); ?></th> |
| 179 | + <th colspan="5"><?php _e( 'Custom fields', 'wpml-compatibility-test-tools' ); ?></th> |
169 | 180 | </tr> |
170 | 181 | </thead> |
171 | 182 | <tbody class="wctt"> |
|
0 commit comments