diff options
author | Steven Barth <steven@midlink.org> | 2008-05-08 15:37:41 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-08 15:37:41 +0000 |
commit | aa9ccf77c6648515ba58c37b9345cdbd561028db (patch) | |
tree | b0270202d47b6c5e179f8475302bb3ef0d1c9402 /core/src/i18n | |
parent | a3a51464fd8cffa6d18fa3f18be9c699901abd0d (diff) |
* Mördercommit ;-)
* Major Repository Reorganisation
* API 0.4 Softfreeze to come
Diffstat (limited to 'core/src/i18n')
-rw-r--r-- | core/src/i18n/cbi.en | 4 | ||||
-rw-r--r-- | core/src/i18n/default.en | 22 |
2 files changed, 26 insertions, 0 deletions
diff --git a/core/src/i18n/cbi.en b/core/src/i18n/cbi.en new file mode 100644 index 000000000..6069cec45 --- /dev/null +++ b/core/src/i18n/cbi.en @@ -0,0 +1,4 @@ +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/i18n/default.en b/core/src/i18n/default.en new file mode 100644 index 000000000..726095ae7 --- /dev/null +++ b/core/src/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 |