From 48aad245e885962db50c4cb727df70101b49e063 Mon Sep 17 00:00:00 2001 From: Jaz Parkyn Date: Fri, 11 Mar 2016 23:08:45 +0000 Subject: [PATCH] Adding COM_JEDCHECKER_RESULTS --- .../com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/source/administrator/components/com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini b/source/administrator/components/com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini index eb342cd..50c1174 100644 --- a/source/administrator/components/com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini +++ b/source/administrator/components/com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini @@ -3,6 +3,7 @@ COM_JEDCHECKER_UPLOAD_FILE="Upload File" COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the unzip button." 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 to the extensions that get listed there. Those requirements can be found here. 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 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 github project page. 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:"