Changeset 6287 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-i18n.php
- Timestamp:
- 12/19/2017 04:22:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-i18n.php
r5450 r6287 38 38 * 39 39 * This function is never called, and only exists so that out pot tools can detect the strings. 40 * 40 41 * @ignore 41 42 */ … … 43 44 44 45 // Category terms. 45 _x( 'Accessibility', 46 _x( 'Advertising', 47 _x( 'Analytics', 48 _x( 'Arts & Entertainment', 49 _x( 'Authentication', 50 _x( 'Business', 51 _x( 'Calendar & Events', 52 _x( 'Communication', 53 _x( 'Contact Forms', 54 _x( 'Customization', 55 _x( 'Discussion & Community', 56 _x( 'eCommerce', 57 _x( 'Editor & Writing', 58 _x( 'Education & Support', 59 _x( 'Language Tools', 60 _x( 'Maps & Location', 61 _x( 'Media', 62 _x( 'Multisite', 63 _x( 'Performance', 64 _x( 'Ratings & Reviews', 46 _x( 'Accessibility', 'Plugin Category Name', 'wporg-plugins' ); 47 _x( 'Advertising', 'Plugin Category Name', 'wporg-plugins' ); 48 _x( 'Analytics', 'Plugin Category Name', 'wporg-plugins' ); 49 _x( 'Arts & Entertainment', 'Plugin Category Name', 'wporg-plugins' ); 50 _x( 'Authentication', 'Plugin Category Name', 'wporg-plugins' ); 51 _x( 'Business', 'Plugin Category Name', 'wporg-plugins' ); 52 _x( 'Calendar & Events', 'Plugin Category Name', 'wporg-plugins' ); 53 _x( 'Communication', 'Plugin Category Name', 'wporg-plugins' ); 54 _x( 'Contact Forms', 'Plugin Category Name', 'wporg-plugins' ); 55 _x( 'Customization', 'Plugin Category Name', 'wporg-plugins' ); 56 _x( 'Discussion & Community', 'Plugin Category Name', 'wporg-plugins' ); 57 _x( 'eCommerce', 'Plugin Category Name', 'wporg-plugins' ); 58 _x( 'Editor & Writing', 'Plugin Category Name', 'wporg-plugins' ); 59 _x( 'Education & Support', 'Plugin Category Name', 'wporg-plugins' ); 60 _x( 'Language Tools', 'Plugin Category Name', 'wporg-plugins' ); 61 _x( 'Maps & Location', 'Plugin Category Name', 'wporg-plugins' ); 62 _x( 'Media', 'Plugin Category Name', 'wporg-plugins' ); 63 _x( 'Multisite', 'Plugin Category Name', 'wporg-plugins' ); 64 _x( 'Performance', 'Plugin Category Name', 'wporg-plugins' ); 65 _x( 'Ratings & Reviews', 'Plugin Category Name', 'wporg-plugins' ); 65 66 _x( 'Security & Spam Protection', 'Plugin Category Name', 'wporg-plugins' ); 66 _x( 'SEO & Marketing', 67 _x( 'Social & Sharing', 68 _x( 'Taxonomy', 69 _x( 'User Management', 70 _x( 'Utilities & Tools', 67 _x( 'SEO & Marketing', 'Plugin Category Name', 'wporg-plugins' ); 68 _x( 'Social & Sharing', 'Plugin Category Name', 'wporg-plugins' ); 69 _x( 'Taxonomy', 'Plugin Category Name', 'wporg-plugins' ); 70 _x( 'User Management', 'Plugin Category Name', 'wporg-plugins' ); 71 _x( 'Utilities & Tools', 'Plugin Category Name', 'wporg-plugins' ); 71 72 72 73 // Section terms. 73 _x( 'Adopt Me', 74 _x( 'Beta', 74 _x( 'Adopt Me', 'Plugin Section Name', 'wporg-plugins' ); 75 _x( 'Beta', 'Plugin Section Name', 'wporg-plugins' ); 75 76 _x( 'My Favorites', 'Plugin Section Name', 'wporg-plugins' ); 76 _x( 'Featured', 77 _x( 'Popular', 77 _x( 'Featured', 'Plugin Section Name', 'wporg-plugins' ); 78 _x( 'Popular', 'Plugin Section Name', 'wporg-plugins' ); 78 79 79 80 // Section descriptions.
Note: See TracChangeset
for help on using the changeset viewer.