mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
48 lines
2 KiB
PHP
48 lines
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/medias?lang_cible=zh
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// B
|
|
'bouton_ajouter_document' => '添加文档', # MODIF
|
|
'bouton_ajouter_image' => '添加图片', # MODIF
|
|
'bouton_ajouter_image_document' => '添加图片或文件',
|
|
|
|
// E
|
|
'entree_dimensions' => '大小:',
|
|
'entree_titre_document' => '文件标题:',
|
|
'entree_titre_image' => '图像标题:',
|
|
|
|
// I
|
|
'image_tourner_180' => '旋转180°',
|
|
'image_tourner_droite' => '向右旋转90° ',
|
|
'image_tourner_gauche' => '向左旋转 90°',
|
|
'info_document' => '文档',
|
|
'info_document_indisponible' => '无法获得此文件', # MODIF
|
|
'info_documents' => '文件',
|
|
'info_inclusion_directe' => '直接包含:',
|
|
'info_inclusion_vignette' => '包含小插图:',
|
|
'info_installer_tous_documents' => '安装所有文档',
|
|
'info_logo_max_taille' => '标志不得超过 @maxi@ (目前的文件大小为@actuel@).',
|
|
'info_portfolio' => '相册',
|
|
'info_telecharger' => '从你的电脑上传:',
|
|
|
|
// T
|
|
'texte_documents_joints' => '您可以允许添加文档 (office 文件, 图像, 多媒体等.) 到文章和专栏. 这些文档能在文章中引用或单独显示.<p>', # MODIF
|
|
'texte_documents_joints_2' => '这个设置不阻止直接插入图片到文件.', # MODIF
|
|
'titre_documents_joints' => '附加文档',
|
|
|
|
// U
|
|
'upload_fichier_zip' => '压缩文件ZIP',
|
|
'upload_fichier_zip_texte' => '您建议安装的文件是ZIP格式压缩文件。',
|
|
'upload_fichier_zip_texte2' => '该文件可以被:',
|
|
'upload_limit' => '该文件的大小超过了服务器允许的范围,服务器允许<i>upload</i>的最大文件是 @max@.',
|
|
'upload_zip_decompacter' => '已被解压,并且其中的所有文件均被安装到网站。将被安装到网站的文件如下:',
|
|
'upload_zip_telquel' => '照原样安装,仍以 Zip压缩文档格式;'
|
|
);
|
|
|
|
?>
|