diff options
Diffstat (limited to 'core/src/ffluci/i18n')
-rw-r--r-- | core/src/ffluci/i18n/cbi.en | 8 | ||||
-rw-r--r-- | core/src/ffluci/i18n/default.en | 22 |
2 files changed, 26 insertions, 4 deletions
diff --git a/core/src/ffluci/i18n/cbi.en b/core/src/ffluci/i18n/cbi.en index 7c159ce50d..6069cec453 100644 --- a/core/src/ffluci/i18n/cbi.en +++ b/core/src/ffluci/i18n/cbi.en @@ -1,4 +1,4 @@ -uci_add = "Add entry" -uci_del = "Remove entry" -uci_save = "Save configuration" -uci_reset = "Reset form"
\ No newline at end of file +cbi_add = "Add entry" +cbi_del = "Remove entry" +cbi_invalid = "Error: Invalid input value" +cbi_addopt = "-- Field --"
\ No newline at end of file diff --git a/core/src/ffluci/i18n/default.en b/core/src/ffluci/i18n/default.en new file mode 100644 index 0000000000..726095ae76 --- /dev/null +++ b/core/src/ffluci/i18n/default.en @@ -0,0 +1,22 @@ +add = "Add" +save = "Save" +reset = "Reset" + +load = "Load" +webif = "Webinterface" +public = "Public" +admin = "Administration" +apply = "Apply" +changes = "Changes" +revert = "Revert" + +index = "Overview" +system = "System" +services = "Services" +network = "Network" +wifi = "Wifi" +status = "Status" +statistic = "Statistic" + +config = "Configuration" +path = "Path"
\ No newline at end of file |