Add normal and automata options for the Polycom provisioning templates

This commit is contained in:
Mark Crane
2014-07-20 06:11:37 +00:00
parent c7434ddfa9
commit 5f788ae6fe
3 changed files with 54 additions and 19 deletions
+10
View File
@@ -608,6 +608,16 @@
$text['label-keypad_lock']['pt-pt'] = "Bloqueio do teclado";
$text['label-keypad_lock']['fr-fr'] = "Verrouiller le clavier";
$text['label-automata']['en-us'] = "automata";
$text['label-automata']['es-cl'] = "automata";
$text['label-automata']['pt-pt'] = "automata";
$text['label-automata']['fr-fr'] = "automata";
$text['label-normal']['en-us'] = "normal";
$text['label-normal']['es-cl'] = "normal";
$text['label-normal']['pt-pt'] = "normal";
$text['label-normal']['fr-fr'] = "normal";
//general translations
$text['label-true']['en-us'] = "True";
$text['label-true']['es-cl'] = "Verdadero";