Copyright 2010-2015 Obihai Technology, Inc.
115
DefaultFont parameter takes only the font family; the style suffix is automatically applied by the phone. Hence the
following built-in font families can be used:
-
ptsans
-
aleo
-
banksia
-
droidsans
-
libre-caslon
-
opensans
-
quattrocento
-
terminal-dosis
Notes:
-
When using the Tomas skin, however, the font is fixed. The configured DefaultFont value will not take effect
-
When using a language other than English, make sure to use a Font family that includes all the characters in
the chosen language
Language Customization with Dictionary Files
Language customization allows you to change the language of the displayed text shown on the phone GUI. The
customization is done by installing a dictionary file for each selectable language. Dictionary files are XML files stored in
the internal folder
/dict/
and must be UTF-8 encoded. Custom dictionary files may only be installed on the phone using
the data package upload method. By default the phone comes with three built-in dictionary files: English-US, English-
UK, and Spanish. User can set select the language under Preferences on the GUI.
Below is the full Spanish dictionary file that is shipped with the phone. The name of the language is specified in the lang
attribute of the root element <dictionary> and is also the name shown to the user in the Perference for language
selection.
<!--
Each dictionary item has a key/value pair, a mode attribute and a namespace.
When applying the dictionary, we match the key against the source phrase.
If mode=”i”, the comparison is case-insensitive; otherwise the comparison
is case-sensitive. The namespace ns must be matched also.
-->
<
dictionary
lang
=
"
Español
"
>
<!--
App names
-->
<
item
key
=
"
Contacts
"
value
=
"
Contactos
"
/>
<
item
key
=
"
Current Calls
"
value
=
"
Llamadas
"
/>
<
item
key
=
"
Call History
"
value
=
"
Historial
"
/>
<
item
key
=
"
Preferences
"
value
=
"
Preferencias
"
/>
<
item
key
=
"
Settings
"
value
=
"
Ajustes
"
/>
<
item
key
=
"
Product Info
"
value
=
"
Producto
"
/>
<
item
key
=
"
Buddy List
"
value
=
"
Amistades
"
/>
<
item
key
=
"
Net Services
"
value
=
"
Red Servicios
"
/>
<!--
Line key function name
-->
<
item
key
=
"
AANS
"
value
=
"
Respuesta Automática
"
mode
=
"
i
"
/>
<
item
key
=
"
acd
"
value
=
"
Distr. automático de llamadas
"
mode
=
"
i
"
/>
<
item
key
=
"
BXFER
"
value
=
"
Transferencia Ciega
"
mode
=
"
i
"
/>
<
item
key
=
"
BAC
"
value
=
"
Blq. Llamadas Anónimas
"
mode
=
"
i
"
/>
<
item
key
=
"
BCI
"
value
=
"
Blq. ID de Llamadas
"
mode
=
"
i
"
/>
<
item
key
=
"
BLF
"
value
=
"
Monitor de teléfono
"
mode
=
"
i
"
/>
<
item
key
=
"
call
"
value
=
"
Llamada
"
mode
=
"
i
"
/>
<
item
key
=
"
CFA
"
value
=
"
Desvío de Llamadas
"
mode
=
"
i
"
/>
<
item
key
=
"
CWA
"
value
=
"
Llamada en Espera
"
mode
=
"
i
"
/>
<
item
key
=
"
CONF
"
value
=
"
Unir a Conferencia
"
mode
=
"
i
"
/>
<
item
key
=
"
disp-code
"
value
=
"
Código Disposición
"
mode
=
"
i
"
/>
<
item
key
=
"
DND
"
value
=
"
No Molestar
"
mode
=
"
i
"
/>
<
item
key
=
"
DNR
"
value
=
"
No Suena
"
mode
=
"
i
"
/>
<
item
key
=
"
HOLD
"
value
=
"
En Espera
"
mode
=
"
i
"
/>
<
item
key
=
"
hoteling
"
value
=
"
Hoteling
"
mode
=
"
i
"
/>
<
item
key
=
"
acd
"
value
=
"
ACD Agent State
"
mode
=
"
i
"
/>