<?php
/* ================================================================================================
WaypointHR
www.waypointhr.com
Copyright 2009 HR-Fundamentals ltd.
----------------------------------------------------------------------------------------------------
This file is part of WaypointHR.
WaypointHR is free software: you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
WaypointHR is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with WaypointHR.
If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------------------------------
INTERNATIONALISATION STRINGS
PLEASE NOTE - This file contains only the language strings COMMON to all (or many) modules.
Separate language files exist for each module with a module's subdirectory.
Please DO NOT add module specific language strings into this file. Thanks!
$Revision: 611 $
$LastChangedDate: 2009-08-26 00:37:50 +0100 (Wed, 26 Aug 2009) $
================================================================================================= */
$this->add_strings('en-gb',$context,array(
/* -- Please do not change anything ABOVE this line -- */
'module_title_employees'=>'Employees',
'module_title_reports'=>'Reports',
'module_title_options'=>'Options',
'module_title_exit'=>'Exit interviews',
'module_title_appraisals'=>'Performance appraisals',
'module_title_absence'=>'Absence management',
'module_title_logout'=>'Logout',
'module_title_language'=>'Change language',
'module_title_recruitment'=>'Recruitment',
'welcome_to_waypointhr'=>'Welcome to WaypointHR',
'connection_problem'=>'Connection problem',
'setup_and_diagnostics'=>'Setup and diagnostics',
'sorry'=>'Sorry',
'no_such_page'=>'<p>This page is not available in the current version.</p><p>Please visit <a href="http://waypointhr.com">WaypointHR.com</a> for updates and information.</p>',
'support_link'=>'For updates, information and support, please visit <a href="http://waypointhr.com/">WaypointHR.com</a>',
'db_unavailable'=>'<p>The WaypointHR database is not available at this time.</p>',
'an_error_occurred'=>'An error occurred',
'not_available'=>'This information is not available at this time.',
'not_set'=>'Not set',
'save'=>'Save',
'or'=>'or',
'cancel'=>'Cancel',
'remove'=>'Remove',
'restore'=>'Restore',
'select'=>'Select',
'day_short'=>'dd',
'day_long'=>'Day',
'days_long'=>'Days',
'day_long_lower'=>'day',
'days_long_lower'=>'days',
'month_short'=>'mm',
'month_long'=>'Month',
'months_long'=>'Months',
'month_long_lower'=>'month',
'months_long_lower'=>'months',
'year_short'=>'yyyy',
'year_long'=>'Year',
'years_long'=>'Years',
'year_long_lower'=>'year',
'years_long_lower'=>'years',
'hour_short'=>'hh',
'minute_short'=>'mm',
'or_leave_blank'=>'or leave blank',
'unknown'=>'unknown',
'unused'=>'Unused',
/* -- Please do not change anything BELOW this line -- */
));
?>