diff Agendas/trunk/src/Agendas.Blog/Properties/Resources.Designer.cs @ 65:ebce59b45b50

Agregado de version inicial del publicador para el blog
author ROWIES@ardejorxp.inworx.corp
date Tue, 17 May 2011 18:04:56 -0300
parents
children 1d820f17fc75
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Agendas/trunk/src/Agendas.Blog/Properties/Resources.Designer.cs	Tue May 17 18:04:56 2011 -0300
@@ -0,0 +1,123 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.225
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace Agendas.Blog.Properties {
+    using System;
+    
+    
+    /// <summary>
+    ///   A strongly-typed resource class, for looking up localized strings, etc.
+    /// </summary>
+    // This class was auto-generated by the StronglyTypedResourceBuilder
+    // class via a tool like ResGen or Visual Studio.
+    // To add or remove a member, edit your .ResX file then rerun ResGen
+    // with the /str option, or rebuild your VS project.
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+    internal class Resources {
+        
+        private static global::System.Resources.ResourceManager resourceMan;
+        
+        private static global::System.Globalization.CultureInfo resourceCulture;
+        
+        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+        internal Resources() {
+        }
+        
+        /// <summary>
+        ///   Returns the cached ResourceManager instance used by this class.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Resources.ResourceManager ResourceManager {
+            get {
+                if (object.ReferenceEquals(resourceMan, null)) {
+                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Agendas.Blog.Properties.Resources", typeof(Resources).Assembly);
+                    resourceMan = temp;
+                }
+                return resourceMan;
+            }
+        }
+        
+        /// <summary>
+        ///   Overrides the current thread's CurrentUICulture property for all
+        ///   resource lookups using this strongly typed resource class.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Globalization.CultureInfo Culture {
+            get {
+                return resourceCulture;
+            }
+            set {
+                resourceCulture = value;
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to &lt;p&gt;Ya está publicada la grabación de esta VAN en: &lt;/p&gt;
+        ///&lt;p&gt;&lt;a href=&quot;{0}&quot;&gt;{0}&lt;/a&gt;&lt;/p&gt;
+        ///&lt;br /&gt;
+        ///&lt;p&gt; &lt;/p&gt;
+        ///&lt;p&gt;En nombre de la comunidad ALT.NET Hispano,&lt;/p&gt;
+        ///&lt;p&gt;{1}&lt;/p&gt;
+        ///&lt;p&gt;&lt;/p&gt;.
+        /// </summary>
+        internal static string VAN_Publicacion_Body {
+            get {
+                return ResourceManager.GetString("VAN_Publicacion_Body", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Publicada la grabación de la VAN #{0} - {1}.
+        /// </summary>
+        internal static string VAN_Publicacion_Title {
+            get {
+                return ResourceManager.GetString("VAN_Publicacion_Title", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to &lt;p&gt;El día {0}, {1} presentará en una nueva VAN el tema &quot;{2}&quot;&lt;/p&gt;
+        ///{3}
+        ///&lt;p&gt;&amp;nbsp;&lt;/p&gt;
+        ///&lt;p&gt;Para acceder, pueden hacerlo por live meeting mediante alguno de los siguientes enlaces:&lt;/p&gt;
+        ///&lt;p&gt;&lt;a href=&quot;http://snipr.com/virtualaltnet&quot;&gt;http://snipr.com/virtualaltnet &lt;/a&gt;&lt;/p&gt;
+        ///&lt;p&gt;&lt;a href=&quot;https://www323.livemeeting.com/cc/usergroups/join?id=van&amp;amp;role=attend&quot;&gt;https://www323.livemeeting.com/cc/usergroups/join?id=van&amp;amp;role=attend&lt;/a&gt;&lt;/p&gt;
+        ///&lt;p&gt;&amp;nbsp;&lt;/p&gt;
+        ///&lt;p&gt;Más información sobre las reuniones virtuales de la comuni [rest of string was truncated]&quot;;.
+        /// </summary>
+        internal static string VAN_Realizacion_Body {
+            get {
+                return ResourceManager.GetString("VAN_Realizacion_Body", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to &lt;p&gt;En el siguiente enlace a la lista de correos, podrán encontrar el detalle de los temas a tratar:&lt;/p&gt;
+        ///&lt;p&gt;&lt;a href=&quot;{0}&quot;&gt;{0}&lt;/a&gt;&lt;/p&gt;
+        ///&lt;p&gt;&lt;/p&gt;.
+        /// </summary>
+        internal static string VAN_Realizacion_Body_UrlListaCorreo {
+            get {
+                return ResourceManager.GetString("VAN_Realizacion_Body_UrlListaCorreo", resourceCulture);
+            }
+        }
+        
+        /// <summary>
+        ///   Looks up a localized string similar to Presentación de VAN con {0} - {1}.
+        /// </summary>
+        internal static string VAN_Realizacion_Title {
+            get {
+                return ResourceManager.GetString("VAN_Realizacion_Title", resourceCulture);
+            }
+        }
+    }
+}