mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-01 09:13:55 +00:00
Merge pull request #68 from joomla-extensions/l10n_master2
New Crowdin updates
This commit is contained in:
commit
c7a692baaf
@ -1,20 +1,20 @@
|
|||||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
COM_JEDCHECKER_CONFIGURATION="Configuration du vérificateur JED"
|
||||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
COM_JEDCHECKER_UPLOAD_FILE="Transférer un fichier"
|
||||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="L'envoi a réussi, cliquez sur le bouton Décompresser."
|
||||||
COM_JEDCHECKER_ERROR_UNABLE_TO_UPLOAD_FILE="Upload has failed, ensure that the temporary directory is writable."
|
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="Unzip was successful, next click the Check button."
|
COM_JEDCHECKER_UNZIP_SUCCESS="La décompression a réussi, cliquez sur le bouton Vérifier."
|
||||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
COM_JEDCHECKER_UNZIP_FAILED="Échec de la décompression"
|
||||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
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_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_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_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_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_STEP2="Click on Check and review the results"
|
||||||
COM_JEDCHECKER_WALL_OF_HONOR="Wall of Honour"
|
COM_JEDCHECKER_WALL_OF_HONOR="Mur d'honneur"
|
||||||
COM_JEDCHECKER_CONTRIBUTORS="Contributors"
|
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_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_HOW_TO_INTERPRET_RESULTS="Comment interpréter les résultats"
|
||||||
COM_JEDCHECKER_RULE_PH2="PHP Files missing JEXEC security"
|
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_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="License tag missing or incorrect in XML install file"
|
||||||
@ -22,14 +22,14 @@ COM_JEDCHECKER_RULE_PH3_DESC="An install file should include the license informa
|
|||||||
COM_JEDCHECKER_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulations, everything seems to be fine with that rule!"
|
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 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_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_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_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_FOUND="Aucun tag de licence n'a été trouvé dans ce fichier XML."
|
||||||
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
COM_JEDCHECKER_ERROR_XML_LICENSE_NOT_GPL="Veuillez vérifier si la licence de ce fichier est compatible avec la GPL."
|
||||||
COM_JEDCHECKER_RULE="Rule"
|
COM_JEDCHECKER_RULE="Règle"
|
||||||
COM_JEDCHECKER_ERRORS="Errors"
|
COM_JEDCHECKER_ERRORS="Erreurs"
|
||||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
COM_JEDCHECKER_COMPAT_ISSUES="Problèmes de compatibilité"
|
||||||
COM_JEDCHECKER_IN_LINE="in line"
|
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_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="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_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!"
|
||||||
@ -48,7 +48,7 @@ COM_JEDCHECKER_RULE_PH1_DESC="A notice is required on each PHP file stating that
|
|||||||
COM_JEDCHECKER_ERROR_GPL_NOT_FOUND="GPL or compatible license was not found"
|
COM_JEDCHECKER_ERROR_GPL_NOT_FOUND="GPL or compatible license was not found"
|
||||||
COM_JEDCHECKER_PH1_LICENSE_FOUND="GPL license was found"
|
COM_JEDCHECKER_PH1_LICENSE_FOUND="GPL license was found"
|
||||||
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="GPL compatible license was found"
|
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="GPL compatible license was found"
|
||||||
COM_JEDCHECKER_WARNING="Warning"
|
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_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_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_PHP_FILE_REMOVED="Removed PHP file for '%s' rule."
|
||||||
@ -69,12 +69,12 @@ COM_JEDCHECKER_ERROR_FRAMEWORK_STRICT="PHP Strict Standards: Only variables shou
|
|||||||
COM_JEDCHECKER_RULE_JAMSS="JAMSS - Joomla! Anti-Malware Scan Script"
|
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_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_SUSPICIOUS_FILENAME="Suspicious filename found :"
|
||||||
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Could not check"
|
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Impossible de vérifier"
|
||||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Pattern found"
|
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Schéma trouvé"
|
||||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="String found"
|
COM_JEDCHECKER_ERROR_JAMSS_STRING="Chaîne trouvée"
|
||||||
COM_JEDCHECKER_RULE_US1="Update Server Requirement"
|
COM_JEDCHECKER_RULE_US1="Mettre à jour les exigences du serveur"
|
||||||
COM_JEDCHECKER_RULE_US1_DESC="The use of Update Servers is now required by JED."
|
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="Update Server tag missing or incorrect in this XML file"
|
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_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_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_FAILED="Can't delete temporary folder"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||||
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
COM_JEDCHECKER_CONFIGURATION="JED Checker Configuration"
|
||||||
COM_JEDCHECKER_UPLOAD_FILE="Upload File"
|
COM_JEDCHECKER_UPLOAD_FILE="Last opp fil"
|
||||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful, next click the Unzip button."
|
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_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_SUCCESS="Unzip was successful, next click the Check button."
|
||||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
COM_JEDCHECKER_UNZIP_FAILED="Utpakking feilet"
|
||||||
COM_JEDCHECKER_RESULTS="JED Checker Results"
|
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_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_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!"
|
||||||
@ -26,10 +26,10 @@ 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_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_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_ERROR_XML_LICENSE_NOT_GPL="Please check if the license in this file is compatible with the GPL."
|
||||||
COM_JEDCHECKER_RULE="Rule"
|
COM_JEDCHECKER_RULE="Regel"
|
||||||
COM_JEDCHECKER_ERRORS="Errors"
|
COM_JEDCHECKER_ERRORS="Feil"
|
||||||
COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues"
|
COM_JEDCHECKER_COMPAT_ISSUES="Kompatibilitetsproblemer"
|
||||||
COM_JEDCHECKER_IN_LINE="in line"
|
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_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="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_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!"
|
||||||
@ -37,7 +37,7 @@ 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="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_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_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="Informasjon"
|
||||||
COM_JEDCHECKER_INFO_XML="Information about extension xml files"
|
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_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_NAME_XML="The name tag in this file is: <b>%s</b>"
|
||||||
@ -48,7 +48,7 @@ COM_JEDCHECKER_RULE_PH1_DESC="A notice is required on each PHP file stating that
|
|||||||
COM_JEDCHECKER_ERROR_GPL_NOT_FOUND="GPL or compatible license was not found"
|
COM_JEDCHECKER_ERROR_GPL_NOT_FOUND="GPL or compatible license was not found"
|
||||||
COM_JEDCHECKER_PH1_LICENSE_FOUND="GPL license was found"
|
COM_JEDCHECKER_PH1_LICENSE_FOUND="GPL license was found"
|
||||||
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="GPL compatible license was found"
|
COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND="GPL compatible license was found"
|
||||||
COM_JEDCHECKER_WARNING="Warning"
|
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_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_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_PHP_FILE_REMOVED="Removed PHP file for '%s' rule."
|
||||||
@ -58,26 +58,26 @@ COM_JEDCHECKER_RULE_FRAMEWORK_DESC="Warns about <ul><li>superglobals</li><li>com
|
|||||||
COM_JEDCHECKER_ERROR_FRAMEWORK_SUPERGLOBALS="Use of superglobals is strongly discouraged"
|
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_ERROR_FRAMEWORK_DIRECTDB="Use of direct database access is strongly discouraged"
|
||||||
COM_JEDCHECKER_RULE_FRAMEWORK_NOTINJ3="Functions deprecated in Joomla 3"
|
COM_JEDCHECKER_RULE_FRAMEWORK_NOTINJ3="Functions deprecated in Joomla 3"
|
||||||
COM_JEDCHECKER_ERROR_FRAMEWORK_NOTINJ3="deprecated in Joomla 3"
|
COM_JEDCHECKER_ERROR_FRAMEWORK_NOTINJ3="foreldet i Joomla 3"
|
||||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DS="DS is deprecated in Joomla 3"
|
COM_JEDCHECKER_ERROR_FRAMEWORK_DS="DS er foreldet i Joomla 3"
|
||||||
COM_JEDCHECKER_ERROR_FRAMEWORK_JERR="JError is deprecated, you should use JFactory::getApplication()->enqueueMessage();"
|
COM_JEDCHECKER_ERROR_FRAMEWORK_JERR="JError er foreldet, du bør bruke JFactory::getApplication()->enqueueMessage();"
|
||||||
COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log and var_dump"
|
COM_JEDCHECKER_ERROR_FRAMEWORK_ERRORLOG="error_log og var_dump"
|
||||||
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="JRequest is deprecated, you should use JFactory::getApplication()->input;"
|
COM_JEDCHECKER_ERROR_FRAMEWORK_DEPRECATED="JRequest er foreldet, du bør bruke JFactory::getApplication()->input;"
|
||||||
COM_JEDCHECKER_ERROR_FRAMEWORK_TODO="TODO statement detected"
|
COM_JEDCHECKER_ERROR_FRAMEWORK_TODO="TODO-angivelse oppdaget"
|
||||||
COM_JEDCHECKER_ERROR_FRAMEWORK_GIT="Code-versioning folders 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_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="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_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_SUSPICIOUS_FILENAME="Mistenkelige filnavn funnet:"
|
||||||
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Could not check"
|
COM_JEDCHECKER_ERROR_JAMSS_CANNOT_OPEN="Kunne ikke sjekke"
|
||||||
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Pattern found"
|
COM_JEDCHECKER_ERROR_JAMSS_PATTERN="Mønsteret ble funnet"
|
||||||
COM_JEDCHECKER_ERROR_JAMSS_STRING="String found"
|
COM_JEDCHECKER_ERROR_JAMSS_STRING="Strengen ble funnet"
|
||||||
COM_JEDCHECKER_RULE_US1="Update Server Requirement"
|
COM_JEDCHECKER_RULE_US1="Oppdateringsservers krav"
|
||||||
COM_JEDCHECKER_RULE_US1_DESC="The use of Update Servers is now required by JED."
|
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_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_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_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_FAILED="Kan ikke slette midlertidig mappe"
|
||||||
COM_JEDCHECKER_DELETE_SUCCESS="Temporary folder deleted!"
|
COM_JEDCHECKER_DELETE_SUCCESS="Midlertidig mappe ble slettet."
|
||||||
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Please, select a zipped file to be uploaded"
|
COM_JEDCHECKER_EMPTY_UPLOAD_FIELD="Velg en filpakke som skal lastes opp"
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||||
COM_JEDCHECKER="JED Checker"
|
COM_JEDCHECKER="JED-sjekk"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user