41 lines
953 B
PHP
41 lines
953 B
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/crayons?lang_cible=zh_tw
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// A
|
|
'annuler' => '取消',
|
|
|
|
// D
|
|
'deja_modifie' => '已經修改過',
|
|
'donnees_mal_formatees' => '資料格式不正確',
|
|
|
|
// E
|
|
'editer' => '編輯',
|
|
'editer_@type@_@id@' => '完整編輯 @type@ @id@',
|
|
'editer_tout' => '編輯全部',
|
|
|
|
// M
|
|
'modifie_par_ailleurs' => '已經被修改過',
|
|
|
|
// N
|
|
'non_autorise' => '不被允許',
|
|
'non_implemente' => '尚未支援',
|
|
|
|
// P
|
|
'pas_de_modification' => '沒有修改過',
|
|
'pas_de_valeur' => '無指定值',
|
|
|
|
// S
|
|
'sauvegarder' => '儲存修改過的資料 ?',
|
|
'svp_copier_coller' => '對不起,我們建議您複製/貼上您的修改',
|
|
|
|
// V
|
|
'veuillez_patienter' => '請稍後...'
|
|
);
|