Add D_ISO_LANG_CODE

This commit is contained in:
fvanroie 2021-11-13 08:07:10 +01:00
parent cc9fdaa1eb
commit 95fead66a3
8 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef HASP_LANG_EN_US_H
#define HASP_LANG_EN_US_H
#define D_ISO_LANG_CODE "en-US"
#define D_USERNAME "Username:"
#define D_PASSWORD "Password:"
#define D_SSID "Ssid:"

View File

@ -1,6 +1,8 @@
#ifndef HASP_LANG_ES_ES_H
#define HASP_LANG_ES_ES_H
#define D_ISO_LANG_CODE "es-ES"
#define D_USERNAME "Usuario:"
#define D_PASSWORD "Contraseña:"
#define D_SSID "Ssid:"

View File

@ -1,6 +1,8 @@
#ifndef HASP_LANG_FR_FR_H
#define HASP_LANG_FR_FR_H
#define D_ISO_LANG_CODE "fr-FR"
#define D_USERNAME "Utilisateur:"
#define D_PASSWORD "Mot de passe:"
#define D_SSID "Ssid:"

View File

@ -1,6 +1,8 @@
#ifndef HASP_LANG_HU_HU_H
#define HASP_LANG_HU_HU_H
#define D_ISO_LANG_CODE "hu-HU"
#define D_USERNAME "Felhasználónév:"
#define D_PASSWORD "Jelszó:"
#define D_SSID "SSID:"

View File

@ -1,6 +1,8 @@
#ifndef HASP_LANG_NL_NL_H
#define HASP_LANG_NL_NL_H
#define D_ISO_LANG_CODE "nl-NL"
#define D_USERNAME "Gebruikersnaam:"
#define D_PASSWORD "Wachtwoord:"
#define D_SSID "Ssid:"

View File

@ -4,6 +4,9 @@
#include "pt_PT.h" // Common language file
// Overrides
#undef D_ISO_LANG_CODE
#define D_ISO_LANG_CODE "pt-BR"
#undef D_USERNAME
#define D_USERNAME "Usuário:"

View File

@ -1,6 +1,8 @@
#ifndef HASP_LANG_PT_PT_H
#define HASP_LANG_PT_PT_H
#define D_ISO_LANG_CODE "pt-PT"
#define D_USERNAME "Utilizador:"
#define D_PASSWORD "Palavra-passe:"
#define D_SSID "SSID:"

View File

@ -1,6 +1,8 @@
#ifndef HASP_LANG_RO_RO_H
#define HASP_LANG_RO_RO_H
#define D_ISO_LANG_CODE "ro-RO"
#define D_USERNAME "Nume de utilizator:"
#define D_PASSWORD "Parola:"
#define D_SSID "SSID:"