Skip to content

Commit 8248efd

Browse files
authored
Merge pull request solosky#259 from impeeza/impeeza-ESAbout
Add about information
2 parents beb6539 + be10b14 commit 8248efd

File tree

3 files changed

+1292
-1275
lines changed

3 files changed

+1292
-1275
lines changed

fw/application/src/i18n/es_ES.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ const char * const lang_es_ES[_L_COUNT] = {
3131
[_L_APP_SET_RESET_DEFAULT] = "Restablecer config.",
3232
[_L_APP_SET_RESET_DEFAULT_SUCCESS] = "¡Configuración Restablecida!",
3333
[_L_APP_SET_RESET_DEFAULT_CONFIRM] = "¿Confirma Restablecer\nConfig.?",
34-
[_L_APP_SET_ABOUT] = "",
35-
[_L_APP_SET_ABOUT_OPEN_SOURCE_PROJECT] = "",
36-
[_L_APP_SET_ABOUT_LGPL_LICENSE] = "",
34+
[_L_APP_SET_ABOUT] = "Acerca del dispositivo",
35+
[_L_APP_SET_ABOUT_OPEN_SOURCE_PROJECT] = "Poyecto de código abierto",
36+
[_L_APP_SET_ABOUT_LGPL_LICENSE] = "Licencia GPL 2.0",
3737
[_L_15S] = "15 segundos",
3838
[_L_30S] = "30 segundos",
3939
[_L_45S] = "45 segundos",

0 commit comments

Comments
 (0)