31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-08 00:10:47 +00:00

adding new translations thanks to opentranslators!

This commit is contained in:
Daniel Dimitrov 2012-06-28 09:33:39 +02:00
parent a554d9cb94
commit ab27c25ccb
8 changed files with 116 additions and 0 deletions

View File

@ -0,0 +1,27 @@
; Language files have to start with semicolon (;) otherwise we have problems with transifex
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload lykkedes"
COM_JEDCHECKER_UNZIP_SUCCESS="Udpakning lykkedes! Du kan nu fortsætte ved at klikke på check knappen!"
COM_JEDCHECKER_UNZIP_FAILED="Udpakning mislykkedes"
COM_JEDCHECKER_CONGRATS="Tillykke! Hvis du anvender denne komponent så har du sikkert udviklet en Joomla!® udvidelse! Nu kommer den "_QQ_"besværlige"_QQ_" del - at få den listet i Joomla Extension Directory (JED). JED har strenge krav til de udvidelser som bliver listet der. Disse krav kan findes <a href='%s' target='_blank'>her</a>. I øjeblikket testes udvidelser manuelt for kode problemer. Denne komponent er et forsøg på at simplificere dit og JED redaktørernes liv ved automatisk at tjekke koden for almindelige fejl i udvidelser."
COM_JEDCHECKER_CODE_STANDARDS="Vores mål er dog ikke kun at teste udvidelserne for almindelige kodefejl, der forhindrer det i at blive listet i JED. Vores mål er, at også have check for kodestandarder som <a href='%s' target='_blank'>JPlatform har</a>. Dette vil sikre, at joomla udviklere er klar over JPlatform kodestandarder og dette kunne hæve overliggeren for kvalitet endnu højere i vores joomla community! Til dette har vi brug for din hjælp! Tag et kig på <a href='%s' target='_blank'>github projektsiden</a>. Fork komponenten! Tilføj din kodekontrol og send os dine pull anmodninger!"
COM_JEDCHECKER_HOW_TO_USE="Hvordan kan du så bruge denne komponent???"
COM_JEDCHECKER_STEP1="Upload din komponent/programudvidelse/modul zip-fil ved hjælp af upload formularen nedenfor"
COM_JEDCHECKER_STEP2="Klik på udpak"
COM_JEDCHECKER_STEP3="Klik på check og gennemgå resultaterne"
COM_JEDCHECKER_WALL_OF_HONOR="Bidragsydere"
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Folk, der har hjulpet med udviklingen af denne komponent"
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Hvordan fortolkes resultaterne?"
COM_JEDCHECKER_RULE_SE1="Regel:SE1 - Udvidelse mangler index.html fil i alle mapper"
COM_JEDCHECKER_RULE_SE1_DESC="Hvis du ønsker din udvidelse listet på JED, bør du sikre dig, at alle dine udvidelse mapper indeholder en index.html fil. - Udviklere bryder sig overhovedet ikke om denne regel - det udfylder din pakke med index.html filer, som forsinker installationsprocessen osv. Men index.html filer giver beskyttelse for dårligt konfigurerede webhosts (man kunne indvende, om vi skulle forsøge at gøre noget for dem), men så længe joomla CMS leveres med disse filer vil JED kræve at udvidelser også har dem."
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING="JEDchecker kontrollerer hver enkelt mappe i din pakke for tilstedeværelse af index.html filer, men dette betyder ikke, at alle mapper skal have en index.html fil. For eksempel - behøver sprog mapper ikke have en index.html fil, fordi joomla CMS har index.html filer disse steder.Hvis din pakke har følgende struktur:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1="Korrekt læsning af JEDchecker resultaterne for SE1:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2="Hvis JEDchecker fortæller dig, at du har mangler index.html i følgende mapper:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3="Er du faktisk kun nødt til at bekymre dig om"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4="da disse 2 mapper ikke har index.html filerne, når din komponent bliver installeret"
COM_JEDCHECKER_RULE_PH2="Regel PH2 - PHP filer mangler JEXEC sikkerhed"
COM_JEDCHECKER_RULE_PH2_DESC="Alle PHP filer i din udvidelse skal have en defined('_JEXEC') or die(); sætning i begyndelsen af hver fil. Dette sikrer, at filen ikke kan åbnes uden for joomla installationen og på denne måde øges sikkerheden for dit websted."
; 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_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Tillykke! Alt synes at være fint med denne regel!"
COM_JEDCHECKER_DEVELOPED_BY="JEDchecker er primært udviklet af <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"

View File

@ -0,0 +1,2 @@
; Language files have to start with semicolon (;) otherwise we have problems with transifex
COM_JEDCHECKER="JEDchecker"

View File

