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 /modules/admin-core/src/i18n | |
parent | a3a51464fd8cffa6d18fa3f18be9c699901abd0d (diff) |
* Mördercommit ;-)
* Major Repository Reorganisation
* API 0.4 Softfreeze to come
Diffstat (limited to 'modules/admin-core/src/i18n')
-rw-r--r-- | modules/admin-core/src/i18n/admin_index.en | 24 | ||||
-rw-r--r-- | modules/admin-core/src/i18n/admin_uci.en | 2 |
2 files changed, 26 insertions, 0 deletions
diff --git a/modules/admin-core/src/i18n/admin_index.en b/modules/admin-core/src/i18n/admin_index.en new file mode 100644 index 0000000000..6a48775233 --- /dev/null +++ b/modules/admin-core/src/i18n/admin_index.en @@ -0,0 +1,24 @@ +luci = "User Interface" + +hello = "Hello!" +admin1 = "This is the administration area of FFLuCI." +admin2 = "FFLuCI is a free, flexible, and user friendly graphical interface for configuring OpenWRT Kamikaze." +admin3 = "On the following pages you can adjust all important settings of your router." +admin4 = "You will find a navigation leading to the different configuration pages on the left side." +admin5 = [[As we are always want to improve this interface we are looking forward +to your feedback and suggestions.]] +admin6 = "And now have fun with your router!" +team = "The FFLuCI Team" + +luci1 = "Here you can customize the settings and the functionality of FFLuCI." +language = "Language" +general = "General" +catpriv = "Category Privileges" +catpriv1 = [[To secure FFLuCI even further the user and group privileges of +each category can be decreased. Therefore an attacker cannot takeover the whole system +when a security exploit for any publicly available page is found.]] +ucicommit = "Post-commit actions" +ucicommit1 = [[These commands will be executed automatically when a given UCI configuration is committed allowing +changes to be applied instantly.]] +keepflash = "Files to be kept when flashing a new firmware" +keepflash1 = "When flashing a new firmware with FFLuCI these files will be added to the new firmware installation."
\ No newline at end of file diff --git a/modules/admin-core/src/i18n/admin_uci.en b/modules/admin-core/src/i18n/admin_uci.en new file mode 100644 index 0000000000..00ac5f5ff8 --- /dev/null +++ b/modules/admin-core/src/i18n/admin_uci.en @@ -0,0 +1,2 @@ +uci_applied = "The following changes were applied" +uci_reverted = "The following changes were reverted"
\ No newline at end of file |