mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
24 lines
727 B
PHP
24 lines
727 B
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de http://trad.spip.net/tradlang_module/breves?lang_cible=is
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// E
|
|
'entree_breve_publiee' => 'Á að birta þessa stuttu frétt?', # MODIF
|
|
'entree_texte_breve' => 'Texti stuttfréttarinnar',
|
|
|
|
// I
|
|
'icone_breves' => 'Stuttar fréttir',
|
|
'icone_ecrire_nouvel_article' => 'Stuttar fréttir innan þessa bálks',
|
|
'icone_modifier_breve' => 'Breyta þessari stuttu frétt',
|
|
'icone_nouvelle_breve' => 'Skrifa nýja stutta frétt',
|
|
|
|
// L
|
|
'logo_breve' => 'TÁKN STUTTU FRÉTTARINNAR' # MODIF
|
|
);
|
|
|
|
?>
|