mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-10 23:31:01 +00:00
Merge pull request #1 from joomla-extensions/master
sync with base repo
This commit is contained in:
commit
2389be2172
18
.drone.yml
Normal file
18
.drone.yml
Normal file
@ -0,0 +1,18 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
clone:
|
||||
depth: 42
|
||||
|
||||
steps:
|
||||
- name: composer
|
||||
image: joomlaprojects/docker-tools:develop
|
||||
commands:
|
||||
- composer validate --no-check-all --strict
|
||||
- composer install --no-progress --no-suggest
|
||||
- name: phpcs
|
||||
image: joomlaprojects/docker-images:php7.2
|
||||
commands:
|
||||
- echo $(date)
|
||||
- ./vendor/bin/phpcs --report=full --encoding=utf-8 --extensions=php -p --standard=./vendor/joomla/coding-standards/Joomla ./src
|
||||
- echo $(date)
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -11,7 +11,6 @@ COM_JEDCHECKER_CODE_STANDARDS="Dette er imidlertid ikke det eneste mål. Vi tils
|
||||
COM_JEDCHECKER_HOW_TO_USE="Sådan tjekker dit lokalnummer ved hjælp af JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload din komponent /plugin /modul zip-fil ved hjælp af upload nedenstående formular"
|
||||
COM_JEDCHECKER_STEP2="Klik på Unzip"
|
||||
COM_JEDCHECKER_STEP3="Klik på Kontroller og gennemgå resultaterne"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Folk, der har hjulpet med udviklingen af denne komponent."
|
||||
@ -33,8 +32,8 @@ COM_JEDCHECKER_COMPAT_ISSUES="kompatibilitetsproblemer"
|
||||
COM_JEDCHECKER_IN_LINE="i tråd"
|
||||
COM_JEDCHECKER_ERROR_ENCODING="Du har brugt kodning i denne fil. Dette er ikke en fejl, men en JED redaktør bliver nødt til at gennemgå denne fil."
|
||||
COM_JEDCHECKER_RULE_ENCODING="Base64 eller en anden type kodning i filerne"
|
||||
COM_JEDCHECKER_RULE_ENCODING_DESC="Som udviklere, vi er helt klar over, at base64 og lignende funktioner har et gyldigt plads i udvidelser (f.eks URL redirects eller datalagring). Men hvis du bruger dem til at gøre det sværere for brugerne at læse din kode eller for at maskere backlinks den JED vil ikke acceptere din notering indsendelse (dette ikke er i overensstemmelse med ånden i GPL alligevel!). En redaktør vil gennemgå din kode og afgøre, om den måde, du bruger base64 matcher reglerne i JED. dette kan bremse din registrerede enhed review tid . Så tommelfingerregel er - ikke gør fishy ting og undgå koder din kode hvis det er muligt "!
|
||||
COM_JEDCHECKER_ERROR_ERRORREPORTING="Du har brugt error_reporting(0) i denne fil."
|
||||
COM_JEDCHECKER_RULE_ENCODING_DESC="\"Som udviklere, vi er helt klar over, at base64 og lignende funktioner har et gyldigt plads i udvidelser (f.eks URL redirects eller datalagring). Men hvis du bruger dem til at gøre det sværere for brugerne at læse din kode eller for at maskere backlinks den JED vil ikke acceptere din notering indsendelse (dette ikke er i overensstemmelse med ånden i GPL alligevel!). En redaktør vil gennemgå din kode og afgøre, om den måde, du bruger base64 matcher reglerne i JED. dette kan bremse din registrerede enhed review tid . Så tommelfingerregel er - ikke gør fishy ting og undgå koder din kode hvis det er muligt \\"!"
|
||||
COM_JEDCHECKER_ERROR_ERRORREPORTING="You've used error_reporting(0) in this file."
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING="error_reporting(0) i filerne"
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING_DESC="Anvendelse af error_reporting(0) frarådes som Joomla giver en error_reporting indstilling i Global Configuration."
|
||||
COM_JEDCHECKER_LEAVE_A_REVIEW_JED="Hvis du bruger denne komponent, bedes du sende en rating og en gennemgang på <a href='%s' title='JED' target='_blank'> Joomla! Extensions Directory </a>."
|
||||
@ -45,7 +44,7 @@ COM_JEDCHECKER_INFO_XML_NAME_XML="Navnet tag i denne fil er: %s"
|
||||
COM_JEDCHECKER_INFO_XML_VERSION_XML="Version tag har værdien: %s"
|
||||
COM_JEDCHECKER_INFO_XML_CREATIONDATE_XML="The CreationDate tag har værdien: %s"
|
||||
COM_JEDCHECKER_RULE_PH1="PHP mangler GPL licens Notice Headers"
|
||||
COM_JEDCHECKER_RULE_PH1_DESC="En meddelelse er påkrævet på hver PHP-fil om, at filen er licenseret GPL (eller anden kompatibel accepteret licens) For mere information, kan du <a href='http://extensions.joomla.org/support/knowledgebase/item/jed-entries-checklists#licensechecklist' target="_blank"> klik her </a>. "
|
||||
COM_JEDCHECKER_RULE_PH1_DESC="En meddelelse er påkrævet på hver PHP-fil om, at filen er licenseret GPL (eller anden kompatibel accepteret licens) For mere information, kan du <a href='http://extensions.joomla.org/support/knowledgebase/item/jed-entries-checklists#licensechecklist' target=\"_blank\"> klik her </a>. "
|
||||
COM_JEDCHECKER_ERROR_GPL_NOT_FOUND="GPL eller kompatibel licens blev ikke fundet"
|
||||
COM_JEDCHECKER_PH1_LICENSE_FOUND="GPL licensen blev fundet"
|
||||
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="GPL kompatibel licens blev fundet"
|
||||
@ -53,9 +52,9 @@ COM_JEDCHECKER_WARNING="Advarsel"
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_NOT_REMOVED="ini fil til '%s' regel kunne ikke fjernes, manuel fjernelse anbefales."
|
||||
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_NOT_REMOVED="PHP fil til '%s' regel kunne ikke fjernes, manuel fjernelse anbefales."
|
||||
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_REMOVED="Fjernet PHP fil til '%s' regel."
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_REMOVED="Fjernet" ini "fil til '%s' regel."
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_REMOVED="Fjernet\" ini \"fil til '%s' regel."
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK="Joomla Framework forældet og usikre"
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_DESC="Advarer mod <ul><li>superglobale variabler</li><li>almindeligt anvendte, men forældede funktioner</li><li>meget usikre funktioner</li></ul> Yderligere info <a href='http://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_3.0_and_Joomla_Platform_12.1' target="_blank">på Joomla bagudkompatibilitet for Joomla 3</a> "
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_DESC="Advarer mod <ul><li>superglobale variabler</li><li>almindeligt anvendte, men forældede funktioner</li><li>meget usikre funktioner</li></ul> Yderligere info <a href='http://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_3.0_and_Joomla_Platform_12.1' target=\"_blank\">på Joomla bagudkompatibilitet for Joomla 3</a> "
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_SUPERGLOBALS="Anvendelse af superglobale variabler på det kraftigste frarådes"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DIRECTDB="Anvendelse af direkte adgang database på det kraftigste frarådes"
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_NOTINJ3="Funktioner frarådede i Joomla 3"
|
||||
@ -66,13 +65,19 @@ COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log og var_dump"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="JRequest er forældet, du skal bruge JFactory::getApplication()->input;"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_TODO="TODO erklæring opdaget"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_GIT="Code-versionering mapper opdaget"
|
||||
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 vil rejse mange flag til brug af potentielt farlige metoder, desuden kontrol for nogle kendte angreb signaturer Læs mere på <a href='https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script' target='_blank'>Projekt hjemmeside</a> <br> JAMSS output er meget detaljeret og meget nyttigt, holde musen over nogen linjer for at se detaljerne. "
|
||||
COM_JEDCHECKER_ERROR_JAMSS_SUSPICIOUS_FILENAME="Suspicious filnavn fundet:"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Kunne ikke kontrollere"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Mønster fundet"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="String found"
|
||||
COM_JEDCHECKER_RULE_US1="Update Server Krav"
|
||||
COM_JEDCHECKER_RULE_US1_DESC="Brugen af Opdater servere er nu kræves af JED."
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_NOT_FOUND="Update Server tag mangler eller forkert i denne XML-fil"
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_LINK_NOT_FOUND="Update Server linket ikke fundet i denne XML-fil"
|
||||
COM_JEDCHECKER_INFO_XML_UPDATE_SERVER_LINK="Update Server linket i denne XML-fil er: %s"
|
||||
COM_JEDCHECKER_DELETE_FAILED="Can't delete temporary folder"
|
||||
COM_JEDCHECKER_DELETE_SUCCESS="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -20,7 +20,7 @@ COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED project."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
@ -65,11 +65,13 @@ 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"
|
||||
@ -77,4 +79,4 @@ COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_LINK_NOT_FOUND="Update Server link not fo
|
||||
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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -3,15 +3,14 @@ COM_JEDCHECKER_CONFIGURATION="Configuración de JED Checker"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Subir archivo"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="La subida fue exitosa, haga clic en el botón Descomprimir."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Se ha producido un error en la carga, asegúrese de que el directorio temporal puede escribirse."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="La descompresión se realizó correctamente, haga clic en el botón Comprobar".
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Error de descompresión"
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="\"La descompresión se realizó correctamente, haga clic en el botón Comprobar\\"."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="Resultados de JED Checker"
|
||||
COM_JEDCHECKER_CONGRATS="Enhorabuena! Si usas este componente, entonces probablemente has desarrollado una extensión de Joomla! Ahora viene la parte 'hard' - que se encuentra en el Joomla Extension Directory (JED) .El JED tiene requisitos estrictos que deben Se cumplirá antes de que se publique una extensión en el directorio.Los requisitos se pueden encontrar <a href='%s' target='_blank'> aquí </a> Este componente se ha construido con el objetivo de simplificar el desarrollo Proceso de verificación automática del código de errores comunes en extensiones. "
|
||||
COM_JEDCHECKER_CODE_STANDARDS="Sin embargo, este no es el único objetivo.También pretendemos tener controles de estándares de código, como los que tiene la JPlatform.Esto aseguraría que los desarrolladores de extensión de Joomla estén al tanto de los estándares de codificación JPlatform y esto podría elevar la calidad de la barra En nuestra comunidad de Joomla aún más alta.Para esto te necesitaremos - echa un vistazo a la <a href='%s' target='_blank'> página del proyecto Github </a>. Envíenos sus pedidos de tracción! "
|
||||
COM_JEDCHECKER_HOW_TO_USE="Cómo comprobar su extensión con JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Cargue su archivo zip componente / plugin / módulo usando el formulario de carga abajo"
|
||||
COM_JEDCHECKER_STEP2="Haga clic en Unzip"
|
||||
COM_JEDCHECKER_STEP3="Haga clic en Verificar y revisar los resultados"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Muro de Honor"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contribuidores"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Personas que han ayudado con el desarrollo de este componente."
|
||||
@ -36,11 +35,11 @@ COM_JEDCHECKER_RULE_ENCODING="Base64 u otro tipo de codificación en los archivo
|
||||
COM_JEDCHECKER_RULE_ENCODING_DESC="Como desarrolladores somos plenamente conscientes de que las funciones base64 y similares tienen un lugar válido en las extensiones (como redirecciones de direcciones URL o almacenamiento de datos) .Sin embargo, si usas estas funciones para que sea más difícil para los usuarios leer tu código o enmascarar backlinks El JED no aceptará el envío de su listado (esto no está en el espíritu de GPL de todos modos!) Un editor revisará su código y determinará si la forma de usar el base64 coincide con las reglas del JED. Así que la regla de oro es - no hacer cosas de pescado y evitar la codificación de su código si es posible! "
|
||||
COM_JEDCHECKER_ERROR_ERRORREPORTING="Ha utilizado error_reporting(0) en este archivo."
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING="error_reporting(0) en los archivos"
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING_DESC="Se desaconseja el uso de error_reporting(0) ya que Joomla proporciona una opción error_reporting en la configuración global".
|
||||
COM_JEDCHECKER_LEAVE_A_REVIEW_JED="Si utiliza este componente, publique una calificación y una revisión en el <a href='%s' title='JED' target='_blank'> Joomla! Extensions Directory </a>".
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING_DESC="\"Se desaconseja el uso de error_reporting(0) ya que Joomla proporciona una opción error_reporting en la configuración global\\"."
|
||||
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="Información"
|
||||
COM_JEDCHECKER_INFO_XML="Información sobre archivos xml de extensión"
|
||||
COM_JEDCHECKER_INFO_XML_DESC="El nombre de la instalación de su extensión debe coincidir con su nombre de la lista en JED.Examinamos los archivos xml y encontrar el valor de la etiqueta de nombre.Información útil para el" nombre de archivo e instalar como "campos en el formulario de envío jed"
|
||||
COM_JEDCHECKER_INFO_XML_DESC="El nombre de la instalación de su extensión debe coincidir con su nombre de la lista en JED.Examinamos los archivos xml y encontrar el valor de la etiqueta de nombre.Información útil para el\" nombre de archivo e instalar como \"campos en el formulario de envío jed"
|
||||
COM_JEDCHECKER_INFO_XML_NAME_XML="La etiqueta de nombre en este archivo es: %s"
|
||||
COM_JEDCHECKER_INFO_XML_VERSION_XML="La etiqueta de la versión tiene el valor: %s"
|
||||
COM_JEDCHECKER_INFO_XML_CREATIONDATE_XML="La etiqueta creationDate tiene el valor: %s"
|
||||
@ -66,13 +65,19 @@ COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log y var_dump"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="JRequest está obsoleto, debe usar JFactory::getApplication()->input;"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_TODO="Declaración TODO detectada"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_GIT="Se han detectado carpetas de control de código"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_STRICT="PHP Strict Standards: Only variables should be assigned by reference"
|
||||
COM_JEDCHECKER_RULE_JAMSS="JAMSS - Escritura de exploración de Joomla! Anti-Malware"
|
||||
COM_JEDCHECKER_RULE_JAMSS_DESC="JAMSS levantará muchas banderas para el uso de métodos potencialmente peligrosos, además de comprobar algunas firmas de ataque conocidas.Más información sobre el <a href='https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script' target='_blank'> Página de inicio del proyecto </a> <br> La salida de JAMSS es muy detallada y muy útil, se ciernen sobre cualquier línea para ver los detalles.
|
||||
COM_JEDCHECKER_ERROR_JAMSS_SUSPICIOUS_FILENAME="Nombre de archivo sospechoso encontrado:"
|
||||
COM_JEDCHECKER_RULE_JAMSS_DESC="\"JAMSS levantará muchas banderas para el uso de métodos potencialmente peligrosos, además de comprobar algunas firmas de ataque conocidas.Más información sobre el <a href='https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script' target='_blank'> Página de inicio del proyecto </a> <br> La salida de JAMSS es muy detallada y muy útil, se ciernen sobre cualquier línea para ver los detalles."
|
||||
COM_JEDCHECKER_ERROR_JAMSS_SUSPICIOUS_FILENAME="Suspicious filename found :"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="No se pudo comprobar"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Patrón encontrado"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="String found"
|
||||
COM_JEDCHECKER_RULE_US1="Requisito de servidor de actualización"
|
||||
COM_JEDCHECKER_RULE_US1_DESC="El uso de los servidores de actualización ahora es requerido por JED."
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_NOT_FOUND="Actualizar la etiqueta del servidor ausente o incorrecta en este archivo XML"
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_LINK_NOT_FOUND="Actualizar enlace de servidor no encontrado en este archivo XML"
|
||||
COM_JEDCHECKER_INFO_XML_UPDATE_SERVER_LINK="El enlace de servidor de actualización en este archivo XML es: %s"
|
||||
COM_JEDCHECKER_DELETE_FAILED="Can't delete temporary folder"
|
||||
COM_JEDCHECKER_DELETE_SUCCESS="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="Configuration du vérificateur JED"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Transférer un fichier"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="L'envoi a réussi, cliquez sur le bouton Décompresser."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Le téléchargement a échoué, assurez-vous que le répertoire temporaire est accessible en écriture."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="La décompression a réussi, cliquez sur le bouton Vérifier."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Échec de la décompression"
|
||||
COM_JEDCHECKER_RESULTS="Résultats du vérificateur JED"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Mur d'honneur"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Comment interpréter les résultats"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Il manque le fichier index.html dans ce répertoire."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="Aucun tag de licence n'a été trouvé dans ce fichier XML."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Veuillez vérifier si la licence de ce fichier est compatible avec la GPL."
|
||||
COM_JEDCHECKER_RULE="Règle"
|
||||
COM_JEDCHECKER_ERRORS="Erreurs"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Problèmes de compatibilité"
|
||||
COM_JEDCHECKER_IN_LINE="à la ligne"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Avertissement"
|
||||
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="Impossible de vérifier"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Schéma trouvé"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="Chaîne trouvée"
|
||||
COM_JEDCHECKER_RULE_US1="Mettre à jour les exigences du serveur"
|
||||
COM_JEDCHECKER_RULE_US1_DESC="L'utilisation de serveurs de mise à jour est maintenant requise par JED."
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_NOT_FOUND="Mettre à jour le tag du serveur manquant ou incorrect dans ce fichier XML"
|
||||
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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker konfiguráció"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Fájl feltöltése"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="A feltöltés sikeres, kattints a Kicsomagol gombra."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="A feltöltés nem sikerült, ellenőrizze, hogy az átmeneti könyvtár írható-e."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="A kicsomagolás sikeres, kattints az Ellenőrzés gombra."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Kicsomagolás nem sikerült"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker eredmények"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="Hogy ellenőrizd a kiterjesztésedet a JED Checker segítségével:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Kattints az Ellenőrzésre és tekintsd át az eredményeket"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Dicsőségtábla"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Hozzájárultak"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Mindazok, akik hozzájárultak ennek a komponensnek a fejlesztéséhez."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Hogy értelmezzük az eredményeket"
|
||||
COM_JEDCHECKER_RULE_PH2="A PHP fájlokból hiányzik a JEXEC biztonság"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="Az XML fájlban a Licence címke hiányzik vagy hibás"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Gratulálunk, úgy tűnik, minden rendben van ezzel a szabállyal!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="A JED Checker a JED projektje."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Hiányzik az index.html ebből a könyvtárból."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="A JEXEC biztonsági ellenőrzés nem található ebben a fájlban."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="Nem található licenc címke ebben az XML fájlban."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Kérjük, ellenőrizze hogy az ebben a fájlban található licenc kompatibilis a GPL-el."
|
||||
COM_JEDCHECKER_RULE="Szabály"
|
||||
COM_JEDCHECKER_ERRORS="Hibák"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Kompatibilitási problémák"
|
||||
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="Az error_reporting(0) utasítást használta ebben a fájlban."
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING="error_reporting(0) a fájlokban"
|
||||
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="Infó"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" fields in the jed submission form"
|
||||
COM_JEDCHECKER_INFO_XML_NAME_XML="A név címke ebben a fájlban: <b>%s</b>"
|
||||
COM_JEDCHECKER_INFO_XML_VERSION_XML="A verzió címke értéke: %s"
|
||||
COM_JEDCHECKER_INFO_XML_CREATIONDATE_XML="A creationDate címke értéke: %s"
|
||||
COM_JEDCHECKER_RULE_PH1="A PHP fejlécből hiányzik a GPL Licenc bejegyzés"
|
||||
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="Nem találtunk GPL vagy kompatibilis licencet"
|
||||
COM_JEDCHECKER_PH1_LICENSE_FOUND="GPL licencet találtunk"
|
||||
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="GPL kompatibilis licencet találtunk"
|
||||
COM_JEDCHECKER_WARNING="Figyelmeztetés"
|
||||
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="Elavult és nem biztonságos Joomla Framework"
|
||||
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="A Joomla 3-ban elavult funkciók"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_NOTINJ3="elavult a Joomla 3-ban"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DS="A DS használata elavult a Joomla 3-ban"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_JERR="A JError használata elavult, használja helyette a JFactory::getApplication()->enqueueMessage(); parancsot"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log és var_dump"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="A JRequest elavult, használja helyette a JFactory::getApplication()->input; parancsot"
|
||||
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 szkennelő szkript"
|
||||
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="Gyanús fájlnevet találtunk:"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Nem tudtuk ellenőrizni"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Felismert minta"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="Felismert karakterlánc"
|
||||
COM_JEDCHECKER_RULE_US1="Frissítési szerver kötelező"
|
||||
COM_JEDCHECKER_RULE_US1_DESC="A frissítési szerver a JED érvényben lévő szabályai szerint kötelező."
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_NOT_FOUND="Frissítési szerver címke hiányzik vagy hibás ebben az XML fájlban"
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_LINK_NOT_FOUND="A frissítési szerver élőkapocs nem található ebben az XML fájlban"
|
||||
COM_JEDCHECKER_INFO_XML_UPDATE_SERVER_LINK="A frissítési szerver link ebben az XML fájlban: %s"
|
||||
COM_JEDCHECKER_DELETE_FAILED="Nem tudjuk törölni az átmeneti könyvtárt"
|
||||
COM_JEDCHECKER_DELETE_SUCCESS="Az ideiglenes könyvtárt töröltük!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Kérjük, válassza ki a feltöltendő csomagolt fájlt"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -1,18 +1,17 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configurazione"
|
||||
COM_JEDCHECKER_CONFIGURATION="Configurazione JED Checker"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Carica file"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload ha avuto successo, il prossimo cliccare sul pulsante Unzip."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="caricamento non è riuscito, assicurarsi che la directory temporanea è scrivibile."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip ha avuto successo, il prossimo clic sul pulsante Controlla."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip non riuscita"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Risultati"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulazioni Se si utilizza questo componente, allora avete molto probabilmente sviluppato una estensione di Joomla Ora arriva il " duro " parte - requisiti ottenerlo elencato nella Directory Estensione di Joomla (JED) La JED ha rigorose che devono. essere rispettate prima di un'estensione sarà pubblicato nella directory. Tali requisiti possono essere trovati <a href='%s' target='_blank'> qui </a>. Questo componente è stato costruito con l'obiettivo di semplificare lo sviluppo processo controllando automaticamente il codice per gli errori più comuni nelle estensioni ".
|
||||
COM_JEDCHECKER_CODE_STANDARDS="Tuttavia, questo non è l'unico obiettivo. Abbiamo anche lo scopo di avere il codice standard controlli, come quelli che il JPlatform ha. Ciò garantirebbe che gli sviluppatori di estensioni di Joomla sono a conoscenza degli standard di codifica JPlatform e questo potrebbe alzare il livello di qualità . nella nostra comunità Joomla ancora più elevato per questo avremo bisogno di voi -. avere uno sguardo alla <a href='%s' target='_blank'> Github pagina del progetto </a> forcella componente, aggiungere il codice controlla e inviarci le vostre richieste tirare! "
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload completato, premere sul pulsante Unzip per continuare."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Il caricamento non è riuscito, assicurarsi che la directory temporanea sia scrivibile."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Decompressione completata, premi sul pulsante Controlla per continuare."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Decompressione fallita"
|
||||
COM_JEDCHECKER_RESULTS="Risultati JED Checker"
|
||||
COM_JEDCHECKER_CONGRATS="\"Congratulazioni Se si utilizza questo componente, allora avete molto probabilmente sviluppato una estensione di Joomla Ora arriva il " duro " parte - requisiti ottenerlo elencato nella Directory Estensione di Joomla (JED) La JED ha rigorose che devono. essere rispettate prima di un'estensione sarà pubblicato nella directory. Tali requisiti possono essere trovati <a href='%s' target='_blank'> qui </a>. Questo componente è stato costruito con l'obiettivo di semplificare lo sviluppo processo controllando automaticamente il codice per gli errori più comuni nelle estensioni \\"."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="Tuttavia, questo non è l'unico obiettivo: puntiamo anche a controllare gli standard di codice, come quelli previsti dalla JPlatform . Ciò garantirebbe che gli sviluppatori di estensione Joomla siano consapevoli degli standard di codifica JPlatform e questo potrebbe aumentare la barra di qualità nella nostra comunità Joomla ancora più alta. Per questo abbiamo bisogno di te - dai un'occhiata alla pagina del progetto <a href='%s' target='_blank'>Github</a>. Forcella il componente, aggiungi i tuoi controlli di codice e inviaci le tue richieste di pull!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="Come controllare il proprio interno utilizzando il JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Carica il tuo / / file zip modulo plug componente utilizzando il modulo di upload di seguito"
|
||||
COM_JEDCHECKER_STEP2="Fare clic su Unzip"
|
||||
COM_JEDCHECKER_STEP3="Fare clic su Verifica e rivedere i risultati"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Il muro dell'onore"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributori"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Le persone che hanno contribuito allo sviluppo di questo componente."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Come interpretare i risultati"
|
||||
@ -26,53 +25,59 @@ COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker è incompatibile con la ver
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in questa directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="Il controllo di sicurezza jexec non è stata trovata in questo file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No tag di licenza è stato trovato in questo file XML."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Si prega di verificare se la licenza in questo file è compatibile con la GPL".
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="\"Si prega di verificare se la licenza in questo file è compatibile con la GPL\\"."
|
||||
COM_JEDCHECKER_RULE="Regola"
|
||||
COM_JEDCHECKER_ERRORS="Errori"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Problemi di compatibilità"
|
||||
COM_JEDCHECKER_IN_LINE="in linea"
|
||||
COM_JEDCHECKER_ERROR_ENCODING="Hai usato la codifica in questo file. Questo non è un errore, ma un editor JED dovrà rivedere questo file."
|
||||
COM_JEDCHECKER_RULE_ENCODING="Base64 o altro tipo di codifica nei file"
|
||||
COM_JEDCHECKER_RULE_ENCODING_DESC="Come sviluppatori siamo pienamente consapevoli che la Base64 e funzioni simili hanno un posto valido estensioni (come URL reindirizza o la memorizzazione dei dati). Tuttavia, se si utilizzano quelli per rendere più difficile per gli utenti di leggere il codice o per mascherare ritroso il JED non accetterà la vostra presentazione messa in vendita (questo non è nello spirito della GPL comunque!). Un redattore rivedrà il codice e determinare se il modo in cui si utilizza il base64 corrisponde alle regole del JED. questo potrebbe rallentare la tua opinione tempo listing . Quindi la regola generale è - non fare cose di pesce ed evitare la codifica del codice, se possibile "!
|
||||
COM_JEDCHECKER_RULE_ENCODING_DESC="\"Come sviluppatori siamo pienamente consapevoli che la Base64 e funzioni simili hanno un posto valido estensioni (come URL reindirizza o la memorizzazione dei dati). Tuttavia, se si utilizzano quelli per rendere più difficile per gli utenti di leggere il codice o per mascherare ritroso il JED non accetterà la vostra presentazione messa in vendita (questo non è nello spirito della GPL comunque!). Un redattore rivedrà il codice e determinare se il modo in cui si utilizza il base64 corrisponde alle regole del JED. questo potrebbe rallentare la tua opinione tempo listing . Quindi la regola generale è - non fare cose di pesce ed evitare la codifica del codice, se possibile \\"!"
|
||||
COM_JEDCHECKER_ERROR_ERRORREPORTING="Hai usato error_reporting(0) in questo file."
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING="error_reporting(0) nei file"
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING_DESC="Uso di error_reporting(0) è sconsigliato come Joomla fornisce un'opzione error_reporting nella configurazione globale."
|
||||
COM_JEDCHECKER_LEAVE_A_REVIEW_JED="Se si utilizza questo componente, si prega di inviare un rating e una revisione al <a href='%s' title='JED' target='_blank'> Joomla! Extensions Directory </a>."
|
||||
COM_JEDCHECKER_INFO="Info"
|
||||
COM_JEDCHECKER_INFO="Informazioni"
|
||||
COM_JEDCHECKER_INFO_XML="Informazioni su file XML di estensione"
|
||||
COM_JEDCHECKER_INFO_XML_DESC=". Il nome di installazione della vostra estensione deve abbinare il vostro nome quotazione sul JED Abbiamo la scansione dei file XML e trovare il valore del tag nome Informazioni utili per il ". Il nome del file e installare come " campi del modulo di presentazione jed"
|
||||
COM_JEDCHECKER_INFO_XML_NAME_XML="Il tag nome in questo file è: %s"
|
||||
COM_JEDCHECKER_INFO_XML_VERSION_XML="tag versione ha il valore: %s"
|
||||
COM_JEDCHECKER_INFO_XML_CREATIONDATE_XML="Il tag creationDate ha il valore: %s"
|
||||
COM_JEDCHECKER_RULE_PH1="intestazioni PHP mancanti GPL License Notice"
|
||||
COM_JEDCHECKER_RULE_PH1_DESC="Un avviso è richiesto su ogni file PHP che indica che il file è licenziato GPL (o altra licenza accettato compatibile) Per ulteriori informazioni, si prega di <a href='http://extensions.joomla.org/support/knowledgebase/item/jed-entries-checklists#licensechecklist' target='_blank'> clicca qui </a> ".
|
||||
COM_JEDCHECKER_RULE_PH1_DESC="\"Un avviso è richiesto su ogni file PHP che indica che il file è licenziato GPL (o altra licenza accettato compatibile) Per ulteriori informazioni, si prega di <a href='http://extensions.joomla.org/support/knowledgebase/item/jed-entries-checklists#licensechecklist' target='_blank'> clicca qui </a> \\"."
|
||||
COM_JEDCHECKER_ERROR_GPL_NOT_FOUND="GPL o licenza compatibile non è stata trovata"
|
||||
COM_JEDCHECKER_PH1_LICENSE_FOUND="licenza GPL è stato trovato"
|
||||
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="licenza compatibile GPL è stato trovato"
|
||||
COM_JEDCHECKER_WARNING="Attenzione"
|
||||
COM_JEDCHECKER_PH1_LICENSE_FOUND="Licenza GPL trovata"
|
||||
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="Licenza compatibile GPL trovata"
|
||||
COM_JEDCHECKER_WARNING="Avviso"
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_NOT_REMOVED="file 'ini' per '%s' regola non poteva essere rimosso, la rimozione manuale consigliato."
|
||||
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_NOT_REMOVED="file PHP per '%s' regola non poteva essere rimosso, la rimozione manuale consigliato."
|
||||
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_REMOVED="file PHP Rimosso per '%s' regola".
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_REMOVED="Rimosso file 'ini' per '%s' regola".
|
||||
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_REMOVED="\"file PHP Rimosso per '%s' regola\\"."
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_REMOVED="Rimosso il file 'ini' per la regola '%s."
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK="Framework di Joomla deprecato e pericoloso"
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_DESC="mette in guardia su <ul> <li> superglobals </ li> <li> funzioni di uso comune ma deprecato </ li> <li> funzioni altamente sicure </ li> </ ul> Più informazioni <a href='http://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_3.0_and_Joomla_Platform_12.1' target='_blank'> su Joomla retrocompatibilità per Joomla 3 </a> "
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_SUPERGLOBALS="L'utilizzo di superglobals è fortemente sconsigliato"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DIRECTDB="L'utilizzo di accesso diretto al database è fortemente sconsigliato"
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_NOTINJ3="Funzioni obsolete in Joomla 3"
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_NOTINJ3="Funzioni deprecate in Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_NOTINJ3="deprecato in Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DS="DS è deprecato in Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_JERR="JError è obsoleto, è necessario utilizzare JFactory::getApplication()->enqueueMessage();"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_JERR="JError è deprecato, dovresti utilizzare JFactory::getApplication()->enqueueMessage();"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log e var_dump"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="JRequest è obsoleto, è necessario utilizzare JFactory::getApplication()->input;"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_TODO="dichiarazione TODO rilevato"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_GIT="cartelle Codice-versioning rilevati"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_STRICT="PHP Strict Standards: Solo le variabili devono essere assegnate con riferimento"
|
||||
COM_JEDCHECKER_RULE_JAMSS="JAMSS - Joomla Anti-Malware Scan Script"
|
||||
COM_JEDCHECKER_RULE_JAMSS_DESC="JAMSS solleverà molte bandiere per l'utilizzo di metodi potenzialmente pericolosi, inoltre il controllo di alcune firme di attacco noti Scopri più informazioni su <a href=https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script' target='_blank'> Homepage del progetto </a> <br> JAMSS uscita è molto dettagliato e molto utile, passa il mouse sopra tutte le righe per vedere i dettagli. "
|
||||
COM_JEDCHECKER_ERROR_JAMSS_SUSPICIOUS_FILENAME="nome del file sospetto trovato:"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Non è stato possibile verificare"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Pattern trovato"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="Stringa trovata"
|
||||
COM_JEDCHECKER_RULE_US1="Requisito Update Server"
|
||||
COM_JEDCHECKER_RULE_US1_DESC="L'uso di Update Server è ora richiesto da Jed".
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_NOT_FOUND="tag server di aggiornamento mancanti o errati in questo file XML"
|
||||
COM_JEDCHECKER_RULE_US1_DESC="\"L'uso di Update Server è ora richiesto da Jed\\"."
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_NOT_FOUND="Aggiornamento tag server mancante o errato in questo file XML"
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_LINK_NOT_FOUND="collegamento Update Server non trovato in questo file XML"
|
||||
COM_JEDCHECKER_INFO_XML_UPDATE_SERVER_LINK="Il collegamento Update Server in questo file XML è: %s"
|
||||
COM_JEDCHECKER_DELETE_FAILED="Impossibile eliminare la cartella temporanea"
|
||||
COM_JEDCHECKER_DELETE_SUCCESS="Cartella temporanea eliminata!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Seleziona un file zippato da caricare"
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
COM_JEDCHECKER="Checker JED"
|
||||
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker instellingen"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Bestand uploaden"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was succesvol, klik op de unzip knop."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload is mislukt, zorg ervoor dat de tijdelijke map schrijfbaar is."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Uitpakken gelukt, klik op de controle knop."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Uitpakken mislukt"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker resultaten"
|
||||
COM_JEDCHECKER_CONGRATS="Gefeliciteerd! Als u dit onderdeel gebruikt dan heeft u hoogstwaarschijnlijk een Joomla! extensie ontwikkeld. Nu komt het "moeilijke" deel - het vermeld krijgen in de Joomla extensie Directory (JED). De JED heeft strenge eisen waaraan moet worden voldaan voordat een extensie wordt gepubliceerd in de directory. Die eisen vind je <a href='%s' target='_blank'>hier</a>. Deze component is gebouwd om het ontwikkelingsproces te vereenvoudigen door de code automatisch te controleren op veel voorkomende fouten in extensies."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="Dit is echter niet het enige doel. We streven er ook naar om codestandaards te controleren, zoals die welke het JPlatform heeft. Dit zou ervoor zorgen dat Joomla extensie-ontwikkelaars op de hoogte zijn van de JPlatform coderingsstandaarden en dit zou de kwaliteitsniveau in onze Joomla community nog hoger maken. Hiervoor hebben we u nodig - bekijk de <a href='%s' target='_blank'>Github projectpagina</a>. Fork de component, voeg uw code controles toe en stuur ons uw pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="Hoe uw extensie controleren met de JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload uw component/plugin/module zip-bestand met behulp van onderstaande uploadformulier"
|
||||
COM_JEDCHECKER_STEP2="Klik op controleren en bekijk het resultaat"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Muur van eer"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Bijdragers"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Mensen die hebben geholpen bij de ontwikkeling van deze component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Hoe het resultaat interpreteren"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP bestanden missen JEXEC beveiliging"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="Alle PHP bestanden in uw extensie moeten een \"defined('_JEXEC') or die();\" statement in het begin van elk bestand hebben. Dit zorgt ervoor dat het bestand niet kan worden geopend buiten de joomla installatie en verhoogt de veiligheid van uw site."
|
||||
COM_JEDCHECKER_RULE_PH3="Licentielabel ontbreekt of is onjuist in het XML installatiebestand"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="Een installatiebestand moet de licentie-informatie in een licentie-tag bevatten. De licentie moet GPL of GPL compatibel zijn."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Gefeliciteerd, alles lijkt in orde te zijn met die regel!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is een JED project."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is niet compatibel met de PHP-versie die u op deze website uitvoert: %s. U heeft minstens PHP versie %s nodig. Installatie wordt afgebroken."
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="index.html ontbreekt in deze map."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="De JEXEC-veiligheidscontrole zit niet in dit bestand."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="Er is geen licentie-tag gevonden in dit XML bestand."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Controleer of de licentie in dit bestand compatibel is met de GPL."
|
||||
COM_JEDCHECKER_RULE="Regel"
|
||||
COM_JEDCHECKER_ERRORS="Fouten"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibiliteitsproblemen"
|
||||
COM_JEDCHECKER_IN_LINE="in line"
|
||||
COM_JEDCHECKER_ERROR_ENCODING="U heeft encoding gebruikt in dit bestand. Dit is geen fout, maar een JED editor zal dit bestand moeten bekijken."
|
||||
COM_JEDCHECKER_RULE_ENCODING="Base64 of een ander type codering in de bestanden"
|
||||
COM_JEDCHECKER_RULE_ENCODING_DESC="Als ontwikkelaars zijn we ons er volledig van bewust dat de base64 en soortgelijke functies in extensies mogen worden gebruikt (zoals URL-doorverwijzingen of gegevensopslag). Maar als u die gebruikt om het voor gebruikers moeilijker te maken om uw code te lezen of backlinks te verbergen, accepteert de JED de opname in de lijst niet (dit is sowieso niet in de geest van GPL!). Een editor zal de code beoordelen en bepalen of de manier waarop u base64 gebruikt overeenkomt met de regels van de JED. Dit kan de beoordelingstijd vertragen. Dus de vuistregel is - rommel niet en vermijd indien mogelijk encoderen van uw code!"
|
||||
COM_JEDCHECKER_ERROR_ERRORREPORTING="U heeft error_reporting(0) in dit bestand gebruikt."
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING="error_reporting(0) in de bestanden"
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING_DESC="Gebruik van error_reporting(0) wordt ontmoedigd omdat Joomla een error_reporting optie biedt in de Algemene instellingen."
|
||||
COM_JEDCHECKER_LEAVE_A_REVIEW_JED="Als u deze component gebruikt, plaats dan een beoordeling en een recensie in de <a href='%s' title='JED' target='_blank'>Joomla! Extensions Directory</a>."
|
||||
COM_JEDCHECKER_INFO="Informatie"
|
||||
COM_JEDCHECKER_INFO_XML="Informatie over extensie xml-bestanden"
|
||||
COM_JEDCHECKER_INFO_XML_DESC="De installatienaam van uw extensie moet overeenkomen met uw naam in de JED. We scannen de XML-bestanden en vinden de waarde van de naam-tag. Nuttige informatie voor de "bestandsnaam en installatie als" velden in het JED inzend-formulier"
|
||||
COM_JEDCHECKER_INFO_XML_NAME_XML="De naam-tag in dit bestand is: <b>%s</b>"
|
||||
COM_JEDCHECKER_INFO_XML_VERSION_XML="Versie tag heeft de waarde: %s"
|
||||
COM_JEDCHECKER_INFO_XML_CREATIONDATE_XML="De aanmaakdatum tag heeft de waarde: %s"
|
||||
COM_JEDCHECKER_RULE_PH1="PHP headers zonder GPL Licentiemededeling"
|
||||
COM_JEDCHECKER_RULE_PH1_DESC="Er is een melding vereist in elk PHP bestand dat aangeeft dat het bestand een GPL licentie heeft (of een andere vergelijkbare geaccepteerde licentie). Klik hier <a href='http://extensions.joomla.org/support/knowledgebase/item/jed-entries-checklists#licensechecklist' target='_blank'>voor meer informatie</a>."
|
||||
COM_JEDCHECKER_ERROR_GPL_NOT_FOUND="GPL of vergelijkbare licentie is niet gevonden"
|
||||
COM_JEDCHECKER_PH1_LICENSE_FOUND="GPL licentie is gevonden"
|
||||
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="GPL vergelijkbare licentie is gevonden"
|
||||
COM_JEDCHECKER_WARNING="Waarschuwing"
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_NOT_REMOVED="'ini' bestand voor '%s' regel kan niet worden verwijderd, handmatig verwijderen wordt aanbevolen."
|
||||
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_NOT_REMOVED="PHP bestand voor '%s' regel kan niet worden verwijderd, handmatig verwijderen wordt aanbevolen."
|
||||
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_REMOVED="PHP bestand voor '%s' regel verwijderd."
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_REMOVED="'ini' bestand voor '%s' regel verwijderd."
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK="Joomla Framework verouderd en onveilig"
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_DESC="Waarschuwt over <ul><li>superglobals</li><li>vaak gebruikt maar verouderde functies</li><li>zeer onveilige functies</li></ul>Vind meer informatie <a href='http://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_3.0_and_Joomla_Platform_12.1' target='_blank'>over Joomla backward compatibiliteit voor Joomla 3</a>"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_SUPERGLOBALS="Het gebruik van superglobals wordt sterk ontmoedigd"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DIRECTDB="Het gebruik van directe database toegang wordt sterk ontmoedigd"
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_NOTINJ3="Functies niet meer ondersteund in Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_NOTINJ3="niet meer ondersteund in Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DS="DS wordt niet meer ondersteund in Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_JERR="JError niet meer ondersteund, gebruik JFactory::getApplication()->enqueueMessage();"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log en var_dump"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="JRequest wordt niet meer ondersteund, u moet JFactory::getApplication()->input; gebruiken"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_TODO="TODO statement gevonden"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_GIT="Code-versioning mappen gevonden"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_STRICT="PHP Strict Standards: Alleen variabelen mogen via referentie worden toegewezen"
|
||||
COM_JEDCHECKER_RULE_JAMSS="JAMSS - Joomla! Anti-Malware Scan Script"
|
||||
COM_JEDCHECKER_RULE_JAMSS_DESC="JAMSS zal veel waarschuwingen geven voor het gebruik van potentieel gevaarlijke methoden, extra controle op enkele bekende aanvals-handtekeningen. Ontdek meer op de website van het <a href='https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script' target='_blank'>Project</a><br>JAMSS output is zeer uitgebreid en zeer nuttig, beweeg over een regel om de details te zien."
|
||||
COM_JEDCHECKER_ERROR_JAMSS_SUSPICIOUS_FILENAME="Verdachte bestandsnaam gevonden:"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Kan niet controleren"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Patroon gevonden"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="String gevonden"
|
||||
COM_JEDCHECKER_RULE_US1="Server-update verplichting"
|
||||
COM_JEDCHECKER_RULE_US1_DESC="Het gebruik van updateservers is nu verplicht door de JED."
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_NOT_FOUND="Update-servertag ontbreekt of is onjuist in dit XML-bestand"
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_LINK_NOT_FOUND="Update-server link niet gevonden in dit XML bestand"
|
||||
COM_JEDCHECKER_INFO_XML_UPDATE_SERVER_LINK="De update-server link in dit XML-bestand is: %s"
|
||||
COM_JEDCHECKER_DELETE_FAILED="Kan tijdelijke map niet verwijderen"
|
||||
COM_JEDCHECKER_DELETE_SUCCESS="Tijdelijke map verwijderd!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Selecteer een zip-bestand om te worden geüpload"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker instellingen"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Bestand uploaden"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload gelukt, klik op de unzip knop."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload is mislukt, zorg ervoor dat de tijdelijke map schrijfbaar is."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Uitpakken gelukt, klik op de controle knop."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Uitpakken mislukt"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker resultaten"
|
||||
COM_JEDCHECKER_CONGRATS="Gefeliciteerd! Als u deze component gebruikt dan heeft u hoogstwaarschijnlijk een Joomla! extensie ontwikkeld. Nu komt het "moeilijke" deel - het vermeld krijgen in de Joomla extensie Directory (JED). De JED heeft strenge eisen waaraan moet worden voldaan voordat een extensie wordt gepubliceerd in de directory. Deze eisen vindt u <a href='%s' target='_blank'>hier</a>. Deze component is gebouwd om het ontwikkelingsproces te vereenvoudigen door de code automatisch te controleren op veel voorkomende fouten in extensies."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="Dit is echter niet het enige doel. We streven er ook naar om codestandaards te controleren, zoals die welke het JPlatform heeft. Dit zorgt ervoor dat Joomla extensie-ontwikkelaars op de hoogte zijn van de JPlatform coderingsstandaarden en dit kan het kwaliteitsniveau in onze Joomla community nog hoger maken. Hiervoor is het nodig dat u een kijkje neemt op de <a href='%s' target='_blank'>Github projectpagina</a>. Fork de component, voeg uw code controles toe en stuur ons uw pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="Hoe uw extensie controleren met de JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload uw component/plugin/module zip-bestand met behulp van onderstaande uploadformulier"
|
||||
COM_JEDCHECKER_STEP2="Klik op controleren en bekijk het resultaat"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Muur van eer"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Bijdragers"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Mensen die hebben geholpen bij de ontwikkeling van dit component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Hoe het resultaat interpreteren"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP bestanden missen JEXEC beveiliging"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="Alle PHP bestanden in uw extensie moeten een \"defined('_JEXEC') or die();\" statement in het begin van elk bestand hebben. Dit zorgt ervoor dat het bestand niet kan worden geopend buiten de joomla installatie en verhoogt de veiligheid van uw site."
|
||||
COM_JEDCHECKER_RULE_PH3="Licentielabel ontbreekt of is onjuist in het XML installatiebestand"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="Een installatiebestand moet de licentie-informatie in een licentie-tag bevatten. De licentie moet GPL of GPL compatibel zijn."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Gefeliciteerd, alles lijkt in orde te zijn met die regel!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is een JED project."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is niet compatibel met de PHP-versie die u op deze website uitvoert: %s. U heeft minstens PHP versie %s nodig. Installatie wordt afgebroken."
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="index.html ontbreekt in deze map."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="De JEXEC-veiligheidscontrole zit niet in dit bestand."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="Er is geen licentie-tag gevonden in dit XML bestand."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Controleer of de licentie in dit bestand compatibel is met de GPL."
|
||||
COM_JEDCHECKER_RULE="Regel"
|
||||
COM_JEDCHECKER_ERRORS="Fouten"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibiliteitsproblemen"
|
||||
COM_JEDCHECKER_IN_LINE="in line"
|
||||
COM_JEDCHECKER_ERROR_ENCODING="U heeft encoding gebruikt in dit bestand. Dit is geen fout, maar een JED editor zal dit bestand moeten bekijken."
|
||||
COM_JEDCHECKER_RULE_ENCODING="Base64 of een ander type codering in de bestanden"
|
||||
COM_JEDCHECKER_RULE_ENCODING_DESC="Als ontwikkelaars zijn we ons er volledig van bewust dat de base64 en soortgelijke functies in extensies mogen worden gebruikt (zoals URL-doorverwijzingen of gegevensopslag). Maar als u die gebruikt om het voor gebruikers moeilijker te maken om uw code te lezen of backlinks te verbergen, accepteert de JED de opname in de lijst niet (dit is sowieso niet in de geest van GPL!). Een editor zal de code beoordelen en bepalen of de manier waarop u base64 gebruikt overeenkomt met de regels van de JED. Dit kan de beoordelingstijd vertragen. Dus de vuistregel is - rommel niet en vermijd indien mogelijk encoderen van uw code!"
|
||||
COM_JEDCHECKER_ERROR_ERRORREPORTING="U heeft error_reporting(0) in dit bestand gebruikt."
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING="error_reporting(0) in de bestanden"
|
||||
COM_JEDCHECKER_RULE_ERRORREPORTING_DESC="Gebruik van error_reporting(0) wordt ontmoedigd omdat Joomla een error_reporting optie biedt in de Algemene instellingen."
|
||||
COM_JEDCHECKER_LEAVE_A_REVIEW_JED="Als u deze component gebruikt, plaats dan een beoordeling en een recensie in de <a href='%s' title='JED' target='_blank'>Joomla! Extensions Directory</a>."
|
||||
COM_JEDCHECKER_INFO="Informatie"
|
||||
COM_JEDCHECKER_INFO_XML="Informatie over extensie xml-bestanden"
|
||||
COM_JEDCHECKER_INFO_XML_DESC="De installatienaam van uw extensie moet overeenkomen met uw naam in de JED. We scannen de XML-bestanden en vinden de waarde van de naam-tag. Nuttige informatie voor de "bestandsnaam en installatie als" velden in het JED inzend-formulier"
|
||||
COM_JEDCHECKER_INFO_XML_NAME_XML="De naam-tag in dit bestand is: <b>%s</b>"
|
||||
COM_JEDCHECKER_INFO_XML_VERSION_XML="Versie tag heeft de waarde: %s"
|
||||
COM_JEDCHECKER_INFO_XML_CREATIONDATE_XML="De aanmaakdatum tag heeft de waarde: %s"
|
||||
COM_JEDCHECKER_RULE_PH1="PHP headers missen GPL licentiemelding"
|
||||
COM_JEDCHECKER_RULE_PH1_DESC="Er is een melding vereist in elk PHP bestand dat aangeeft dat het bestand een GPL licentie heeft (of een andere vergelijkbare geaccepteerde licentie). Klik hier <a href='http://extensions.joomla.org/support/knowledgebase/item/jed-entries-checklists#licensechecklist' target='_blank'>voor meer informatie</a>."
|
||||
COM_JEDCHECKER_ERROR_GPL_NOT_FOUND="GPL of vergelijkbare licentie is niet gevonden"
|
||||
COM_JEDCHECKER_PH1_LICENSE_FOUND="GPL licentie is gevonden"
|
||||
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="GPL vergelijkbare licentie is gevonden"
|
||||
COM_JEDCHECKER_WARNING="Waarschuwing"
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_NOT_REMOVED="'ini' bestand voor '%s' regel kan niet worden verwijderd, handmatig verwijderen wordt aanbevolen."
|
||||
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_NOT_REMOVED="PHP bestand voor '%s' regel kan niet worden verwijderd, handmatig verwijderen wordt aanbevolen."
|
||||
COM_JEDCHECKER_OLD_RULE_X_PHP_FILE_REMOVED="PHP bestand voor '%s' regel verwijderd."
|
||||
COM_JEDCHECKER_OLD_RULE_X_INI_FILE_REMOVED="'ini' bestand voor '%s' regel verwijderd."
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK="Joomla Framework verouderd en onveilig"
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_DESC="Waarschuwt over <ul><li>superglobals</li><li>vaak gebruikte maar verouderde functies</li><li>zeer onveilige functies</li></ul>Vind meer informatie <a href='http://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_3.0_and_Joomla_Platform_12.1' target='_blank'>over Joomla backward compatibiliteit voor Joomla 3</a>"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_SUPERGLOBALS="Het gebruik van superglobals wordt sterk afgeraden"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DIRECTDB="Het gebruik van directe database toegang wordt sterk afgeraden"
|
||||
COM_JEDCHECKER_RULE_FRAMEWORK_NOTINJ3="Functies niet meer ondersteund in Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_NOTINJ3="niet meer ondersteund in Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DS="DS wordt niet meer ondersteund in Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_JERR="JError niet meer ondersteund, gebruik JFactory::getApplication()->enqueueMessage();"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log en var_dump"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="JRequest wordt niet meer ondersteund, u moet JFactory::getApplication()->input; gebruiken"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_TODO="TODO statement gevonden"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_GIT="Code-versioning mappen gevonden"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_STRICT="PHP Strict Standards: Alleen variabelen mogen via referentie worden toegewezen"
|
||||
COM_JEDCHECKER_RULE_JAMSS="JAMSS - Joomla! anti-malware scan script"
|
||||
COM_JEDCHECKER_RULE_JAMSS_DESC="JAMSS zal veel waarschuwingen geven voor het gebruik van potentieel gevaarlijke methoden, extra controle op enkele bekende aanvals-handtekeningen. Ontdek meer op de website van de <a href='https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script' target='_blank'>Project startpagina</a><br>JAMSS output is zeer uitgebreid en zeer nuttig, beweeg over een regel om de details te zien."
|
||||
COM_JEDCHECKER_ERROR_JAMSS_SUSPICIOUS_FILENAME="Verdachte bestandsnaam gevonden:"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Kan niet controleren"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Patroon gevonden"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="String gevonden"
|
||||
COM_JEDCHECKER_RULE_US1="Updateserver vereisten"
|
||||
COM_JEDCHECKER_RULE_US1_DESC="Het gebruik van updateservers is nu verplicht door de JED."
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_NOT_FOUND="Updateserver-tag ontbreekt of is onjuist in dit XML-bestand"
|
||||
COM_JEDCHECKER_ERROR_XML_UPDATE_SERVER_LINK_NOT_FOUND="Updateserver link niet gevonden in dit XML bestand"
|
||||
COM_JEDCHECKER_INFO_XML_UPDATE_SERVER_LINK="De updateserver link in dit XML-bestand is: %s"
|
||||
COM_JEDCHECKER_DELETE_FAILED="Kan tijdelijke map niet verwijderen"
|
||||
COM_JEDCHECKER_DELETE_SUCCESS="Tijdelijke map verwijderd!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Selecteer een zip-bestand om te uploaden"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Last opp fil"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Opplastingen var vellykket, klikk nå på 'Pakk ut'-knappen."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Utpakking feilet"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Regel"
|
||||
COM_JEDCHECKER_ERRORS="Feil"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Kompatibilitetsproblemer"
|
||||
COM_JEDCHECKER_IN_LINE="på linje"
|
||||
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="Informasjon"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Advarsel"
|
||||
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="foreldet i Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DS="DS er foreldet i Joomla 3"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_JERR="JError er foreldet, du bør bruke JFactory::getApplication()->enqueueMessage();"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log og var_dump"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="JRequest er foreldet, du bør bruke JFactory::getApplication()->input;"
|
||||
COM_JEDCHECKER_ERROR_FRAMEWORK_TODO="TODO-angivelse oppdaget"
|
||||
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="Mistenkelige filnavn funnet:"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Kunne ikke sjekke"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Mønsteret ble funnet"
|
||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="Strengen ble funnet"
|
||||
COM_JEDCHECKER_RULE_US1="Oppdateringsservers krav"
|
||||
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="Kan ikke slette midlertidig mappe"
|
||||
COM_JEDCHECKER_DELETE_SUCCESS="Midlertidig mappe ble slettet."
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Velg en filpakke som skal lastes opp"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED-sjekk"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -1,23 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload bem sucedido"
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Descompactação bem sucedida! Vá adiante e clique no botão Checar!"
|
||||
COM_JEDCHECKER_UNZIP_FAILED="A descompactação falhou"
|
||||
; COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla!® extension! Now comes the "_QQ_"hard"_QQ_" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements to the extensions that get listed there. Those requirements can be found <a href='%s' target='_blank'>here</a>. Currently extensions are being manually tested for code problems. This component is an attempt to simplify your and the JED editors life's by automatically checking the code for common errors in extensions."
|
||||
; COM_JEDCHECKER_CODE_STANDARDS="However our goal is not only to test the extensions against common code errors that prevent it from getting listed in the JED. Our goal is to also have code standards checks such as the <a href='%s' target='_blank'>JPlatform has</a>. This would ensure that joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher! For this we will need you! Have a look at the <a href='%s' target='_blank'>github project page</a>. Fork the component! Add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="Como usar este componente???"
|
||||
COM_JEDCHECKER_STEP1="Envie seu arquivo zip component/plugin/module utilizando o formulário de envio abaixo"
|
||||
COM_JEDCHECKER_STEP2="Clique em descompactar"
|
||||
COM_JEDCHECKER_STEP3="Clique em checar e veja os resultados"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Parede de honra"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contribuintes"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Pessoas que contribuíram com o desenvolvimento deste componente."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Como interpretar os resultados?"
|
||||
COM_JEDCHECKER_RULE_SE1="Regra:SE1 - Extensão sem o arquivo index.html em todas as pastas"
|
||||
; COM_JEDCHECKER_RULE_SE1_DESC="If you want your extension to be listed on the JED, then you should make sure that all your extension folders contain an index.html file. - Developers don't like this rule at all - it fills your package with index.html files, which in terms slows down the installation process etc. But index.html files provide protection for badly configured hosts (one could argue if we need to try to do anything for those), but as long the joomla CMS comes with those files the JED is going to require that extensions also have those."
|
||||
COM_JEDCHECKER_RULE_PH2="Regra PH2 - arquivos PHP sem segurança JEXEC"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="Todos os arquivos PHP de sua extensão precisam ter uma afirmativa defined('_JEXEC') or die(); no início de cada arquivo. Isso assegura que o arquivo não possa ser aberto fora da instalação joomla e assim aumenta a segurança de seu site."
|
||||
; COM_JEDCHECKER_RULE_PH3="Rule PH3 - License tag missing or incorrect in XML install file"
|
||||
; COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Parabéns! Tudo aparenta estar bem com essa regra!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JEDchecker é principalmente desenvolvido por <a href='%s'>compojoom.com</a>"
|
||||
; COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JEDchecker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
||||
|
@ -1,23 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Carregamento bem sucedido"
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Descompactação bem sucedida! Continue e clique no botão Verificar!"
|
||||
COM_JEDCHECKER_UNZIP_FAILED="A descompactação falhou"
|
||||
; COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla!® extension! Now comes the "_QQ_"hard"_QQ_" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements to the extensions that get listed there. Those requirements can be found <a href='%s' target='_blank'>here</a>. Currently extensions are being manually tested for code problems. This component is an attempt to simplify your and the JED editors life's by automatically checking the code for common errors in extensions."
|
||||
; COM_JEDCHECKER_CODE_STANDARDS="However our goal is not only to test the extensions against common code errors that prevent it from getting listed in the JED. Our goal is to also have code standards checks such as the <a href='%s' target='_blank'>JPlatform has</a>. This would ensure that joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher! For this we will need you! Have a look at the <a href='%s' target='_blank'>github project page</a>. Fork the component! Add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="Como usar este componente?"
|
||||
; COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Clique em descompactar"
|
||||
COM_JEDCHECKER_STEP3="Clique para rever os resultados"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Quadro de honra"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contribuintes"
|
||||
; COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Como interpretar os resultados"
|
||||
COM_JEDCHECKER_RULE_SE1="Regra:SE1 - Necessário incluir um ficheiro index.html em todas as pastas da extensão"
|
||||
; COM_JEDCHECKER_RULE_SE1_DESC="If you want your extension to be listed on the JED, then you should make sure that all your extension folders contain an index.html file. - Developers don't like this rule at all - it fills your package with index.html files, which in terms slows down the installation process etc. But index.html files provide protection for badly configured hosts (one could argue if we need to try to do anything for those), but as long the joomla CMS comes with those files the JED is going to require that extensions also have those."
|
||||
COM_JEDCHECKER_RULE_PH2="Regra PH2 - É necessário a verificação de segurança JEXEC em todos os ficheiros PHP"
|
||||
; COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and this way increases the security of your site."
|
||||
; COM_JEDCHECKER_RULE_PH3="Rule PH3 - License tag missing or incorrect in XML install file"
|
||||
; COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Parabéns! Parece estar tudo correto relativamente a esta regra"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JEDchecker +e desenvolvido por <a href='%s'>compojoom.com</a>"
|
||||
; COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JEDchecker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; 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 "zor" 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 "filename and install as" 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"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Denetleyicisi"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -0,0 +1,83 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful, next click the Check button."
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla! extension. Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements that must be complied with before an extension will be published in the directory. Those requirements can be found <a href='%s' target='_blank'>here</a>. This component has been built with the aim of simplifying the development process by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However, this is not the only goal. We also aim to have code standards checks, such as those that the JPlatform has. This would ensure that Joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher. For this we will need you - have a look at the <a href='%s' target='_blank'>Github project page</a>. Fork the component, add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="How to check your extension using the JED Checker:"
|
||||
COM_JEDCHECKER_STEP1="Upload your component/plugin/module zip file by using the upload form below"
|
||||
COM_JEDCHECKER_STEP2="Click on Check and review the results"
|
||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
||||
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have helped with the development of this component."
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to Interpret the Results"
|
||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="License tag missing or incorrect in XML install file"
|
||||
COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license information in a license-tag. The license must be GPL or GPL compatible."
|
||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
||||
COM_JEDCHECKER_DEVELOPED_BY="JED Checker is a JED proyect."
|
||||
COM_JEDCHECKER_PHP_VERSION_INCOMPATIBLE="JED Checker is incompatible with the PHP version that you run on this site: %s. You would need at least PHP Version %s. Aborting installation"
|
||||
COM_JEDCHECKER_ERROR_HTML_INDEX_NOT_FOUND="Missing index.html in this directory."
|
||||
COM_JEDCHECKER_ERROR_JEXEC_NOT_FOUND="The JEXEC security check was not found in this file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_FOUND="No license tag was found in this XML file."
|
||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||
COM_JEDCHECKER_RULE="Rule"
|
||||
COM_JEDCHECKER_ERRORS="Errors"
|
||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
||||
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="Info"
|
||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
||||
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 "filename and install as" 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="Temporary folder deleted!"
|
||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
||||
|
@ -0,0 +1,3 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER="JED Checker"
|
||||
|
@ -22,13 +22,13 @@
|
||||
leftover_folders=".DS_Store,.svn,.git"
|
||||
|
||||
error_groups="directdb"
|
||||
directdb="mysql_connect,mysql_query,mysql_close,mysql_escape_string"
|
||||
directdb="mysql_connect,mysql_query,mysql_close,mysql_escape_string"
|
||||
|
||||
warning_groups="superglobals"
|
||||
superglobals="$_GET,$_POST,$_SESSION,$_COOKIE,$_FILES"
|
||||
|
||||
notice_groups="errorlog,todo"
|
||||
errorlog="error_log,var_export,var_dump"
|
||||
errorlog="error_log,var_export,var_dump,print_r"
|
||||
todo="@TODO"
|
||||
|
||||
compatibility_groups="notinj3,deprecated,jerr,DS,strict"
|
||||
|
@ -188,8 +188,8 @@ class JedcheckerRulesJamss extends JEDcheckerRule
|
||||
'Probably malicious PHP script that "calls home"',
|
||||
'16',
|
||||
'Detected script variations often used to inform the attackers about found vulnerable website.',),
|
||||
array('(?:(?:eval|gzuncompress|gzinflate|base64_decode|str_rot13|strrev|strtr|preg_replace|rawurldecode|' .
|
||||
'str_replace|assert|unpack|urldecode)[\s/\*\w\W\(]*){2,}',
|
||||
array('(?:(?:eval|gzuncompress|gzinflate|base64_decode|str_rot13|strrev|strtr|rawurldecode|' .
|
||||
'assert|unpack|urldecode)[\s/\*\w\W\(]*){2,}',
|
||||
'PHP: multiple encoded, most probably obfuscated code found',
|
||||
'17',
|
||||
'This pattern could be used in highly encoded, malicious code hidden under a loop of code obfuscation function ' .
|
||||
@ -222,7 +222,7 @@ class JedcheckerRulesJamss extends JEDcheckerRule
|
||||
'22',
|
||||
'Found the SourceCop encoded code. It is often used for malicious code ' .
|
||||
'hiding, so go and check the code with some online SourceCop decoders'),
|
||||
array('(?:exec|passthru|shell_exec|system|proc_|popen)[\w\W\s/\*]*\([\s/\*\#\'\"\w\W\-\_]*(?:\$_GET|\$_POST)',
|
||||
array('\b(?:exec|passthru|shell_exec|system|proc_\w+|popen)\b[\w\W\s/\*]*\([\s/\*\#\'\"\w\W\-\_]*(?:\$_GET|\$_POST)',
|
||||
'shell command execution from POST/GET variables',
|
||||
'23',
|
||||
'Found direct shell command execution getting variables from POST/GET, ' .
|
||||
|
@ -112,10 +112,16 @@ class JedcheckerRulesJexec extends JEDcheckerRule
|
||||
// "or" may not be present depending on syntax
|
||||
$pos_3 = stripos($line, 'die');
|
||||
|
||||
// Skip the line if "die" is not found
|
||||
// Check for "exit"
|
||||
if ($pos_3 === false)
|
||||
{
|
||||
continue;
|
||||
$pos_3 = stripos($line, 'exit');
|
||||
|
||||
// Skip the line if "die" or "exit" is not found
|
||||
if ($pos_3 === false)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
// Search for the constant name
|
||||
|
@ -67,6 +67,7 @@ class JEDcheckerReport extends JObject
|
||||
$this->data['errors'] = array();
|
||||
$this->data['compat'] = array();
|
||||
$this->data['info'] = array();
|
||||
$this->data['warning'] = array();
|
||||
|
||||
$this->data['count'] = new stdClass;
|
||||
$this->data['count']->total = 0;
|
||||
@ -217,7 +218,7 @@ class JEDcheckerReport extends JObject
|
||||
if ($compat_count > 0)
|
||||
{
|
||||
|
||||
$collapseID = uniqid('warning_');
|
||||
$collapseID = uniqid('compat_');
|
||||
|
||||
$html[] = '<div class="alert alert-warning" data-toggle="collapse" data-target="#' . $collapseID . '"><strong>' . $compat_count . ' ' . JText::_('COM_JEDCHECKER_COMPAT_ISSUES') . '</strong> - Click to View Details</div>';
|
||||
$html[] = '<div id="' . $collapseID . '" class="collapse"><ul class="alert alert-warning">';
|
||||
|
@ -75,8 +75,8 @@ function add_validation() {
|
||||
|
||||
<div class="card bg-light mb-3">
|
||||
<div class="card-body">
|
||||
<p class="card-text"><?php echo JText::sprintf('COM_JEDCHECKER_CONGRATS', 'http://extensions.joomla.org/about-jed/terms-of-service#listings'); ?></p>
|
||||
<p class="card-text"><?php echo JText::sprintf('COM_JEDCHECKER_CODE_STANDARDS', 'http://developer.joomla.org/coding-standards.html', 'https://github.com/compojoom/jedchecker'); ?></p>
|
||||
<p class="card-text"><?php echo JText::sprintf('COM_JEDCHECKER_CONGRATS', 'https://extensions.joomla.org/community/terms-of-service/'); ?></p>
|
||||
<p class="card-text"><?php echo JText::sprintf('COM_JEDCHECKER_CODE_STANDARDS', 'https://developer.joomla.org/coding-standards.html'); ?></p>
|
||||
<p class="card-text"><?php echo JText::_('COM_JEDCHECKER_HOW_TO_USE'); ?></p>
|
||||
<p class="card-text">
|
||||
<ol>
|
||||
@ -135,7 +135,7 @@ function add_validation() {
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<small class="text-muted">
|
||||
<?php echo JText::sprintf('COM_JEDCHECKER_LEAVE_A_REVIEW_JED', 'http://extensions.joomla.org/extensions/tools/development-tools/21336'); ?>
|
||||
<?php echo JText::sprintf('COM_JEDCHECKER_LEAVE_A_REVIEW_JED', 'https://extensions.joomla.org/extensions/tools/development-tools/21336'); ?>
|
||||
<?php echo JText::sprintf('COM_JEDCHECKER_DEVELOPED_BY', 'https://github.com/joomla-extensions/jedchecker'); ?> :)
|
||||
</small>
|
||||
</div>
|
||||
|
20
composer.json
Normal file
20
composer.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name" : "joomla-extensions/jedchecker",
|
||||
"description": "Joomla extension to check components, modules or plugins for possible problems for submission to the JED",
|
||||
"license" : "GPL-2.0-or-later",
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.2.23"
|
||||
}
|
||||
},
|
||||
"require" : {
|
||||
"php": ">=7.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"joomla/cms-coding-standards": "~2.0.0-alpha2@dev",
|
||||
"joomla/coding-standards": "~3.0@dev",
|
||||
"friendsofphp/php-cs-fixer": "~2.12",
|
||||
"squizlabs/php_codesniffer": "~3.0",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0"
|
||||
}
|
||||
}
|
1564
composer.lock
generated
Normal file
1564
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
6
crowdin.yml
Normal file
6
crowdin.yml
Normal file
@ -0,0 +1,6 @@
|
||||
files:
|
||||
- source: /administrator/components/com_jedchecker/language/en-GB/en-GB*.ini
|
||||
translation: /administrator/components/com_jedchecker/language/%locale%/%locale%%original_file_name%
|
||||
update_option: update_as_unapproved
|
||||
translation_replace:
|
||||
en-GB: ''
|
131
jedchecker.xml
131
jedchecker.xml
@ -1,35 +1,100 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<extension type="component" version="3.6" method="upgrade">
|
||||
<name>COM_JEDCHECKER</name>
|
||||
<author>Joomla! Extensions Directory</author>
|
||||
<creationDate>2019-03-09</creationDate>
|
||||
<copyright>Copyright (C) 2017 - 2019 Open Source Matters, Inc. All rights reserved.</copyright>
|
||||
<authorEmail>extensions@extensions.joomla.org</authorEmail>
|
||||
<authorUrl>https://github.com/joomla-extensions/jedchecker</authorUrl>
|
||||
<version>2.1.0</version>
|
||||
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
|
||||
<description><![CDATA[JED Checker will check your extension files and will let you know in advance if there are any possible problems with your extension for submitting to the JED]]>
|
||||
</description>
|
||||
<scriptfile>script.php</scriptfile>
|
||||
<administration>
|
||||
<menu>COM_JEDCHECKER</menu>
|
||||
<files folder="administrator/components/com_jedchecker">
|
||||
<file>access.xml</file>
|
||||
<file>config.xml</file>
|
||||
<file>controller.php</file>
|
||||
<folder>controllers</folder>
|
||||
<file>jedchecker.php</file>
|
||||
<folder>language</folder>
|
||||
<folder>libraries</folder>
|
||||
<folder>models</folder>
|
||||
<folder>views</folder>
|
||||
</files>
|
||||
</administration>
|
||||
<media destination="com_jedchecker" folder="media/com_jedchecker">
|
||||
<folder>css</folder>
|
||||
</media>
|
||||
<updateservers>
|
||||
<!-- Note: No spaces or linebreaks allowed between the server tags -->
|
||||
<server type="extension" name="Weblinks Update Site">https://raw.githubusercontent.com/joomla-extensions/jedchecker/master/manifest.xml</server>
|
||||
</updateservers>
|
||||
<extension type="component" version="3.9" method="upgrade">
|
||||
<name>COM_JEDCHECKER</name>
|
||||
<author>Joomla! Extensions Directory</author>
|
||||
<creationDate>2020-08-22</creationDate>
|
||||
<copyright>Copyright (C) 2017 - 2020 Open Source Matters, Inc. All rights reserved.</copyright>
|
||||
<authorEmail>extensions@extensions.joomla.org</authorEmail>
|
||||
<authorUrl>https://github.com/joomla-extensions/jedchecker</authorUrl>
|
||||
<version>2.3.0</version>
|
||||
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
|
||||
<description><![CDATA[JED Checker will check your extension files and will let you know in advance if there are any possible problems with your extension for submitting to the JED]]>
|
||||
</description>
|
||||
<scriptfile>script.php</scriptfile>
|
||||
<administration>
|
||||
<menu>COM_JEDCHECKER</menu>
|
||||
<files folder="administrator/components/com_jedchecker">
|
||||
<file>access.xml</file>
|
||||
<file>config.xml</file>
|
||||
<file>controller.php</file>
|
||||
<folder>controllers</folder>
|
||||
<file>jedchecker.php</file>
|
||||
<folder>language</folder>
|
||||
<folder>libraries</folder>
|
||||
<folder>models</folder>
|
||||
<folder>views</folder>
|
||||
</files>
|
||||
|
||||
<languages folder="administrator/components/com_jedchecker/language">
|
||||
<language tag="af-ZA">af-ZA/af-ZA.com_jedchecker.ini</language>
|
||||
<language tag="af-ZA">af-ZA/af-ZA.com_jedchecker.sys.ini</language>
|
||||
<language tag="ar-SA">ar-SA/ar-SA.com_jedchecker.ini</language>
|
||||
<language tag="ar-SA">ar-SA/ar-SA.com_jedchecker.sys.ini</language>
|
||||
<language tag="ca-ES">ca-ES/ca-ES.com_jedchecker.ini</language>
|
||||
<language tag="ca-ES">ca-ES/ca-ES.com_jedchecker.sys.ini</language>
|
||||
<language tag="cs-CZ">cs-CZ/cs-CZ.com_jedchecker.ini</language>
|
||||
<language tag="cs-CZ">cs-CZ/cs-CZ.com_jedchecker.sys.ini</language>
|
||||
<language tag="da-DK">da-DK/da-DK.com_jedchecker.ini</language>
|
||||
<language tag="da-DK">da-DK/da-DK.com_jedchecker.sys.ini</language>
|
||||
<language tag="de-DE">de-DE/de-DE.com_jedchecker.ini</language>
|
||||
<language tag="de-DE">de-DE/de-DE.com_jedchecker.sys.ini</language>
|
||||
<language tag="el-GR">el-GR/el-GR.com_jedchecker.ini</language>
|
||||
<language tag="el-GR">el-GR/el-GR.com_jedchecker.sys.ini</language>
|
||||
<language tag="en-GB">en-GB/en-GB.com_jedchecker.ini</language>
|
||||
<language tag="en-GB">en-GB/en-GB.com_jedchecker.sys.ini</language>
|
||||
<language tag="en-US">en-US/en-US.com_jedchecker.ini</language>
|
||||
<language tag="en-US">en-US/en-US.com_jedchecker.sys.ini</language>
|
||||
<language tag="es-ES">es-ES/es-ES.com_jedchecker.ini</language>
|
||||
<language tag="es-ES">es-ES/es-ES.com_jedchecker.sys.ini</language>
|
||||
<language tag="fi-FI">fi-FI/fi-FI.com_jedchecker.ini</language>
|
||||
<language tag="fi-FI">fi-FI/fi-FI.com_jedchecker.sys.ini</language>
|
||||
<language tag="fr-FR">fr-FR/fr-FR.com_jedchecker.ini</language>
|
||||
<language tag="fr-FR">fr-FR/fr-FR.com_jedchecker.sys.ini</language>
|
||||
<language tag="he-IL">he-IL/he-IL.com_jedchecker.ini</language>
|
||||
<language tag="he-IL">he-IL/he-IL.com_jedchecker.sys.ini</language>
|
||||
<language tag="hu-HU">hu-HU/hu-HU.com_jedchecker.ini</language>
|
||||
<language tag="hu-HU">hu-HU/hu-HU.com_jedchecker.sys.ini</language>
|
||||
<language tag="it-IT">it-IT/it-IT.com_jedchecker.ini</language>
|
||||
<language tag="it-IT">it-IT/it-IT.com_jedchecker.sys.ini</language>
|
||||
<language tag="ja-JP">ja-JP/ja-JP.com_jedchecker.ini</language>
|
||||
<language tag="ja-JP">ja-JP/ja-JP.com_jedchecker.sys.ini</language>
|
||||
<language tag="ko-KR">ko-KR/ko-KR.com_jedchecker.ini</language>
|
||||
<language tag="ko-KR">ko-KR/ko-KR.com_jedchecker.sys.ini</language>
|
||||
<language tag="nl-BE">nl-BE/nl-BE.com_jedchecker.ini</language>
|
||||
<language tag="nl-BE">nl-BE/nl-BE.com_jedchecker.sys.ini</language>
|
||||
<language tag="nl-NL">nl-NL/nl-NL.com_jedchecker.ini</language>
|
||||
<language tag="nl-NL">nl-NL/nl-NL.com_jedchecker.sys.ini</language>
|
||||
<language tag="no-NO">no-NO/no-NO.com_jedchecker.ini</language>
|
||||
<language tag="no-NO">no-NO/no-NO.com_jedchecker.sys.ini</language>
|
||||
<language tag="pl-PL">pl-PL/pl-PL.com_jedchecker.ini</language>
|
||||
<language tag="pl-PL">pl-PL/pl-PL.com_jedchecker.sys.ini</language>
|
||||
<language tag="pt-BR">pt-BR/pt-BR.com_jedchecker.ini</language>
|
||||
<language tag="pt-BR">pt-BR/pt-BR.com_jedchecker.sys.ini</language>
|
||||
<language tag="pt-PT">pt-PT/pt-PT.com_jedchecker.ini</language>
|
||||
<language tag="pt-PT">pt-PT/pt-PT.com_jedchecker.sys.ini</language>
|
||||
<language tag="ro-RO">ro-RO/ro-RO.com_jedchecker.ini</language>
|
||||
<language tag="ro-RO">ro-RO/ro-RO.com_jedchecker.sys.ini</language>
|
||||
<language tag="ru-RU">ru-RU/ru-RU.com_jedchecker.ini</language>
|
||||
<language tag="ru-RU">ru-RU/ru-RU.com_jedchecker.sys.ini</language>
|
||||
<language tag="sv-SE">sv-SE/sv-SE.com_jedchecker.ini</language>
|
||||
<language tag="sv-SE">sv-SE/sv-SE.com_jedchecker.sys.ini</language>
|
||||
<language tag="tr-TR">tr-TR/tr-TR.com_jedchecker.ini</language>
|
||||
<language tag="tr-TR">tr-TR/tr-TR.com_jedchecker.sys.ini</language>
|
||||
<language tag="uk-UA">uk-UA/uk-UA.com_jedchecker.ini</language>
|
||||
<language tag="uk-UA">uk-UA/uk-UA.com_jedchecker.sys.ini</language>
|
||||
<language tag="vi-VN">vi-VN/vi-VN.com_jedchecker.ini</language>
|
||||
<language tag="vi-VN">vi-VN/vi-VN.com_jedchecker.sys.ini</language>
|
||||
<language tag="zh-CN">zh-CN/zh-CN.com_jedchecker.ini</language>
|
||||
<language tag="zh-CN">zh-CN/zh-CN.com_jedchecker.sys.ini</language>
|
||||
<language tag="zh-TW">zh-TW/zh-TW.com_jedchecker.ini</language>
|
||||
<language tag="zh-TW">zh-TW/zh-TW.com_jedchecker.sys.ini</language>
|
||||
</languages>
|
||||
</administration>
|
||||
<media destination="com_jedchecker" folder="media/com_jedchecker">
|
||||
<folder>css</folder>
|
||||
</media>
|
||||
<updateservers>
|
||||
<!-- Note: No spaces or linebreaks allowed between the server tags -->
|
||||
<server type="extension" name="JED Checker Update Site">https://raw.githubusercontent.com/joomla-extensions/jedchecker/master/manifest.xml</server>
|
||||
</updateservers>
|
||||
</extension>
|
||||
|
@ -5,11 +5,11 @@
|
||||
<description><![CDATA[JED Checker will check your extension files and will let you know in advance if there are any possible problems with your extension for submitting to the JED]]></description>
|
||||
<element>com_jedchecker</element>
|
||||
<type>component</type>
|
||||
<version>2.1.2</version>
|
||||
<version>2.3.0</version>
|
||||
<client>site</client>
|
||||
<infourl title="JED Checker Extension">https://github.com/joomla-extensions/jedchecker/releases/tag/2.1.2</infourl>
|
||||
<infourl title="JED Checker Extension">https://github.com/joomla-extensions/jedchecker/releases/tag/2.3.0</infourl>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/jedchecker/archive/2.1.2.zip</downloadurl>
|
||||
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/jedchecker/archive/2.3.0.zip</downloadurl>
|
||||
</downloads>
|
||||
<targetplatform name="joomla" version="3.[6789]" />
|
||||
</update>
|
||||
|
Loading…
Reference in New Issue
Block a user