@ -0,0 +1,27 @@
; Language files have to start with semicolon (;) otherwise we have problems with transifex
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload completato"
COM_JEDCHECKER_UNZIP_SUCCESS="Decompressione completata! Adesso vai avanti e premi il pulsante Controlla!"
COM_JEDCHECKER_UNZIP_FAILED="Decompressione fallita"
COM_JEDCHECKER_CONGRATS="Congratulazioni! Se usi questo componente, molto probabilmente hai sviluppato un'estensione per Joomla!®. Adesso arriva la parte "_QQ_"dura"_QQ_" - pubblicarla nella Joomla Extension Directory (JED). La JED ha dei requisiti severi per le estensioni che vengono pubblicate. Questi requisiti possono esssere trovati <a href='%s' target='_blank'>qui</a>. Attualmente le estensioni sono testate manualmente per verificare problemi di codice. Questo componente è un tentativo per semplificare la vita degli editori della JED, controllando automaticamente gli errori più comuni nel codice delle estensioni."
COM_JEDCHECKER_CODE_STANDARDS="Ad ogni modo il nostro obiettivo non è solo quello di testare le estensioni contro gli errori comuni nel codice che impediscono la pubblicazione nella JED. Il nostro obiettivo è anche quello di avere dei controlli standard del codice come quelli che la <a href='%s' target='_blank'>JPlatform ha</a>. Ciò assicurerà che gli sviluppatori di estensioni per Joomla saranno attenti agli standard di programmazione di JPlatform e ciò potrà elevare la barra della qualità nella nostra comunità di Joomla sempre più in alto! Per questo abbiamo bisogno di te! Dai un'occhiata alla <a href='%s' target='_blank'>pagina del progetto su github</a>. Fai un fork del componente! Aggiungi i tuoi controlli del codice ed inviaci le tue richieste di pull!"
COM_JEDCHECKER_HOW_TO_USE="Come usare questo componente?"
COM_JEDCHECKER_STEP1="Carica il file zip del tuo componente/plugin/modulo utilizzando il modulo di upload sotto"
COM_JEDCHECKER_STEP2="Premi su Decomprimi"
COM_JEDCHECKER_STEP3="Premi su Controlla e rivedi i risultati"
COM_JEDCHECKER_WALL_OF_HONOR="Muro d'onore"
COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Persone che hanno contribuito allo sviluppo di questo componente"
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Come interpretare i risultati?"
COM_JEDCHECKER_RULE_SE1="Regola:SE1 - L'estensione non dispone dei file index.html in tutte le cartelle"
COM_JEDCHECKER_RULE_SE1_DESC="Se vuoi che la tua estensione sia pubblicata nella JED, devi assicurarti che tutte le cartelle della tua estensione contengano un file index.html. - Gli sviluppatori non amano questa regola - dicendo che riempiendo il tuo pacchetto con i file index.html, si rallenta il processo d'installazione ecc. Ma i file index.html forniscono protezione per gli host configurati male (ci si potrebbe chiedere se si possa fare qualcosa per quelli), ma finché il CMS Joomla viene fornito con questi file, JED richiede che anche le estensioni li abbiano."
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING="Il JEDChecker controlla ogni singola cartella nel tuo pacchetto alla ricerca dei file index.html, ma ciò non vuol dire che tutte le cartelle debbano avere un file index.html. Per esempio - la cartella language non necessita di un file index.html, poiché il CMS Joomla ha un file index.html in queste cartelle. Se il tuo pacchetto ha la struttura seguente:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1="Lettura corretta dei risultati di JEDChecker per SE1:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2="Se JEDchecker ti dice che il file index.html è mancante nelle seguenti cartelle:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3="Hai veramente bisogno di preoccuparti solo per"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4="perché quelle 2 cartelle non hanno il file index.html quando il tuo componente viene installato"
COM_JEDCHECKER_RULE_PH2="Regola PH2 - I file PHP non presentano la protezione JEXEC"
COM_JEDCHECKER_RULE_PH2_DESC="Tutti i file PHP nella tua estensioni devono avere definito uno statement ('_JEXEC') or die(); all'inizio di ogni file. Ciò assicura che il file non possa essere aperto all'esterno di un'installazione di Joomla ed in questo modo aumenta la sicurezza del tuo sito."
; 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_EVERYTHING_SEEMS_TO_BE_FINE_WITH_THAT_RULE="Congratulazioni! Sembra essere tutto ok con questa regola!"
COM_JEDCHECKER_DEVELOPED_BY="JEDchecker è sviluppato principalmente da <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"

View File

@ -0,0 +1,2 @@
; Language files have to start with semicolon (;) otherwise we have problems with transifex
COM_JEDCHECKER="JEDchecker"

View File

@ -0,0 +1,27 @@
; Language files have to start with semicolon (;) otherwise we have problems with transifex
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload bem sucedido"
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_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_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_SE1_MORE_INFO_INTERPRETING="The JEDchecker checks every single folder in your package for the presence of index.html files,but this doesn't mean that all folders need to have an index.html file. For example - language folders don't need to have an index.html file, because the joomla CMS has index.html files in those locations.If your package has the following structure:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1="Lendo corretamente os resultados de JEDchecker para SE1:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2="Se o JEDchecker diz a você que há ausência de index.html nas seguintes pastas:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3="Você na verdade precisa se preocupar apenas com"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4="pois essas 2 pastas não vão ter os arquivos index. html quando o componente é instalado"
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_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"

View File

@ -0,0 +1,2 @@
; Language files have to start with semicolon (;) otherwise we have problems with transifex
COM_JEDCHECKER="JEDchecker"

View File

@ -0,0 +1,27 @@
; Language files have to start with semicolon (;) otherwise we have problems with transifex
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Carregamento bem sucedido"
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_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_STEP2="Clique em descompactar"
COM_JEDCHECKER_STEP3="Clique para rever os resultados"
COM_JEDCHECKER_WALL_OF_HONOR="Quadro de honra"
; 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_SE1_MORE_INFO_INTERPRETING="The JEDchecker checks every single folder in your package for the presence of index.html files,but this doesn't mean that all folders need to have an index.html file. For example - language folders don't need to have an index.html file, because the joomla CMS has index.html files in those locations.If your package has the following structure:"
; COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1="Properly reading the JEDchecker results for SE1:"
; COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2="If the JEDchecker tells you that you have missing index.html in the following folders:"
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3="Não tem nada com que se preocupar de momento"
; COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4="as those 2 folders won't have the index.html files when your component gets installed"
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_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"

View File

@ -0,0 +1,2 @@
; Language files have to start with semicolon (;) otherwise we have problems with transifex
COM_JEDCHECKER="JEDchecker"