| 1 | # Movable Type (r) Open Source (C) 2001-2009 Six Apart, Ltd. |
|---|
| 2 | # This program is distributed under the terms of the |
|---|
| 3 | # GNU General Public License, version 2. |
|---|
| 4 | # |
|---|
| 5 | # $Id$ |
|---|
| 6 | |
|---|
| 7 | package MT::L10N::lang_tag; ## <--- Replace "lang_tag" with proper tag. |
|---|
| 8 | use strict; |
|---|
| 9 | use MT::L10N; |
|---|
| 10 | use vars qw( @ISA %Lexicon ); |
|---|
| 11 | @ISA = qw( MT::L10N::en_us ); |
|---|
| 12 | |
|---|
| 13 | ## Translators: |
|---|
| 14 | ## |
|---|
| 15 | ## [Enter your email address here.] |
|---|
| 16 | |
|---|
| 17 | sub encoding { "iso-8859-1" } # Latin-1 |
|---|
| 18 | ## Change this if you need a different encoding. |
|---|
| 19 | |
|---|
| 20 | ## The following is the translation table. |
|---|
| 21 | |
|---|
| 22 | %Lexicon = ( |
|---|
| 23 | '_USAGE_REBUILD' => '', |
|---|
| 24 | '_USAGE_VIEW_LOG' => '', |
|---|
| 25 | |
|---|
| 26 | ## Default Templates |
|---|
| 27 | 'Continue reading' => '', |
|---|
| 28 | 'Posted by' => '', |
|---|
| 29 | 'at' => '', |
|---|
| 30 | 'Comments' => '', |
|---|
| 31 | 'TrackBack' => '', |
|---|
| 32 | "Monthly calendar with links to each day's posts" => "", |
|---|
| 33 | 'Sunday' => '', |
|---|
| 34 | 'Sun' => '', |
|---|
| 35 | 'Monday' => '', |
|---|
| 36 | 'Mon' => '', |
|---|
| 37 | 'Tuesday' => '', |
|---|
| 38 | 'Tue' => '', |
|---|
| 39 | 'Wednesday' => '', |
|---|
| 40 | 'Wed' => '', |
|---|
| 41 | 'Thursday' => '', |
|---|
| 42 | 'Thu' => '', |
|---|
| 43 | 'Friday' => '', |
|---|
| 44 | 'Fri' => '', |
|---|
| 45 | 'Saturday' => '', |
|---|
| 46 | 'Sat' => '', |
|---|
| 47 | 'Search' => '', |
|---|
| 48 | 'Search this site:' => '', |
|---|
| 49 | 'Archives' => '', |
|---|
| 50 | 'Recent Entries' => '', |
|---|
| 51 | 'Links' => '', |
|---|
| 52 | 'Syndicate this site' => '', |
|---|
| 53 | 'Powered by' => '', |
|---|
| 54 | 'This weblog is licensed under a' => '', |
|---|
| 55 | 'Comment Preview' => '', |
|---|
| 56 | 'Previewing your Comment' => '', |
|---|
| 57 | 'Name:' => '', |
|---|
| 58 | 'Email Address:' => '', |
|---|
| 59 | 'IP Address:' => '', |
|---|
| 60 | 'URL:' => '', |
|---|
| 61 | 'Comments:' => '', |
|---|
| 62 | 'Previous Comments' => '', |
|---|
| 63 | 'Comment Submission Error' => '', |
|---|
| 64 | 'Your comment submission failed for the following reasons:' => '', |
|---|
| 65 | 'Please correct the error in the form below, then press Post to post your comment.' => '', |
|---|
| 66 | 'Comment on' => '', |
|---|
| 67 | 'Post a comment' => '', |
|---|
| 68 | 'Remember personal info?' => '', |
|---|
| 69 | 'Main' => '', |
|---|
| 70 | 'Discussion on' => '', |
|---|
| 71 | 'Continuing the discussion...' => '', |
|---|
| 72 | 'TrackBack URL for this entry:' => '', |
|---|
| 73 | 'Listed below are links to weblogs that reference' => '', |
|---|
| 74 | 'from' => '', |
|---|
| 75 | 'Excerpt:' => '', |
|---|
| 76 | 'Weblog:' => '', |
|---|
| 77 | 'Tracked:' => '', |
|---|
| 78 | |
|---|
| 79 | ## Global: Navigation |
|---|
| 80 | 'Main Menu' => '', |
|---|
| 81 | '[_1] Editing Menu' => '', |
|---|
| 82 | 'Entries' => '', |
|---|
| 83 | 'Create Entry' => '', |
|---|
| 84 | 'List & Edit Entries' => '', |
|---|
| 85 | 'Upload File' => '', |
|---|
| 86 | 'Manage' => '', |
|---|
| 87 | 'List & Edit Templates' => '', |
|---|
| 88 | 'Edit Categories' => '', |
|---|
| 89 | 'Edit Notification List' => '', |
|---|
| 90 | 'Edit Weblog Configuration' => '', |
|---|
| 91 | 'Utilities' => '', |
|---|
| 92 | 'Search & Replace' => '', |
|---|
| 93 | 'Import & Export Entries' => '', |
|---|
| 94 | 'Rebuild Files' => '', |
|---|
| 95 | 'View Site' => '', |
|---|
| 96 | 'Go' => '', |
|---|
| 97 | |
|---|
| 98 | ## Global: Generic Fields and Phrases |
|---|
| 99 | 'Username' => '', |
|---|
| 100 | 'Password' => '', |
|---|
| 101 | 'Email Address' => '', |
|---|
| 102 | 'Entry' => '', |
|---|
| 103 | 'No title' => '', |
|---|
| 104 | 'IP Address' => '', |
|---|
| 105 | 'Author' => '', |
|---|
| 106 | 'URL' => '', |
|---|
| 107 | 'None' => '', |
|---|
| 108 | 'Open' => '', |
|---|
| 109 | 'Closed' => '', |
|---|
| 110 | 'Previous' => '', |
|---|
| 111 | 'Next' => '', |
|---|
| 112 | 'Date Added' => '', |
|---|
| 113 | 'Date' => '', |
|---|
| 114 | 'Yes' => '', |
|---|
| 115 | 'No' => '', |
|---|
| 116 | 'On' => '', |
|---|
| 117 | 'Off' => '', |
|---|
| 118 | |
|---|
| 119 | ## Global: Post Status settings |
|---|
| 120 | 'Draft' => '', |
|---|
| 121 | 'Publish' => '', |
|---|
| 122 | |
|---|
| 123 | ## Global: Buttons |
|---|
| 124 | 'Cancel' => '', |
|---|
| 125 | 'Post' => '', |
|---|
| 126 | 'Close' => '', |
|---|
| 127 | 'Create' => '', |
|---|
| 128 | 'Add new...' => '', |
|---|
| 129 | 'Save' => '', |
|---|
| 130 | 'Delete' => '', |
|---|
| 131 | 'Add' => '', |
|---|
| 132 | 'Delete Checked' => '', |
|---|
| 133 | 'Preview' => '', |
|---|
| 134 | 'Delete Entry' => '', |
|---|
| 135 | 'Send' => '', |
|---|
| 136 | 'Edit' => '', |
|---|
| 137 | 'Rebuild' => '', |
|---|
| 138 | |
|---|
| 139 | ## Global: Archive Types |
|---|
| 140 | 'Individual' => '', |
|---|
| 141 | 'Daily' => '', |
|---|
| 142 | 'Weekly' => '', |
|---|
| 143 | 'Monthly' => '', |
|---|
| 144 | 'Category' => '', |
|---|
| 145 | |
|---|
| 146 | ## Global: Entry fields |
|---|
| 147 | 'Title' => '', |
|---|
| 148 | 'Post Status' => '', |
|---|
| 149 | 'Primary Category' => '', |
|---|
| 150 | 'Allow Comments' => '', |
|---|
| 151 | 'Allow Pings' => '', |
|---|
| 152 | 'URLs to Ping' => '', |
|---|
| 153 | 'Text Formatting' => '', |
|---|
| 154 | 'Entry Body' => '', |
|---|
| 155 | 'Extended Entry' => '', |
|---|
| 156 | 'Excerpt' => '', |
|---|
| 157 | 'Keywords' => '', |
|---|
| 158 | 'Authored On' => '', |
|---|
| 159 | 'TrackBack items' => '', |
|---|
| 160 | |
|---|
| 161 | ## Email Messages |
|---|
| 162 | '_USAGE_FORGOT_PASSWORD_1' => '', ## Password recovery |
|---|
| 163 | '_USAGE_FORGOT_PASSWORD_2' => '', |
|---|
| 164 | '[_1] Update: [_2]' => '', ## Notification message |
|---|
| 165 | 'New Comment Posted to \'[_1]\'' => '', |
|---|
| 166 | 'A new comment has been posted on your blog [_1], on entry #[_2] ([_3]).' => '', |
|---|
| 167 | 'New TrackBack Ping to Entry [_1] ([_2])' => '', |
|---|
| 168 | 'A new TrackBack ping has been sent to your weblog, on the entry [_1] ([_2]).' => '', |
|---|
| 169 | 'New TrackBack Ping to Category [_1] ([_2])' => '', |
|---|
| 170 | 'A new TrackBack ping has been sent to your weblog, on the category [_1] ([_2]).' => '', |
|---|
| 171 | 'Title:' => '', |
|---|
| 172 | |
|---|
| 173 | ## Bookmarklet (bm_entry.tmpl) |
|---|
| 174 | 'You must choose a weblog in which to post the new entry.' => '', |
|---|
| 175 | 'Enter URL:' => '', |
|---|
| 176 | 'Select a weblog for this post:' => '', |
|---|
| 177 | 'Select a weblog' => '', |
|---|
| 178 | 'Ping TrackBack URL:' => '', |
|---|
| 179 | 'Select a TrackBack entry to ping:' => '', |
|---|
| 180 | |
|---|
| 181 | ## Bookmarklet posted screen (bm_posted.tmpl) |
|---|
| 182 | 'Your new entry has been saved to [_1]' => '', |
|---|
| 183 | ', and it has been posted to your site' => '', |
|---|
| 184 | 'View your site' => '', |
|---|
| 185 | 'Edit this entry' => '', |
|---|
| 186 | |
|---|
| 187 | ## Blog Config: Navigation |
|---|
| 188 | 'Configuration' => '', |
|---|
| 189 | 'Core Setup' => '', |
|---|
| 190 | 'Preferences' => '', |
|---|
| 191 | 'Archiving' => '', |
|---|
| 192 | 'IP Banning' => '', |
|---|
| 193 | |
|---|
| 194 | ## Add a Category screen (category_add.tmpl) |
|---|
| 195 | 'Add a Category' => '', |
|---|
| 196 | 'Type the name of the new category below, then press ADD.' => '', |
|---|
| 197 | |
|---|
| 198 | ## Blog Config | IP Banning (cfg_banlist.tmpl) |
|---|
| 199 | 'You did not select any IP addresses to delete.' => '', |
|---|
| 200 | '_USAGE_BANLIST' => '', |
|---|
| 201 | 'You have added [_1] to your list of banned IP addresses.' => '', |
|---|
| 202 | 'You have successfully deleted the selected IP addresses from the list.' => '', |
|---|
| 203 | 'IP Ban List' => '', |
|---|
| 204 | 'You have [quant,_1,user] in your list of banned IP addresses.' => '', |
|---|
| 205 | |
|---|
| 206 | ## Blog Config | Preferences (cfg_prefs.tmpl) |
|---|
| 207 | '_USAGE_PREFS' => '', |
|---|
| 208 | 'General Settings' => '', |
|---|
| 209 | 'Publicity / Remote Interfaces / TrackBack' => '', |
|---|
| 210 | 'Comment Configuration' => '', |
|---|
| 211 | 'Your blog preferences have been saved.' => '', |
|---|
| 212 | 'Enter a description for your blog.' => '', |
|---|
| 213 | 'Description:' => '', |
|---|
| 214 | 'Enter the number of days\' entries you would like displayed on your index.' => '', |
|---|
| 215 | 'Number of days displayed:' => '', |
|---|
| 216 | 'Select the language in which you would like dates on your blog displayed.' => '', |
|---|
| 217 | 'Language for date display:' => '', |
|---|
| 218 | 'Czech' => '', |
|---|
| 219 | 'Danish' => '', |
|---|
| 220 | 'Dutch' => '', |
|---|
| 221 | 'English' => '', |
|---|
| 222 | 'French' => '', |
|---|
| 223 | 'German' => '', |
|---|
| 224 | 'Icelandic' => '', |
|---|
| 225 | 'Japanese' => '', |
|---|
| 226 | 'Italian' => '', |
|---|
| 227 | 'Norwegian' => '', |
|---|
| 228 | 'Polish' => '', |
|---|
| 229 | 'Portuguese' => '', |
|---|
| 230 | 'Slovak' => '', |
|---|
| 231 | 'Slovenian' => '', |
|---|
| 232 | 'Spanish' => '', |
|---|
| 233 | 'Suomi' => '', |
|---|
| 234 | 'Swedish' => '', |
|---|
| 235 | 'Select whether you want your posts displayed in ascending (oldest at top) or descending (newest at top) order.' => '', |
|---|
| 236 | 'Order of entries displayed:' => '', |
|---|
| 237 | 'Ascending' => '', |
|---|
| 238 | 'Descending' => '', |
|---|
| 239 | 'Specifies the default Text Formatting option when creating a new entry.' => '', |
|---|
| 240 | 'Default Text Formatting:' => '', |
|---|
| 241 | 'Specifies the default Post Status when creating a new entry.' => '', |
|---|
| 242 | 'Default Post Status:' => '', |
|---|
| 243 | 'Enter the number of words that should appear in an auto-generated excerpt:' => '', |
|---|
| 244 | 'Number of words in excerpt:' => '', |
|---|
| 245 | 'Enter a welcome message to be displayed on the Editing Menu to authors of your blog.' => '', |
|---|
| 246 | 'Welcome Message:' => '', |
|---|
| 247 | 'Specifies the list of HTML tags allowed by default when cleaning an HTML string (a comment, for example).' => '', |
|---|
| 248 | 'Sanitize Spec:' => '', |
|---|
| 249 | 'Use defaults' => '', |
|---|
| 250 | 'Use my settings:' => '', |
|---|
| 251 | 'Creative Commons License:' => '', |
|---|
| 252 | 'Select a Creative Commons license for the posts on your blog (optional).' => '', |
|---|
| 253 | 'Be sure that you understand these licenses before applying them to your own work.' => '', |
|---|
| 254 | 'Read more.' => '', |
|---|
| 255 | 'Your weblog is currently licensed under:' => '', |
|---|
| 256 | 'Your weblog does not have an explicit Creative Commons license.' => '', |
|---|
| 257 | 'Change your license' => '', |
|---|
| 258 | 'Create a license now' => '', |
|---|
| 259 | 'When linking to an archived entry--for a permalink, for example--you must link to a particular archive type, even if you have chosen multiple archive types.' => '', |
|---|
| 260 | 'Preferred Archive Type:' => '', |
|---|
| 261 | 'No Archives' => '', |
|---|
| 262 | 'Enter the archive file extension. This can take the form of \'html\', \'shtml\', \'php\', etc. Note: do not enter the leading period (\'.\').' => '', |
|---|
| 263 | 'File extension for archive files:' => '', |
|---|
| 264 | 'When you update your blog, Movable Type will automatically notify the selected sites.' => '', |
|---|
| 265 | 'Notify the following sites when I update my blog:' => '', |
|---|
| 266 | 'Others: (separate URLs with a carriage return)' => '', |
|---|
| 267 | 'If you have received a recently updated key (by virtue of your donation), enter it here.' => '', |
|---|
| 268 | 'Recently updated key:' => '', |
|---|
| 269 | 'If you wish to use any of the Google API functionality, you will need a Google API key. Paste it in here.' => '', |
|---|
| 270 | 'Google API key:' => '', |
|---|
| 271 | 'Specifies whether Allow Pings is checked or unchecked by default when creating a new entry.' => '', |
|---|
| 272 | 'Allow Pings on by default?' => '', |
|---|
| 273 | 'Would you like to be notified via email when someone sends a TrackBack ping to your site?' => '', |
|---|
| 274 | 'Email new TrackBack pings?' => '', |
|---|
| 275 | 'Should visitors to your site be able to post comments anonymously--that is, without submitting a name and email address?' => '', |
|---|
| 276 | 'Allow anonymous comments?' => '', |
|---|
| 277 | 'Select whether you want visitor comments displayed in ascending (oldest at top) or descending (newest at top) order.' => '', |
|---|
| 278 | 'Order of comments displayed:' => '', |
|---|
| 279 | 'Would you liked to be notified via email when someone posts comments to your site?' => '', |
|---|
| 280 | 'Email new comments?' => '', |
|---|
| 281 | 'Specifies the Text Formatting option to use for formatting visitor comments.' => '', |
|---|
| 282 | 'Text Formatting for comments:' => '', |
|---|
| 283 | 'Should visitors be able to include HTML in their comments? If not, all HTML entered will be stripped out.' => '', |
|---|
| 284 | 'Allow HTML in comments?' => '', |
|---|
| 285 | 'If enabled, all web URLs will be transformed into links to that web URL. NOTE: if you have enabled Allow HTML in comments, this option is ignored.' => '', |
|---|
| 286 | 'Auto-link URLs?' => '', |
|---|
| 287 | 'Specifies the default Allow Comments setting when creating a new entry.' => '', |
|---|
| 288 | 'Allow Comments default' => '', |
|---|
| 289 | 'If you turn on auto-discovery, when you write a new post, any links will be extracted and the appropriate sites automatically sent TrackBack pings.' => '', |
|---|
| 290 | 'Turn on TrackBack auto-discovery?' => '', |
|---|
| 291 | 'You did not select any archive templates to delete.' => '', |
|---|
| 292 | '_USAGE_ARCHIVING_1' => '', |
|---|
| 293 | '_USAGE_ARCHIVING_2' => '', |
|---|
| 294 | 'Your weblog\'s archive configuration has been saved.' => '', |
|---|
| 295 | 'You have successfully added a new archive-template association.' => '', |
|---|
| 296 | 'The selected archive-template associations have been deleted.' => '', |
|---|
| 297 | 'Archive Type' => '', |
|---|
| 298 | 'Template' => '', |
|---|
| 299 | 'Archive File Template' => '', |
|---|
| 300 | 'Del' => '', |
|---|
| 301 | '_USAGE_ARCHIVING_3' => '', |
|---|
| 302 | |
|---|
| 303 | ## Profile-Editing screen (edit_author.tmpl) |
|---|
| 304 | 'Edit Your Profile' => '', |
|---|
| 305 | '_USAGE_PROFILE' => '', |
|---|
| 306 | 'Your profile has been updated.' => '', |
|---|
| 307 | 'Nickname' => '', |
|---|
| 308 | 'Website URL (optional)' => '', |
|---|
| 309 | 'Preferred Language' => '', |
|---|
| 310 | 'Change your password' => '', |
|---|
| 311 | 'Password confirm' => '', |
|---|
| 312 | 'For Password Recovery' => '', |
|---|
| 313 | 'Birthplace' => '', |
|---|
| 314 | |
|---|
| 315 | ## Blog Config | Core setup (edit_blog.tmpl) |
|---|
| 316 | 'You must set your Local Site Path.' => '', |
|---|
| 317 | 'You must set your Site URL.' => '', |
|---|
| 318 | 'You did not select a time zone.' => '', |
|---|
| 319 | 'Create weblog' => '', |
|---|
| 320 | 'Your weblog configuration has been saved.' => '', |
|---|
| 321 | 'Name your weblog. The weblog name can be changed at any time.' => '', |
|---|
| 322 | 'Weblog name:' => '', |
|---|
| 323 | 'Enter the path where your main index file will be located. An absolute path (starting with \'/\') is preferred, but you can also use a path relative to the Movable Type directory.' => '', |
|---|
| 324 | 'Example:' => '', |
|---|
| 325 | 'Local Site Path:' => '', |
|---|
| 326 | 'Enter the URL of your website. Exclude the filename (i.e. index.html).' => '', |
|---|
| 327 | 'Site URL:' => '', |
|---|
| 328 | 'Enter the path where your archive files will be located (this can be the same as your Local Site Path).' => '', |
|---|
| 329 | 'Local Archive Path:' => '', |
|---|
| 330 | 'Enter the URL of the archives section of your website.' => '', |
|---|
| 331 | 'Archive URL:' => '', |
|---|
| 332 | 'Select your time zone from the pulldown menu.' => '', |
|---|
| 333 | 'Time zone:' => '', |
|---|
| 334 | 'Time zone not selected' => '', |
|---|
| 335 | 'UTC+12 (International Date Line East)' => '', |
|---|
| 336 | 'UTC+11' => '', |
|---|
| 337 | 'UTC+10 (East Australian Time)' => '', |
|---|
| 338 | 'UTC+9.5 (Central Australian Time)' => '', |
|---|
| 339 | 'UTC+9 (Japan Time)' => '', |
|---|
| 340 | 'UTC+8 (China Coast Time)' => '', |
|---|
| 341 | 'UTC+7 (West Australian Time)' => '', |
|---|
| 342 | 'UTC+6.5 (North Sumatra)' => '', |
|---|
| 343 | 'UTC+6 (Russian Federation Zone 5)' => '', |
|---|
| 344 | 'UTC+5.5 (Indian)' => '', |
|---|
| 345 | 'UTC+5 (Russian Federation Zone 4)' => '', |
|---|
| 346 | 'UTC+4 (Russian Federation Zone 3)' => '', |
|---|
| 347 | 'UTC+3.5 (Iran)' => '', |
|---|
| 348 | 'UTC+3 (Baghdad Time/Moscow Time)' => '', |
|---|
| 349 | 'UTC+2 (Eastern Europe Time)' => '', |
|---|
| 350 | 'UTC+1 (Central European Time)' => '', |
|---|
| 351 | 'UTC+0 (Universal Time Coordinated)' => '', |
|---|
| 352 | 'UTC-1 (West Africa Time)' => '', |
|---|
| 353 | 'UTC-2 (Azores Time)' => '', |
|---|
| 354 | 'UTC-3 (Atlantic Time)' => '', |
|---|
| 355 | 'UTC-3.5 (Newfoundland)' => '', |
|---|
| 356 | 'UTC-4 (Atlantic Time)' => '', |
|---|
| 357 | 'UTC-5 (Eastern Time)' => '', |
|---|
| 358 | 'UTC-6 (Central Time)' => '', |
|---|
| 359 | 'UTC-7 (Mountain Time)' => '', |
|---|
| 360 | 'UTC-8 (Pacific Time)' => '', |
|---|
| 361 | 'UTC-9 (Alaskan Time)' => '', |
|---|
| 362 | 'UTC-10 (Aleutians-Hawaii Time)' => '', |
|---|
| 363 | 'UTC-11 (Nome Time)' => '', |
|---|
| 364 | |
|---|
| 365 | ## Category-editing screen (edit_categories.tmpl) |
|---|
| 366 | 'You did not select any categories to delete.' => '', |
|---|
| 367 | '_USAGE_CATEGORIES' => '', |
|---|
| 368 | 'Your category changes and additions have been made.' => '', |
|---|
| 369 | 'You have successfully deleted the selected categories.' => '', |
|---|
| 370 | 'Categories' => '', |
|---|
| 371 | 'Created by [_1]' => '', |
|---|
| 372 | '[quant,_1,Entry,Entries]' => '', |
|---|
| 373 | '[quant,_1,TrackBack ping]' => '', |
|---|
| 374 | 'Edit category attributes' => '', |
|---|
| 375 | |
|---|
| 376 | ## Category-attribute screen (edit_category.tmpl) |
|---|
| 377 | 'Category: [_1]' => '', |
|---|
| 378 | "Use this page to edit the attributes of the category [_1]. You can set a description for your category to be used in your public pages, as well as configuring the TrackBack options for this category." => "", |
|---|
| 379 | 'Your category changes have been made.' => '', |
|---|
| 380 | 'Category Name:' => '', |
|---|
| 381 | 'Category Description' => '', |
|---|
| 382 | 'TrackBack Settings' => '', |
|---|
| 383 | 'Outgoing Pings' => '', |
|---|
| 384 | 'TrackBack URLs to ping' => '', |
|---|
| 385 | 'Enter the URL(s) of the websites that you would like to ping each time you post an entry in this category. (Separate URLs with a carriage return.)' => '', |
|---|
| 386 | 'Incoming Pings' => '', |
|---|
| 387 | 'Accept incoming TrackBack pings?' => '', |
|---|
| 388 | 'View TrackBack pings for this category' => '', |
|---|
| 389 | 'Passphrase Protection (Optional)' => '', |
|---|
| 390 | 'TrackBack URL for this category' => '', |
|---|
| 391 | 'This is the URL that others will use to ping your weblog. If you wish for anyone to ping your weblog when they have a post specific to this category, post this URL publicly. If you choose to only allow a select group of individuals to ping, send this URL to them privately.' => '', |
|---|
| 392 | 'To include a list of incoming pings in your Main Index Template, look here for sample code:' => '', |
|---|
| 393 | |
|---|
| 394 | ## Comment-editing screen (edit_comment.tmpl) |
|---|
| 395 | 'Edit Comment' => '', |
|---|
| 396 | '_USAGE_COMMENT' => '', |
|---|
| 397 | 'Comment' => '', |
|---|
| 398 | 'Entry no longer exists' => '', |
|---|
| 399 | |
|---|
| 400 | ## Entry-editing screen (edit_entry.tmpl) |
|---|
| 401 | 'You did not select any comments to delete.' => '', |
|---|
| 402 | 'Edit Entry' => '', |
|---|
| 403 | 'Your entry has been saved. You can now make any changes to the entry itself, edit the authored-on date, edit comments, or send a notification.' => '', |
|---|
| 404 | 'Your changes have been saved.' => '', |
|---|
| 405 | 'Your customization preferences have been saved, and are visible in the form below.' => '', |
|---|
| 406 | 'Your changes to the comment have been saved.' => '', |
|---|
| 407 | 'Your notification has been sent.' => '', |
|---|
| 408 | 'Add new category...' => '', |
|---|
| 409 | 'Convert Line Breaks' => '', |
|---|
| 410 | 'Previous pings sent' => '', |
|---|
| 411 | 'You have successfully deleted the checked comment(s).' => '', |
|---|
| 412 | 'Customize the display of this page.' => '', |
|---|
| 413 | 'Advanced Options' => '', |
|---|
| 414 | 'Edit Comments' => '', |
|---|
| 415 | 'Click on the author\'s name to edit their comment. To delete, check the box to its right and then press the delete button.' => '', |
|---|
| 416 | 'Manage TrackBack Pings' => '', |
|---|
| 417 | 'To delete a ping, check the box to its right and then press the delete button.' => '', |
|---|
| 418 | 'Send a notification' => '', |
|---|
| 419 | 'You can send a notification message to your group of readers. Just enter the email message that you would like to insert below the weblog entry\'s link. You have the option of including the excerpt indicated above or the entry in its entirety.' => '', |
|---|
| 420 | 'Include excerpt' => '', |
|---|
| 421 | 'Include entire entry body' => '', |
|---|
| 422 | 'Note: If you chose to send the weblog entry, all added HTML will be included in the email.' => '', |
|---|
| 423 | |
|---|
| 424 | ## Permission/author-adding screen (edit_permissions.tmpl) |
|---|
| 425 | 'Add/Edit Weblog Authors' => '', |
|---|
| 426 | 'Edit Permissions' => '', |
|---|
| 427 | '_USAGE_PERMISSIONS_1' => '', |
|---|
| 428 | '_USAGE_PERMISSIONS_2' => '', |
|---|
| 429 | '_USAGE_PERMISSIONS_3' => '', |
|---|
| 430 | '_USAGE_PERMISSIONS_4' => '', |
|---|
| 431 | 'Your changes to [_1]\'s permissions have been saved. You can select another author to edit or return to the main Author menu.' => '', |
|---|
| 432 | '[_1] has been successfully added to [_2].' => '', |
|---|
| 433 | 'Select an author to edit:' => '', |
|---|
| 434 | 'View complete list of authors' => '', |
|---|
| 435 | 'Delete, view, and edit authors via a complete list of authors in the system.' => '', |
|---|
| 436 | 'General Permissions' => '', |
|---|
| 437 | 'User can create weblogs' => '', |
|---|
| 438 | 'User can view activity log' => '', |
|---|
| 439 | 'Weblog:' => '', |
|---|
| 440 | 'Post' => '', |
|---|
| 441 | 'Upload File' => '', |
|---|
| 442 | 'Edit All Posts' => '', |
|---|
| 443 | 'Edit Templates' => '', |
|---|
| 444 | 'Edit Authors & Permissions' => '', |
|---|
| 445 | 'Configure Weblog' => '', |
|---|
| 446 | 'Rebuild Files' => '', |
|---|
| 447 | 'Send Notifications' => '', |
|---|
| 448 | 'Edit Categories' => '', |
|---|
| 449 | 'Edit Address Book' => '', |
|---|
| 450 | 'Add user to an additional weblog:' => '', |
|---|
| 451 | 'Select a weblog' => '', |
|---|
| 452 | 'Add an author' => '', |
|---|
| 453 | 'This user will be associated with:' => '', |
|---|
| 454 | |
|---|
| 455 | ## Secondary-category screen (edit_placements.tmpl) |
|---|
| 456 | '_USAGE_PLACEMENTS' => '', |
|---|
| 457 | 'The secondary categories for this entry have been updated. You will need to SAVE the entry for these changes to be reflected on your public site.' => '', |
|---|
| 458 | 'Categories in your blog:' => '', |
|---|
| 459 | 'Secondary categories:' => '', |
|---|
| 460 | |
|---|
| 461 | ## Template-editing screen (edit_template.tmpl) |
|---|
| 462 | 'List Templates' => '', |
|---|
| 463 | 'Create Template' => '', |
|---|
| 464 | 'Edit Template' => '', |
|---|
| 465 | 'Template Name' => '', |
|---|
| 466 | 'Comment Listing Template' => '', |
|---|
| 467 | 'Comment Preview Template' => '', |
|---|
| 468 | 'Comment Error Template' => '', |
|---|
| 469 | 'TrackBack Listing Template' => '', |
|---|
| 470 | 'Uploaded Image Popup Template' => '', |
|---|
| 471 | 'Output File' => '', |
|---|
| 472 | 'Rebuild this template automatically when rebuilding index templates' => '', |
|---|
| 473 | 'Link this template to a file' => '', |
|---|
| 474 | 'Module Body' => '', |
|---|
| 475 | 'Template Body' => '', |
|---|
| 476 | 'Your template changes have been saved.' => '', |
|---|
| 477 | |
|---|
| 478 | ## Entry-editing preference screen (entry_prefs.tmpl) |
|---|
| 479 | 'Your entry screen preferences have been saved.' => '', |
|---|
| 480 | 'Field Configuration' => '', |
|---|
| 481 | '_USAGE_ENTRYPREFS' => '', |
|---|
| 482 | '(Help?)' => '', |
|---|
| 483 | 'Basic' => '', |
|---|
| 484 | 'Advanced' => '', |
|---|
| 485 | 'Custom: show the following fields:' => '', |
|---|
| 486 | 'Button Bar Position' => '', |
|---|
| 487 | 'Top of the page' => '', |
|---|
| 488 | 'Bottom of the page' => '', |
|---|
| 489 | 'Editable Authored On Date (Edit Entry screen only)' => '', |
|---|
| 490 | |
|---|
| 491 | ## Import and export screen (import.tmpl) |
|---|
| 492 | 'Import Entries' => '', |
|---|
| 493 | '_USAGE_IMPORT' => '', |
|---|
| 494 | 'Import entries as me' => '', |
|---|
| 495 | 'Password (required if creating new authors):' => '', |
|---|
| 496 | 'Default category for entries (optional):' => '', |
|---|
| 497 | 'Select a category' => '', |
|---|
| 498 | 'Default post status for entries (optional):' => '', |
|---|
| 499 | 'Select a post status' => '', |
|---|
| 500 | 'Start title HTML (optional):' => '', |
|---|
| 501 | 'End title HTML (optional):' => '', |
|---|
| 502 | 'Export Entries' => '', |
|---|
| 503 | '_USAGE_EXPORT_1' => '', |
|---|
| 504 | '_USAGE_EXPORT_2' => '', |
|---|
| 505 | '_USAGE_EXPORT_3' => '', |
|---|
| 506 | 'Export Entries From [_1]' => '', |
|---|
| 507 | |
|---|
| 508 | ## Author-listing screen (list_author.tmpl) |
|---|
| 509 | 'You did not select any authors to delete.' => '', |
|---|
| 510 | 'Add/Edit Weblog Authors' => '', |
|---|
| 511 | 'List & Delete Authors' => '', |
|---|
| 512 | '_USAGE_AUTHORS' => '', |
|---|
| 513 | 'You have successfully deleted the authors from the Movable Type system.' => '', |
|---|
| 514 | 'Created By' => '', |
|---|
| 515 | |
|---|
| 516 | ## Main Menu screen (list_blog.tmpl) |
|---|
| 517 | '[_1]: Welcome to the Main Menu' => '', |
|---|
| 518 | 'Select an existing weblog to edit, create weblogs, add/edit authors, and edit your personal information.' => '', |
|---|
| 519 | 'Your selected weblog has been deleted.' => '', |
|---|
| 520 | 'Your existing weblogs:' => '', |
|---|
| 521 | 'Add entries, manage templates, set configurations, etc.' => '', |
|---|
| 522 | 'Entries:' => '', |
|---|
| 523 | 'Comments:' => '', |
|---|
| 524 | 'Authors:' => '', |
|---|
| 525 | 'New Entry' => '', |
|---|
| 526 | 'Manage Weblog' => '', |
|---|
| 527 | 'Delete Weblog' => '', |
|---|
| 528 | 'Create Weblog' => '', |
|---|
| 529 | 'Add/Edit Weblog authors' => '', |
|---|
| 530 | 'Add authors, set permissions' => '', |
|---|
| 531 | 'Edit your profile' => '', |
|---|
| 532 | 'Change password, contact info, select language' => '', |
|---|
| 533 | 'View Activity Log' => '', |
|---|
| 534 | 'System activity, logins' => '', |
|---|
| 535 | 'Bookmarklets enable one-click publishing' => '', |
|---|
| 536 | |
|---|
| 537 | ## List & Edit Entries screen (list_entry.tmpl) |
|---|
| 538 | 'You did not select any entries to delete.' => '', |
|---|
| 539 | '_USAGE_LIST_POWER' => '', |
|---|
| 540 | '_USAGE_LIST' => '', |
|---|
| 541 | 'Open power-editing mode' => '', |
|---|
| 542 | 'Your changes have been saved.' => '', |
|---|
| 543 | 'Your entry has been deleted from the database.' => '', |
|---|
| 544 | 'Filter options' => '', |
|---|
| 545 | 'View the entries where the:' => '', |
|---|
| 546 | 'Select' => '', |
|---|
| 547 | 'is' => '', |
|---|
| 548 | 'or' => '', |
|---|
| 549 | 'Reset Filter' => '', |
|---|
| 550 | 'Category' => '', |
|---|
| 551 | 'Status' => '', |
|---|
| 552 | 'Previous [_1]' => '', |
|---|
| 553 | 'Next [_1]' => '', |
|---|
| 554 | '[quant,_1,entry,entries]' => '', |
|---|
| 555 | 'all entries' => '', |
|---|
| 556 | |
|---|
| 557 | ## Edit Notifications (list_notification.tmpl) |
|---|
| 558 | 'You did not select any notification addresses to delete.' => '', |
|---|
| 559 | 'Edit notification list' => '', |
|---|
| 560 | '_USAGE_NOTIFICATIONS' => '', |
|---|
| 561 | 'You have added [_1] to your notification list.' => '', |
|---|
| 562 | 'You have successfully deleted the selected notifications from your notification list.' => '', |
|---|
| 563 | 'URL (Optional)' => '', |
|---|
| 564 | 'Add to List' => '', |
|---|
| 565 | 'Notification list' => '', |
|---|
| 566 | 'You have [quant,_1,user,users,no users] in your notification list.' => '', |
|---|
| 567 | 'URL' => '', |
|---|
| 568 | 'Delete' => '', |
|---|
| 569 | |
|---|
| 570 | ## List & Edit Templates (list_template.tmpl) |
|---|
| 571 | 'You did not select any templates to delete.' => '', |
|---|
| 572 | 'List Templates' => '', |
|---|
| 573 | '_USAGE_TEMPLATES' => '', |
|---|
| 574 | 'You have successfully deleted the checked template(s).' => '', |
|---|
| 575 | 'Index templates' => '', |
|---|
| 576 | 'Create index template' => '', |
|---|
| 577 | 'Rebuild?' => '', |
|---|
| 578 | 'Archive-Related Templates' => '', |
|---|
| 579 | 'Create archive template' => '', |
|---|
| 580 | 'Miscellaneous Templates' => '', |
|---|
| 581 | 'Template Modules' => '', |
|---|
| 582 | 'Create template module' => '', |
|---|
| 583 | |
|---|
| 584 | ## Login screen (login.tmpl) |
|---|
| 585 | 'Your Movable Type session has ended. If you wish to log in again, you can do so below.' => '', |
|---|
| 586 | 'Remember me?' => '', |
|---|
| 587 | 'Log In' => '', |
|---|
| 588 | 'Forgot your password?' => '', |
|---|
| 589 | |
|---|
| 590 | ## Top navigation (logonav.tmpl) |
|---|
| 591 | 'Search Weblog' => '', |
|---|
| 592 | 'User:' => '', |
|---|
| 593 | |
|---|
| 594 | ## Blog Editing Menu (menu.tmpl) |
|---|
| 595 | 'Welcome to [_1].' => '', |
|---|
| 596 | 'You can post and maintain your weblog by selecting an option from the menu located to the left of this message.' => '', |
|---|
| 597 | 'If you need assistance, try:' => '', |
|---|
| 598 | 'Movable Type User Manual' => '', |
|---|
| 599 | 'Movable Type Support Forum' => '', |
|---|
| 600 | 'This welcome message is configurable.' => '', |
|---|
| 601 | 'Change this message.' => '', |
|---|
| 602 | 'Five Most Recent Entries' => '', |
|---|
| 603 | 'Five Most Recent Comments' => '', |
|---|
| 604 | 'Five Most Recent Pings' => '', |
|---|
| 605 | |
|---|
| 606 | ## Previous pings screen (pinged_urls.tmpl) |
|---|
| 607 | 'Here is a list of previous pings that were successfully sent:' => '', |
|---|
| 608 | |
|---|
| 609 | ## Pinging... screen (pinging.tmpl) |
|---|
| 610 | 'Pinging sites...' => '', |
|---|
| 611 | |
|---|
| 612 | ## Entry preview screen (preview_entry.tmpl) |
|---|
| 613 | 'Preview your entry' => '', |
|---|
| 614 | 'Re-Edit this entry' => '', |
|---|
| 615 | 'Save this entry' => '', |
|---|
| 616 | |
|---|
| 617 | ## Rebuild confirmation screen (rebuild_confirm.tmpl) |
|---|
| 618 | 'Rebuilding [_1]' => '', |
|---|
| 619 | 'Select the type of rebuild you would like to perform (press CANCEL if you do not want to rebuild any files):' => '', |
|---|
| 620 | 'Rebuild All Files' => '', |
|---|
| 621 | 'Index Template: [_1]' => '', |
|---|
| 622 | 'Rebuild Indexes Only' => '', |
|---|
| 623 | 'Rebuild [_1] Archives Only' => '', |
|---|
| 624 | |
|---|
| 625 | ## Rebuilding screen (rebuilding.tmpl) |
|---|
| 626 | 'Rebuilding [_1]' => '', |
|---|
| 627 | 'Rebuilding [_1] pages [_2]' => '', |
|---|
| 628 | 'Rebuilding [_1] pages' => '', |
|---|
| 629 | |
|---|
| 630 | ## Rebuilt screen (rebuilt.tmpl) |
|---|
| 631 | 'All of your files have been rebuilt.' => '', |
|---|
| 632 | 'Your [_1] has been rebuilt.' => '', |
|---|
| 633 | 'Your [_1] pages have been rebuilt.' => '', |
|---|
| 634 | 'View this page' => '', |
|---|
| 635 | 'Rebuild Again' => '', |
|---|
| 636 | |
|---|
| 637 | ## Password recovery screen (recover.tmpl) |
|---|
| 638 | 'Your password has been changed, and the new password has been sent to your email address ([_1]).' => '', |
|---|
| 639 | 'Enter your Movable Type username:' => '', |
|---|
| 640 | 'Enter your birthplace:' => '', |
|---|
| 641 | 'Recover' => '', |
|---|
| 642 | |
|---|
| 643 | ## Search and replace screen (search_replace.tmpl) |
|---|
| 644 | '_USAGE_SEARCH' => '', |
|---|
| 645 | 'Search for:' => '', |
|---|
| 646 | 'Case Sensitive' => '', |
|---|
| 647 | 'Regular Expression Match' => '', |
|---|
| 648 | 'Search fields:' => '', |
|---|
| 649 | 'Extended Entry Body' => '', |
|---|
| 650 | 'Replace with:' => '', |
|---|
| 651 | 'Search' => '', |
|---|
| 652 | 'Replace' => '', |
|---|
| 653 | 'Search Results' => '', |
|---|
| 654 | 'The following entries match the search string [_1]' => '', |
|---|
| 655 | '; that search string has been replaced by [_1]' => '', |
|---|
| 656 | |
|---|
| 657 | ## Show upload HTML screen (popup/show_upload_html.tmpl) |
|---|
| 658 | 'Copy and paste this HTML into your entry.' => '', |
|---|
| 659 | 'Upload Another' => '', |
|---|
| 660 | |
|---|
| 661 | ## Category TrackBack pings (tb_cat_pings.tmpl) |
|---|
| 662 | 'You did not select any pings to delete.' => '', |
|---|
| 663 | 'Click on the title to view the corresponding entry on the original site. To delete a ping, check the box to the right, then click the Delete Checked button.' => '', |
|---|
| 664 | 'You have successfully deleted the checked TrackBack pings from this category.' => '', |
|---|
| 665 | |
|---|
| 666 | ## Upload start screen (upload.tmpl) |
|---|
| 667 | 'Choose a file' => '', |
|---|
| 668 | 'To upload a file to your server, click on the browse button to locate the file on your hard drive.' => '', |
|---|
| 669 | 'File:' => '', |
|---|
| 670 | 'Choose a destination' => '', |
|---|
| 671 | '_USAGE_UPLOAD' => '', |
|---|
| 672 | 'Upload into:' => '', |
|---|
| 673 | '(optional)' => '', |
|---|
| 674 | 'Upload' => '', |
|---|
| 675 | |
|---|
| 676 | ## Upload complete + thumbnail screen (upload_complete.tmpl) |
|---|
| 677 | 'Your file has been uploaded. Size: [quant,_1,byte].' => '', |
|---|
| 678 | 'Create a new entry using this uploaded file' => '', |
|---|
| 679 | 'Show me the HTML' => '', |
|---|
| 680 | 'Image Thumbnail' => '', |
|---|
| 681 | 'Create a thumbnail for this image' => '', |
|---|
| 682 | 'Width:' => '', |
|---|
| 683 | 'Pixels' => '', |
|---|
| 684 | 'Percent' => '', |
|---|
| 685 | 'Height:' => '', |
|---|
| 686 | 'Constrain proportions' => '', |
|---|
| 687 | 'Would you like this file to be a:' => '', |
|---|
| 688 | 'Popup Image' => '', |
|---|
| 689 | 'Embedded Image' => '', |
|---|
| 690 | 'Link' => '', |
|---|
| 691 | |
|---|
| 692 | ## Upload overwrite confirmation screen (upload_confirm.tmpl) |
|---|
| 693 | 'A file named \'[_1]\' already exists. Do you want to overwrite this file?' => '', |
|---|
| 694 | |
|---|
| 695 | ## Activity Log screen (view_log.tmpl) |
|---|
| 696 | 'Activity Log' => '', |
|---|
| 697 | 'The Movable Type activity log contains a record of notable actions in the system. All times are displayed in GMT.' => '', |
|---|
| 698 | 'The activity log has been reset.' => '', |
|---|
| 699 | 'Log Entry' => '', |
|---|
| 700 | 'Reset Activity Log' => '', |
|---|
| 701 | |
|---|
| 702 | ## Error messages from the Perl API. |
|---|
| 703 | "Can't load error template; got error '[_1]'. Giving up. Original error was [_1]" => "", |
|---|
| 704 | 'The file you uploaded is too large.' => '', |
|---|
| 705 | 'Unknown action [_1]' => '', |
|---|
| 706 | "Loading template '[_1]' failed: [_2]" => "", |
|---|
| 707 | "Load of blog '[_1]' failed: [_2]" => "", |
|---|
| 708 | "Archive type '[_1]' is not a chosen archive type" => "", |
|---|
| 709 | "Parameter '[_1]' is required" => "", |
|---|
| 710 | "You selected the archive type '[_1]', but you did not define a template for this archive type." => "", |
|---|
| 711 | 'Building category archives, but no category provided.' => '', |
|---|
| 712 | 'You did not set your Local Archive Path' => '', |
|---|
| 713 | "Building entry \'[_1]\' failed: [_2]" => "", |
|---|
| 714 | "Error making path \'[_1]\': [_2]" => "", |
|---|
| 715 | "Writing to \'[_1]\' failed: [_2]" => "", |
|---|
| 716 | "Renaming tempfile \'[_1]\' failed: [_2]" => "", |
|---|
| 717 | 'You did not set your Local Site Path' => '', |
|---|
| 718 | |
|---|
| 719 | '[_1] with no [_2]' => '', |
|---|
| 720 | "Error opening file '[_1]': [_2]" => "", |
|---|
| 721 | "[_1]:[_2]: variable '[_3]' not defined" => "", |
|---|
| 722 | "No such config variable '[_1]'" => "", |
|---|
| 723 | |
|---|
| 724 | "Opening local file '[_1]' failed: [_2]" => "", |
|---|
| 725 | "Renaming '[_1]' to '[_2]' failed: [_3]" => "", |
|---|
| 726 | |
|---|
| 727 | "Can't load Image::Magick: [_1]" => "", |
|---|
| 728 | "Can't load IPC::Run: [_1]" => "", |
|---|
| 729 | "'[_1]' is not a valid image." => "", |
|---|
| 730 | "Reading file '[_1]' failed: [_2]" => "", |
|---|
| 731 | "Reading image failed: [_1]" => "", |
|---|
| 732 | "Scaling to [_1]x[_2] failed: [_3]" => "", |
|---|
| 733 | "You do not have a valid path to the NetPBM tools on your machine." => "", |
|---|
| 734 | |
|---|
| 735 | "Unknown MailTransfer method '[_1]'" => "", |
|---|
| 736 | "Sending mail via SMTP requires that your server have Mail::Sendmail installed: [_1]" => "", |
|---|
| 737 | "Error sending mail: [_1]" => "", |
|---|
| 738 | "You do not have a valid path to sendmail on your machine. Perhaps you should try using SMTP?" => "", |
|---|
| 739 | "Exec of sendmail failed: [_1]" => "", |
|---|
| 740 | |
|---|
| 741 | "Your DataSource directory ('[_1]') does not exist." => "", |
|---|
| 742 | "Tie '[_1]' failed: [_2]" => "", |
|---|
| 743 | "Failed to generate unique ID: [_1]" => "", |
|---|
| 744 | "Unlink of '[_1]' failed: [_2]" => "", |
|---|
| 745 | |
|---|
| 746 | "Connection error: [_1]" => "", |
|---|
| 747 | |
|---|
| 748 | "Parse error in template '[_1]': [_2]" => "", |
|---|
| 749 | "Build error in template '[_1]': [_2]" => "", |
|---|
| 750 | "Opening linked file '[_1]' failed: [_2]" => "", |
|---|
| 751 | |
|---|
| 752 | "Invalid Archive Type setting '[_1]'" => "", |
|---|
| 753 | |
|---|
| 754 | "No WeblogsPingURL defined in mt.cfg" => "", |
|---|
| 755 | "No MTPingURL defined in mt.cfg" => "", |
|---|
| 756 | "HTTP error: [_1]" => "", |
|---|
| 757 | "Ping error: [_1]" => "", |
|---|
| 758 | |
|---|
| 759 | "Can't find included template module '[_1]'" => "", |
|---|
| 760 | "Can't find included file '[_1]'" => "", |
|---|
| 761 | "Can't find template '[_1]'" => "", |
|---|
| 762 | "Can't find entry '[_1]'" => "", |
|---|
| 763 | "Error opening included file '[_1]': [_2]" => "", |
|---|
| 764 | "You used a [_1] tag without any arguments." => "", |
|---|
| 765 | "You can't use both AND and OR in the same expression ([_1])." => "", |
|---|
| 766 | "No such category '[_1]'" => "", |
|---|
| 767 | "No such author '[_1]'" => "", |
|---|
| 768 | "You used an '[_1]' tag outside of the context of an entry; perhaps you mistakenly placed it outside of an 'MTEntries' container?" => "", |
|---|
| 769 | 'You used <$MTEntryFlag$> without a flag.' => '', |
|---|
| 770 | "You used an [_1] tag without a date context set up." => "", |
|---|
| 771 | "You used an '[_1]' tag outside of the context of a comment; perhaps you mistakenly placed it outside of an 'MTComments' container?" => "", |
|---|
| 772 | "[_1] can be used only with Daily, Weekly, or Monthly archives." => "", |
|---|
| 773 | "The archive type specified in MTArchiveList ('[_1]') is not one of the chosen archive types in your blog configuration." => "", |
|---|
| 774 | "You used an [_1] tag outside of the proper context." => "", |
|---|
| 775 | "You used an [_1] tag outside of a Daily, Weekly, or Monthly context." => "", |
|---|
| 776 | "Invalid month format: must be YYYYMM" => "", |
|---|
| 777 | "[_1] can be used only if you have enabled Category archives." => "", |
|---|
| 778 | "You used [_1] without a query." => "", |
|---|
| 779 | "You need a Google API key to use [_1]" => "", |
|---|
| 780 | "You used a non-existent property from the result structure." => "", |
|---|
| 781 | |
|---|
| 782 | "No such author with name '[_1]'" => "", |
|---|
| 783 | "Birthplace '[_1]' does not match stored birthplace for this author" => "", |
|---|
| 784 | "Author does not have email address" => "", |
|---|
| 785 | "Error sending mail ([_1]); please fix the problem, then try again to recover your password." => "", |
|---|
| 786 | "You are not authored to log in to this blog." => "", |
|---|
| 787 | "No permissions" => "", |
|---|
| 788 | "Permission denied." => "", |
|---|
| 789 | "Load failed: [_1]" => "", |
|---|
| 790 | "Unknown object type [_1]" => "", |
|---|
| 791 | "Loading object driver [_1] failed: [_2]" => "", |
|---|
| 792 | "Setting up mappings failed: [_1]" => "", |
|---|
| 793 | "Populating blog with default templates failed: [_1]" => "", |
|---|
| 794 | "Can't find default template list; where is 'default-templates.pl'?" => "", |
|---|
| 795 | "Invalid filename '[_1]'" => "", |
|---|
| 796 | "Reading '[_1]' failed: [_2]" => "", |
|---|
| 797 | "Thumbnail failed: [_1]" => "", |
|---|
| 798 | "Error writing to '[_1]': [_2]" => "", |
|---|
| 799 | "Invalid basename '[_1]'" => "", |
|---|
| 800 | "Invalid date '[_1]'; authored on dates must be in the format YYYY-MM-DD HH:MM:SS." => "", |
|---|
| 801 | "Saving entry '[_1]' failed: [_2]" => "", |
|---|
| 802 | "Removing placement failed: [_1]" => "", |
|---|
| 803 | "Saving placement failed: [_1]" => "", |
|---|
| 804 | "Your post was saved, but the rebuild or ping failed: [_1]" => "", |
|---|
| 805 | "Saving category failed: [_1]" => "", |
|---|
| 806 | "Unknown category ID '[_1]'" => "", |
|---|
| 807 | "You do not have permission to configure the blog" => "", |
|---|
| 808 | "Saving blog failed: [_1]" => "", |
|---|
| 809 | "Saving map failed: [_1]" => "", |
|---|
| 810 | "Parse error: [_1]" => "", |
|---|
| 811 | "Build error: [_1]" => "", |
|---|
| 812 | "No entry ID provided" => "", |
|---|
| 813 | "No such entry '[_1]'" => "", |
|---|
| 814 | "No email address for author '[_1]'" => "", |
|---|
| 815 | "Error sending mail ([_1]); try another MailTransfer setting?" => "", |
|---|
| 816 | "You did not choose a file to upload." => "", |
|---|
| 817 | "Invalid extra path '[_1]'" => "", |
|---|
| 818 | "Can't make path '[_1]': [_2]" => "", |
|---|
| 819 | "Invalid temp file name '[_1]'" => "", |
|---|
| 820 | "Error opening '[_1]': [_2]" => "", |
|---|
| 821 | "Error deleting '[_1]': [_2]" => "", |
|---|
| 822 | "File with name '[_1]' already exists. (Install File::Temp if you'd like to be able to overwrite existing uploaded files.)" => "", |
|---|
| 823 | "File with name '[_1]' already exists; Tried to write to tempfile, but open failed: [_2]" => "", |
|---|
| 824 | "Error writing upload to '[_1]': [_2]" => "", |
|---|
| 825 | "Invalid temp file name '[_1]'" => "", |
|---|
| 826 | "Error deleting '[_1]': [_2]" => "", |
|---|
| 827 | "Perl module Image::Size is required to determine width and height of uploaded images." => "", |
|---|
| 828 | "No blog ID" => "", |
|---|
| 829 | "You do not have export permissions" => "", |
|---|
| 830 | "Export failed on entry '[_1]': [_2]" => "", |
|---|
| 831 | "You need to provide a password if you are going to\ncreate authors for each author listed in your blog.\n" => "", |
|---|
| 832 | "Can't open directory '[_1]': [_2]" => "", |
|---|
| 833 | "Can't open file '[_1]': [_2]" => "", |
|---|
| 834 | "Saving author failed: [_1]" => "", |
|---|
| 835 | "Saving permissions failed: [_1]" => "", |
|---|
| 836 | "Invalid status value '[_1]'" => "", |
|---|
| 837 | "Invalid allow comments value '[_1]'" => "", |
|---|
| 838 | "Invalid convert breaks value '[_1]'" => "", |
|---|
| 839 | "Saving comment failed: [_1]" => "", |
|---|
| 840 | "Invalid date format '[_1]'; must be 'MM/DD/YYYY HH:MM:SS AM|PM (AM|PM is optional)" => "", |
|---|
| 841 | |
|---|
| 842 | "Invalid entry ID '[_1]'" => "", |
|---|
| 843 | "You must define a Ping template in order to display pings." => "", |
|---|
| 844 | "Need a TrackBack ID (tb_id)." => "", |
|---|
| 845 | "Need a Source URL (url)." => "", |
|---|
| 846 | "Invalid TrackBack ID '[_1]'" => "", |
|---|
| 847 | "This TrackBack item is disabled." => "", |
|---|
| 848 | "This TrackBack item is protected by a passphrase." => "", |
|---|
| 849 | "You are not allowed to send TrackBack pings." => "", |
|---|
| 850 | "You are not allowed to post comments." => "", |
|---|
| 851 | "Comments are not allowed on this entry." => "", |
|---|
| 852 | "Name and email address are required." => "", |
|---|
| 853 | "Comment text is required." => "", |
|---|
| 854 | "Invalid email address '[_1]'" => "", |
|---|
| 855 | "Invalid URL '[_1]'" => "", |
|---|
| 856 | "Rebuild failed: [_1]" => "", |
|---|
| 857 | "You must define a Comment Listing template in order to display dynamic comments." => "", |
|---|
| 858 | "You must define a Comment Error template." => "", |
|---|
| 859 | "You must define a Comment Preview template." => "", |
|---|
| 860 | |
|---|
| 861 | 'Search failed: [_1]' => '', |
|---|
| 862 | 'Building results failed: [_1]' => '', |
|---|
| 863 | 'You are currently performing a search. Please wait until your search is completed.' => '', |
|---|
| 864 | ); |
|---|
| 865 | |
|---|
| 866 | 1; |
|---|