From 2623e2880c69e5e19891ad06759dcbb8ad62f91b Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 31 May 2008 08:04:49 +0000 Subject: * Core translation part 1 * Introduced new default theme "OpenWRT.org" * Minor tweaks --- i18n/english/luasrc/i18n/admin-core.en | 37 ++++++++++++++++++++++++++++++++++ i18n/english/luasrc/i18n/default.en | 27 +++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 i18n/english/luasrc/i18n/admin-core.en create mode 100644 i18n/english/luasrc/i18n/default.en (limited to 'i18n') diff --git a/i18n/english/luasrc/i18n/admin-core.en b/i18n/english/luasrc/i18n/admin-core.en new file mode 100644 index 000000000..2e96bdb50 --- /dev/null +++ b/i18n/english/luasrc/i18n/admin-core.en @@ -0,0 +1,37 @@ +a_i_ui = "User Interface" + +c_lucidesc = [[LuCI is a free Lua library with integrated MVC-Webframework and webinterface for embedded devices, +aspecially routers that run OpenWRT. Luci is licensed under the Apache-License.]] +c_projecthome = "Project Homepage" +c_leaddev = "Lead Development" +c_contributors = "Contributing Developers" +c_thanksto = "Thanks To" + +a_i_i_hello = "Hello!" +a_i_i_admin1 = "This is the administration area of LuCI." +a_i_i_admin2 = "LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWRT Kamikaze." +a_i_i_admin3 = "On the following pages you can adjust all important settings of your router." +a_i_i_admin4 = "You will find a navigation leading to the different configuration pages on the left side." +a_i_i_admin5 = [[As we are always want to improve this interface we are looking forward +to your feedback and suggestions.]] +a_i_i_admin6 = "And now have fun with your router!" +a_i_i_team = "The LuCI Team" + +a_i_status1 = [[Here you can find information about the current system status like CPU clock frequency, memory +usage or network interface data.]] +a_i_status2 = [[Also kernel or service logfiles can be viewed here to get an overview over their current state.]] + +a_s_packages = "Software" +a_s_changepw = "Admin Password" +a_s_ipkg = "IPKG-Configuration" +a_s_sshkeys = "SSH-Keys" +a_s_fstab = "Mount Points" + +luci1 = "Here you can customize the settings and the functionality of LuCI." +language = "Language" +general = "General" +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 LuCI these files will be added to the new firmware installation." \ No newline at end of file diff --git a/i18n/english/luasrc/i18n/default.en b/i18n/english/luasrc/i18n/default.en new file mode 100644 index 000000000..a387c5e1c --- /dev/null +++ b/i18n/english/luasrc/i18n/default.en @@ -0,0 +1,27 @@ +about = "About" +add = "Add" +administration = "Administration" +apply = "Apply" + +changes = "Changes" +config = "Configuration" + +fwupgrade = "Firmware Upgrade" + +hostname = "Hostname" + +load = "Load" + +overview = "Overview" +packagemanager = "Package Manager" +path = "Path" + +reset = "Reset" +revert = "Revert" + +save = "Save" +statistics = "Statistics" +syslog = "System Log" +system = "System" + +webui = "Web UI" \ No newline at end of file -- cgit v1.2.3