mirror of
https://github.com/chyzy/RSystem-MVC
synced 2024-11-26 00:05:27 +01:00
487 lines
16 KiB
C#
487 lines
16 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace RSystem.App_LocalResources.Recruit.Data {
|
|
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", "15.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class Data {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Data() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RSystem.App_LocalResources.Recruit.Data.Data", typeof(Data).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)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Adres zamieszkania.
|
|
/// </summary>
|
|
public static string Address {
|
|
get {
|
|
return ResourceManager.GetString("Address", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Miejsce urodzenia.
|
|
/// </summary>
|
|
public static string BirthCity {
|
|
get {
|
|
return ResourceManager.GetString("BirthCity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kraj urodzenia.
|
|
/// </summary>
|
|
public static string BirthCountry {
|
|
get {
|
|
return ResourceManager.GetString("BirthCountry", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Anuluj.
|
|
/// </summary>
|
|
public static string Cancel {
|
|
get {
|
|
return ResourceManager.GetString("Cancel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Obywatelstwo.
|
|
/// </summary>
|
|
public static string Citizenship {
|
|
get {
|
|
return ResourceManager.GetString("Citizenship", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Miasto.
|
|
/// </summary>
|
|
public static string City {
|
|
get {
|
|
return ResourceManager.GetString("City", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dane kontaktowe.
|
|
/// </summary>
|
|
public static string Contact {
|
|
get {
|
|
return ResourceManager.GetString("Contact", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Adres do korespondencji.
|
|
/// </summary>
|
|
public static string CorespondentAddress {
|
|
get {
|
|
return ResourceManager.GetString("CorespondentAddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Adres do korespondencji taki sam jak adres zamieszkania.
|
|
/// </summary>
|
|
public static string CorespondentAdressSameAsResidence {
|
|
get {
|
|
return ResourceManager.GetString("CorespondentAdressSameAsResidence", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Miasto.
|
|
/// </summary>
|
|
public static string CorespondentCity {
|
|
get {
|
|
return ResourceManager.GetString("CorespondentCity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kraj.
|
|
/// </summary>
|
|
public static string CorespondentCountry {
|
|
get {
|
|
return ResourceManager.GetString("CorespondentCountry", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Numer mieszkania.
|
|
/// </summary>
|
|
public static string CorespondentFlat {
|
|
get {
|
|
return ResourceManager.GetString("CorespondentFlat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Numer domu.
|
|
/// </summary>
|
|
public static string CorespondentHouse {
|
|
get {
|
|
return ResourceManager.GetString("CorespondentHouse", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kod pocztowy.
|
|
/// </summary>
|
|
public static string CorespondentPostalCode {
|
|
get {
|
|
return ResourceManager.GetString("CorespondentPostalCode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ulica.
|
|
/// </summary>
|
|
public static string CorespondentStreet {
|
|
get {
|
|
return ResourceManager.GetString("CorespondentStreet", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kraj.
|
|
/// </summary>
|
|
public static string Country {
|
|
get {
|
|
return ResourceManager.GetString("Country", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Data i miejsce urodzenia.
|
|
/// </summary>
|
|
public static string DateAndPlaceOfBirth {
|
|
get {
|
|
return ResourceManager.GetString("DateAndPlaceOfBirth", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Data urodzenia.
|
|
/// </summary>
|
|
public static string DayOfBirth {
|
|
get {
|
|
return ResourceManager.GetString("DayOfBirth", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Niepełnosprawność.
|
|
/// </summary>
|
|
public static string Disablility {
|
|
get {
|
|
return ResourceManager.GetString("Disablility", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dokument potwierdzający tożsamość.
|
|
/// </summary>
|
|
public static string DocumentType {
|
|
get {
|
|
return ResourceManager.GetString("DocumentType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Twój adress E-mail nie wygląda na poprawny.
|
|
/// </summary>
|
|
public static string EmailValidationError {
|
|
get {
|
|
return ResourceManager.GetString("EmailValidationError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Imię ojca.
|
|
/// </summary>
|
|
public static string FathersName {
|
|
get {
|
|
return ResourceManager.GetString("FathersName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kobieta.
|
|
/// </summary>
|
|
public static string Female {
|
|
get {
|
|
return ResourceManager.GetString("Female", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Imię.
|
|
/// </summary>
|
|
public static string Firstname {
|
|
get {
|
|
return ResourceManager.GetString("Firstname", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Numer mieszkania.
|
|
/// </summary>
|
|
public static string Flat {
|
|
get {
|
|
return ResourceManager.GetString("Flat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Numer domu.
|
|
/// </summary>
|
|
public static string House {
|
|
get {
|
|
return ResourceManager.GetString("House", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dowód Osobisty.
|
|
/// </summary>
|
|
public static string IDCard {
|
|
get {
|
|
return ResourceManager.GetString("IDCard", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tożsamość.
|
|
/// </summary>
|
|
public static string Identity {
|
|
get {
|
|
return ResourceManager.GetString("Identity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Osoba niepełnosprawna.
|
|
/// </summary>
|
|
public static string IsDisabled {
|
|
get {
|
|
return ResourceManager.GetString("IsDisabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nazwisko.
|
|
/// </summary>
|
|
public static string LastName {
|
|
get {
|
|
return ResourceManager.GetString("LastName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mężczyzna.
|
|
/// </summary>
|
|
public static string Male {
|
|
get {
|
|
return ResourceManager.GetString("Male", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wojsko.
|
|
/// </summary>
|
|
public static string Military {
|
|
get {
|
|
return ResourceManager.GetString("Military", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Status wojskowy.
|
|
/// </summary>
|
|
public static string MilitaryAttitude {
|
|
get {
|
|
return ResourceManager.GetString("MilitaryAttitude", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Imię matki.
|
|
/// </summary>
|
|
public static string MothersName {
|
|
get {
|
|
return ResourceManager.GetString("MothersName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nie.
|
|
/// </summary>
|
|
public static string No {
|
|
get {
|
|
return ResourceManager.GetString("No", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Numer Dowodu Osobistego.
|
|
/// </summary>
|
|
public static string NumberOfIDCard {
|
|
get {
|
|
return ResourceManager.GetString("NumberOfIDCard", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Numer Paszportu.
|
|
/// </summary>
|
|
public static string NumberOfPass {
|
|
get {
|
|
return ResourceManager.GetString("NumberOfPass", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rodzice.
|
|
/// </summary>
|
|
public static string Parents {
|
|
get {
|
|
return ResourceManager.GetString("Parents", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Paszport.
|
|
/// </summary>
|
|
public static string Passport {
|
|
get {
|
|
return ResourceManager.GetString("Passport", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dane osobowe.
|
|
/// </summary>
|
|
public static string PersonalData {
|
|
get {
|
|
return ResourceManager.GetString("PersonalData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Numer telefonu.
|
|
/// </summary>
|
|
public static string Phone {
|
|
get {
|
|
return ResourceManager.GetString("Phone", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Kod pocztowy.
|
|
/// </summary>
|
|
public static string PostalCode {
|
|
get {
|
|
return ResourceManager.GetString("PostalCode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zapisz.
|
|
/// </summary>
|
|
public static string Save {
|
|
get {
|
|
return ResourceManager.GetString("Save", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Drugie imie.
|
|
/// </summary>
|
|
public static string SecondName {
|
|
get {
|
|
return ResourceManager.GetString("SecondName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Płeć.
|
|
/// </summary>
|
|
public static string Sex {
|
|
get {
|
|
return ResourceManager.GetString("Sex", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ulica.
|
|
/// </summary>
|
|
public static string Street {
|
|
get {
|
|
return ResourceManager.GetString("Street", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tak.
|
|
/// </summary>
|
|
public static string Yes {
|
|
get {
|
|
return ResourceManager.GetString("Yes", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|