31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-24 02:59:04 +00:00
jedchecker/administrator/components/com_jedchecker/language/tr-TR/tr-TR.com_jedchecker.ini
2020-08-21 04:39:39 +02:00

84 lines
9.2 KiB
INI
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.

; Language files have to start with semicolon (;) otherwise we have problems with transifex
COM_JEDCHECKER_CONFIGURATION="JED Denetleyicisi Yapılandırması"
COM_JEDCHECKER_UPLOAD_FILE="Dosya Yükle"
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Yükleme başarılı oldu, ardından Unzip düğmesine tıklayın."
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Yükleme başarısız oldu, geçici dizinin yazılabilir olduğundan emin olun."
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip açma başarılı oldu, ardından Kontrol düğmesine tıklayın."
COM_JEDCHECKER_UNZIP_FAILED="Unzip açma başarısız oldu"
COM_JEDCHECKER_RESULTS="JED Denetleyicisi Sonuçları"
COM_JEDCHECKER_CONGRATS="Tebrikler! Bu bileşeni kullanırsanız, büyük olasılıkla bir Joomla! eklentisi geliştirmişsinizdir. Şimdi &quot;zor&quot; kısım geliyor - onu Joomla Eklenti Dizini'nde (JED) listelemek. JED, bir eklenti dizinde yayınlanmadan önce uyulması gereken katı gereksinimleri vardır. Bu gereksinimler <a href='%s' target='_blank'>burada</a> bulunbilir. Bu bileşen, eklentileri genel hatalar için kodu otomatik olarak kontrol ederek geliştirme sürecini basitleştirmek amacıyla oluşturulmuştur."
COM_JEDCHECKER_CODE_STANDARDS="Ancak tek amaç bu değil. Ayrıca JPlatform'un sahip olduğu gibi kod standartları kontrollerine sahip olmayı hedefliyoruz. Bu, Joomla eklenti geliştiricilerinin JPlatform kodlama standartlarından haberdar olmalarını sağlar ve bu, Joomla topluluğumuzdaki kalite çıtasını daha da yükseltebilir. Bunun için size ihtiyacımız olacak - <a href='%s' target='_blank'>Github proje sayfasına</a> bir göz atın. Bileşeni bağlayın, kod kontrollerinizi ekleyin ve çekme isteklerinizi bize gönderin!"
COM_JEDCHECKER_HOW_TO_USE="JED Denetleyicisini kullanarak eklentinizi nasıl kontrol edebilirsiniz:"
COM_JEDCHECKER_STEP1="Aşağıdaki yükleme formunu kullanarak bileşen /eklenti/ modül zip dosyanızı yükleyin"
COM_JEDCHECKER_STEP2="Sonuçları kontrol et ve gözden geçir seçeneğine tıklayın"
COM_JEDCHECKER_WALL_OF_HONOR="Onur Duvarı"
COM_JEDCHECKER_CONTRIBUTORS="Katkıda bulunanlar"
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Bu bileşenin geliştirilmesine yardımcı olan insanlar."
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Sonuçlar Nasıl Yorumlanır"
COM_JEDCHECKER_RULE_PH2="JEXEC güvenliği eksik PHP Dosyaları"
COM_JEDCHECKER_RULE_PH2_DESC="Uzantınızdaki tüm PHP dosyalarının her dosyanın başında tanımlı('_JEXEC') veya die(); ifadesine sahip olması gerekir. Bu, dosyanın joomla kurulumu dışında açılmamasını sağlar ve sitenizin güvenliğini artırır."
COM_JEDCHECKER_RULE_PH3="XML yükleme dosyasında lisans etiketi eksik veya yanlış"
COM_JEDCHECKER_RULE_PH3_DESC="Bir yükleme dosyası, bir lisans etiketindeki lisans bilgilerini içermelidir. Lisans GPL veya GPL uyumlu olmalıdır."
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Tebrikler, bu kuralla her şey yolunda görünüyor!"
COM_JEDCHECKER_DEVELOPED_BY="JED Denetleyicisi bir JED projesidir."
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Denetleyicisi, bu sitede çalıştırdığınız PHP sürümüyle uyumlu değil: %s. En az %s. PHP Sürümüne ihtiyacınız olacaktır. Kurulum iptal ediliyor"
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Bu dizinde index.html eksik."
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="JEXEC güvenlik kontrolü bu dosyada bulunamadı."
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="Bu XML dosyasında lisans etiketi bulunamadı."
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Lütfen bu dosyadaki lisansın GPL ile uyumlu olup olmadığını kontrol edin."
COM_JEDCHECKER_RULE="Kural"
COM_JEDCHECKER_ERRORS="Hatalar"
COM_JEDCHECKER_COMPAT_ISSUES="Uyumluluk Sorunları"
COM_JEDCHECKER_IN_LINE="in line"
COM_JEDCHECKER_ERROR_ENCODING="You've used encoding in this file. This is not an error, but a JED editor will have to review this file."
COM_JEDCHECKER_RULE_ENCODING="Base64 or other type of encoding in the files"
COM_JEDCHECKER_RULE_ENCODING_DESC="As developers we are fully aware that the base64 and similar functions have a valid place in extensions (such as URL redirects or data storage). However if you use those to make it harder for users to read your code or to mask backlinks the JED will not accept your listing submission (this is not in the spirit of GPL anyway!). An editor will review your code and determine if the way you use the base64 matches the rules of the JED. This might slow your listing review time. So the rule of thumb is - don't do fishy stuff and avoid encoding your code if possible!"
COM_JEDCHECKER_ERROR_ERRORREPORTING="You've used error_reporting(0) in this file."
COM_JEDCHECKER_RULE_ERRORREPORTING="error_reporting(0) in the files"
COM_JEDCHECKER_RULE_ERRORREPORTING_DESC="Use of error_reporting(0) is discouraged as Joomla provides an error_reporting option in the Global Configuration."
COM_JEDCHECKER_LEAVE_A_REVIEW_JED="If you use this component, please post a rating and a review at the <a href='%s' title='JED' target='_blank'>Joomla! Extensions Directory</a>."
COM_JEDCHECKER_INFO="Bilgi"
COM_JEDCHECKER_INFO_XML="Eklenti xml dosyaları hakkında bilgi"
COM_JEDCHECKER_INFO_XML_DESC="The install name of your extension must match your listing name on JED. We scan the xml files and find the value of the name tag. Useful information for the &quot;filename and install as&quot; fields in the jed submission form"
COM_JEDCHECKER_INFO_XML_NAME_XML="The name tag in this file is: <b>%s</b>"
COM_JEDCHECKER_INFO_XML_VERSION_XML="Version tag has the value: %s"
COM_JEDCHECKER_INFO_XML_CREATIONDATE_XML="The creationDate tag has the value: %s"
COM_JEDCHECKER_RULE_PH1="PHP Headers missing GPL License Notice"
COM_JEDCHECKER_RULE_PH1_DESC="A notice is required on each PHP file stating that the file is licensed GPL (or other compatible accepted license). For more information, please <a href='http://extensions.joomla.org/support/knowledgebase/item/jed-entries-checklists#licensechecklist' target='_blank'>click here</a>."
COM_JEDCHECKER_ERROR_GPL_NOT_FOUND="GPL or compatible license was not found"
COM_JEDCHECKER_PH1_LICENSE_FOUND="GPL license was found"
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="GPL compatible license was found"
COM_JEDCHECKER_WARNING="Warning"
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_NOT_REMOVED="'ini' file for '%s' rule could not be removed, manual removal recommended."
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_NOT_REMOVED="PHP file for '%s' rule could not be removed, manual removal recommended."
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_REMOVED="Removed PHP file for '%s' rule."
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_REMOVED="Removed 'ini' file for '%s' rule."
COM_JEDCHECKER_RULE_FRAMEWORK="Joomla Framework deprecated and unsafe"
COM_JEDCHECKER_RULE_FRAMEWORK_DESC="Warns about <ul><li>superglobals</li><li>commonly used but deprecated functions</li><li>highly unsafe functions</li></ul>Find more info <a href='http://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_3.0_and_Joomla_Platform_12.1' target='_blank'>on Joomla backward compatibility for Joomla 3</a>"
COM_JEDCHECKER_ERROR_FRAMEWORK_SUPERGLOBALS="Use of superglobals is strongly discouraged"
COM_JEDCHECKER_ERROR_FRAMEWORK_DIRECTDB="Use of direct database access is strongly discouraged"
COM_JEDCHECKER_RULE_FRAMEWORK_NOTINJ3="Functions deprecated in Joomla 3"
COM_JEDCHECKER_ERROR_FRAMEWORK_NOTINJ3="deprecated in Joomla 3"
COM_JEDCHECKER_ERROR_FRAMEWORK_DS="DS is deprecated in Joomla 3"
COM_JEDCHECKER_ERROR_FRAMEWORK_JERR="JError is deprecated, you should use JFactory::getApplication()->enqueueMessage();"
COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log and var_dump"
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="JRequest is deprecated, you should use JFactory::getApplication()->input;"
COM_JEDCHECKER_ERROR_FRAMEWORK_TODO="TODO statement detected"
COM_JEDCHECKER_ERROR_FRAMEWORK_GIT="Code-versioning folders detected"
COM_JEDCHECKER_ERROR_FRAMEWORK_STRICT="PHP Strict Standards: Only variables should be assigned by reference"
COM_JEDCHECKER_RULE_JAMSS="JAMSS - Joomla! Anti-Malware Scan Script"
COM_JEDCHECKER_RULE_JAMSS_DESC="JAMSS will raise many flags for use of potentially dangerous methods, additionally checking for some known attack signatures. Find out more on the <a href='https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script' target='_blank'>Project's homepage</a><br>JAMSS output is very verbose and very useful, hover over any lines to see the details."
COM_JEDCHECKER_ERROR_JAMSS_SUSPICIOUS_FILENAME="Suspicious filename found :"
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Could not check"
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Pattern found"
COM_JEDCHECKER_ERROR_JAMSS_STRING="String found"
COM_JEDCHECKER_RULE_US1="Update Server Requirement"
COM_JEDCHECKER_RULE_US1_DESC="The use of Update Servers is now required by JED."
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_NOT_FOUND="Update Server tag missing or incorrect in this XML file"
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_LINK_NOT_FOUND="Update Server link not found in this XML file"
COM_JEDCHECKER_INFO_XML_UPDATE_SERVER_LINK="The Update Server link in this XML file is: %s"
COM_JEDCHECKER_DELETE_FAILED="Can't delete temporary folder"
COM_JEDCHECKER_DELETE_SUCCESS="Geçici klasör silindi!"
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"