mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 07:10:43 -04:00
Moved SPainter and GPSSim to ext app (#1721)
* Moved GPSSim * Moved spainter
This commit is contained in:
parent
1a69ce2d97
commit
d303098e35
17 changed files with 241 additions and 45 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "ui_language.hpp"
|
||||
|
||||
const char* LanguageHelper::englishMessages[] = {"OK", "Cancel", "Error", "Modem setup", "Debug", "Log", "Done", "Start", "Stop", "Scan", "Clear", "Ready", "Data:"};
|
||||
const char* LanguageHelper::englishMessages[] = {"OK", "Cancel", "Error", "Modem setup", "Debug", "Log", "Done", "Start", "Stop", "Scan", "Clear", "Ready", "Data:", "Loop"};
|
||||
|
||||
const char** LanguageHelper::currentMessages = englishMessages;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue