PageRenderTime 61ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

/vkUpploader-net35/vkUpploaderApp/StringResources.Designer.cs

#
C# | 324 lines | 177 code | 37 blank | 110 comment | 1 complexity | b942606631f69ea362e1c3ecd8ec1faa MD5 | raw file
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.18034
  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 vkUpploaderApp {
  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 StringResources {
  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 StringResources() {
  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("vkUpploaderApp.StringResources", typeof(StringResources).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 Альбом для загрузки скриншотов.
  56. /// </summary>
  57. public static string AlbumName {
  58. get {
  59. return ResourceManager.GetString("AlbumName", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to Применить.
  64. /// </summary>
  65. public static string Apply {
  66. get {
  67. return ResourceManager.GetString("Apply", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to Создать.
  72. /// </summary>
  73. public static string ButtonCreate {
  74. get {
  75. return ResourceManager.GetString("ButtonCreate", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to Выход.
  80. /// </summary>
  81. public static string ButtonExit {
  82. get {
  83. return ResourceManager.GetString("ButtonExit", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to Clipboard is empty.
  88. /// </summary>
  89. public static string ClipboardEmpty {
  90. get {
  91. return ResourceManager.GetString("ClipboardEmpty", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to New Album.
  96. /// </summary>
  97. public static string CreateNewAlbum {
  98. get {
  99. return ResourceManager.GetString("CreateNewAlbum", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to Выход.
  104. /// </summary>
  105. public static string Exit {
  106. get {
  107. return ResourceManager.GetString("Exit", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Вы действительно хотите выйти?.
  112. /// </summary>
  113. public static string ExitPromt {
  114. get {
  115. return ResourceManager.GetString("ExitPromt", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to Из буфера обмена.
  120. /// </summary>
  121. public static string FromClipborad {
  122. get {
  123. return ResourceManager.GetString("FromClipborad", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to Из файла.
  128. /// </summary>
  129. public static string FromFile {
  130. get {
  131. return ResourceManager.GetString("FromFile", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to Область экрана.
  136. /// </summary>
  137. public static string FromRegion {
  138. get {
  139. return ResourceManager.GetString("FromRegion", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to Весь экран.
  144. /// </summary>
  145. public static string FromScreen {
  146. get {
  147. return ResourceManager.GetString("FromScreen", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to Язык.
  152. /// </summary>
  153. public static string Language {
  154. get {
  155. return ResourceManager.GetString("Language", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to Войти.
  160. /// </summary>
  161. public static string LoginButton {
  162. get {
  163. return ResourceManager.GetString("LoginButton", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to Для использования программы вы должны пройти авторизацию через сайт ВКонтакте.
  168. /// </summary>
  169. public static string LoginPrompt {
  170. get {
  171. return ResourceManager.GetString("LoginPrompt", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Logout.
  176. /// </summary>
  177. public static string Logout {
  178. get {
  179. return ResourceManager.GetString("Logout", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to Моя страница.
  184. /// </summary>
  185. public static string MyPage {
  186. get {
  187. return ResourceManager.GetString("MyPage", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to Name cannot be empty.
  192. /// </summary>
  193. public static string NameCannotBeEmpty {
  194. get {
  195. return ResourceManager.GetString("NameCannotBeEmpty", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized string similar to Create an album.
  200. /// </summary>
  201. public static string NewAlbumForm {
  202. get {
  203. return ResourceManager.GetString("NewAlbumForm", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized string similar to Имя альбома.
  208. /// </summary>
  209. public static string NewAlbumName {
  210. get {
  211. return ResourceManager.GetString("NewAlbumName", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized string similar to Комментирование.
  216. /// </summary>
  217. public static string PermissionsComment {
  218. get {
  219. return ResourceManager.GetString("PermissionsComment", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to Просмотр.
  224. /// </summary>
  225. public static string PermissionsView {
  226. get {
  227. return ResourceManager.GetString("PermissionsView", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// Looks up a localized string similar to VK image uploader.
  232. /// </summary>
  233. public static string ProductName {
  234. get {
  235. return ResourceManager.GetString("ProductName", resourceCulture);
  236. }
  237. }
  238. /// <summary>
  239. /// Looks up a localized string similar to Альбом для загрузки фотографий не задан. Сделать это сейчас?.
  240. /// </summary>
  241. public static string SelectAlbumPromt {
  242. get {
  243. return ResourceManager.GetString("SelectAlbumPromt", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// Looks up a localized string similar to Settings.
  248. /// </summary>
  249. public static string Settings {
  250. get {
  251. return ResourceManager.GetString("Settings", resourceCulture);
  252. }
  253. }
  254. /// <summary>
  255. /// Looks up a localized string similar to Загружать в.
  256. /// </summary>
  257. public static string Target {
  258. get {
  259. return ResourceManager.GetString("Target", resourceCulture);
  260. }
  261. }
  262. /// <summary>
  263. /// Looks up a localized string similar to Альбом для загрузки скриншотов:.
  264. /// </summary>
  265. public static string UploadAlbum {
  266. get {
  267. return ResourceManager.GetString("UploadAlbum", resourceCulture);
  268. }
  269. }
  270. /// <summary>
  271. /// Looks up a localized string similar to Загрузка….
  272. /// </summary>
  273. public static string Uploading {
  274. get {
  275. return ResourceManager.GetString("Uploading", resourceCulture);
  276. }
  277. }
  278. /// <summary>
  279. /// Looks up a localized string similar to Ссылка скопирована в буфер обмена.
  280. /// </summary>
  281. public static string UrlCopiedToClipboard {
  282. get {
  283. return ResourceManager.GetString("UrlCopiedToClipboard", resourceCulture);
  284. }
  285. }
  286. }
  287. }