[PLUGINS] ~maj Crayons
[lhc/web/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')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // A
13 'annuler' => '取消',
14
15 // D
16 'deja_modifie' => '已經修改過',
17 'donnees_mal_formatees' => '資料格式不正確',
18
19 // E
20 'editer' => '編輯',
21 'editer_@type@_@id@' => '完整編輯 @type@ @id@',
22 'editer_tout' => '編輯全部',
23
24 // M
25 'modifie_par_ailleurs' => '已經被修改過',
26
27 // N
28 'non_autorise' => '不被允許',
29 'non_implemente' => '尚未支援',
30
31 // P
32 'pas_de_modification' => '沒有修改過',
33 'pas_de_valeur' => '無指定值',
34
35 // S
36 'sauvegarder' => '儲存修改過的資料 ?',
37 'svp_copier_coller' => '對不起,我們建議您複製/貼上您的修改',
38
39 // V
40 'veuillez_patienter' => '請稍後...'
41 );