RSS Git Download  Clone
Raw Blame History
<?php
$lang = array();
$lang['confirm_yes'] = 'Sure';
$lang['confirm_no'] = 'Cancel';
$lang['confirm_close'] = 'Cancel';
$lang['jgrowl_closer_template'] = '<div>[close all]</div>';
$lang['welcome'] = 'Welcome to the address-book application!';
?>