From fbe23bbaa571e22ca933ac15703e83a9976a86cf Mon Sep 17 00:00:00 2001 From: Nick Vella Date: Mon, 5 Aug 2019 16:36:08 +1000 Subject: [PATCH] LocUtil: fix resx file tag indenting --- src/managed/LocUtil/AppMain.cs | 21 +- .../OpenLiveWriter.Localization/Strings.resx | 1460 +++++++++++------ 2 files changed, 993 insertions(+), 488 deletions(-) diff --git a/src/managed/LocUtil/AppMain.cs b/src/managed/LocUtil/AppMain.cs index c42483cd..3ff6fa07 100644 --- a/src/managed/LocUtil/AppMain.cs +++ b/src/managed/LocUtil/AppMain.cs @@ -304,7 +304,16 @@ namespace LocUtil } } } - xmlDoc.Save(path); + + // Correct the formatting as to not create needlessly large diffs + var sb = new StringBuilder(); + var stringWriter = new Utf8StringWriter(sb); + xmlDoc.Save(stringWriter); + File.WriteAllText(path, + sb.ToString() + .Replace(" ", " ") // Fix comment tag indent + .Replace("", "\r\n "), // Move data close following comment close onto own line + Encoding.UTF8); } // @RIBBON TODO: For now the union of the command in Commands.xml and Ribbon.xml will go into the CommandId enum. @@ -695,4 +704,14 @@ namespace OpenLiveWriter.Localization } } } + + internal sealed class Utf8StringWriter : StringWriter + { + public Utf8StringWriter(StringBuilder sb) : base(sb) + { + + } + + public override Encoding Encoding => Encoding.UTF8; + } } diff --git a/src/managed/OpenLiveWriter.Localization/Strings.resx b/src/managed/OpenLiveWriter.Localization/Strings.resx index 039d6071..0cbf84c4 100644 --- a/src/managed/OpenLiveWriter.Localization/Strings.resx +++ b/src/managed/OpenLiveWriter.Localization/Strings.resx @@ -21,14 +21,15 @@ 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, ... System.Resources.ResXResourceWriter, System.Windows.Forms, ... - this is my long stringthis is a comment + this is my long stringthis is a comment + Blue [base64 mime encoded serialized .NET Framework object] [base64 mime encoded string representing a byte array form of the .NET Framework object] - This is a comment + This is a comment There are any number of "resheader" rows that contain simple @@ -123,40 +124,48 @@ Abou&t {0} - {0} - Open Live Writer Beta + {0} - Open Live Writer Beta + Configuration Version: {0} - Displays the version of Writer's configuration file in the about dialog + Displays the version of Writer's configuration file in the about dialog + Copyright © .NET Foundation. All rights reserved. {0} - {0} - version number, e.g. 2.0.1 + {0} - version number, e.g. 2.0.1 + Account A&dd... - Add new blog, add to link glossary, etc. + Add new blog, add to link glossary, etc. + &Add Other blog settings - Names a group of options for overriding some blog settings + Names a group of options for overriding some blog settings + Default ({0}) - {0} - default encoding web name (e.g. "UTF-8") + {0} - default encoding web name (e.g. "UTF-8") + &Embed tags: - A blog feature, whether the blog supports <embed> + A blog feature, whether the blog supports <embed> + Advanced &Scripts: - A blog feature, whether the blog supports <script> + A blog feature, whether the blog supports <script> + Select another encoding type for your blog posts. By default, it's UTF-8. @@ -165,7 +174,8 @@ Default ({0}) - {0} - yes or no + {0} - yes or no + Markup language @@ -174,10 +184,12 @@ Alignment - Tooltip for image alignment dropdown + Tooltip for image alignment dropdown + &Align - From the context menu when right-clicking on text in the editor. + From the context menu when right-clicking on text in the editor. + All files (*.*) @@ -189,7 +201,8 @@ Alt-text - Title of the HTML image alternate text dialog + Title of the HTML image alternate text dialog + Appearance @@ -207,7 +220,8 @@ {0} did not shut down properly the last time you used it. Unsaved changes are available for recovery. Would you like to recover these changes now? - {0} - Open Live Writer + {0} - Open Live Writer + Recover unsaved changes? @@ -216,16 +230,19 @@ Auto Replace - Currently not in use- do not localize + Currently not in use- do not localize + Re&place other special characters Auto Replace - Currently not in use- do not localize + Currently not in use- do not localize + Replacement value: - '"Currently not in use- do not localize" + '"Currently not in use- do not localize" + Replace "straight quotes" with “smart &quotes” @@ -234,12 +251,14 @@ Word or phrase: - Currently not in use- do not localize + Currently not in use- do not localize + Please check your user name and password. {0} - {1} - {0} - type of error (e.g. ArgumentException), {1} - error message + {0} - type of error (e.g. ArgumentException), {1} - error message + Account Login Failed @@ -249,7 +268,8 @@ {0} {1} - {0} - URL, {1} - error message + {0} - URL, {1} - error message + Network Connection Error @@ -257,27 +277,32 @@ An unexpected error occurred while accessing the file {0} {1} - {2} - {0} - filename, {1} - type of exception (e.g. ArgumentException), {2} - error message + {0} - filename, {1} - type of exception (e.g. ArgumentException), {2} - error message + File Access Error connecting to file destination - This string will be embedded in BCEFileTransferMessage + This string will be embedded in BCEFileTransferMessage + disconnecting from file destination - This string will be embedded in BCEFileTransferMessage + This string will be embedded in BCEFileTransferMessage + Error occurred while {0} ({1}) {2} - {0} - an action, {1} - error code, {2} - error message + {0} - an action, {1} - error code, {2} - error message + File Transfer Error transferring file {0} - {0} - file name. This string will be embedded in BCEFileTransferMessage. + {0} - file name. This string will be embedded in BCEFileTransferMessage. + File uploading is not supported by this blog. Please configure file uploading for this blog before attempting to publish posts with attached pictures or files. @@ -290,7 +315,8 @@ {0} {1} - {0} - URL, {1} - error message + {0} - URL, {1} - error message + Server Error @@ -298,13 +324,15 @@ The response to the {0} method received from the blog server was invalid: {1} - {0} - XML-RPC method name, {1} - error message + {0} - XML-RPC method name, {1} - error message + Invalid Server Response The {0} method is not supported by the blog service. - {0} - an XML-RPC method name, e.g. "metaWeblog.deletePost" + {0} - an XML-RPC method name, e.g. "metaWeblog.deletePost" + Method Unsupported @@ -312,7 +340,8 @@ An unexpected data transfer exception occurred while {0} {1} - {2} - {0} - some operation (e.g. "transferring file"), {1} - type of exception, {2} - error message + {0} - some operation (e.g. "transferring file"), {1} - type of exception, {2} - error message + Data Transfer Exception @@ -334,7 +363,8 @@ {0} {1} - {0} - URL, {1} - error message + {0} - URL, {1} - error message + Blog Post Web Address Not Found @@ -342,52 +372,66 @@ Server Error {0} Occurred {1} - {0} - error code, {1} - error message + {0} - error code, {1} - error message + Problem with the blog server Beta - Suffix for qualified product name (e.g. Window Live Writer Beta) + Suffix for qualified product name (e.g. Window Live Writer Beta) + 1 day remaining - Title of dialog displayed when there is only 1 day remaining before the beta expires. + Title of dialog displayed when there is only 1 day remaining before the beta expires. + {0} days remaining - Title of dialog displayed when there are only a few days remaining before the beta expires. {0} will be replaced with the number of days remaining (always more than 1) + Title of dialog displayed when there are only a few days remaining before the beta expires. {0} will be replaced with the number of days remaining (always more than 1) + &Ask Me Later - Text displayed on ask me later button of beta expiration warning dialog + Text displayed on ask me later button of beta expiration warning dialog + Expiration - The title displayed in the expiration dialog's border + The title displayed in the expiration dialog's border + &Download Now - Text displayed on download button of beta expiration warning dialog + Text displayed on download button of beta expiration warning dialog + This version of {0} has expired. Please download and install a newer version. - Message displayed when the beta version of writer has expired. {0} will be replaced with the product name + Message displayed when the beta version of writer has expired. {0} will be replaced with the product name + Expired - Title of dialog displayed when the beta version of Writer has expired. + Title of dialog displayed when the beta version of Writer has expired. + This version of {0} will expire on {1}. Please download and install a newer version. - Message displayed when the beta version of writer has only a few days remaining before the beta expires. {0} will be replaced with the product name, {1} will be replaced with the expiration date. + Message displayed when the beta version of writer has only a few days remaining before the beta expires. {0} will be replaced with the product name, {1} will be replaced with the expiration date. + Blog Not Supported - Feature is not supported + Feature is not supported + Supported - Feature is supported + Feature is supported + Unknown - Support for feature is unknown + Support for feature is unknown + None - Allows the user to specify that the blog post has no categories assigned to it. + Allows the user to specify that the blog post has no categories assigned to it. + The user account has been deleted. @@ -399,7 +443,8 @@ An error has occurred: {0} - {0} - an error message + {0} - an error message + This album is used to store pictures from blog posts published by Open Live Writer. @@ -417,7 +462,8 @@ Select which plug-ins you want to use, and change the order in which they start. - From the Weblog | Edit Weblog Settings | Plugins preferences panel + From the Weblog | Edit Weblog Settings | Plugins preferences panel + TypePad and more @@ -432,16 +478,19 @@ Browse for file - Tooltip over the button in the insert video from file dialog that opens an Open File Dialog when clicked + Tooltip over the button in the insert video from file dialog that opens an Open File Dialog when clicked + Retrieving... {0} bytes - {0} - a number (integer) + {0} - a number (integer) + Cancel - does not get an accelerator + does not get an accelerator + Cancelling... @@ -453,133 +502,174 @@ Author - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Auto-Update - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Categories - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Categories Inline - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Category Name Limit - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Category Scheme Encoding - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Comment Policy - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Custom Publish Date - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Update Publish Date - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Default View - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Embeds - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Empty Titles - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Excerpt - This is used in the Blog Options | Blog Capabilities dialog. It indicates whether or not the API used by the blog provider is able to edit blog post excerpts. + This is used in the Blog Options | Blog Capabilities dialog. It indicates whether or not the API used by the blog provider is able to edit blog post excerpts. + Extended Entries - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + File Upload - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Hierarchical Categories - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + HTML Titles - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Keyword Retrieval - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Keywords - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Multiple Categories - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + New Categories - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + New Categories Inline - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Page Order - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Page Parent - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Pages - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Password - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Post Draft to Server - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Title Length Limit - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Requires XHTML - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Scripts - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Send Trackbacks - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Slug - This is used in the Blog Options | Blog Capabilities dialog. It indicates whether or not the API used by the blog provider is able to edit blog post slugs. + This is used in the Blog Options | Blog Capabilities dialog. It indicates whether or not the API used by the blog provider is able to edit blog post slugs. + Template is Right-to-Left - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + Trackback Policy - This is used in the Blog Options | Blog Capabilities dialog. + This is used in the Blog Options | Blog Capabilities dialog. + (No Limit) - Specifies that there is no limit to the number of characters in a category name. + Specifies that there is no limit to the number of characters in a category name. + Normal - This is used in the Blog Options | Blog Capabilities dialog. It is one of the possible values for "Default View". + This is used in the Blog Options | Blog Capabilities dialog. It is one of the possible values for "Default View". + Web Layout - This is used in the Blog Options | Blog Capabilities dialog. It is one of the possible values for "Default View". + This is used in the Blog Options | Blog Capabilities dialog. It is one of the possible values for "Default View". + Web Preview - This is used in the Blog Options | Blog Capabilities dialog. It is one of the possible values for "Default View". + This is used in the Blog Options | Blog Capabilities dialog. It is one of the possible values for "Default View". + Add Category Category Name - The 'cue banner' for the textbox in the category popup + The 'cue banner' for the textbox in the category popup + Categories: {0} - {0} - comma-delimited list of categories + {0} - comma-delimited list of categories + Category: {0} - {0} - the single category that is selected + {0} - the single category that is selected + (none) @@ -594,10 +684,12 @@ (No parent) - Indicates that a category does not have a parent category. + Indicates that a category does not have a parent category. + Category parent - Accessible name for a combo box that lets you choose the parent category for a new blog category + Accessible name for a combo box that lets you choose the parent category for a new blog category + Refresh List @@ -606,16 +698,19 @@ Cell - Table cell + Table cell + Cell Properties Cells - Table cells + Table cells + Components capable of handling '{0}': - {0} - a live clipboard format name + {0} - a live clipboard format name + Component @@ -624,13 +719,16 @@ Change Text Style - Tooltip for style switcher in editing toolbar + Tooltip for style switcher in editing toolbar + Characters (with spaces) - {0} - The number of characters in a given text. + {0} - The number of characters in a given text. + Characters (no spaces) - {0} - The number of characters in text minus spaces/tabs/new lines + {0} - The number of characters in text minus spaces/tabs/new lines + Click to view this map on Live.com @@ -642,7 +740,8 @@ Close - In the sense of closing a window. + In the sense of closing a window. + Black @@ -723,10 +822,12 @@ Cooler - This is displayed on the Color Temperature adjustment control (available by adding the Color Temperature effect from the image sidebar Effects tab) where you can specify whether to make an image warmer or cooler. + This is displayed on the Color Temperature adjustment control (available by adding the Color Temperature effect from the image sidebar Effects tab) where you can specify whether to make an image warmer or cooler. + Warmer - This is displayed on the Color Temperature adjustment control (available by adding the Color Temperature effect from the image sidebar Effects tab) where you can specify whether to make an image warmer or cooler. + This is displayed on the Color Temperature adjustment control (available by adding the Color Temperature effect from the image sidebar Effects tab) where you can specify whether to make an image warmer or cooler. + Vibrant blue @@ -753,22 +854,27 @@ , - The comma character for this language. (e.g., U+FF0C for Chinese) + The comma character for this language. (e.g., U+FF0C for Chinese) + , - The comma character, formatted the way it would appear in a list. In English, list elements are separated by a comma plus a space. (This MUST be the same as the Comma string plus whitespace if applicable.) + The comma character, formatted the way it would appear in a list. In English, list elements are separated by a comma plus a space. (This MUST be the same as the Comma string plus whitespace if applicable.) + Configuration Configure {0} - {0} - Product name, i.e. "Open Live Writer" + {0} - Product name, i.e. "Open Live Writer" + Blog Homepage and Login - The header for the screen that prompts for homepage and login. + The header for the screen that prompts for homepage and login. + Choose Blog Type - The header for the screen for choosing blog type (Spaces, SharePoint, or Other). + The header for the screen for choosing blog type (Spaces, SharePoint, or Other). + Blog Configuration Complete @@ -777,7 +883,8 @@ Learn more about {0} - {0} - Open Live Writer + {0} - Open Live Writer + Select image collection @@ -801,7 +908,8 @@ Copyright Information - This is the string that will be read by screen reader to announce the copyright legal information on the about dialog. + This is the string that will be read by screen reader to announce the copyright legal information on the about dialog. + 16x9 @@ -843,22 +951,27 @@ &Remove Crop - Remove the crop that is currently applied to the image + Remove the crop that is currently applied to the image + Rotate &Frame - Command to rotate by 90 degrees the frame that indicates the cropping area + Command to rotate by 90 degrees the frame that indicates the cropping area + Show &Grid - Checkbox to show two horizontal and two vertical lines within the cropping rectangle + Checkbox to show two horizontal and two vertical lines within the cropping rectangle + True - Whether or not the language uses italics + Whether or not the language uses italics + Customize Map If you do not already have a {0} account create one now. Click the link below to open the web page that will begin your online registration. - {0} - Microsoft Account + {0} - Microsoft Account + Add a blog account @@ -870,13 +983,16 @@ To use {0} you must already have an account with a blog service. If you do not already have an account with an existing blog service, create one now. - {0} - Writer + {0} - Writer + Configure {0} to work with {1} - {0} - Writer, {1} - "your blog" or name of blog service + {0} - Writer, {1} - "your blog" or name of blog service + your blog - See CWBasicTitle + See CWBasicTitle + &Edit Settings... @@ -936,7 +1052,8 @@ {0} was not able to automatically detect your blog settings. Please select the type of blog that you are using to continue. - {0} - Open Live Writer + {0} - Open Live Writer + Blog Provider @@ -948,13 +1065,15 @@ To use {0} you must have a SharePoint blog. - {0} - Open Live Writer + {0} - Open Live Writer + Enter the login required to publish to your SharePoint blog. Configure {0} for a SharePoint blog - {0} - Writer + {0} - Writer + Provide SharePoint Blog Login @@ -966,7 +1085,8 @@ (example555@hotmail.com) - Example of Microsoft Account ID + Example of Microsoft Account ID + Build command: @@ -981,13 +1101,15 @@ {0} will run the commands you specify below and alert you if an error occurs. Commands are ran using the system command interpreter with a working directory of your local site. - {0} - Product name + {0} - Product name + Provide site authoring commands {0} was able to automatically determine a partial configuration for your site. Please confirm that the pre-filled details on the next pages are correct, and complete the other missing fields. - {0} - Product name + {0} - Product name + Enable Local Site Building @@ -1008,10 +1130,12 @@ {0} will attempt to automatically detect your static site configuration based on files present in your site project folder. Please select the project folder of your static site (eg. Git repository) - {0} - Product name + {0} - Product name + {0} has already attempted configuration detection on your site. You can change the path to your site here if you wish. Otherwise, you can re-run configuration detection from Settings. - {0} - Product name + {0} - Product name + Provide static site configuration @@ -1047,7 +1171,8 @@ Add Blog Wizard - Caption of the Add Blog Wizard window. + Caption of the Add Blog Wizard window. + I &already have a blog set up @@ -1062,7 +1187,8 @@ Use {0} to blog about whatever interests you. Add photos and videos, and then publish to popular blogging services, including WordPress, Blogger, and TypePad. - {0} - Open Live Writer + {0} - Open Live Writer + &WordPress @@ -1074,13 +1200,16 @@ Black and white - Apply a black and white filter on the selected image. + Apply a black and white filter on the selected image. + Coolest - Dark blue temperature effect available to apply to the selected image. + Dark blue temperature effect available to apply to the selected image. + Cool - Blue temperature effect available to apply to the selected image. + Blue temperature effect available to apply to the selected image. + Drop shadow @@ -1089,13 +1218,15 @@ Emboss - Apply an emboss effect on the selected image. + Apply an emboss effect on the selected image. + Apply a Gaussian blur filter on the selected image. Gaussian blur - Apply a Gaussian blur filter on the selected image. + Apply a Gaussian blur filter on the selected image. + Overlays @@ -1113,7 +1244,8 @@ No blur - Remove the blur filter on the selected image. + Remove the blur filter on the selected image. + None @@ -1122,19 +1254,22 @@ No emboss - Remove the emboss effect on the selected image. + Remove the emboss effect on the selected image. + Remove recolor effects applied on the selected image. No recolor - Remove any black and white or sepia applied on the selected image. + Remove any black and white or sepia applied on the selected image. + Remove the sharpening filter on the selected image. No sharpen - Remove the sharpening filter on the selected image. + Remove the sharpening filter on the selected image. + Photopaper @@ -1149,19 +1284,22 @@ Color pop - Make the colors in the selected image vivid. + Make the colors in the selected image vivid. + Sepia Sepia tone - Apply a sepia filter on the selected image. + Apply a sepia filter on the selected image. + Apply a sharpening filter on the selected image. Sharpen - Apply a sharpening filter on the selected image. + Apply a sharpening filter on the selected image. + Solid, 1 pixel @@ -1173,25 +1311,31 @@ Warmest - Orange temperature effect available to apply to the selected image. + Orange temperature effect available to apply to the selected image. + Warm - Yellow temperature effect available to apply to the selected image. + Yellow temperature effect available to apply to the selected image. + Watermark... Calibri, Trebuchet MS, Helvetica, Arial, Sans-Serif - The font used for the post body when editing using no theme. Should be a comma separated list of HTML supported font names + The font used for the post body when editing using no theme. Should be a comma separated list of HTML supported font names + Calibri, Trebuchet MS, Helvetica, Arial, Sans-Serif - The font used for the post title when editing using no theme. Should be a comma separated list of HTML supported font names + The font used for the post title when editing using no theme. Should be a comma separated list of HTML supported font names + Re&move... - Delete blog, glossary entry, etc. + Delete blog, glossary entry, etc. + Delete {0} - {0} can be Post, Page, Draft, Published + {0} can be Post, Page, Draft, Published + Arabic @@ -1314,7 +1458,8 @@ {0}x{1} - {0} - width, {1} - height + {0} - width, {1} - height + Disabled @@ -1326,7 +1471,8 @@ Draft {0} - {0} - Post or Page. "Draft" is an adjective in this context + {0} - Post or Page. "Draft" is an adjective in this context + Drafts @@ -1335,19 +1481,23 @@ Mo&re... - If all the options can't be shown in one menu then this is the last option in a menu and it launches a form that shows all the options + If all the options can't be shown in one menu then this is the last option in a menu and it launches a form that shows all the options + &Edit... - Edit blog, glossary entry, etc. + Edit blog, glossary entry, etc. + Editing Default ({0}) - {0} - EditingRTLYes or EditingRTLNo + {0} - EditingRTLYes or EditingRTLNo + Change the reading direction of your blog posts. - Explanation for the right-to-left setting + Explanation for the right-to-left setting + Text direction @@ -1365,340 +1515,450 @@ After you make changes to your theme online - click Update theme to see the latest. + click Update theme to see the latest. + &Update theme Use your blog theme to see what your post will look like online while you are editing it. - {0} - Open Live Writer + {0} - Open Live Writer + Set proxy... Airplane - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alien - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Angel - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Angry smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Annoyed - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Auto - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Baring teeth smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Be right back - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Birthday cake - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Black Sheep - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Bowl - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Boy - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Broken heart - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Bunny - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Call me - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Camera - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Cat face - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Clock - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Coffee cup - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Computer - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Confused smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Crying face - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Devil - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Disappointed smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Dog face - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Don't tell anyone smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Email - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Embarrassed smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Eye rolling smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Filmstrip - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Fingers crossed - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Flirt female - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Flirt male - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Freezing - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Ghost - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Gift with a bow - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Girl - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Goat - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Green with envy - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + High five - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Hot smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + I don't know smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + In love - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Island with a palm tree - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Just kidding - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Laughing out loud - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Left hug - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Light bulb - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Lightning - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Martini glass - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Messenger - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Mobile phone - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Money - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Mug - Alternate text for a beer mug emoticon. The emoticon has CHANGED from Messenger so DON'T use Messenger's localization. + Alternate text for a beer mug emoticon. The emoticon has CHANGED from Messenger so DON'T use Messenger's localization. + Nerd smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Ninja - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Note - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Nyah-Nyah - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Open-mouthed smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Party smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Peace - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Pizza - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Plate - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Pointing up - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Princess - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Punch - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Punk - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Rainbow - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Red heart - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Red lips - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Red rose - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Right hug - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Rolling on the floor laughing - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Sad smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Sarcastic smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + School - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + School bus - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Secret telling smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Send a kiss - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + All - This is a category header that appears above all the available emoticons + This is a category header that appears above all the available emoticons + Recent - This is a category header that appears above the last 10 recently used emoticons + This is a category header that appears above the last 10 recently used emoticons + Shifty - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Sick smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Sleeping half-moon - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Sleepy smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Smile with tongue out - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Snail - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Soccer ball - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Star - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Steaming mad - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + {0} {1} - {0} - description of emoticon, {1} - text form of emoticon e.g. :-) + {0} - description of emoticon, {1} - text form of emoticon e.g. :-) + {0} {1} or {2} - {0} - description of emoticon, {1} - 1st text form of emoticon e.g. :-), {2} - 2nd text form of emoticon e.g. :) + {0} - description of emoticon, {1} - 1st text form of emoticon e.g. :-), {2} - 2nd text form of emoticon e.g. :) + Storm cloud - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Sun - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Surprised smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Telephone receiver - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Thinking smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Thumbs down - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Thumbs up - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Turtle - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Umbrella - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Vampire bat - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Who me? - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Wilted rose - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Winking smile - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Work - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Xbox - Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Alternate text for the emoticon. The emoticon is from Messenger so use Messenger's localization to avoid duplicate work. + Enabled @@ -1707,7 +1967,8 @@ An unexpected error occurred while attempting to delete the Draft: {0} - {0} - Error message + {0} - Error message + The following pictures cannot be published because the blog does not support picture publishing. @@ -1806,7 +2067,8 @@ {0}GB - {0} - a number (with or without decimals) + {0} - a number (with or without decimals) + A&utomatically link matched terms @@ -1818,7 +2080,8 @@ Open Live Writer site - This is used in the link glossary as the title of our example link- may not need to be localized + This is used in the link glossary as the title of our example link- may not need to be localized + Automatic Linking @@ -1827,28 +2090,36 @@ Term - for a link in the glossary--the link text + for a link in the glossary--the link text + Web address - for a link in the glossary--the link URL + for a link in the glossary--the link URL + Heading 1 - HTML style: heading 1 + HTML style: heading 1 + Heading 2 - HTML style: heading 2 + HTML style: heading 2 + Heading 3 - HTML style: heading 3 + HTML style: heading 3 + Heading 4 - HTML style: heading 4 + HTML style: heading 4 + Heading 5 - HTML style: heading 5 + HTML style: heading 5 + Heading 6 - HTML style: heading 6 + HTML style: heading 6 + Height @@ -1863,7 +2134,8 @@ Hide Properties - Show the post properties tray. + Show the post properties tray. + Website address: @@ -1917,16 +2189,20 @@ Using {0} [{1}] - {0} - the name of the image viewer (e.g. Lightbox), {1} - the name of the group. For example, "Lightbox [Ski Trip]". + {0} - the name of the image viewer (e.g. Lightbox), {1} - the name of the group. For example, "Lightbox [Ski Trip]". + Using {0} - {0} - the name of the image viewer (e.g. Lightbox) + {0} - the name of the image viewer (e.g. Lightbox) + &Group (optional): - A Group is a label that allows multiple images to be grouped into a set + A Group is a label that allows multiple images to be grouped into a set + &Enable {0} - {0} - the name of the image viewer (e.g. Lightbox) + {0} - the name of the image viewer (e.g. Lightbox) + &Alternate text: @@ -2010,10 +2286,12 @@ Local: {0} - {0} - a file size (e.g. localized equivalents of "10.2MB", "108 bytes", etc.) + {0} - a file size (e.g. localized equivalents of "10.2MB", "108 bytes", etc.) + Local: {0}/{1} - {0}, {1} - file size (e.g. localized equivalents of "10.2MB", "108 bytes", etc.). The {0} value will be for the inline image, the {1} value will be for the "View Larger" image. + {0}, {1} - file size (e.g. localized equivalents of "10.2MB", "108 bytes", etc.). The {0} value will be for the inline image, the {1} value will be for the "View Larger" image. + Lock &ratio @@ -2112,13 +2390,16 @@ In&sert - This is required since the image dialog has a mnemonic for 'i' which can't be changed. + This is required since the image dialog has a mnemonic for 'i' which can't be changed. + {0}x{1} - {0} - width, {1} - height. Example: 800x600 + {0} - width, {1} - height. Example: 800x600 + {0} (resized for preview in this window) - {0} - original dimensions + {0} - original dimensions + File name: @@ -2142,7 +2423,8 @@ Size: - The size, in pixels, of the selected image + The size, in pixels, of the selected image + Insert Hyperlink @@ -2175,10 +2457,12 @@ {0}KB - {0} - a number (with or without decimals) + {0} - a number (with or without decimals) + Paste web content that supports the Live Clipboard format into {0}. - {0} - Open Live Writer + {0} - Open Live Writer + Change... @@ -2193,16 +2477,19 @@ Details for '{0}' format - {0} - the name of the selected microformat, e.g. hCalendar + {0} - the name of the selected microformat, e.g. hCalendar + Format Handled by: - Followed by the name of a plug-in that can handle this format. You can think of it in the context of, "The vCalendar microformat will be HANDLED BY the Google Calendar plug-in" + Followed by the name of a plug-in that can handle this format. You can think of it in the context of, "The vCalendar microformat will be HANDLED BY the Google Calendar plug-in" + More about Live Clipboard... - '(In English)' should be added at the end of local string for non-en language, because the link goes to EN webpage for all markets + '(In English)' should be added at the end of local string for non-en language, because the link goes to EN webpage for all markets + (No format selected) @@ -2220,7 +2507,8 @@ &Advanced {0} - {0} - double chevron pointing left or right, depending on whether the advanced properties are showing or not + {0} - double chevron pointing left or right, depending on whether the advanced properties are showing or not + Edit Hyperlink @@ -2274,37 +2562,44 @@ None - Make the selected image not be a link. + Make the selected image not be a link. + Make the image not be a link. Link to: None - Shows the user that the selected image is not a link + Shows the user that the selected image is not a link + CTRL + click to follow link: {0} - Used when hovering over a link in the editor. {0} - the hyperlink to follow + Used when hovering over a link in the editor. {0} - the hyperlink to follow + Link to Post Source picture - Navigate to the source picture when the selected image is clicked. + Navigate to the source picture when the selected image is clicked. + Navigate to the source picture when the selected image is clicked. Link to: Source picture - Shows the user that the selected image links to the original image + Shows the user that the selected image links to the original image + Web address - Choose the location to go to when the selected image is clicked. + Choose the location to go to when the selected image is clicked. + Choose the location to go to when the selected image is clicked. Link to: Web address - Shows the user that the selected image links to a URL + Shows the user that the selected image links to a URL + Link to web address: @@ -2316,7 +2611,8 @@ Manage Blog - Displayed in the header of the default sidebar + Displayed in the header of the default sidebar + Map @@ -2433,10 +2729,12 @@ HTML - Used in the Advanced settings for a blog. + Used in the Advanced settings for a blog. + XHTML - Used in the Advanced settings for a blog. + Used in the Advanced settings for a blog. + Maximize @@ -2460,10 +2758,12 @@ {0}MB - {0} - a number (with or without decimals) + {0} - a number (with or without decimals) + Method Not Implemented - Title of plug-in error dialog + Title of plug-in error dialog + An installed plugin is incorrectly implemented and has caused an error. You may be able to contact the plugin's publisher below to resolve this issue. Alternatively, you may avoid this error in the future by uninstalling the plugin mentioned below. Name: {0} @@ -2471,16 +2771,19 @@ Name: {0} Publisher: {1} Unimplemented Method: {2} - More detailed header in plug-in error dialog + More detailed header in plug-in error dialog + Minimize No Link Available for {0} - {0} - Post/Page + {0} - Post/Page + There is no link available for the selected {0}. This may be because your blog service does not make {0} links available to {1}. You may be able to resolve this problem by redetecting your blog account configuration using the Accounts panel of the Blog Settings dialog. - {0} - post/page. {1} - Open Live Writer. + {0} - post/page. {1} - Open Live Writer. + No Link Available @@ -2504,16 +2807,20 @@ Unimplemented Method: {2} Move &Down - From the Weblog | Edit Blog Settings | Plugins preferences panel + From the Weblog | Edit Blog Settings | Plugins preferences panel + Move &Up - From the Weblog | Edit Blog Settings | Plugins preferences panel + From the Weblog | Edit Blog Settings | Plugins preferences panel + My Favorites - Videos marked as favorites by current user + Videos marked as favorites by current user + My Videos - Videos uploaded by current user + Videos uploaded by current user + Blog @@ -2540,7 +2847,8 @@ Unimplemented Method: {2} (No {0}) - {0} can be "Drafts", "Recently Posted" + {0} can be "Drafts", "Recently Posted" + OK @@ -2606,10 +2914,12 @@ Unimplemented Method: {2} Accounts - As in, Blog Accounts + As in, Blog Accounts + Paragraph - HTML style: paragraph + HTML style: paragraph + Paragraphs @@ -2630,7 +2940,8 @@ Unimplemented Method: {2} 0x25CF - The hex value of the single character that will be used to represent each character in a password field. + The hex value of the single character that will be used to represent each character in a password field. + &Password: @@ -2708,40 +3019,49 @@ Unimplemented Method: {2} Inline - Player alignment in post + Player alignment in post + Left - Player alignment in post + Player alignment in post + Right - Player alignment in post + Player alignment in post + Video - Alt text in image tag when inserting a video + Alt text in image tag when inserting a video + Unable to Parse Video web address - Exception title for problems getting video from URL + Exception title for problems getting video from URL + Unknown provider or incomplete web address. .8em - The size of the font used for the video caption feature. Only localize if the font size must be changed. Use format number.em (i.e. 1em, .9em, etc..) + The size of the font used for the video caption feature. Only localize if the font size must be changed. Use format number.em (i.e. 1em, .9em, etc..) + Please respect copyright - Text shown on insert video dialog to remind users of copyright responsibilities. For some markets, will be linked. + Text shown on insert video dialog to remind users of copyright responsibilities. For some markets, will be linked. + Cancel Publishing Caption: - Caption for video + Caption for video + Layout View this video - Link to see video on web + Link to see video on web + Bottom @@ -2765,28 +3085,35 @@ Unimplemented Method: {2} {0} Video - {0} is name of video provider (YouTube, etc) + {0} is name of video provider (YouTube, etc) + Unexpected Exception Custom Margins - Player padding in post (user sets) + Player padding in post (user sets) + No Margins - Player padding in post (none) + Player padding in post (none) + Automatic - Player type: player is selected for you + Player type: player is selected for you + Embedded in Page - Player type: An embed tag is in the html code--the player will appear and play inline + Player type: An embed tag is in the html code--the player will appear and play inline + Preview with Link - Player type: An image is shown of the player, and it is linked to the video provider website + Player type: An image is shown of the player, and it is linked to the video provider website + Select Video Provider - Accessible name for video provider service (Soapbox or YouTube Videos) + Accessible name for video provider service (Soapbox or YouTube Videos) + Animals @@ -2852,7 +3179,8 @@ Unimplemented Method: {2} _ - In English people often use _ to separate words in a file name. For example I might name a video file My_Birthday_Party.wmv. We will use this string to replace the char with a space. If this can't be applied to a certain language + In English people often use _ to separate words in a file name. For example I might name a video file My_Birthday_Party.wmv. We will use this string to replace the char with a space. If this can't be applied to a certain language + Waiting for videos to finish publishing @@ -2864,28 +3192,35 @@ Unimplemented Method: {2} The following error occurred while attempting generate a video snapshot: {0} - {0} is the error stack trace + {0} is the error stack trace + Error Retrieving Video Snapshot Signing in... - Status message shown during login process + Status message shown during login process + No videos found. - Search didn't find any videos. + Search didn't find any videos. + Not signed in - Shown when user is not currently logged in to Passport. + Shown when user is not currently logged in to Passport. + &Sign in - Button text for logging in to passport + Button text for logging in to passport + &Password: - Passport password for logging in + Passport password for logging in + &Microsoft Account ID: - Passport user name for signing in + Passport user name for signing in + &Categories: @@ -2924,34 +3259,44 @@ Unimplemented Method: {2} Videos {0} to {1} - used when showing a list of videos ({0} and {1] are begin and end indices) + used when showing a list of videos ({0} and {1] are begin and end indices) + Video {0} - used when showing just one video ({0} is index) + used when showing just one video ({0} is index) + Retrieving list of videos... - Shown while query is running to access soapbox videos + Shown while query is running to access soapbox videos + The Soapbox service returned an error. - Message when query against soapbox errors. + Message when query against soapbox errors. + Switch user - shown when user is logged into passport and wants to switch their login + shown when user is logged into passport and wants to switch their login + Downloading Preview... - Message shown for each video while thumbnail is getting generated. + Message shown for each video while thumbnail is getting generated. + No Preview Available - Message shown for each video that doesn't have a thumbnail. + Message shown for each video that doesn't have a thumbnail. + (of {0}) - used in pagination ie "Videos 1 - 10 (of 12)" this is the part in the paren. With the {0} being the number of videos. + used in pagination ie "Videos 1 - 10 (of 12)" this is the part in the paren. With the {0} being the number of videos. + The search request timed out. - Web error while searching for videos. + Web error while searching for videos. + Unknown Provider - string for provider that isn't in our xml file + string for provider that isn't in our xml file + Video @@ -2966,16 +3311,19 @@ Unimplemented Method: {2} Pre&view - Preview button text + Preview button text + Provider: {0} - {0} is video provider name + {0} is video provider name + Provider: Size: {0} x {1} - {0} is width and {1} is height + {0} is width and {1} is height + Size: @@ -2984,25 +3332,32 @@ Unimplemented Method: {2} Missing Embed Format parameter - Exception when parsing video providers xml file + Exception when parsing video providers xml file + Missing Embed Pattern parameter - Exception when parsing video providers xml file + Exception when parsing video providers xml file + Missing Service Id parameter - Exception when parsing video providers xml file + Exception when parsing video providers xml file + Missing Service Name parameter - Exception when parsing video providers xml file + Exception when parsing video providers xml file + Missing Size parameter - Exception when parsing video providers xml file + Exception when parsing video providers xml file + Missing Web Address Format parameter - Exception when parsing video providers xml file + Exception when parsing video providers xml file + Missing Web Address Pattern parameter - Exception when parsing video providers xml file + Exception when parsing video providers xml file + YouTube @@ -3011,7 +3366,8 @@ Unimplemented Method: {2} All Video Files (*.avi;*.wmv;*.mpg;*.mpeg;*.mp4;*.mpeg4;*.mov;*)|*.avi;*.wmv;*.mpg;*.mpeg;*.mp4;*.mpeg4,*.mov;|All Files (*.*)|*.* - The filter shown in file open dialog when selecting a movie file. + The filter shown in file open dialog when selecting a movie file. + &Video @@ -3026,10 +3382,12 @@ Unimplemented Method: {2} Insert Video - Title (across top) of inserting video dialog + Title (across top) of inserting video dialog + Video Size: {0} x {1} - {0} is width and {1} is height + {0} is width and {1} is height + Add videos to your posts using popular video providers. @@ -3044,13 +3402,16 @@ Unimplemented Method: {2} {0}... - {0} will be the name provided by the plug-in. + {0} will be the name provided by the plug-in. + Insert a {0} into the current document - {0} will be the name provided by the plug-in (e.g. Video + {0} will be the name provided by the plug-in (e.g. Video + Turn plug-ins on and off to extend how you use {0}. - {0} - Open Live Writer + {0} - Open Live Writer + Plug-in details @@ -3083,7 +3444,8 @@ Unimplemented Method: {2} Executing plug-in: {0} - {0} - the name of a plugin + {0} - the name of a plugin + Selected item plug-in is disabled. @@ -3095,7 +3457,8 @@ Unimplemented Method: {2} Number of posts - Accessible name for a combo box in the Open Post form that lets the user filter how many posts they want to show up in the search + Accessible name for a combo box in the Open Post form that lets the user filter how many posts they want to show up in the search + Post Body @@ -3157,12 +3520,14 @@ Unimplemented Method: {2} Unexpected error occurred while accessing local post ({0}) {1} - {0} - error code, {1} - error message + {0} - error code, {1} - error message + Unexpected disk access error occurred while accessing local post ({0}) {1} - {0} - type of error (e.g. ArgumentException), {1} - error message + {0} - type of error (e.g. ArgumentException), {1} - error message + Error Accessing Local Post @@ -3175,26 +3540,31 @@ Unimplemented Method: {2} {0} {1} ({2}) - {0} - title of post, {1} - title of blog, {2} - date/time of post + {0} - title of post, {1} - title of blog, {2} - date/time of post + {0} ({1}) - {0} - title of post, {1} - date/time of post + {0} - title of post, {1} - date/time of post + post Filter {0} - {0} - Posts or Pages + {0} - Posts or Pages + Post Properties The {0} was successfully published however an error occurred while uploading supporting files: - {0} - Post or Page + {0} - Post or Page + Depending upon the nature of the error, you may be able to successfully publish the supporting files by retrying. Alternatively, you may wish to delete the {0} from your blog. - {0} - Post or Page + {0} - Post or Page + Error Uploading Supporting Files @@ -3236,16 +3606,19 @@ Unimplemented Method: {2} Your privacy is important. For more information about how Open Live Writer helps to protect it, see the: - Three links follow the colon: Privacy statement, service agreement and Code of Conduct + Three links follow the colon: Privacy statement, service agreement and Code of Conduct + .NET Foundation Privacy Policy Build {0} - {0}- the build number like 12.00.1234.1234. + {0}- the build number like 12.00.1234.1234. + Open Live Writer - Versioned product name for about dialog. + Versioned product name for about dialog. + Analyzing blog homepage web address and contents... @@ -3278,7 +3651,8 @@ Unimplemented Method: {2} Determining type of {0}... - {0} - a URL + {0} - a URL + Progress Dialog @@ -3287,7 +3661,8 @@ Unimplemented Method: {2} Downloading {0}... - {0} - a URL + {0} - a URL + Downloading editing template... @@ -3299,7 +3674,8 @@ Unimplemented Method: {2} Post contents not present on homepage, checking post... - Used when downloading template from a post page is required + Used when downloading template from a post page is required + Finalizing editing template configuration... @@ -3308,7 +3684,8 @@ Unimplemented Method: {2} Saving {0}... - {0} - a filename + {0} - a filename + Starting download of references... @@ -3326,22 +3703,27 @@ Unimplemented Method: {2} (comma separated) - Used inside the Trackback URLs control in the post property dialog + Used inside the Trackback URLs control in the post property dialog + Closed - No new comments are allowed on the post + No new comments are allowed on the post + None - Comments are not allowed on the post + Comments are not allowed on the post + Open - Comments are allowed on the post + Comments are allowed on the post + Co&mments: (Default) - Default option for author, comment policy, etc. + Default option for author, comment policy, etc. + &Excerpt: @@ -3353,31 +3735,38 @@ Unimplemented Method: {2} Page &Order: - For specifying the order in which Pages appear on WordPress. The value will be an integer + For specifying the order in which Pages appear on WordPress. The value will be an integer + Page &Parent: - For specifying the parent Page of a Page for WordPress. + For specifying the parent Page of a Page for WordPress. + Post Properties - This is an accessibility name and should be localized. + This is an accessibility name and should be localized. + Pass&word: P&ings: - This refers to sending an HTTP request to notify servers that a blog has been updated. For more info + This refers to sending an HTTP request to notify servers that a blog has been updated. For more info + P&ublish Date: Close/Open Properties Panel - This is an accessibility name and should be localized. + This is an accessibility name and should be localized. + &Slug: - A slug describes a post or page in a few words. Used by WordPress to form a permalink URL for the post. See this link for details: http://codex.wordpress.org/Glossary#Slug + A slug describes a post or page in a few words. Used by WordPress to form a permalink URL for the post. See this link for details: http://codex.wordpress.org/Glossary#Slug + &Tags: - This replaces Keywords for (currently) WordPress blogs only + This replaces Keywords for (currently) WordPress blogs only + Allow @@ -3413,13 +3802,15 @@ Unimplemented Method: {2} Set post date - No apostrophes (') allowed in this message + No apostrophes (') allowed in this message + Post date Published {0} - {0} - Post or Page + {0} - Post or Page + Select a folder to publish to: @@ -3460,34 +3851,42 @@ Do you still want to set this web address as your custom pin? Recent drafts - Category description for recent drafts that appears in Writer's taskbar jumplist. + Category description for recent drafts that appears in Writer's taskbar jumplist. + Recently posted Unable to Retrieve {0} from Server - {0} - Post/Page + {0} - Post/Page + {0} was unable to retrieve an up-to-date copy of the {1} from the blog server (an error occurred or the retrieve was cancelled). - {0} - Open Live Writer, {1} - post/page + {0} - Open Live Writer, {1} - post/page + You may still edit the {0} using the local copy stored on this computer. However, if you have changed the {0} online, the copy you are editing is out of date. - {0} - post/page + {0} - post/page + Unable to Retrieve {0} from Server - {0} - Post/Page + {0} - Post/Page + Recent posts - Category description for recent posts that appears in Writer's taskbar jumplist. + Category description for recent posts that appears in Writer's taskbar jumplist. + &Remember my password Retrieving {0} - {0} - Post/Page + {0} - Post/Page + Retrieving {0} from blog... - {0} - post/page + {0} - post/page + After you go through the solution, try signing in again. @@ -3505,16 +3904,20 @@ Do you still want to set this web address as your custom pin? See the solution online - Dialog box that gives an error while signing in to Live ID. This string prompts user to go online to resolve the problem. + Dialog box that gives an error while signing in to Live ID. This string prompts user to go online to resolve the problem. + Selected - Used for the Accessible Value of the currently selected view switching tab (Edit | Preview | Source). + Used for the Accessible Value of the currently selected view switching tab (Edit | Preview | Source). + (Select Blog Provider) - This appears in the drop-down list with blog providers, hence the parentheses. + This appears in the drop-down list with blog providers, hence the parentheses. + AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz - Sample text rendered to give the user an idea what each style in the HTML styles gallery looks like + Sample text rendered to give the user an idea what each style in the HTML styles gallery looks like + Sending ping @@ -3526,40 +3929,49 @@ Do you still want to set this web address as your custom pin? Alt - The Alt in Ctrl+Shift+Alt+F5 + The Alt in Ctrl+Shift+Alt+F5 + Ctrl - The Ctrl in Ctrl+Shift+Alt+F5 + The Ctrl in Ctrl+Shift+Alt+F5 + + - The + in Ctrl+Shift+Alt+F5 + The + in Ctrl+Shift+Alt+F5 + Shift - The Shift in Ctrl+Shift+Alt+F5 + The Shift in Ctrl+Shift+Alt+F5 + All Show log file - Appears in Help | About dialog + Appears in Help | About dialog + Show Properties - Show the post properties tray. + Show the post properties tray. + Show real-time word count in status &bar {0} - {0} - a number + {0} - a number + Taskpane - This is an accessibility name and should be localized. + This is an accessibility name and should be localized. + Size A&dd - Add misspelled word to dictionary + Add misspelled word to dictionary + Capitalization: @@ -3604,7 +4016,8 @@ Do you still want to set this web address as your custom pin? (No suggestions) - Used with punctuation to indicate that no alternate spellings were returned + Used with punctuation to indicate that no alternate spellings were returned + &Not in dictionary: @@ -3619,10 +4032,12 @@ Do you still want to set this web address as your custom pin? px - Unit of measurement (pixels) that is appended to the width and height of an image (e.g. 400 px) in the ribbon spinners + Unit of measurement (pixels) that is appended to the width and height of an image (e.g. 400 px) in the ribbon spinners + 999 px - The Ribbon uses the width of this string to decide how wide the spinner should be displayed + The Ribbon uses the width of this string to decide how wide the spinner should be displayed + Copyright © .NET Foundation. All rights reserved. @@ -3638,7 +4053,8 @@ Command STDOUT: Command STDERR: {3} - {0} - Product name, {1} - Build command exit code + {0} - Product name, {1} - Build command exit code + Static site build failed @@ -3758,7 +4174,8 @@ Command STDERR: Static Site Configuration for '{0}' - {0} - title of blog + {0} - title of blog + A build command is required when local site building is enabled. @@ -3791,7 +4208,8 @@ Command STDERR: Drafts path '{0}' does not exist. - {0} - attempted drafts path + {0} - attempted drafts path + Folder not found @@ -3800,28 +4218,33 @@ Command STDERR: Images path '{0}' does not exist. - {0} - attempted images path + {0} - attempted images path + Local site path '{0}' does not exist. - {0} - attempted local site path + {0} - attempted local site path + Output path is empty. Output path '{0}' does not exist. - {0} - attempted output path + {0} - attempted output path + Pages path is empty. Pages path '{0}' does not exist. - {0} - attempted pages path + {0} - attempted pages path + Posts path is empty. Posts path '{0}' does not exist. - {0} - attempted posts path + {0} - attempted posts path + Could not find post with specified ID. @@ -3864,31 +4287,38 @@ Command STDOUT: Command STDERR: {3} - {0} - Product name, {1} - Publish command exit code + {0} - Product name, {1} - Publish command exit code + Static site publish failed Statistics - Header of the table that shows word and character count + Header of the table that shows word and character count + Selection Statistics - Header of the table that shows word and character count when only looking at the currently selected text + Header of the table that shows word and character count when only looking at the currently selected text + Autosaving... - This message is shown in the status bar while Writer saves the current post in the background + This message is shown in the status bar while Writer saves the current post in the background + Draft - Saved {0} - {0} - saved date + {0} - saved date + Draft - Unsaved Published: {0} - {0} - publish date + {0} - publish date + {0} ({1}) - {0} - status message, {1} - blog name + {0} - status message, {1} - blog name + Switch to Blog @@ -3957,7 +4387,8 @@ Command STDERR: {0} Tags: {{tag-group}} - {0} - the name of a tag provider. {{tag-group}} must NOT be translated! + {0} - the name of a tag provider. {{tag-group}} must NOT be translated! + Create New Tag Provider @@ -3966,10 +4397,12 @@ Command STDERR: Edit {0} - {0} - Name of tag provider that is being edited + {0} - Name of tag provider that is being edited + The HTML caption that will appear with the HTML generated for the tags. Use {0} where you'd like the HTML generated from the HTML tag template to be placed. - {0} - "{tag-group}" + {0} - "{tag-group}" + HTML &caption for tag list: @@ -3987,7 +4420,8 @@ Command STDERR: The HTML template will be used to generate HTML for each tag that is provided. In the HTML template, use {0} where the tag should be placed. Use {1} where the URL encoded tag should be placed. - {0} - "{tag}", {1} - "{tag-encoded}" + {0} - "{tag}", {1} - "{tag-encoded}" + &HTML template for each tag: @@ -3996,7 +4430,8 @@ Command STDERR: {0} Tags: {1} - {0} - the name of a tag provider, {1} - tags provided by tag provider {0} + {0} - the name of a tag provider, {1} - tags provided by tag provider {0} + The name of the tag provider. This name will be displayed in the tag provider list when inserting tags. @@ -4026,16 +4461,20 @@ Command STDERR: Missing {0} parameter - Exception when parsing tag providers xml file. {0} replaced by tag name that is missing. + Exception when parsing tag providers xml file. {0} replaced by tag name that is missing. + This is a temporary post that was not deleted. Please delete this manually. ({0} - {1}) - {0} and {1} - a machine-readable value, for example, B8E2D78C-CD8C-4235-A77E-45F51248128E + {0} and {1} - a machine-readable value, for example, B8E2D78C-CD8C-4235-A77E-45F51248128E + Temporary Post Used For Theme Detection ({0} - {1}) - {0} and {1} - a machine-readable value, for example, B8E2D78C-CD8C-4235-A77E-45F51248128E + {0} and {1} - a machine-readable value, for example, B8E2D78C-CD8C-4235-A77E-45F51248128E + Text Style - This is an accessibility name and should be localized. + This is an accessibility name and should be localized. + The error occurred for the following reason: @@ -4047,16 +4486,19 @@ Command STDERR: Enter a {0} title - {0} - Post or Page + {0} - Post or Page + &Don't remind me about missing titles {0} Title Not Specified - {0} - Page or Post + {0} - Page or Post + You have not specified a title for this {0}. Do you still want to continue with publishing? - {0} - Page or Post + {0} - Page or Post + Title Reminder @@ -4065,22 +4507,28 @@ Command STDERR: B - The letter that should be used for the Bold button on the editing toolbar + The letter that should be used for the Bold button on the editing toolbar + - The typeface that should be used to render the Bold + The typeface that should be used to render the Bold + I - The letter that should be used for the Italic button on the editing toolbar + The letter that should be used for the Italic button on the editing toolbar + A - The letter that should be used for the Strikethrough button on the editing toolbar + The letter that should be used for the Strikethrough button on the editing toolbar + U - The letter that should be used for the Underline button on the editing toolbar + The letter that should be used for the Underline button on the editing toolbar + {0}... - {0} - a string that is being truncated + {0} - a string that is being truncated + Click here to see error details @@ -4097,7 +4545,8 @@ Command STDERR: An error occurred in the {0} plug-in: {1} - {0} - plug-in name, {1} - error description + {0} - plug-in name, {1} - error description + Plug-in Error Occurred @@ -4115,16 +4564,19 @@ Command STDERR: Unknown - Used when the value is not known. + Used when the value is not known. + Untitled (Untitled Page) - When a title needs to be displayed and a page doesn't have a title, this string will be used instead. + When a title needs to be displayed and a page doesn't have a title, this string will be used instead. + (Untitled Post) - When a title needs to be displayed and a post doesn't have a title, this string will be used instead. + When a title needs to be displayed and a post doesn't have a title, this string will be used instead. + &Update account information... @@ -4133,25 +4585,31 @@ Command STDERR: A&sk Me Later - Text displayed on ask me later button + Text displayed on ask me later button + Checking for updates - Displayed in progress dialog while user manually checks for updates + Displayed in progress dialog while user manually checks for updates + &Download Now - Text displayed on download button + Text displayed on download button + More information Required updates will be applied next time you start Open Live Writer. - Message shown to user when updates are found. + Message shown to user when updates are found. + A new version of {0} is now available. Click the download now button to download and install the update. - {0} will be replaced with the product name (i.e. Open Live Writer) + {0} will be replaced with the product name (i.e. Open Live Writer) + A new pre-release version of {0} is now available. Click the download now button to download and install the update. - {0} will be replaced with the product name (i.e. Open Live Writer) + {0} will be replaced with the product name (i.e. Open Live Writer) + Also check for pre-release (beta) &versions @@ -4160,7 +4618,8 @@ Command STDERR: There are no updates available. You are running the latest version of {0}. - {0} will be replaced with the product name + {0} will be replaced with the product name + No Updates Available @@ -4172,28 +4631,35 @@ Command STDERR: Close - Used to hide the updates available message + Used to hide the updates available message + Downloading and installing {0} update(s). Please wait... - {0} is number of updates + {0} is number of updates + Preparing to update Open Live Writer... - Message to user while updates are getting downloaded. + Message to user while updates are getting downloaded. + Install Updates - Open Live Writer - Dialog box title for installing update progress dialog. + Dialog box title for installing update progress dialog. + Starting updated Open Live Writer... - Message after updates are installed and before writer starts. + Message after updates are installed and before writer starts. + Draft Publishing your {0} - {0} - Post/Page/Draft + {0} - Post/Page/Draft + Publishing {0} to {1} - {0} - Post/Page/Draft, {1} - blog name + {0} - Post/Page/Draft, {1} - blog name + Open my blog in the browser after publishing @@ -4217,7 +4683,8 @@ Command STDERR: 245 - The maximum number of characters allowed in the video caption edit field - Cannot be greater than 245 + The maximum number of characters allowed in the video caption edit field - Cannot be greater than 245 + Error Publishing Video @@ -4226,7 +4693,8 @@ Command STDERR: From Video Service - The name of the tab in the insert video dialog that allows users to insert soapbox or youtube videos. + The name of the tab in the insert video dialog that allows users to insert soapbox or youtube videos. + There was an error getting the list of videos. @@ -4242,16 +4710,19 @@ Command STDERR: {0} is processing your uploaded video. This might take a while. - {0} - Soapbox or Youtube + {0} - Soapbox or Youtube + This video does not contain the video ID. Please enter the embed for the video. View all - shows the full list of options + shows the full list of options + &View - View blog + View blog + View map @@ -4281,10 +4752,12 @@ This might take a while. Arial - The default font that should be selected in the watermark editor + The default font that should be selected in the watermark editor + © {0:yyyy} - {0} - Year. This string can be blank. THis is the default text in the watermark textbox when the image has no watermark + {0} - Year. This string can be blank. THis is the default text in the watermark textbox when the image has no watermark + Watermark @@ -4302,10 +4775,12 @@ This might take a while. {0} has encountered a problem: {1}. - {0} - Open Live Writer, {1} - error message + {0} - Open Live Writer, {1} - error message + {0} {1} - {0} - error title, {1} - error message + {0} - error title, {1} - error message + Please tell Microsoft about this problem. @@ -4314,10 +4789,12 @@ This might take a while. Do Not Send Report - The report in question is the error report from Watson. + The report in question is the error report from Watson. + Send Report - The report in question is the error report from Watson. + The report in question is the error report from Watson. + You may have problems with editing content using the theme for the current blog (for example, incorrect post layout or problems selecting and resizing content). @@ -4335,7 +4812,8 @@ This might take a while. {0} has detected the following capabilities for your blog: - {0} - Open Live Writer + {0} - Open Live Writer + Blog Capabilities @@ -4353,7 +4831,8 @@ This might take a while. Blog Options - {0} - {0} - Name of blog + {0} - Name of blog + Width @@ -4365,16 +4844,19 @@ This might take a while. {0} - {1} - {0} - post title, {1} - "Open Live Writer" + {0} - post title, {1} - "Open Live Writer" + {0}... - {0} - a command name that needs to be followed with ellipses, in accordance with Windows UI guidelines + {0} - a command name that needs to be followed with ellipses, in accordance with Windows UI guidelines + < &Back Configure {0} to publish to: - {0} - Long product name, i.e. "Open Live Writer"; followed by a choice of two options: "SharePoint blog" or "Another blog service" + {0} - Long product name, i.e. "Open Live Writer"; followed by a choice of two options: "SharePoint blog" or "Another blog service" + &Google Blogger @@ -4389,7 +4871,8 @@ This might take a while. Many popular blog services work with {0}. - {0} - Long product name, i.e. "Open Live Writer" + {0} - Long product name, i.e. "Open Live Writer" + What blog service do you use? @@ -4401,13 +4884,16 @@ This might take a while. Words - {0} - The number of words in any given text. + {0} - The number of words in any given text. + Word Count - The text shown on the dialog that gives word count + The text shown on the dialog that gives word count + Words: {0} - {0} - number of words in the document + {0} - number of words in the document + Yes