Changeset 833442
- Timestamp:
- 01/05/2014 07:34:06 PM (12 years ago)
- File:
-
- 1 edited
-
canto-clients/trunk/lib/custom.post.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
canto-clients/trunk/lib/custom.post.class.php
r801905 r833442 64 64 'name' => __($postType, $this->TXTDOMAIN), 65 65 'singular_name' => __($postType, $this->TXTDOMAIN), 66 'add_new' => __('Add New ' . $postType, $this->TXTDOMAIN),67 'add_new_item' => __('Add New ' . $postType,$this->TXTDOMAIN),68 'edit_item' => __('Edit ' . $postType, $this->TXTDOMAIN),69 'new_item' => __('Add New ' . $postType, $this->TXTDOMAIN),70 'view_item' => __('View ' . $postType, $this->TXTDOMAIN),66 'add_new' => __('Add New', $this->TXTDOMAIN), 67 'add_new_item' => __('Add New',$this->TXTDOMAIN), 68 'edit_item' => __('Edit', $this->TXTDOMAIN), 69 'new_item' => __('Add New', $this->TXTDOMAIN), 70 'view_item' => __('View', $this->TXTDOMAIN), 71 71 'search_item' => __('Search ' . $postType, $this->TXTDOMAIN), 72 72 'not_found' => __('No ' . $postType . ' Found', $this->TXTDOMAIN),
Note: See TracChangeset
for help on using the changeset viewer.