mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
38 lines
1.2 KiB
PHP
38 lines
1.2 KiB
PHP
|
<?php
|
|||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|||
|
// extrait automatiquement de http://trad.spip.net/tradlang_module/statistiques?lang_cible=fi
|
|||
|
// ** ne pas modifier le fichier **
|
|||
|
|
|||
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|||
|
|
|||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||
|
|
|||
|
// B
|
|||
|
'bouton_effacer_statistiques' => 'Delete the statistics', # MODIF
|
|||
|
|
|||
|
// I
|
|||
|
'info_affichier_visites_articles_plus_visites' => 'Näytä <b>sitten alun eniten luetut artikkelit:</b>',
|
|||
|
'info_comment_lire_tableau' => 'Miten lukea tätä kuvaajaa',
|
|||
|
'info_popularite_2' => 'sivuston suosio:',
|
|||
|
'info_popularite_3' => 'suosio: @popularite@; käyntiä: @visites@',
|
|||
|
'info_popularite_5' => 'suosio:',
|
|||
|
'info_visites' => 'käyntejä:',
|
|||
|
'item_gerer_statistiques' => 'Manage statistics', # MODIF
|
|||
|
|
|||
|
// O
|
|||
|
'onglet_origine_visites' => 'Kävijöiden alkuperä',
|
|||
|
'onglet_repartition_debut' => 'alusta',
|
|||
|
'onglet_repartition_lang' => 'kielittäin', # MODIF
|
|||
|
|
|||
|
// R
|
|||
|
'resume' => 'Resume', # MODIF
|
|||
|
|
|||
|
// T
|
|||
|
'titre_evolution_visite' => 'Kävijämäärän kehitys',
|
|||
|
'titre_liens_entrants' => 'Päivän tulevat linkit', # MODIF
|
|||
|
'titre_page_statistiques' => 'Tilastot lohkoittain',
|
|||
|
'titre_page_statistiques_visites' => 'Kävijä tilastot'
|
|||
|
);
|
|||
|
|
|||
|
?>
|