[Kimchi-devel] [PATCH 1/4] [UI] Add i18n Strings for Repositories Management
Hongliang Wang
hlwang at linux.vnet.ibm.com
Tue Mar 4 10:33:05 UTC 2014
i18n support for repositories management.
Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
---
ui/pages/i18n.html.tmpl | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/ui/pages/i18n.html.tmpl b/ui/pages/i18n.html.tmpl
index 38f71d9..9f93d88 100644
--- a/ui/pages/i18n.html.tmpl
+++ b/ui/pages/i18n.html.tmpl
@@ -77,6 +77,24 @@ var i18n = {
'KCHHOST6007M': "$_("Sent")",
'KCHHOST6008M': "$_("Shutting down or restarting host will cause unsaved work lost. Continue to shut down/restarting?")",
+
+ 'KCHREPO6001M': "$_("Confirm")",
+ 'KCHREPO6002M': "$_("Repository will be removed permanently and can't be recovered. Do you want to continue?")",
+ 'KCHREPO6003M': "$_("Repositories")",
+ 'KCHREPO6004M': "$_("Repos ID")",
+ 'KCHREPO6005M': "$_("Repos Name")",
+ 'KCHREPO6006M': "$_("Base URL")",
+ 'KCHREPO6007M': "$_("Is Mirror")",
+ 'KCHREPO6008M': "$_("URL Args")",
+ 'KCHREPO6009M': "$_("Enabled")",
+ 'KCHREPO6010M': "$_("GPG Check")",
+ 'KCHREPO6011M': "$_("GPG Key")",
+ 'KCHREPO6012M': "$_("Add")",
+ 'KCHREPO6013M': "$_("Edit")",
+ 'KCHREPO6014M': "$_("Remove")",
+ 'KCHREPO6015M': "$_("Failed.")",
+
+
'KCHDR6001M': "$_("Debug report will be removed permanently and can't be recovered. Do you want to continue?")",
'KCHDR6002M': "$_("Debug Reports")",
'KCHDR6003M': "$_("Name")",
--
1.8.1.4
More information about the Kimchi-devel
mailing list