Compare commits
15 Commits
Author | SHA1 | Date |
---|---|---|
|
59529908d9 | 6 months ago |
|
c611db3629 | 6 months ago |
|
703d6a394a | 6 months ago |
|
9636ed7fcd | 8 months ago |
|
40cc562333 | 9 months ago |
|
9196dd8d7d | 9 months ago |
|
b9ba358674 | 10 months ago |
|
a1bd328b2c | 10 months ago |
|
a9c45a5893 | 10 months ago |
|
507b0247bd | 11 months ago |
|
65cd5ad1d7 | 11 months ago |
|
488ac3d7f3 | 11 months ago |
|
b701c964d1 | 11 months ago |
|
bcf1a6e176 | 12 months ago |
|
5cdfe2daa7 | 12 months ago |
10 changed files with 185 additions and 2 deletions
@ -0,0 +1,45 @@
|
||||
# Changelog |
||||
|
||||
## [3.0.5] - 2022-07-21 |
||||
|
||||
### Changed |
||||
|
||||
- Mise à jour des chaînes de langues depuis trad.spip.net |
||||
|
||||
## [3.0.4] - 2022-05-20 |
||||
|
||||
## Added |
||||
|
||||
- Fichier `CHANGELOG.md` |
||||
|
||||
### Changed |
||||
|
||||
- Mise à jour des chaînes de langues depuis trad.spip.net |
||||
|
||||
## [3.0.3] - 2022-03-25 |
||||
|
||||
### Changed |
||||
|
||||
- Compatible SPIP 4.1.0 minimum |
||||
|
||||
## [3.0.2] - 2022-03-05 |
||||
|
||||
### Changed |
||||
|
||||
- Mise à jour des chaînes de langues depuis trad.spip.net |
||||
|
||||
## [3.0.1] - 2022-02-17 |
||||
|
||||
### Changed |
||||
|
||||
- Mise à jour des chaînes de langues depuis trad.spip.net |
||||
|
||||
## [3.0.0] - 2022-02-08 |
||||
|
||||
### Added |
||||
|
||||
- Ajout du fichier `resume.spip` en anglais. |
||||
|
||||
### Changed |
||||
|
||||
- Nécessite PHP 7.4 minimum |
@ -0,0 +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=de |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// R |
||||
'raccourcis' => 'Typografische Abkürzungen', |
||||
'raccourcis_ancre' => 'Benannte Anker', |
||||
'raccourcis_citation' => 'Zitate', |
||||
'raccourcis_code' => 'Programmiercode', |
||||
'raccourcis_glossaire' => 'Externes Glossar', |
||||
'raccourcis_lien' => 'Hyperlinks', |
||||
'raccourcis_liste' => 'Listen und Aufzählungen', |
||||
'raccourcis_note' => 'Fußnoten', |
||||
'raccourcis_resume' => 'In Kürze', |
||||
'raccourcis_simple' => 'Einfache Formatierung', |
||||
'raccourcis_tableau' => 'Tabelle' |
||||
); |
@ -0,0 +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=it |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// R |
||||
'raccourcis' => 'Scorciatoie tipografiche', |
||||
'raccourcis_ancre' => 'Nomi delle scorciatoie', |
||||
'raccourcis_citation' => 'Citazioni', |
||||
'raccourcis_code' => 'Codice informatico', |
||||
'raccourcis_glossaire' => 'Glossario esterno', |
||||
'raccourcis_lien' => 'Collegamenti ipertestuali', |
||||
'raccourcis_liste' => 'Elenchi ed enumerazioni', |
||||
'raccourcis_note' => 'Note a piè di pagina', |
||||
'raccourcis_resume' => 'In sintesi', |
||||
'raccourcis_simple' => 'Formattazione semplice', |
||||
'raccourcis_tableau' => 'Tabelle' |
||||
); |
@ -0,0 +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=pt_br |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// R |
||||
'raccourcis' => 'Atalhos tipográficos', |
||||
'raccourcis_ancre' => 'Âncoras nomeadas', |
||||
'raccourcis_citation' => 'Citações', |
||||
'raccourcis_code' => 'Código de programação', |
||||
'raccourcis_glossaire' => 'Glossário externo', |
||||
'raccourcis_lien' => 'Links de hipertexto', |
||||
'raccourcis_liste' => 'Listas e enumerações', |
||||
'raccourcis_note' => 'Notas de pé de página', |
||||
'raccourcis_resume' => 'Resumo', |
||||
'raccourcis_simple' => 'Formatação simples', |
||||
'raccourcis_tableau' => 'Tabelas' |
||||
); |
@ -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=de |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// A |
||||
'aide_description' => 'Dieses Plugin ermöglicht es, in SPIP eine kontextsensitive Hilfe einzufügen, die durch ein Icon gekennzeichnet ist. Diese Hilfe kann auch auf Plugins ausgeweitet werden. ', |
||||
'aide_nom' => 'SPIP Hilfe', |
||||
'aide_slogan' => 'SPIP Online-Hilfe' |
||||
); |
@ -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=es |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// A |
||||
'aide_description' => 'Este plugin permite que SPIP incluya ayuda contextual marcada con un icono. Esta ayuda también se puede extender a los plugins.', |
||||
'aide_nom' => 'Ayuda SPIP', |
||||
'aide_slogan' => 'Ayuda en línea de SPIP' |
||||
); |
@ -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=it |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// A |
||||
'aide_description' => 'Questo plugin consente a SPIP di includere una guida contestuale contrassegnata da un’icona. Questo aiuto può essere esteso anche ai plugin.', |
||||
'aide_nom' => 'Aiuto SPIP', |
||||
'aide_slogan' => 'Guida in linea di SPIP' |
||||
); |
Loading…
Reference in new issue