Cisco 5505 Administration Guide - Page 91

export webvpn translation-table, United States. - asa -

Page 91 highlights

Chapter 8 Customizing and Localizing the AnyConnect Client Customizing the End-user Experience Step 1 Export a translation table template to a computer with the export webvpn translation-table command from privileged EXEC mode. In the following example, the show webvpn translation-table command shows available translation table templates and tables. hostname# show import webvpn translation-table Translation Tables' Templates: AnyConnect PortForwarder banners csd customization url-list webvpn Translation Tables: test hostname# customization The next example exports the translation table template for the AnyConnect domain, which affects messages displayed to AnyConnect client users. In this example, the filename of the XML file created is test (user-specified), and it contains empty message fields: hostname# export webvpn translation-table AnyConnect template tftp://209.165.200.225/test Step 2 Edit the translation table XML file. The following example shows a portion of the template that was exported as test. The end of this output includes a message ID field (msgid) and a message string field (msgstr) for the message Clientless SSL VPN Service, which is displayed on the portal page when a Clientless user establishes a VPN connection. The complete template contains many pairs of message fields: # Copyright (C) 2007 by Cisco Systems, Inc. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: ASA\n" "Report-Msgid-Bugs-To: [email protected]\n" "POT-Creation-Date: 2007-04-23 18:57 GMT\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: DfltCustomization:24 DfltCustomization:64 msgid "Clientless SSL VPN Service" msgstr "" The message ID field (msgid) contains the default translation. The message string field (msgstr) that follows msgid provides the translation. To create a translation, enter the translated text between the quotes of the msgstr string. Step 3 Import the translation table using the import webvpn translation-table command from privileged EXEC mode. In the following example, the XML file is imported es-us-the abbreviation for Spanish spoken in the United States. OL-12950-012 Cisco AnyConnect VPN Client Administrator Guide 8-9

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118

8-9
Cisco AnyConnect VPN Client Administrator Guide
OL-12950-012
Chapter 8
Customizing and Localizing the AnyConnect Client
Customizing the End-user Experience
Step 1
Export a translation table template to a computer with the
export webvpn translation-table
command
from privileged EXEC mode.
In the following example, the
show webvpn translation-table
command shows available translation
table templates and tables.
hostname#
show import webvpn translation-table
Translation Tables' Templates:
AnyConnect
PortForwarder
banners
csd
customization
url-list
webvpn
Translation Tables:
test
customization
hostname#
The next example exports the translation table template for the AnyConnect domain, which affects
messages displayed to AnyConnect client users. In this example, the filename of the XML file created
is
test
(user-specified), and it contains empty message fields:
hostname#
export webvpn translation-table AnyConnect template tftp://209.165.200.225/test
Step 2
Edit the translation table XML file.
The following example shows a portion of the template that was exported as
test
. The end of this output
includes a message ID field (msgid) and a message string field (msgstr) for the message
Clientless SSL
VPN Service
, which is displayed on the portal page when a Clientless user establishes a VPN connection.
The complete template contains many pairs of message fields:
# Copyright (C) 2007 by Cisco Systems, Inc.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ASA\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2007-04-23 18:57 GMT\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: DfltCustomization:24 DfltCustomization:64
msgid "Clientless SSL VPN Service"
msgstr ""
The message ID field (msgid) contains the default translation. The message string field (msgstr) that
follows msgid provides the translation. To create a translation, enter the translated text between the
quotes of the msgstr string.
Step 3
Import the translation table using the
import webvpn translation-table
command from privileged
EXEC mode.
In the following example, the XML file is imported
es-us
—the abbreviation for Spanish spoken in the
United States.