[Kimchi-devel] [PATCH v4 3/5] [UI] Add i18n Variables for CDROM-related Function
Aline Manera
alinefm at linux.vnet.ibm.com
Mon Mar 10 17:11:56 UTC 2014
Reviewed-by: Aline Manera <alinefm at linux.vnet.ibm.com>
On 03/10/2014 06:44 AM, Hongliang Wang wrote:
> Add i18n strings in i18n.html.tmpl.
>
> Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
> ---
> ui/pages/i18n.html.tmpl | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/ui/pages/i18n.html.tmpl b/ui/pages/i18n.html.tmpl
> index a7dddf4..b671af3 100644
> --- a/ui/pages/i18n.html.tmpl
> +++ b/ui/pages/i18n.html.tmpl
> @@ -91,6 +91,17 @@ var i18n = {
>
> 'KCHVM6001M': "$_("This will delete the virtual machine and its virtual disks. This operation cannot be undone. Would you like to continue?")",
>
> +
> + 'KCHVMCD6001M': "$_("This CDROM will be detached permanently and you can re-attach it. Continue to detach it?")",
> + 'KCHVMCD6002M': "$_("Attach")",
> + 'KCHVMCD6003M': "$_("Attaching...")",
> + 'KCHVMCD6004M': "$_("Replace")",
> + 'KCHVMCD6005M': "$_("Replacing...")",
> + 'KCHVMCD6006M': "$_("Successfully attached!")",
> + 'KCHVMCD6007M': "$_("Successfully replaced!")",
> + 'KCHVMCD6008M': "$_("Successfully detached!")",
> +
> +
> 'KCHNET6001E': "$_("The VLAN id must be between 1 and 4094.")",
>
> 'KCHNET6001M': "$_("unavailable")",
More information about the Kimchi-devel
mailing list