mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Add D_ISO_LANG_CODE
This commit is contained in:
parent
cc9fdaa1eb
commit
95fead66a3
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
||||
|
@ -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:"
|
||||
|
@ -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:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user