| 1 |
<?php die( 'These aren\'t the droids you\'re looking for.' ); |
| 2 |
// |
| 3 |
// Extract of translatable strings from lib/pro/. |
| 4 |
// |
| 5 |
_x( 'Webpage Title Tag', 'option label', 'wpsso' ); |
| 6 |
_x( 'Use Filtered Content', 'option label', 'wpsso' ); |
| 7 |
_x( '(recommended after reading help text)', 'option comment', 'wpsso' ); |
| 8 |
_x( 'Use Filtered Excerpt', 'option label', 'wpsso' ); |
| 9 |
_x( '(recommended - only if using shortcodes in excerpts)', 'option comment', 'wpsso' ); |
| 10 |
_x( 'Enable Excerpt for Pages', 'option label', 'wpsso' ); |
| 11 |
_x( 'Enable Tags for Pages', 'option label', 'wpsso' ); |
| 12 |
_x( 'Add Person Role for New Users', 'option label', 'wpsso' ); |
| 13 |
_x( 'Inherit Featured Image', 'option label', 'wpsso' ); |
| 14 |
_x( '(recommended)', 'option comment', 'wpsso' ); |
| 15 |
_x( 'Inherit Custom Images', 'option label', 'wpsso' ); |
| 16 |
_x( '(recommended)', 'option comment', 'wpsso' ); |
| 17 |
_x( 'Consider Attached Images', 'option label', 'wpsso' ); |
| 18 |
_x( '(recommended for WooCommerce product gallery images)', 'option comment', 'wpsso' ); |
| 19 |
_x( 'Consider Content Images', 'option label', 'wpsso' ); |
| 20 |
_x( 'Image Dimension Checks', 'option label', 'wpsso' ); |
| 21 |
_x( '(recommended)', 'option comment', 'wpsso' ); |
| 22 |
_x( 'Prevent Thumbnail Conflicts', 'option label', 'wpsso' ); |
| 23 |
_x( '(recommended)', 'option comment', 'wpsso' ); |
| 24 |
_x( 'Upscale Media Library Images', 'option label', 'wpsso' ); |
| 25 |
_x( 'Maximum Image Upscale Percent', 'option label', 'wpsso' ); |
| 26 |
_x( 'Plugin and Theme Integration', 'metabox title', 'wpsso' ); |
| 27 |
_x( 'Speakable CSS Selectors', 'option label', 'wpsso' ); |
| 28 |
_x( 'Check for Duplicate Meta Tags', 'option label', 'wpsso' ); |
| 29 |
_x( 'Cache Plugin or Service is Active', 'option label', 'wpsso' ); |
| 30 |
_x( 'Include VAT in Product Prices', 'option label', 'wpsso' ); |
| 31 |
_x( 'Import All in One SEO Pack Metadata', 'option label', 'wpsso' ); |
| 32 |
_x( 'Import Rank Math SEO Metadata', 'option label', 'wpsso' ); |
| 33 |
_x( 'Import The SEO Framework Metadata', 'option label', 'wpsso' ); |
| 34 |
_x( 'Import WP Meta SEO Metadata', 'option label', 'wpsso' ); |
| 35 |
_x( 'Import Yoast SEO Metadata', 'option label', 'wpsso' ); |
| 36 |
_x( 'Import Yoast SEO Block Attrs', 'option label', 'wpsso' ); |
| 37 |
_x( 'Title Tag Site Suffix', 'option label', 'wpsso' ); |
| 38 |
_x( 'Title Tag Tagline Suffix', 'option label', 'wpsso' ); |
| 39 |
_x( 'Content Image Alt Prefix', 'option label', 'wpsso' ); |
| 40 |
_x( 'WP Caption Text Prefix', 'option label', 'wpsso' ); |
| 41 |
_x( 'Comment Title', 'option label', 'wpsso' ); |
| 42 |
_x( 'Reply Comment Title', 'option label', 'wpsso' ); |
| 43 |
_x( 'Review Comment Title', 'option label', 'wpsso' ); |
| 44 |
_x( 'Product Variation Title', 'option label', 'wpsso' ); |
| 45 |
_x( 'RSS Feed Title', 'option label', 'wpsso' ); |
| 46 |
_x( '404 Page Title', 'option label', 'wpsso' ); |
| 47 |
_x( '404 Page Description', 'option label', 'wpsso' ); |
| 48 |
_x( 'No Title Text', 'option label', 'wpsso' ); |
| 49 |
_x( 'No Description Text', 'option label', 'wpsso' ); |
| 50 |
_x( 'Archive Pages', 'metabox title', 'wpsso' ); |
| 51 |
_x( 'Term Archive Title', 'option label', 'wpsso' ); |
| 52 |
_x( 'Term Archive Description', 'option label', 'wpsso' ); |
| 53 |
_x( 'Author Archive Title', 'option label', 'wpsso' ); |
| 54 |
_x( 'Author Archive Description', 'option label', 'wpsso' ); |
| 55 |
_x( 'Search Results Title', 'option label', 'wpsso' ); |
| 56 |
_x( 'Search Results Description', 'option label', 'wpsso' ); |
| 57 |
_x( 'Year Archive Title', 'option label', 'wpsso' ); |
| 58 |
_x( 'Year Archive Description', 'option label', 'wpsso' ); |
| 59 |
_x( 'Month Archive Title', 'option label', 'wpsso' ); |
| 60 |
_x( 'Month Archive Description', 'option label', 'wpsso' ); |
| 61 |
_x( 'Day Archive Title', 'option label', 'wpsso' ); |
| 62 |
_x( 'Day Archive Description', 'option label', 'wpsso' ); |
| 63 |
_x( 'Post Type Archive Pages', 'metabox title', 'wpsso' ); |
| 64 |
_x( '%s Archive Page', 'metabox title', 'wpsso' ); |
| 65 |
_x( 'Archive Page Title', 'option label', 'wpsso' ); |
| 66 |
_x( 'Archive Page Description', 'option label', 'wpsso' ); |
| 67 |
_x( 'Open Graph (Facebook and oEmbed)', 'option label', 'wpsso' ); |
| 68 |
_x( 'Pinterest Pin It', 'option label', 'wpsso' ); |
| 69 |
_x( 'Schema 1:1 (Google Rich Results)', 'option label', 'wpsso' ); |
| 70 |
_x( 'Schema 4:3 (Google Rich Results)', 'option label', 'wpsso' ); |
| 71 |
_x( 'Schema 16:9 (Google Rich Results)', 'option label', 'wpsso' ); |
| 72 |
_x( 'Schema Thumbnail', 'option label', 'wpsso' ); |
| 73 |
_x( 'X (Twitter) Summary Card', 'option label', 'wpsso' ); |
| 74 |
_x( 'X (Twitter) Summary Card Large Image', 'option label', 'wpsso' ); |
| 75 |
_x( 'Show Options by Default', 'option label', 'wpsso' ); |
| 76 |
_x( 'Open Graph Select', 'option label', 'wpsso' ); |
| 77 |
_x( 'Schema Type Select', 'option label', 'wpsso' ); |
| 78 |
_x( 'Validators', 'toolbar menu title', 'wpsso' ); |
| 79 |
_x( 'Show %s Toolbar', 'option label', 'wpsso' ); |
| 80 |
_x( 'Show %s Menu Items', 'option label', 'wpsso' ); |
| 81 |
_x( 'Show %s Metabox', 'option label', 'wpsso' ); |
| 82 |
_x( 'WP List Table Columns', 'option label', 'wpsso' ); |
| 83 |
_x( 'Gravatar is Default Author Image', 'option label', 'wpsso' ); |
| 84 |
_x( 'Gravatar Image Size', 'option label', 'wpsso' ); |
| 85 |
_x( 'Maximum Videos to Include', 'option label', 'wpsso' ); |
| 86 |
_x( 'Include Video Preview Images', 'option label', 'wpsso' ); |
| 87 |
_x( 'Force Autoplay when Possible', 'option label', 'wpsso' ); |
| 88 |
_x( 'Detect Embedded Media', 'option label', 'wpsso' ); |
| 89 |
_x( 'URL Shortening Service', 'option label', 'wpsso' ); |
| 90 |
_x( 'Minimum URL Length to Shorten', 'option label', 'wpsso' ); |
| 91 |
_x( 'characters', 'option comment', 'wpsso' ); |
| 92 |
_x( 'Use Short URL for WP Shortlink', 'option label', 'wpsso' ); |
| 93 |
_x( 'Add "%s" HTML Tag', 'option label', 'wpsso' ); |
| 94 |
_x( 'Bitly (URL Shortener)', 'metabox title', 'wpsso' ); |
| 95 |
_x( 'Bitly Access Token', 'option label', 'wpsso' ); |
| 96 |
_x( 'Bitly Short Domain (Optional)', 'option label', 'wpsso' ); |
| 97 |
_x( 'Bitly Group Name (Optional)', 'option label', 'wpsso' ); |
| 98 |
_x( 'DLMY.App (URL Shortener)', 'metabox title', 'wpsso' ); |
| 99 |
_x( 'DLMY.App API Key', 'option label', 'wpsso' ); |
| 100 |
_x( 'Ow.ly (URL Shortener)', 'metabox title', 'wpsso' ); |
| 101 |
_x( 'Ow.ly API Key', 'option label', 'wpsso' ); |
| 102 |
_x( 'YOURLS (URL Shortener)', 'metabox title', 'wpsso' ); |
| 103 |
_x( 'YOURLS API URL', 'option label', 'wpsso' ); |
| 104 |
_x( 'YOURLS Username', 'option label', 'wpsso' ); |
| 105 |
_x( 'YOURLS Password', 'option label', 'wpsso' ); |
| 106 |
_x( 'YOURLS Token', 'option label', 'wpsso' ); |
| 107 |
_x( 'Ratings and Reviews Service', 'option label', 'wpsso' ); |
| 108 |
_x( 'Maximum Number of Reviews', 'option label', 'wpsso' ); |
| 109 |
_x( 'Maximum Age of Reviews', 'option label', 'wpsso' ); |
| 110 |
_x( 'months', 'option comment', 'wpsso' ); |
| 111 |
_x( 'Get Reviews for Post Types', 'option label', 'wpsso' ); |
| 112 |
_x( 'Judge.me (Ratings and Reviews)', 'metabox title', 'wpsso' ); |
| 113 |
_x( 'Judge.me Shop Domain', 'option label', 'wpsso' ); |
| 114 |
_x( 'Judge.me Shop Token', 'option label', 'wpsso' ); |
| 115 |
_x( 'Shopper Approved (Ratings and Reviews)', 'metabox title', 'wpsso' ); |
| 116 |
_x( 'Shopper Approved Site ID', 'option label', 'wpsso' ); |
| 117 |
_x( 'Shopper Approved API Token', 'option label', 'wpsso' ); |
| 118 |
_x( 'Stamped.io (Ratings and Reviews)', 'metabox title', 'wpsso' ); |
| 119 |
_x( 'Stamped.io Store Hash', 'option label', 'wpsso' ); |
| 120 |
_x( 'Stamped.io API Key Public', 'option label', 'wpsso' ); |
| 121 |
_x( 'Type for Page Homepage', 'option label', 'wpsso' ); |
| 122 |
_x( 'Type for Posts Homepage', 'option label', 'wpsso' ); |
| 123 |
_x( 'Type for User Profiles', 'option label', 'wpsso' ); |
| 124 |
_x( 'Type for Search Results', 'option label', 'wpsso' ); |
| 125 |
_x( 'Type for Archive Page', 'option label', 'wpsso' ); |
| 126 |
_x( 'for %s', 'option comment', 'wpsso' ); |
| 127 |
_x( 'Type by Post Type', 'option label', 'wpsso' ); |
| 128 |
_x( 'for %s', 'option comment', 'wpsso' ); |
| 129 |
_x( 'Type by Post Type Archive', 'option label', 'wpsso' ); |
| 130 |
_x( 'for %s', 'option comment', 'wpsso' ); |
| 131 |
_x( 'Type by Taxonomy', 'option label', 'wpsso' ); |
| 132 |
_x( 'Type for Page Homepage', 'option label', 'wpsso' ); |
| 133 |
_x( 'Type for Posts Homepage', 'option label', 'wpsso' ); |
| 134 |
_x( 'Type for User Profiles', 'option label', 'wpsso' ); |
| 135 |
_x( 'Type for Search Results', 'option label', 'wpsso' ); |
| 136 |
_x( 'Type for Archive Page', 'option label', 'wpsso' ); |
| 137 |
_x( 'for %s', 'option comment', 'wpsso' ); |
| 138 |
_x( 'Type by Post Type', 'option label', 'wpsso' ); |
| 139 |
_x( 'for %s', 'option comment', 'wpsso' ); |
| 140 |
_x( 'Type by Post Type Archive', 'option label', 'wpsso' ); |
| 141 |
_x( 'for %s', 'option comment', 'wpsso' ); |
| 142 |
_x( 'Type by Taxonomy', 'option label', 'wpsso' ); |
| 143 |
_x( 'Add Article Body Property', 'option label', 'wpsso' ); |
| 144 |
_x( 'Default Article Section', 'option label', 'wpsso' ); |
| 145 |
_x( 'Default Book Format', 'option label', 'wpsso' ); |
| 146 |
_x( 'Default Book Author Type', 'option label', 'wpsso' ); |
| 147 |
_x( 'Add Date Created Property', 'option label', 'wpsso' ); |
| 148 |
_x( 'Add Date Published Property', 'option label', 'wpsso' ); |
| 149 |
_x( 'Add Date Modified Property', 'option label', 'wpsso' ); |
| 150 |
_x( 'Add Text Property', 'option label', 'wpsso' ); |
| 151 |
_x( 'Default Family Friendly', 'option label', 'wpsso' ); |
| 152 |
_x( 'Default Publisher Organization', 'option label', 'wpsso' ); |
| 153 |
_x( 'Default Publisher Person', 'option label', 'wpsso' ); |
| 154 |
_x( 'Default Provider Organization', 'option label', 'wpsso' ); |
| 155 |
_x( 'Default Provider Person', 'option label', 'wpsso' ); |
| 156 |
_x( 'Default Funder Organization', 'option label', 'wpsso' ); |
| 157 |
_x( 'Default Funder Person', 'option label', 'wpsso' ); |
| 158 |
_x( 'Default Event Attendance', 'option label', 'wpsso' ); |
| 159 |
_x( 'Default Event Venue', 'option label', 'wpsso' ); |
| 160 |
_x( 'Default Event Performer Org.', 'option label', 'wpsso' ); |
| 161 |
_x( 'Default Event Performer Person', 'option label', 'wpsso' ); |
| 162 |
_x( 'Default Event Organizer Org.', 'option label', 'wpsso' ); |
| 163 |
_x( 'Default Event Organizer Person', 'option label', 'wpsso' ); |
| 164 |
_x( 'Default Event Funder Org.', 'option label', 'wpsso' ); |
| 165 |
_x( 'Default Event Funder Person', 'option label', 'wpsso' ); |
| 166 |
_x( 'Default Job Hiring Org.', 'option label', 'wpsso' ); |
| 167 |
_x( 'Default Job Location', 'option label', 'wpsso' ); |
| 168 |
_x( 'Default Job Location Type', 'option label', 'wpsso' ); |
| 169 |
_x( 'Default Place Schema Type', 'option label', 'wpsso' ); |
| 170 |
_x( 'Default Place Country', 'option label', 'wpsso' ); |
| 171 |
_x( 'Default Place Timezone', 'option label', 'wpsso' ); |
| 172 |
_x( 'Aggregate Offers by Currency', 'option label', 'wpsso' ); |
| 173 |
_x( '(not compatible with <a href="%s">price drop appearance</a>)', 'option comment', 'wpsso' ); |
| 174 |
_x( 'Default Product Prices Valid For', 'option label', 'wpsso' ); |
| 175 |
_x( 'Days', 'option comment', 'wpsso' ); |
| 176 |
_x( 'Default Product Return Policy', 'option label', 'wpsso' ); |
| 177 |
_x( 'Default Product Google Category', 'option label', 'wpsso' ); |
| 178 |
_x( 'Default Product Condition', 'option label', 'wpsso' ); |
| 179 |
_x( 'Default Product Energy Rating Range', 'option label', 'wpsso' ); |
| 180 |
_x( 'to', 'option comment', 'wpsso' ); |
| 181 |
_x( 'Default Product Target Gender', 'option label', 'wpsso' ); |
| 182 |
_x( 'Default Product Size Group', 'option label', 'wpsso' ); |
| 183 |
_x( 'Default Product Size System', 'option label', 'wpsso' ); |
| 184 |
_x( 'Default Product Age Group', 'option label', 'wpsso' ); |
| 185 |
_x( 'Default Product Adult Type', 'option label', 'wpsso' ); |
| 186 |
_x( 'Add Mentions Property', 'option label', 'wpsso' ); |
| 187 |
_x( 'Default Review Rating Min', 'option label', 'wpsso' ); |
| 188 |
_x( 'Default Review Rating Max', 'option label', 'wpsso' ); |
| 189 |
_x( 'Default Subject Schema Type', 'option label', 'wpsso' ); |
| 190 |
_x( 'Default Service Provider Org.', 'option label', 'wpsso' ); |
| 191 |
_x( 'Default Service Provider Person', 'option label', 'wpsso' ); |
| 192 |
_x( 'Show', 'column title', 'wpsso' ); |
| 193 |
_x( 'Contact Field ID', 'column title', 'wpsso' ); |
| 194 |
_x( 'Contact Field Label', 'column title', 'wpsso' ); |
| 195 |
_x( 'Show', 'column title', 'wpsso' ); |
| 196 |
_x( 'Contact Field ID', 'column title', 'wpsso' ); |
| 197 |
_x( 'Contact Field Label', 'column title', 'wpsso' ); |
| 198 |
_x( 'Show', 'column title', 'wpsso' ); |
| 199 |
__( 'An SEO plugin has been detected - some basic SEO meta tags have been unchecked and disabled automatically.', 'wpsso' ); |
| 200 |
_x( 'Priority Video Information', 'metabox title', 'wpsso' ); |
| 201 |
_x( 'Video Embed HTML', 'option label', 'wpsso' ); |
| 202 |
_x( 'or a Video URL', 'option label', 'wpsso' ); |
| 203 |
_x( 'Video Information from Video API', 'metabox title', 'wpsso' ); |
| 204 |
_x( 'Video Name', 'option label', 'wpsso' ); |
| 205 |
_x( 'Video Description', 'option label', 'wpsso' ); |
| 206 |
_x( 'Video Stream URL', 'option label', 'wpsso' ); |
| 207 |
_x( 'Video Dimensions', 'option label', 'wpsso' ); |
| 208 |
_x( 'Video Upload Date', 'option label', 'wpsso' ); |
| 209 |
_x( 'Maximum Videos to Include', 'option label', 'wpsso' ); |
| 210 |
_x( 'Include Video Preview Images', 'option label', 'wpsso' ); |
| 211 |
_x( 'Force Autoplay when Possible', 'option label', 'wpsso' ); |
| 212 |
_x( 'Detect Embedded Media', 'option label', 'wpsso' ); |
| 213 |
__( 'https://secure.php.net/manual/en/function.simplexml-load-string.php', 'wpsso' ); |
| 214 |
__( 'The <a href="%1$s">PHP %2$s function</a> is not available.', 'wpsso' ); |
| 215 |
__( 'Please contact your hosting provider to have the missing PHP function installed.', 'wpsso' ); |
| 216 |
__( 'Failed to upscale image ID %1$s of %2$s by %3$s from %4$s to %5$s for the %6$s image size (exceeds %7$s maximum upscale setting).', 'wpsso' ); |
| 217 |
__( 'Image ID %1$s of %2$s has been upscaled by %3$s from %4$s to %5$s for the %6$s image size.', 'wpsso' ); |
| 218 |
__( 'https://secure.php.net/manual/en/function.simplexml-load-string.php', 'wpsso' ); |
| 219 |
__( 'The <a href="%1$s">PHP %2$s function</a> is not available.', 'wpsso' ); |
| 220 |
__( 'Please contact your hosting provider to have the missing PHP function installed.', 'wpsso' ); |
| 221 |
__( 'https://secure.php.net/manual/en/function.simplexml-load-string.php', 'wpsso' ); |
| 222 |
__( 'The <a href="%1$s">PHP %2$s function</a> is not available.', 'wpsso' ); |
| 223 |
__( 'Please contact your hosting provider to have the missing PHP function installed.', 'wpsso' ); |
| 224 |
__( 'Video title not found for %s.', 'wpsso' ); |
| 225 |
__( 'Video description not found for %s.', 'wpsso' ); |
| 226 |
__( 'Video upload date not found for %s.', 'wpsso' ); |
| 227 |
_x( 'Judge.me (Ratings and Reviews)', 'metabox title', 'wpsso' ); |
| 228 |
__( 'getting judge.me ratings and reviews', 'wpsso' ); |
| 229 |
__( 'There has been a previous error connecting to %s for caching.', 'wpsso' ); |
| 230 |
__( 'Requests to retrieve and cache this URL are ignored for another %d second(s)', 'wpsso' ); |
| 231 |
_x( 'Shopper Approved (Ratings and Reviews)', 'metabox title', 'wpsso' ); |
| 232 |
__( 'getting shopper approved ratings and reviews', 'wpsso' ); |
| 233 |
__( 'There has been a previous error connecting to %s for caching.', 'wpsso' ); |
| 234 |
__( 'Requests to retrieve and cache this URL are ignored for another %d second(s)', 'wpsso' ); |
| 235 |
_x( 'Stamped.io (Ratings and Reviews)', 'metabox title', 'wpsso' ); |
| 236 |
__( 'getting stamp.io ratings and reviews', 'wpsso' ); |
| 237 |
__( 'There has been a previous error connecting to %s for caching.', 'wpsso' ); |
| 238 |
__( 'Requests to retrieve and cache this URL are ignored for another %d second(s)', 'wpsso' ); |
| 239 |
__( '%s error:', 'wpsso' ); |
| 240 |
__( 'The "%s" option value is empty and required.', 'wpsso' ); |
| 241 |
_x( 'Bitly Access Token', 'option label', 'wpsso' ); |
| 242 |
__( 'The "%s" option value is empty and required.', 'wpsso' ); |
| 243 |
_x( 'DLMY.App API Key', 'option label', 'wpsso' ); |
| 244 |
__( 'The "%s" option value is empty and required.', 'wpsso' ); |
| 245 |
_x( 'Ow.ly API Key', 'option label', 'wpsso' ); |
| 246 |
__( 'The "%s" option value is empty and required.', 'wpsso' ); |
| 247 |
_x( 'YOURLS API URL', 'option label', 'wpsso' ); |
| 248 |
__( 'Loop detected: YOURLS API URL matches current URL (%s)', 'wpsso' ); |
| 249 |
__( 'Unable to instantiate the "%s" shortening service.', 'wpsso' ); |
| 250 |
__( '%s error:', 'wpsso' ); |
| 251 |
__( 'URL shortening library file for "%s" is missing and required.', 'wpsso' ); |
| 252 |
|