14 lines
295 B
PHP
14 lines
295 B
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// L
|
|
'lecteur_qrcode_description' => '',
|
|
'lecteur_qrcode_nom' => 'Lecteur de qrcode',
|
|
'lecteur_qrcode_slogan' => '',
|
|
);
|