home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
language
/
English
/
notes.English.inc
< prev
next >
Wrap
Text File
|
2004-03-08
|
741b
|
25 lines
<?php
$no_notes_count_single = 'note';
$no_notes_count = 'notes';
$no_catagory = 'Catagory';
$no_no_notes = 'No notes found.';
$no_new_note = 'New note';
$pm_note_exists = 'A note with this name already exists.';
$no_catagories = 'Catagories';
$no_no_catagories = 'There are no catagories definded.';
$no_new_catagory= 'New catagory';
$pm_catagory_exists = 'This catagory already exists';
$no_catagories_count = 'Catagories';
$no_catagories_count_single = 'Catagory';
$no_none = 'None';
$no_responsible = 'Responsible';
$no_due_date = 'Due date';
$no_project = 'Project';
$no_contact = 'Contact';
$no_file = 'File';
$no_show_all = 'Show all';
$no_show_own = 'Show own';
$no_show_responsible = 'Show responsible';
?>