RSS Git Download  Clone
Raw Blame History
<?php
$lang['page_title'] = 'Address-book';
$lang['header_title'] = 'Address-book';
$lang['header_title_tooltip'] = 'Example internationalized AJAX system';
$lang['navigation_home'] = 'Home';
$lang['navigation_contact'] = 'Contacts';
$lang['navigation_contact_new'] = 'New contact';
$lang['navigation_category'] = 'Categories';
$lang['navigation_category_new'] = 'New category';
$lang['navigation_help'] = 'Help';
$lang['navigation_help_tooltip'] = 'Please select from the popup menu';
$lang['navigation_help_requirements'] = 'Requirements';
$lang['navigation_help_installation'] = 'Installation';
$lang['navigation_help_technologies'] = 'Technologies';
$lang['confirm_title'] = 'Confirm';
$lang['switch_locale_label'] = 'Interface language:';
$lang['locale_en'] = 'English';
$lang['locale_hu'] = 'Magyar (Hungarian)';
$lang['copyright'] = 'Patrik Laszlo 2011';
?>