14 lines
387 B
PHP
14 lines
387 B
PHP
|
<?php
|
||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
|
// Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/oembed.git
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// O
|
||
|
'oembed_description' => 'oEmbed client/provider pour SPIP.',
|
||
|
'oembed_slogan' => 'oEmbed client/provider pour SPIP'
|
||
|
);
|