forked from ZeusAutomacao/DFe.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStrings.cs
19 lines (19 loc) · 951 Bytes
/
Strings.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
namespace NFe.Danfe.PdfClown
{
internal static class Strings
{
public const string InscricaoEstadual = "Inscrição Estadual";
public const string Endereco = "Endereço";
public const string Municipio = "Município";
public const string UF = "UF";
public const string CnpjCpf = "Cnpj / Cpf";
public const string Quantidade = "Quantidade";
public const string RazaoSocial = "Razão Social";
public const string NomeRazaoSocial = "Nome / Razão Social";
public const string FoneFax = "Fone / Fax";
public const string Cep = "CEP";
public const string BairroDistrito = "Bairro";
public const string TextoConsulta = "Consulta de autenticidade no portal nacional da NF-e www.nfe.fazenda.gov.br/portal ou no site da Sefaz Autorizadora";
public static string TextoCreditos = "Desenvolvido por [ www.laranjeiras.dev / (21)997706037 ]";
}
}