1<?php
2
3$lang['title']   = 'initialize virtual keyboard';
4$lang['header'] = "Virtual Keyboard";
5$lang["sel_none"] = "Select initial keyboard language";
6$lang['button_ini'] = 'Initialize Keyboad';
7$lang['button_unload'] = 'Unload Keyboard';
8$lang['button_exit'] ='Exit';
9
10$lang['about'] =  'To initialize the virtual keyboard, select the intial language
11which the keyboard will display, then click the "Initialize Keyboad" button.
12Once the keyboard is in  place, you can select any other
13available language from its menu. You
14may also unload the virtual keyboard by clicking the "Unload Keyboard" button.
15Clicking "Exit" closes this window without any action.';
16
17$lang['warn'] = 'After this window closes you must click either "Save" or "Cancel" in the editing window.
18If you click "Preview" your changes will be lost.';
19
20
21
22