Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
|
8e8525ca09 | 1 year ago |
|
1613ae68d9 | 1 year ago |
|
288583ad0e | 1 year ago |
|
49bb5b1e02 | 2 years ago |
|
64e245c0e2 | 2 years ago |
|
f7753028ce | 2 years ago |
15 changed files with 228 additions and 67 deletions
@ -0,0 +1,7 @@
|
||||
/vendor/ |
||||
/composer.phar |
||||
/composer.lock |
||||
/phpcs.xml |
||||
/phpstan.neon |
||||
/.php_cs.cache |
||||
/.php_cs.txt |
@ -0,0 +1,7 @@
|
||||
{ |
||||
"require-dev": { |
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", |
||||
"spip/coding-standards": "^1.2", |
||||
"phpstan/phpstan": "^0.12.98" |
||||
} |
||||
} |
@ -0,0 +1,12 @@
|
||||
<traduction |
||||
module="aide" |
||||
id="aide--aide-37701" |
||||
gestionnaire="salvatore" |
||||
url="https://trad.spip.net" |
||||
source="https://git.spip.net/spip/aide.git" |
||||
reference="fr"> |
||||
<langue code="ar" url="https://trad.spip.net/tradlang_module/aide-aide?lang_cible=ar" total="11" traduits="11" relire="0" modifs="0" nouveaux="0" pourcent="100.00" /> |
||||
<langue code="en" url="https://trad.spip.net/tradlang_module/aide-aide?lang_cible=en" total="11" traduits="11" relire="0" modifs="0" nouveaux="0" pourcent="100.00" /> |
||||
<langue code="es" url="https://trad.spip.net/tradlang_module/aide-aide?lang_cible=es" total="11" traduits="11" relire="0" modifs="0" nouveaux="0" pourcent="100.00" /> |
||||
<langue code="fr" url="https://trad.spip.net/tradlang_module/aide-aide?lang_cible=fr" total="11" traduits="11" relire="0" modifs="0" nouveaux="0" pourcent="100.00" /> |
||||
</traduction> |
@ -1,15 +1,24 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de https://trad.spip.net/tradlang_module/aide-aide?lang_cible=ar |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
'raccourcis' => 'إختصارات الكتابة', |
||||
'raccourcis_ancre' => 'مراسي تحمل اسماء', |
||||
'raccourcis_citation' => 'ذكر مقتطفات', |
||||
'raccourcis_code' => 'عرض الرموز البرمجية', |
||||
'raccourcis_glossaire' => 'معجم خارجي', |
||||
'raccourcis_lien' => 'روابط هايبرتكست', |
||||
'raccourcis_liste' => 'اللوائح والترقيم', |
||||
'raccourcis_note' => 'الحواشي', |
||||
'raccourcis_resume' => 'ياختصار', |
||||
'raccourcis_simple' => 'تصميم مبسط', |
||||
'raccourcis_tableau' => 'الجداول', |
||||
|
||||
// R |
||||
'raccourcis' => 'إختصارات الكتابة', |
||||
'raccourcis_ancre' => 'مراسي تحمل اسماء', |
||||
'raccourcis_citation' => 'ذكر مقتطفات', |
||||
'raccourcis_code' => 'عرض الرموز البرمجية', |
||||
'raccourcis_glossaire' => 'معجم خارجي', |
||||
'raccourcis_lien' => 'روابط هايبرتكست', |
||||
'raccourcis_liste' => 'اللوائح والترقيم', |
||||
'raccourcis_note' => 'الحواشي', |
||||
'raccourcis_resume' => 'ياختصار', |
||||
'raccourcis_simple' => 'تصميم مبسط', |
||||
'raccourcis_tableau' => 'الجداول' |
||||
); |
||||
|
@ -1,15 +1,24 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de https://trad.spip.net/tradlang_module/aide-aide?lang_cible=en |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
'raccourcis' => 'Typographical shortcuts', |
||||
'raccourcis_ancre' => 'Named anchors', |
||||
'raccourcis_citation' => 'Quotes', |
||||
'raccourcis_code' => 'Programming code', |
||||
'raccourcis_glossaire' => 'External glossary', |
||||
'raccourcis_lien' => 'Hypertext links', |
||||
'raccourcis_liste' => 'Lists and enumerations', |
||||
'raccourcis_note' => 'Footnotes', |
||||
'raccourcis_resume' => 'En résumé', |
||||
'raccourcis_simple' => 'Simple formatting', |
||||
'raccourcis_tableau' => 'Tables', |
||||
); |
||||
|
||||
// R |
||||
'raccourcis' => 'Typographical shortcuts', |
||||
'raccourcis_ancre' => 'Named anchors', |
||||
'raccourcis_citation' => 'Quotes', |
||||
'raccourcis_code' => 'Programming code', |
||||
'raccourcis_glossaire' => 'External glossary', |
||||
'raccourcis_lien' => 'Hypertext links', |
||||
'raccourcis_liste' => 'Lists and enumerations', |
||||
'raccourcis_note' => 'Footnotes', |
||||
'raccourcis_resume' => 'En résumé', |
||||
'raccourcis_simple' => 'Simple formatting', |
||||
'raccourcis_tableau' => 'Tables' |
||||
); |
||||
|
@ -1,15 +1,24 @@
|
||||
<?php |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
'raccourcis' => 'Atajos', |
||||
'raccourcis_ancre' => 'Anclas con nombres', |
||||
'raccourcis_citation' => 'Citar un extracto', |
||||
'raccourcis_code' => 'Mostrar código informático', |
||||
'raccourcis_glossaire' => 'Glosario externo', |
||||
'raccourcis_lien' => 'Enlaces de hipertexto', |
||||
'raccourcis_liste' => 'Listas y enumeraciones', |
||||
'raccourcis_note' => 'Notas de pie de página', |
||||
'raccourcis_resume' => 'En resumen', |
||||
'raccourcis_simple' => 'Formato simple', |
||||
'raccourcis_tableau' => 'Tablas', |
||||
); |
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de https://trad.spip.net/tradlang_module/aide-aide?lang_cible=es |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// R |
||||
'raccourcis' => 'Atajos', |
||||
'raccourcis_ancre' => 'Anclas con nombres', |
||||
'raccourcis_citation' => 'Citar un extracto', |
||||
'raccourcis_code' => 'Mostrar código informático', |
||||
'raccourcis_glossaire' => 'Glosario externo', |
||||
'raccourcis_lien' => 'Enlaces de hipertexto', |
||||
'raccourcis_liste' => 'Listas y enumeraciones', |
||||
'raccourcis_note' => 'Notas de pie de página', |
||||
'raccourcis_resume' => 'En resumen', |
||||
'raccourcis_simple' => 'Formato simple', |
||||
'raccourcis_tableau' => 'Tablas' |
||||
); |
||||
|
@ -1,15 +1,22 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// Fichier source, a modifier dans https://git.spip.net/spip/aide.git |
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
'raccourcis' => 'Raccourcis typographiques', |
||||
'raccourcis_ancre' => 'Ancres nommées', |
||||
'raccourcis_citation' => 'Citations', |
||||
'raccourcis_code' => 'Code informatique', |
||||
'raccourcis_glossaire' => 'Glossaire externe', |
||||
'raccourcis_lien' => 'Liens hypertextes', |
||||
'raccourcis_liste' => 'Listes et énumérations', |
||||
'raccourcis_note' => 'Notes de bas de page', |
||||
'raccourcis_resume' => 'En résumé', |
||||
'raccourcis_simple' => 'Mise en forme simple', |
||||
'raccourcis_tableau' => 'Tableaux', |
||||
|
||||
// R |
||||
'raccourcis' => 'Raccourcis typographiques', |
||||
'raccourcis_ancre' => 'Ancres nommées', |
||||
'raccourcis_citation' => 'Citations', |
||||
'raccourcis_code' => 'Code informatique', |
||||
'raccourcis_glossaire' => 'Glossaire externe', |
||||
'raccourcis_lien' => 'Liens hypertextes', |
||||
'raccourcis_liste' => 'Listes et énumérations', |
||||
'raccourcis_note' => 'Notes de bas de page', |
||||
'raccourcis_resume' => 'En résumé', |
||||
'raccourcis_simple' => 'Mise en forme simple', |
||||
'raccourcis_tableau' => 'Tableaux' |
||||
); |
||||
|
@ -0,0 +1,16 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-aide?lang_cible=fr_tu |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// A |
||||
'aide_description' => 'Ce plugin permet d’inclure dans SPIP une aide contextuelle repérée par une icone. Cette aide peut-être étendue aussi aux plugins.', |
||||
'aide_nom' => 'Aide SPIP', |
||||
'aide_slogan' => 'Aide en ligne de SPIP' |
||||
); |
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?> |
||||
<ruleset> |
||||
<file>.</file> |
||||
<exclude-pattern>vendor/*</exclude-pattern> |
||||
<exclude-pattern>lang/*</exclude-pattern> |
||||
|
||||
<rule ref="SPIP41"/> |
||||
|
||||
<config name="ignore_warnings_on_exit" value="1"/> |
||||
<arg name="cache" value=".php_cs.cache"/> |
||||
<arg name="report-full" value=".php_cs.txt"/> |
||||
<arg name="report-summary"/> |
||||
<arg value="s"/> |
||||
</ruleset> |
@ -0,0 +1,57 @@
|
||||
parameters: |
||||
ignoreErrors: |
||||
- |
||||
message: "#^Function _T not found\\.$#" |
||||
count: 6 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Function aide_lang_dir not found\\.$#" |
||||
count: 1 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Function find_in_path not found\\.$#" |
||||
count: 1 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Function generer_url_ecrire not found\\.$#" |
||||
count: 1 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Function http_img_pack not found\\.$#" |
||||
count: 1 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Function include_spip not found\\.$#" |
||||
count: 3 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Function lire_fichier not found\\.$#" |
||||
count: 1 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Function parametre_url not found\\.$#" |
||||
count: 2 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Function pipeline not found\\.$#" |
||||
count: 1 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Undefined variable\\: \\$content$#" |
||||
count: 2 |
||||
path: inc/aide.php |
||||
|
||||
- |
||||
message: "#^Function include_spip not found\\.$#" |
||||
count: 1 |
||||
path: prive/squelettes/contenu/aide_fonctions.php |
||||
|
Loading…
Reference in new issue