mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
47 lines
4 KiB
PHP
47 lines
4 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=km
|
||
|
// ** ne pas modifier le fichier **
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// B
|
||
|
'bouton_effacer_statistiques' => 'លុបចេញ ស្ថិតិ', # MODIF
|
||
|
|
||
|
// I
|
||
|
'icone_evolution_visites' => 'ការវិវត្ត នៃចំណូលមើល<br />@visites@ ចំណូលមើល',
|
||
|
'icone_repartition_actuelle' => 'បង្ហាញចេញ បំណែងចែកបច្ចុប្បន្ន',
|
||
|
'icone_repartition_visites' => 'បំណែងចែក ការទស្សនា',
|
||
|
'icone_statistiques_visites' => 'ស្ថិតិ',
|
||
|
'info_affichier_visites_articles_plus_visites' => 'បង្ហាញចំណូលមើល សំរាប់ <b>អត្ថបទ ត្រូវបានចូលមើល ច្រើនបំផុត ពីដើម ៖</b>',
|
||
|
'info_comment_lire_tableau' => 'ធ្វើមេចអាន តារាងនេះ',
|
||
|
'info_forum_statistiques' => 'ស្ថិតិ ចំណូលមើល',
|
||
|
'info_popularite_2' => 'ភាពប្រជាប្រិយ នៃសៃថ៍ ៖',
|
||
|
'info_popularite_3' => 'ភាពប្រជាប្រិយ ៖ @popularite@; ចំណូលមើល ៖ @visites@',
|
||
|
'info_popularite_5' => 'ប្រជាប្រិយភាព៖',
|
||
|
'info_visites' => 'ការទស្សនា ៖',
|
||
|
'info_visites_plus_populaires' => 'បង្ហាញចេញ ការទស្សនាទាំងឡាយ សំរាប់<b>អត្ថបទដែលប្រជាប្រិយបំផុត</b> និង សំរាប់ <b>អត្ថបទ ត្រូវបានផ្សព្វផ្សាយ ថ្មីៗ ៖</b>',
|
||
|
'info_zoom' => 'ពង្រីក',
|
||
|
'item_gerer_statistiques' => 'គ្រប់គ្រងស្ថិតិ', # MODIF
|
||
|
|
||
|
// O
|
||
|
'onglet_origine_visites' => 'ភាពដើម នៃការទស្សនា',
|
||
|
'onglet_repartition_debut' => 'តាំងពីដំបូង',
|
||
|
'onglet_repartition_lang' => 'បំណែងចែក តាមភាសា',
|
||
|
|
||
|
// R
|
||
|
'resume' => 'Resume', # MODIF
|
||
|
|
||
|
// T
|
||
|
'texte_comment_lire_tableau' => 'កំរិតនៃអត្ថបទ នៅក្នុងប្រភេទភាពពេញនិយម ត្រូវបានបង្ហាញនៅក្នុងរឹមទំព័រ។ ភាពពេញនិយមរបស់អត្ថបទ (ចំនួនប៉ាន់ប្រមាណនៃការទស្សនាប្រចាំថ្ងៃដែលវាមានប្រសិនបើល្បឿនជាក់ស្ដែងនៃចរាចរសេវាកម្មត្រូវបានរក្សា) ហើយចំនួននៃការទស្សនាដែលកត់ត្រាតាំងពីពេលចាប់ផ្ដើមត្រូវបានបង្ហាញនៅក្នុងបាឡូងដែលមានសភាពជារូបសំកាំងនៅលើចំណងជើង។',
|
||
|
'texte_signification' => 'របារខ្មៅតំណាងឱ្យពាក្យរួម (សរុបនៃផ្នែករង) របារមិនសូវដិតតំណាងឱ្យចំនួននៃការទស្សនារបស់ផ្នែកនីមួយៗ។',
|
||
|
'titre_evolution_visite' => 'ការវិវត្ត នៃចំណូលមើល',
|
||
|
'titre_liens_entrants' => 'តំណភ្ជាប់ចូល',
|
||
|
'titre_page_statistiques' => 'ស្ថិតិ តាមផ្នែក',
|
||
|
'titre_page_statistiques_visites' => 'ស្ថិតិ ចំណូលមើល'
|
||
|
);
|
||
|
|
||
|
?>
|