Files
dolibarr/htdocs/langs/el_GR/cron.lang
Laurent Destailleur 504d376f84 Sync transifex
2017-06-19 21:34:33 +02:00

80 lines
5.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Dolibarr language file - Source file is en_US - cron
# About page
# Right
Permission23101 = Λεπτομέρειες προγραμματισμένης εργασίας
Permission23102 = Δημιουργία/ενημέρωση προγραμματισμένης εργασίας
Permission23103 = Διαγραφή προγραμματισμένης εργασίας
Permission23104 = Εκτέλεση προγραμματισμένης εργασίας
# Admin
CronSetup= Προγραμματισμένη ρύθμιση διαχείρισης των εργασιών
URLToLaunchCronJobs=URL to check and launch qualified cron jobs
OrToLaunchASpecificJob=Ή να ελέγξετε και να ξεκινήσει μία συγκεκριμένη εργασία
KeyForCronAccess=Κλειδί ασφαλείας για το URL για να ξεκινήσει η εργασία cron
FileToLaunchCronJobs=Γραμμής εντολών για να ξεκινήσει τις εργασίες
CronExplainHowToRunUnix=Στο Unix περιβάλλον θα πρέπει να χρησιμοποιήσετε την ακόλουθη καταχώρηση crontab για να τρέχει η γραμμή εντολών καθένα 5 λεπτά
CronExplainHowToRunWin=Σε Microsoft (tm) Windows περιβάλλον μπορείτε να χρησιμοποιήσετε τα εργαλεία Προγραμματισμένη εργασία ώστε να εκτελείτε η γραμμή εντολών καθένα 5 λεπτά
CronMethodDoesNotExists=Class %s does not contains any method %s
# Menu
EnabledAndDisabled=Ενεργοποίηση και απενεργοποίηση
# Page list
CronLastOutput=Latest run output
CronLastResult=Latest result code
CronCommand=Εντολή
CronList=Προγραμματισμένες εργασίες
CronDelete=Διαγραφή προγραμματισμένων εργασιών
CronConfirmDelete=Are you sure you want to delete these scheduled jobs?
CronExecute=Launch scheduled job
CronConfirmExecute=Are you sure you want to execute these scheduled jobs now?
CronInfo=Scheduled job module allows to schedule jobs to execute them automatically. Jobs can also be started manually.
CronTask=Εργασία
CronNone=Καμία
CronDtStart=Όχι πριν
CronDtEnd=Όχι μετά
CronDtNextLaunch=Επόμενη εκτέλεση
CronDtLastLaunch=Start date of latest execution
CronDtLastResult=End date of latest execution
CronFrequency=Συχνότητα
CronClass=Κατηγορία
CronMethod=Μέθοδος
CronModule=Module
CronNoJobs=Δεν έχουν καταχωρηθεί εργασίες
CronPriority=Προτεραιότητα
CronLabel=Ετικέτα
CronNbRun=Nb. έναρξης
CronMaxRun=Max nb. launch
CronEach=Κάθε
JobFinished=Ξεκίνησε και τελείωσε
#Page card
CronAdd= Προσθήκη εργασίας
CronEvery=Execute job each
CronObject=Instance/Object to create
CronArgs=Παράμετροι
CronSaveSucess=Επιτυχής αποθήκευση
CronNote=Σχόλιο
CronFieldMandatory=Τα πεδία %s είναι υποχρεωτικά
CronErrEndDateStartDt=Η ημερομηνία λήξης δεν μπορεί να είναι πριν από την ημερομηνία έναρξης
CronStatusActiveBtn=Ενεργοποίηση
CronStatusInactiveBtn=Απενεργοποίηση
CronTaskInactive=Αυτή η εργασία είναι απενεργοποιημένη
CronId=Id
CronClassFile=Filename with class
CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value for module is <i>product</i>
CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory). <BR> For exemple to call the fetch method of Dolibarr Product object htdocs/product/class/<u>product.class.php</u>, the value for class file name is <i>product/class/product.class.php</i>
CronObjectHelp=The object name to load. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is <i>Product</i>
CronMethodHelp=The object method to launch. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is <i>fecth</i>
CronArgsHelp=The method arguments. <BR> For exemple to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be <i>0, ProductRef</i>
CronCommandHelp=Γραμμή εντολών του συστήματος προς εκτέλεση.
CronCreateJob=Create new Scheduled Job
CronFrom=Από
# Info
# Common
CronType=Είδος εργασίας
CronType_method=Καλέστε τη μέθοδο της κατηγορίας Dolibarr
CronType_command=Εντολή Shell
CronCannotLoadClass=Cannot load class %s or object %s
UseMenuModuleToolsToAddCronJobs=Go into menu "Home - Admin tools - Scheduled jobs" to see and edit scheduled jobs.
JobDisabled=Job disabled
MakeLocalDatabaseDumpShort=Αντίγραφο ασφαλείας τοπικής βάσης δεδομένων
MakeLocalDatabaseDump=Create a local database dump
WarningCronDelayed=Attention, for performance purpose, whatever is next date of execution of enabled jobs, your jobs may be delayed to a maximum of %s hours, before being run.