Просмотр файла vendor/verot/class.upload.php/src/lang/class.upload.zh_CN.gb-2312.php

Размер файла: 6.86Kb
  1. <?php
  2. // +------------------------------------------------------------------------+
  3. // | class.upload.zh_CN.php |
  4. // +------------------------------------------------------------------------+
  5. // | Copyright (c) caoshiwei 2008. All rights reserved. |
  6. // | Version 0.25 |
  7. // | Last modified 09/29/2008 |
  8. // | Email caoshiwei@gmail.com |
  9. // | Web http://www.hfut.edu.cn |
  10. // +------------------------------------------------------------------------+
  11. // | This program is free software; you can redistribute it and/or modify |
  12. // | it under the terms of the GNU General Public License version 2 as |
  13. // | published by the Free Software Foundation. |
  14. // | |
  15. // | This program is distributed in the hope that it will be useful, |
  16. // | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  17. // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  18. // | GNU General Public License for more details. |
  19. // | |
  20. // | You should have received a copy of the GNU General Public License |
  21. // | along with this program; if not, write to the |
  22. // | Free Software Foundation, Inc., 59 Temple Place, Suite 330, |
  23. // | Boston, MA 02111-1307 USA |
  24. // | |
  25. // | Please give credit on sites that use class.upload and submit changes |
  26. // | of the script so other people can use them as well. |
  27. // | This script is free to use, don't abuse. |
  28. // +------------------------------------------------------------------------+
  29.  
  30. /**
  31. * Class upload Chinese translation
  32. *
  33. * @version 0.25
  34. * @codepage gb-2312
  35. * @author Shiwei Cao (caoshiwei@gmail.com)
  36. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  37. * @copyright Shiwei Cao
  38. * @package cmf
  39. * @subpackage external
  40. */
  41.  
  42. $translation = array();
  43. $translation['file_error'] = '�ļ������������ԡ�';
  44. $translation['local_file_missing'] = '�����ļ������ڡ�';
  45. $translation['local_file_not_readable'] = '�����ļ����ɶ��';
  46. $translation['uploaded_too_big_ini'] = '�ļ��ϼ����� (�ϴ����ļ���С������php.ini��upload_max_filesize���õĴ�С)��';
  47. $translation['uploaded_too_big_html'] = '�ļ��ϼ����� (�ϴ����ļ���С������HTML �����õĴ�С)��';
  48. $translation['uploaded_partial'] = '�ļ��ϼ����� (�ϴ����ļ����ֶ�ʧ)��';
  49. $translation['uploaded_missing'] = '�ļ��ϼ����� (�ϴ��ļ���ʧ)��';
  50. $translation['uploaded_unknown'] = '�ļ��ϼ����� (δ֪����).';
  51. $translation['try_again'] = '�ļ��ϼ����� �����ԡ�';
  52. $translation['file_too_big'] = '�ļ�̫����';
  53. $translation['no_mime'] = 'δ֪�ļ����͡�';
  54. $translation['incorrect_file'] = '����ȷ���ļ���ʽ��';
  55. $translation['image_too_wide'] = 'ͼƬ����̫����';
  56. $translation['image_too_narrow'] = 'ͼƬ����̫С��';
  57. $translation['image_too_high'] = 'ͼƬ�߶�̫����';
  58. $translation['image_too_short'] = 'ͼƬ�߶�̫С��';
  59. $translation['ratio_too_high'] = 'ͼƬ��/�߱���̫��(ͼƬ����̫��)��';
  60. $translation['ratio_too_low'] = 'ͼƬ��/�߱���̫��(ͼƬ�߶�̫��).';
  61. $translation['too_many_pixels'] = 'ͼƬλ��̫�ߡ�';
  62. $translation['not_enough_pixels'] = 'ͼƬλ������';
  63. $translation['file_not_uploaded'] = '�ļ�δ�ϴ������ܽ��д���';
  64. $translation['already_exists'] = '%s �Ѿ����ڣ��������ļ�����';
  65. $translation['temp_file_missing'] = '������(��ʱ)Դ�ļ�����ȷ�����ܽ��д���';
  66. $translation['source_missing'] = '���ϴ����ļ���ʧ�����ܽ��д���';
  67. $translation['destination_dir'] = 'Ŀ���ļ�Ŀ¼���ܱ����������ܽ��д���';
  68. $translation['destination_dir_missing'] = 'Ŀ���ļ�Ŀ¼�����ڣ����ܽ��д���';
  69. $translation['destination_path_not_dir'] = 'Ŀ¼·������һ����Ч��Ŀ¼�����ܽ��д���';
  70. $translation['destination_dir_write'] = '������Ŀ���ļ�Ŀ¼����Ϊ��д�ģ����ܽ��д���';
  71. $translation['destination_path_write'] = 'Ŀ¼·���Dz�����д�ģ����ܽ��д���';
  72. $translation['temp_file'] = '���ܴ�����ʱ�ļ������ܽ��д���';
  73. $translation['source_not_readable'] = 'Դ�ļ������Զ�����ܽ��д���';
  74. $translation['no_create_support'] = '%s ��֧�ִ���';
  75. $translation['create_error'] = '��Դ�ļ����� %s ͼƬ�����г���';
  76. $translation['source_invalid'] = '�޷���ȡԭʼͼƬ��ȷ���Dz�����ȷ��ͼƬ�ļ���';
  77. $translation['gd_missing'] = 'GD ���񲻿���ʹ�á�';
  78. $translation['watermark_no_create_support'] = '%s ������֧��, ���ܶ�ȡˮӡ�ļ���';
  79. $translation['watermark_create_error'] = '%s ��֧�ֶ�, ���ܴ���ˮӡ��';
  80. $translation['watermark_invalid'] = 'δ֪�ļ���ʽ, �޷���ȡˮӡ�ļ���';
  81. $translation['file_create'] = '%s ��֧�ִ�����';
  82. $translation['no_conversion_type'] = 'δ����ת������';
  83. $translation['copy_failed'] = '�ڷ������ϸ����ļ�ʱ���� copy() ����ʧ��.';
  84. $translation['reading_failed'] = '��ȡ�����г���';
  85.  
  86. ?>