Skip to content

Commit

Permalink
code refactoring for 610
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux committed Oct 23, 2014
1 parent 073da7b commit c05d7ff
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions modules/Settings/CronTasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,16 @@
* -- More: https://github.com/cerebrux/vtiger6-greek-translation/graphs/contributors
*************************************************************************************/
$languageStrings = array(
'Cron Job' => 'Εργασία',
'CronTasks' => 'Προγραμματισμένες εργασίες',

//Basic Field Names
'Frequency' => 'Συχνότητα',
'Id' => 'Id',
'Cron Job' => 'Εργασία',
'Frequency' => 'Συχνότητα',
'Frequency(H:M)' => 'Συχνότητα (ω:λ)',
'Status' => 'Κατάσταση Πρ. Εργασίας',
'Last Start' => 'Τελευταία έναρξη',
'Last End' => 'Τελευταία λήξη',
'Sequence' => 'Σειρά',

//Actions
'LBL_COMPLETED' => 'Ολοκληρώθηκε',
'LBL_RUNNING' => 'Εκτελείται',
'Last Start' => 'Τελευταία έναρξη',
'LBL_ACTIVE' => 'Ενεργή',
'LBL_COMPLETED' => 'Ολοκληρώθηκε',
'LBL_INACTIVE' => 'Μη ενεργή',
'LBL_RUNNING' => 'Εκτελείται',
'Sequence' => 'Σειρά',
'Status' => 'Κατάσταση Πρ. Εργασίας',
);

0 comments on commit c05d7ff

Please sign in to comment.