/personalplaner.databasewizard/Properties/Resources.Designer.cs

# · C# · 247 lines · 132 code · 28 blank · 87 comment · 1 complexity · f0590297d409efe81fb4b853faacda4a MD5 · raw file

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.239
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace personalplaner.databasewizard.Properties {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. public class Resources {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal Resources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. public static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("personalplaner.databasewizard.Properties.Resources", typeof(Resources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. public static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to Abbrechen.
  56. /// </summary>
  57. public static string Cancel {
  58. get {
  59. return ResourceManager.GetString("Cancel", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to Bitte wählen Sie eine ODBC Datenquelle aus und geben Sie den Datenbank Administrator mit dem Kennwort an..
  64. /// </summary>
  65. public static string ChooseOdbc {
  66. get {
  67. return ResourceManager.GetString("ChooseOdbc", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to Datenbank.
  72. /// </summary>
  73. public static string Database {
  74. get {
  75. return ResourceManager.GetString("Database", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to Datenbank Adminisrator.
  80. /// </summary>
  81. public static string DatabaseAdmin {
  82. get {
  83. return ResourceManager.GetString("DatabaseAdmin", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to Datenbank Informationen.
  88. /// </summary>
  89. public static string DatabaseInfo {
  90. get {
  91. return ResourceManager.GetString("DatabaseInfo", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to Datenbank Name.
  96. /// </summary>
  97. public static string DatabaseName {
  98. get {
  99. return ResourceManager.GetString("DatabaseName", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to Ende.
  104. /// </summary>
  105. public static string End {
  106. get {
  107. return ResourceManager.GetString("End", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Danke dass Sie den Personalplaner von wickedflame verwenden.
  112. ///Updates werden immer auf personalplaner.codeplex.com veröffentlicht..
  113. /// </summary>
  114. public static string EndMessage {
  115. get {
  116. return ResourceManager.GetString("EndMessage", resourceCulture);
  117. }
  118. }
  119. /// <summary>
  120. /// Looks up a localized string similar to Bitte geben Sie einen Namen für die Personalplaner Datenbank ein..
  121. /// </summary>
  122. public static string EnterDBName {
  123. get {
  124. return ResourceManager.GetString("EnterDBName", resourceCulture);
  125. }
  126. }
  127. /// <summary>
  128. /// Looks up a localized string similar to Nicht alle Informationen sind Korrekt.
  129. ///Bitte geben Sie ein gültigen Benutzername und das richtige Passwort an..
  130. /// </summary>
  131. public static string IncorectSettings {
  132. get {
  133. return ResourceManager.GetString("IncorectSettings", resourceCulture);
  134. }
  135. }
  136. /// <summary>
  137. /// Looks up a localized string similar to Fehlerhafte Angaben.
  138. /// </summary>
  139. public static string IncorectSettingsHeader {
  140. get {
  141. return ResourceManager.GetString("IncorectSettingsHeader", resourceCulture);
  142. }
  143. }
  144. /// <summary>
  145. /// Looks up a localized string similar to Login Daten.
  146. /// </summary>
  147. public static string LogonData {
  148. get {
  149. return ResourceManager.GetString("LogonData", resourceCulture);
  150. }
  151. }
  152. /// <summary>
  153. /// Looks up a localized string similar to Neue Datenbank.
  154. /// </summary>
  155. public static string NewDatabase {
  156. get {
  157. return ResourceManager.GetString("NewDatabase", resourceCulture);
  158. }
  159. }
  160. /// <summary>
  161. /// Looks up a localized string similar to Odbc Datenquelle.
  162. /// </summary>
  163. public static string OdbcDataSource {
  164. get {
  165. return ResourceManager.GetString("OdbcDataSource", resourceCulture);
  166. }
  167. }
  168. /// <summary>
  169. /// Looks up a localized string similar to Ok.
  170. /// </summary>
  171. public static string Ok {
  172. get {
  173. return ResourceManager.GetString("Ok", resourceCulture);
  174. }
  175. }
  176. /// <summary>
  177. /// Looks up a localized string similar to Kennwort.
  178. /// </summary>
  179. public static string Password {
  180. get {
  181. return ResourceManager.GetString("Password", resourceCulture);
  182. }
  183. }
  184. /// <summary>
  185. /// Looks up a localized string similar to Den Personalplaner starten.
  186. /// </summary>
  187. public static string StartPersonalplanerOnClose {
  188. get {
  189. return ResourceManager.GetString("StartPersonalplanerOnClose", resourceCulture);
  190. }
  191. }
  192. /// <summary>
  193. /// Looks up a localized string similar to Status.
  194. /// </summary>
  195. public static string Status {
  196. get {
  197. return ResourceManager.GetString("Status", resourceCulture);
  198. }
  199. }
  200. /// <summary>
  201. /// Looks up a localized string similar to Wilkommen.
  202. /// </summary>
  203. public static string Welcome {
  204. get {
  205. return ResourceManager.GetString("Welcome", resourceCulture);
  206. }
  207. }
  208. /// <summary>
  209. /// Looks up a localized string similar to Wilkommen zum Personalplaner Datenbank generator.
  210. ///
  211. ///Mit hilfe dieses generators können neue Personalplaner Datenbanken erstellt oder bestehende Personalplaner Datenbanken aktualisiert werden..
  212. /// </summary>
  213. public static string WelcomeMessage {
  214. get {
  215. return ResourceManager.GetString("WelcomeMessage", resourceCulture);
  216. }
  217. }
  218. }
  219. }