
3 changed files with 19 additions and 0 deletions
@ -0,0 +1,15 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-breves?lang_cible=ja |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// B |
||||
'breves_description' => 'ニュースは、著者のない短い告知です。', |
||||
'breves_slogan' => 'SPIPにおけるニュースの管理' |
||||
); |
Loading…
Reference in new issue