mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
28 lines
1.2 KiB
PHP
28 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/revisions?lang_cible=km
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// D
|
|
'diff_para_ajoute' => 'បានបន្ថែម កថាខណ្ឌ',
|
|
'diff_para_deplace' => 'បានប្តូរទីតាំង កថាខណ្ឌ',
|
|
'diff_para_supprime' => 'បានលុបចេញ កថាខណ្ឌ',
|
|
'diff_texte_ajoute' => 'បានបន្ថែម អត្ថបទ',
|
|
'diff_texte_deplace' => 'បានប្តូរទីតាំង អត្ថបទ',
|
|
'diff_texte_supprime' => 'បានលុបចេញ អត្ថបទ',
|
|
|
|
// I
|
|
'info_historique' => 'អត្ថបទកែប្រែ ៖',
|
|
'info_historique_lien' => 'បង្ហាញចេញ បញ្ជី នៃកំណែ',
|
|
'info_historique_titre' => 'ការតាមដាន អត្ថបទបានកែប្រែ',
|
|
|
|
// V
|
|
'version_deplace_rubrique' => 'បានប្តូរទីតាំង ពី <b>« @from@ »</b> ទៅ <b>« @to@ »</b>។',
|
|
'version_initiale' => 'កំណែដើម'
|
|
);
|
|
|
|
?>
|