forked from Wavyzz/dolibarr
84 lines
4.8 KiB
Plaintext
84 lines
4.8 KiB
Plaintext
# Dolibarr language file - Source file is en_US - cron
|
||
# About page
|
||
# Right
|
||
Permission23101 = Planlı işleri oku
|
||
Permission23102 = Planlı iş oluştur/güncelle
|
||
Permission23103 = Planlı iş sil
|
||
Permission23104 = Planlı iş yürüt
|
||
# Admin
|
||
CronSetup=Planlı iş yönetimi ayarları
|
||
URLToLaunchCronJobs=Nitelikli cron işlerini kontrol etmek ve başlatmak için URL
|
||
OrToLaunchASpecificJob=Ya da özel bir işi denetlemek ve başlatmak için
|
||
KeyForCronAccess=Cron işlerini başlatacak URL için güvenlik anahtarı
|
||
FileToLaunchCronJobs=Nitelikli cron işlerini kontrol etmek ve başlatmak için komut satırı
|
||
CronExplainHowToRunUnix=Unix ortamında komut satırını her 5 dakikada bir çalıştırmak için kron sekmesi girişini kullanmalısınız
|
||
CronExplainHowToRunWin=On Microsoft(tm) Windows environment you can use Scheduled Task tools to run the command line each 5 minutes
|
||
CronMethodDoesNotExists=Sınıf %s hiçbir %s yöntemi içermiyor
|
||
CronJobDefDesc=Cron job profiles are defined into the module descriptor file. When module is activated, they are loaded and available so you can administer the jobs from the admin tools menu %s.
|
||
CronJobProfiles=Önceden tanımlanmış cron görevi profillerinin listesi
|
||
# Menu
|
||
EnabledAndDisabled=Etkin ve engelli
|
||
# Page list
|
||
CronLastOutput=En son çalıştırma çıktısı
|
||
CronLastResult=En son sonuç kodu
|
||
CronCommand=Komut
|
||
CronList=Planlı İşler
|
||
CronDelete=Planlı işleri sil
|
||
CronConfirmDelete=Bu zamanlanmış işleri silmek istediğinizden emin misiniz?
|
||
CronExecute=Planlı işi başlat
|
||
CronConfirmExecute=Bu zamanlanmış işleri şimdi yürütmek istediğinizden emin misiniz?
|
||
CronInfo=Zamanlanmış iş modülü, işlerin otomatik olarak yürütülmesi için planlanmasına izin verir. İşler manuel olarak da başlatılabilir.
|
||
CronTask=İş
|
||
CronNone=Hiçbiri
|
||
CronDtStart=Bundan önce değil
|
||
CronDtEnd=Bundan sonra değil
|
||
CronDtNextLaunch=Sonraki yürütme
|
||
CronDtLastLaunch=Son yürütmenin başlama tarihi
|
||
CronDtLastResult=Son yürütmenin bitiş tarihi
|
||
CronFrequency=Sıklık
|
||
CronClass=Sınıf
|
||
CronMethod=Yöntem
|
||
CronModule=Modül
|
||
CronNoJobs=Kayıtlı iş yok
|
||
CronPriority=Öncelik
|
||
CronLabel=Açıklama
|
||
CronNbRun=Number of launches
|
||
CronMaxRun=Maximum number of launches
|
||
CronEach=Her
|
||
JobFinished=İş başlatıldı ve bitirildi
|
||
#Page card
|
||
CronAdd= İş ekle
|
||
CronEvery=İş yürütme zamanı
|
||
CronObject=Oluşturulacak durum/nesne
|
||
CronArgs=Parametreler
|
||
CronSaveSucess=Kayıt başarılı
|
||
CronNote=Yorum
|
||
CronFieldMandatory=%s alanı zorunludur
|
||
CronErrEndDateStartDt=Bitiş tarihi başlama tarihinden önce olamaz
|
||
StatusAtInstall=Status at module installation
|
||
CronStatusActiveBtn=Etkin
|
||
CronStatusInactiveBtn=Engelle
|
||
CronTaskInactive=Bu iş devre dışı
|
||
CronId=Kimlik
|
||
CronClassFile=Sınıfıyla beraber dosya adı
|
||
CronModuleHelp=Name of Dolibarr module directory (also work with external Dolibarr module). <BR> For example to call the fetch method of Dolibarr Product object /htdocs/<u>product</u>/class/product.class.php, the value for module is<br><i>product</i>
|
||
CronClassFileHelp=The relative path and file name to load (path is relative to web server root directory). <BR> For example to call the fetch method of Dolibarr Product object htdocs/product/class/<u>product.class.php</u>, the value for class file name is<br><i>product/class/product.class.php</i>
|
||
CronObjectHelp=The object name to load. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for class file name is<br><i>Product</i>
|
||
CronMethodHelp=The object method to launch. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is<br><i>fetch</i>
|
||
CronArgsHelp=The method arguments. <BR> For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be<br><i>0, ProductRef</i>
|
||
CronCommandHelp=Yürütülecek sistem komut satırı.
|
||
CronCreateJob=Yeni Planlı İş oluştur
|
||
CronFrom=Gönderen
|
||
# Info
|
||
# Common
|
||
CronType=İş türü
|
||
CronType_method=Call method of a PHP Class
|
||
CronType_command=Kabuk komutu
|
||
CronCannotLoadClass=Cannot load class file %s (to use class %s)
|
||
CronCannotLoadObject=Class file %s was loaded, but object %s was not found into it
|
||
UseMenuModuleToolsToAddCronJobs=Planlı işleri görmek ve düzenlemek için "Giriş - Yönetici Araçları - Planlı İşler" menüsüne git.
|
||
JobDisabled=İş engellendi
|
||
MakeLocalDatabaseDumpShort=Yerel veritabanı yedeklemesi
|
||
MakeLocalDatabaseDump=Create a local database dump. Parameters are: compression ('gz' or 'bz' or 'none'), backup type ('mysql', 'pgsql', 'auto'), 1, 'auto' or filename to build, number of backup files to keep
|
||
WarningCronDelayed=Dikkat: Performans amaçlı olarak etkinleştirilmiş işlerin bir sonraki yürütme tarihi ne olursa olsun, işleriniz çalıştırılmadan önce maksimum %s saat ertelenebilir.
|