home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
language
/
English
/
projects.English.inc
< prev
next >
Wrap
Text File
|
2004-03-08
|
3KB
|
83 lines
<?php
$pm_invalid_period = 'You entered an invalid time period';
$pm_add_hours_success = 'Data as entered below was saved successfully';
$pm_already_booked = 'You have already booked in this period';
$pm_new_entry = 'New entry at';
$pm_fees = 'Fees';
$pm_new_fee = 'New fee';
$pm_users = 'Users';
$pm_materials = 'Materials';
$pm_new_material = 'New material';
$pm_project_data = 'Projectdata from';
$pm_load= 'Load';
$pm_enter_data = 'Enter data';
$pm_value = 'Value';
$pm_too_old = 'You are not allow to enter data older then one week';
$pm_employee = 'Employee';
$pm_project = 'Project';
$pm_starttime = 'Starting time';
$pm_endtime = 'Ending time';
$pm_breaktime = 'Break time';
$pm_this_week = 'Entered this week';
$pm_no_projects = 'You don\'t have any projects';
$pm_hours = 'Hours';
$pm_total_hours = 'Total number of hours';
$pm_client = 'Client';
$pm_created_at = 'Created at';
$pm_show_all = 'Show all';
$pm_show_period = 'Show from';
$pm_to = 'to';
$pm_show_month = 'Show month';
$pm_total_hours_days = 'Total number of hours/days';
$pm_projects_count = 'project(s)';
$pm_show_data = 'Show data';
$pm_new_project = 'New project';
$pm_other_contacts = 'Other contacts';
$pm_no_contacts = 'You don\'t have a contact that can function as a client for this project. Please create one first';
$pm_unit_value = 'Unit value';
$pm_units = 'Units';
$pm_mins = 'mins';
$pm_no_fees = 'There are no fees created yet. Only a user with administrator privileges can create fees.';
$pm_fee = 'Fee';
$pm_no_contact = 'None';
$pm_load_period= 'Period';
$pm_load_type= 'Only load data for';
$pm_total_fee = 'Total fee';
$pm_total_days = 'Total days';
$pm_total_units = 'Total units';
$pm_summary = 'Summary';
$pm_this_entry = 'this booking';
$pm_entry = 'booking';
//translation required
$pm_timer_started_at = 'Timer started at';
$pm_start_timer = 'Clock in';
$pm_stop_timer = 'Clock out';
$pm_start_date = 'Start date';
$pm_end_date = 'End date';
$pm_responsible = 'Responsible';
$pm_status = 'Status';
$pm_status_values[1] = 'Offer';
$pm_status_values[2] = 'Ongoing';
$pm_status_values[3] = 'Waiting';
$pm_status_values[4] = 'Done';
$pm_status_values[5] = 'Billed';
$pm_filter = 'Filter';
$pm_project_exists = 'A project with this name already exists';
$pm_clocked_in = 'You are clocked in. Click here if you want to clock out';
$pm_alert = 'This project is over due';
$pm_budget = 'Budget';
$pm_probability = 'Probability';
$pm_yours_only = 'Yourself';
$pm_description = 'Description';
$pm_no_projects = 'No projects found.';
?>