Просмотр файла vendor/verot/class.upload.php/src/lang/class.upload.uk_UA.php

Размер файла: 7.44Kb
  1. <?php
  2. // +------------------------------------------------------------------------+
  3. // | class.upload.uk_UA.php |
  4. // +------------------------------------------------------------------------+
  5. // | Copyright (c) S.Galashyn 2009. All rights reserved. |
  6. // | Version 0.25 |
  7. // | Last modified 01/04/2009 |
  8. // | Email trovich@gmail.com |
  9. // +------------------------------------------------------------------------+
  10. // | This program is free software; you can redistribute it and/or modify |
  11. // | it under the terms of the GNU General Public License version 2 as |
  12. // | published by the Free Software Foundation. |
  13. // | |
  14. // | This program is distributed in the hope that it will be useful, |
  15. // | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  16. // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  17. // | GNU General Public License for more details. |
  18. // | |
  19. // | You should have received a copy of the GNU General Public License |
  20. // | along with this program; if not, write to the |
  21. // | Free Software Foundation, Inc., 59 Temple Place, Suite 330, |
  22. // | Boston, MA 02111-1307 USA |
  23. // | |
  24. // | Please give credit on sites that use class.upload and submit changes |
  25. // | of the script so other people can use them as well. |
  26. // | This script is free to use, don't abuse. |
  27. // +------------------------------------------------------------------------+
  28.  
  29. /**
  30. * Class upload Ukrainian translation
  31. *
  32. * @version 0.25
  33. * @author S.Galashyn (trovich@gmail.com)
  34. * @codepage UTF-8
  35. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  36. * @copyright Free to modify
  37. * @package cmf
  38. * @subpackage external
  39. */
  40.  
  41. $translation = array();
  42. $translation['file_error'] = 'Фатальна помилка. Будь-ласка, спробуйте ще раз.';
  43. $translation['local_file_missing'] = 'Не можу знайти локальний файл.';
  44. $translation['local_file_not_readable'] = 'Не можу прочитати локальний файл.';
  45. $translation['uploaded_too_big_ini'] = 'Помилка завантаження файлу (розмір файлу перевищив директиву upload_max_filesize з php.ini).';
  46. $translation['uploaded_too_big_html'] = 'Помилка завантаження файлу (розмір файлу перевищив директиву MAX_FILE_SIZE з форми).';
  47. $translation['uploaded_partial'] = 'Помилка завантаження файлу (файл було завантажено лише частково).';
  48. $translation['uploaded_missing'] = 'Помилка завантаження файлу (файл не було завантажено).';
  49. $translation['uploaded_unknown'] = 'Помилка завантаження файлу (невідомий код помилки).';
  50. $translation['try_again'] = 'Помилка завантаження файлу. Будь-ласка, спробуйте ще раз.';
  51. $translation['file_too_big'] = 'Файл завеликий.';
  52. $translation['no_mime'] = 'Не можу визначити MIME-тип файлу.';
  53. $translation['incorrect_file'] = 'Помилковий тип файлу.';
  54. $translation['image_too_wide'] = 'Малюнок занадто широкий.';
  55. $translation['image_too_narrow'] = 'Малюнок занадто вузький.';
  56. $translation['image_too_high'] = 'Малюнок занадто високий.';
  57. $translation['image_too_short'] = 'Малюнок занадто коротки.';
  58. $translation['ratio_too_high'] = 'Співвідношення розмірів завелике (малюнок занадто широкий).';
  59. $translation['ratio_too_low'] = 'Співвідношення розмірів замале (малюнок занадто високий).';
  60. $translation['too_many_pixels'] = 'Малюнок має забагато пікселів.';
  61. $translation['not_enough_pixels'] = 'Малюнок має замало пікселів.';
  62. $translation['file_not_uploaded'] = 'Файл не завантажено.';
  63. $translation['already_exists'] = '%s вже існує. Будь-ласка, перейменуйте файл.';
  64. $translation['temp_file_missing'] = 'Невірний тимчасовий файл джерела.';
  65. $translation['source_missing'] = 'Невірний завантажений файл джерела.';
  66. $translation['destination_dir'] = 'Не можу створити теку призначення.';
  67. $translation['destination_dir_missing'] = 'Тека призначення не існує.';
  68. $translation['destination_path_not_dir'] = 'Шлях призначення не є текою.';
  69. $translation['destination_dir_write'] = 'Не можу зробити теку призначення придатною до запису.';
  70. $translation['destination_path_write'] = 'Тека призначення не придатна для запису.';
  71. $translation['temp_file'] = 'Не можу створити тимчасовий файл.';
  72. $translation['source_not_readable'] = 'Не можу прочитати тимчасовий файл.';
  73. $translation['no_create_support'] = 'Не підтримується створення з %s.';
  74. $translation['create_error'] = 'Помилка при створені %s з джерела.';
  75. $translation['source_invalid'] = 'Не можу прочитати джерело. Це не малюнок?';
  76. $translation['gd_missing'] = 'Бібліотека GD відсутня.';
  77. $translation['watermark_no_create_support'] = 'Не підтримується створення з %s, не можу прочитати watermark.';
  78. $translation['watermark_create_error'] = 'Не підтримується читання з %s, не можу створити watermark.';
  79. $translation['watermark_invalid'] = 'Невідомий формат малюнку, не можу прочитати watermark.';
  80. $translation['file_create'] = 'Не підтримується створення з %s.';
  81. $translation['no_conversion_type'] = 'Не вказано тип конвертування.';
  82. $translation['copy_failed'] = 'Помилка копіювання файлу на сервер. Відмова copy().';
  83. $translation['reading_failed'] = 'Помилка читання файлу.';
  84. ?>