[PLUGINS] +crayons
[lhc/web/clavette_www.git] / www / plugins / crayons / lang / crayons_zh_tw.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/crayons?lang_cible=zh_tw
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // A
11 'annuler' => '取消',
12
13 // D
14 'deja_modifie' => '已經修改過',
15 'donnees_mal_formatees' => '資料格式不正確',
16
17 // E
18 'editer' => '編輯',
19 'editer_@type@_@id@' => '完整編輯 @type@ @id@',
20 'editer_tout' => '編輯全部',
21
22 // M
23 'modifie_par_ailleurs' => '已經被修改過',
24
25 // N
26 'non_autorise' => '不被允許',
27 'non_implemente' => '尚未支援',
28
29 // P
30 'pas_de_modification' => '沒有修改過',
31 'pas_de_valeur' => '無指定值',
32
33 // S
34 'sauvegarder' => '儲存修改過的資料 ?',
35 'svp_copier_coller' => '對不起,我們建議您複製/貼上您的修改',
36
37 // V
38 'veuillez_patienter' => '請稍後...'
39 );
40
41 ?>