Skip to content

Commit

Permalink
Merge pull request #17 from dtalens/master
Browse files Browse the repository at this point in the history
Update ca-ES.h
  • Loading branch information
dzungpv authored Dec 27, 2023
2 parents 93865d1 + 23a8c16 commit aedd82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/languages/ca-ES.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ namespace ca
const char txt_others_debug_log[] PROGMEM = "MQTT topic debug logs";
const char txt_others_tx_pin[] PROGMEM = "TX pin (ESP32, 0 use UART1)";
const char txt_others_rx_pin[] PROGMEM = "RX pin (ESP32, 0 use UART1)";
const char txt_others_tz[] PROGMEM = "Timezone";
const char txt_others_tz_list[] PROGMEM = "See list";
const char txt_others_tz[] PROGMEM = "Fus horari";
const char txt_others_tz_list[] PROGMEM = "Vegeu-ne la llista";

// Page Status
const char txt_status_title[] PROGMEM = "Estat";
Expand Down Expand Up @@ -174,7 +174,7 @@ namespace ca
const char txt_upload_aborted[] PROGMEM = "S'ha interromput la pujada";
const char txt_upload_code[] PROGMEM = "Codi d'error de pujada ";
const char txt_upload_error[] PROGMEM = "Codi d'error de pujada (vegeu Updater.cpp) ";
const char txt_upload_success[] PROGMEM = "Correcte";
const char txt_upload_success[] PROGMEM = "Correcta";
const char txt_upload_refresh[] PROGMEM = "Refrescant en";

// Page Init
Expand Down

0 comments on commit aedd82b

Please sign in to comment.