Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias82 committed Mar 16, 2014
1 parent f57bc93 commit c8b85cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/ProjectMilestone.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
*************************************************************************************/
$languageStrings = array(
// Basic Strings
'SINGLE_ProjectMilestone' => 'Project Milestone',
'LBL_ADD_RECORD' => 'Add Project Milestone',
'LBL_RECORDS_LIST' => 'Project Milestones List',
'SINGLE_ProjectMilestone'=> 'Ορόσημα Έργου',
'LBL_ADD_RECORD'=> 'Προσθήκη Ορόσημα Έργου',
'LBL_RECORDS_LIST'=> 'Λίστα Ορόσημων Έργου',

// Blocks
'LBL_PROJECT_MILESTONE_INFORMATION' => 'Project Milestone Details',
'LBL_PROJECT_MILESTONE_INFORMATION' => 'Πληροφορίες Ορόσημων Έργων',

//Field Labels
'Project Milestone Name' => 'Project Milestone Name',
'Milestone Date' => 'Milestone Date',
'Project Milestone No' => 'Project Milestone Number',
'Project Milestone Name'=> 'Όνομα Ορόσημου Έργου',
'Milestone Date'=> 'Ημερομηνία Ορόσημου Έργου',
'Project Milestone No'=> 'Αριθμός Ορόσημο Έργο',

);
);

0 comments on commit c8b85cf

Please sign in to comment.