98 lines
4.5 KiB
C++
Executable File
98 lines
4.5 KiB
C++
Executable File
// This file is automatically generated by GRIT. Do not edit.
|
|
|
|
#include "messages.h"
|
|
|
|
// All strings are UTF-8
|
|
const char* GetString(int id) {
|
|
switch (id) {
|
|
case IDS_LIBADDRESSINPUT_COUNTRY_OR_REGION_LABEL:
|
|
return "Country / Region";
|
|
case IDS_LIBADDRESSINPUT_LOCALITY_LABEL:
|
|
return "City";
|
|
case IDS_LIBADDRESSINPUT_POST_TOWN:
|
|
return "Post Town";
|
|
case IDS_LIBADDRESSINPUT_SUBURB:
|
|
return "Suburb";
|
|
case IDS_LIBADDRESSINPUT_TOWNLAND:
|
|
return "Townland";
|
|
case IDS_LIBADDRESSINPUT_VILLAGE_TOWNSHIP:
|
|
return "Village / Township";
|
|
case IDS_LIBADDRESSINPUT_ADDRESS_LINE_1_LABEL:
|
|
return "Street address";
|
|
case IDS_LIBADDRESSINPUT_EIR_CODE_LABEL:
|
|
return "Eircode";
|
|
case IDS_LIBADDRESSINPUT_PIN_CODE_LABEL:
|
|
return "PIN code";
|
|
case IDS_LIBADDRESSINPUT_POSTAL_CODE_LABEL:
|
|
return "Postal code";
|
|
case IDS_LIBADDRESSINPUT_ZIP_CODE_LABEL:
|
|
return "ZIP code";
|
|
case IDS_LIBADDRESSINPUT_AREA:
|
|
return "Area";
|
|
case IDS_LIBADDRESSINPUT_COUNTY:
|
|
return "County";
|
|
case IDS_LIBADDRESSINPUT_DEPARTMENT:
|
|
return "Department";
|
|
case IDS_LIBADDRESSINPUT_DISTRICT:
|
|
return "District";
|
|
case IDS_LIBADDRESSINPUT_DO_SI:
|
|
return "Do/Si";
|
|
case IDS_LIBADDRESSINPUT_EMIRATE:
|
|
return "Emirate";
|
|
case IDS_LIBADDRESSINPUT_ISLAND:
|
|
return "Island";
|
|
case IDS_LIBADDRESSINPUT_OBLAST:
|
|
return "Oblast";
|
|
case IDS_LIBADDRESSINPUT_PARISH:
|
|
return "Parish";
|
|
case IDS_LIBADDRESSINPUT_PREFECTURE:
|
|
return "Prefecture";
|
|
case IDS_LIBADDRESSINPUT_PROVINCE:
|
|
return "Province";
|
|
case IDS_LIBADDRESSINPUT_STATE:
|
|
return "State";
|
|
case IDS_LIBADDRESSINPUT_ORGANIZATION_LABEL:
|
|
return "Organization";
|
|
case IDS_LIBADDRESSINPUT_RECIPIENT_LABEL:
|
|
return "Name";
|
|
case IDS_LIBADDRESSINPUT_NEIGHBORHOOD:
|
|
return "Neighborhood";
|
|
case IDS_LIBADDRESSINPUT_MISSING_REQUIRED_FIELD:
|
|
return "You can\'t leave this empty.";
|
|
case IDS_LIBADDRESSINPUT_MISSING_REQUIRED_POSTAL_CODE_EXAMPLE_AND_URL:
|
|
return "You must provide a postal code, for example $1. Don\'t know your postal code? Find it out $2here$3.";
|
|
case IDS_LIBADDRESSINPUT_MISSING_REQUIRED_POSTAL_CODE_EXAMPLE:
|
|
return "You must provide a postal code, for example $1.";
|
|
case IDS_LIBADDRESSINPUT_MISSING_REQUIRED_ZIP_CODE_EXAMPLE_AND_URL:
|
|
return "You must provide a ZIP code, for example $1. Don\'t know your ZIP code? Find it out $2here$3.";
|
|
case IDS_LIBADDRESSINPUT_MISSING_REQUIRED_ZIP_CODE_EXAMPLE:
|
|
return "You must provide a ZIP code, for example $1.";
|
|
case IDS_LIBADDRESSINPUT_UNKNOWN_VALUE:
|
|
return "$1 is not recognized as a known value for this field.";
|
|
case IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_POSTAL_CODE_EXAMPLE_AND_URL:
|
|
return "This postal code format is not recognized. Example of a valid postal code: $1. Don\'t know your postal code? Find it out $2here$3.";
|
|
case IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_POSTAL_CODE_EXAMPLE:
|
|
return "This postal code format is not recognized. Example of a valid postal code: $1.";
|
|
case IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_POSTAL_CODE:
|
|
return "This postal code format is not recognized.";
|
|
case IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_ZIP_CODE_EXAMPLE_AND_URL:
|
|
return "This ZIP code format is not recognized. Example of a valid ZIP code: $1. Don\'t know your ZIP code? Find it out $2here$3.";
|
|
case IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_ZIP_CODE_EXAMPLE:
|
|
return "This ZIP code format is not recognized. Example of a valid ZIP code: $1.";
|
|
case IDS_LIBADDRESSINPUT_UNRECOGNIZED_FORMAT_ZIP:
|
|
return "This ZIP code format is not recognized.";
|
|
case IDS_LIBADDRESSINPUT_MISMATCHING_VALUE_POSTAL_CODE_URL:
|
|
return "This postal code does not appear to match the rest of this address. Don\'t know your postal code? Find it out $1here$2.";
|
|
case IDS_LIBADDRESSINPUT_MISMATCHING_VALUE_POSTAL_CODE:
|
|
return "This postal code does not appear to match the rest of this address.";
|
|
case IDS_LIBADDRESSINPUT_MISMATCHING_VALUE_ZIP_URL:
|
|
return "This ZIP code does not appear to match the rest of this address. Don\'t know your ZIP code? Find it out $1here$2.";
|
|
case IDS_LIBADDRESSINPUT_MISMATCHING_VALUE_ZIP:
|
|
return "This ZIP code does not appear to match the rest of this address.";
|
|
case IDS_LIBADDRESSINPUT_PO_BOX_FORBIDDEN_VALUE:
|
|
return "This address line appears to contain a post office box. Please use a street or building address.";
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|