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

Размер файла: 8.85Kb
  1. <?php
  2. // +------------------------------------------------------------------------+
  3. // | class.upload.id_ID.php |
  4. // +------------------------------------------------------------------------+
  5. // | Copyright (c) Irwan Butar Butar 2008. All rights reserved. |
  6. // | Version 0.1 |
  7. // | Last modified 07/07/2008 |
  8. // | Email irwansah.putra@gmail.com |
  9. // | Web http://www.kupluk.com |
  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 Indonesian (Bahasa) translation.
  32. * Based on class.upload version 0.25
  33. *
  34. * @version 0.1 (2008-07-07)
  35. * @author Irwan Butar Butar (irwansah.putra@gmail.com)
  36. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  37. * @copyright Irwan Butar Butar 2008. All rights reserved.
  38. * @package cmf
  39. * @subpackage external
  40. */
  41.  
  42. $translation = array();
  43. $translation['file_error'] = 'Berkas mengalami kerusakan. Mohon coba lagi.'; // 'File error. Please try again.';
  44. $translation['local_file_missing'] = 'Berkas yang akan diunggah tidak ditemukan.'; // Local file doesn\'t exist.';
  45. $translation['local_file_not_readable'] = 'berkas yang akan diunggah tidak dapat dibaca.'; // Local file is not readable.';
  46. $translation['uploaded_too_big_ini'] = 'Pengunggahan tidak berhasil (ukuran berkas melebihi ukuran upload_max_filesize dalam php.ini).'; // 'File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini).';
  47. $translation['uploaded_too_big_html'] = 'Pengunggahan tidak berhasil (ukuran berkas melebihi ukuran MAX_FILE_SIZE yang disebutkan dalam form di html).'; // File upload error (the uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form).';
  48. $translation['uploaded_partial'] = 'Pengunggahan tidak berhasil (berkas yang terunggah baru sebahagian saja).'; // File upload error (the uploaded file was only partially uploaded).';
  49. $translation['uploaded_missing'] = 'Pengunggahan tidak berhasil (tidak ada berkas yang berhasil terunggah).' ; // 'File upload error (no file was uploaded).';
  50. $translation['uploaded_unknown'] = 'Pengunggahan tidak berhasil (kode kesalahan tidak dikenali).' ; // 'File upload error (unknown error code).';
  51. $translation['try_again'] = 'Pengunggahan tidak berhasil. Mohon coba lagi.'; // 'File upload error. Please try again.';
  52. $translation['file_too_big'] = 'Ukuran berkas terlalu besar.'; // 'File too big.';
  53. $translation['no_mime'] = 'Tipe MIME tidak dapat dideteksi.'; // 'MIME type can\'t be detected.';
  54. $translation['incorrect_file'] = 'Tipe berkas tidak sesuai.'; // 'Incorrect type of file.';
  55. $translation['image_too_wide'] = 'Ukuran gambar terlalu lebar.'; // 'Image too wide.';
  56. $translation['image_too_narrow'] = 'Ukuran gambar terlalu sempit.'; // 'Image too narrow.';
  57. $translation['image_too_high'] = 'Ukuran gambar terlalu tinggi.'; // 'Image too high.';
  58. $translation['image_too_short'] = 'Ukuran gambar terlalu pendek.'; // 'Image too short.';
  59. $translation['ratio_too_high'] = 'Ukuran rasio gambar terlalu tinggi (ukuran gambar terlalu lebar).'; // 'Image ratio too high (image too wide).';
  60. $translation['ratio_too_low'] = 'Ukuran rasio gambar terlalu rendah (ukuran gambar terlalu tinggi).'; // 'Image ratio too low (image too high).';
  61. $translation['too_many_pixels'] = 'Pixel pada gambar terlalu banyak.'; // 'Image has too many pixels.';
  62. $translation['not_enough_pixels'] = 'Pixel pada gambar terlalu sedikit.'; // 'Image has not enough pixels.';
  63. $translation['file_not_uploaded'] = 'Berkas tidak berhasil diunggah. Tidak dapat meneruskan proses.'; // 'File not uploaded. Can\'t carry on a process.';
  64. $translation['already_exists'] = 'Gambar %s sudah ada. Mohon ubah nama berkasnya.'; // '%s already exists. Please change the file name.';
  65. $translation['temp_file_missing'] = 'Berkas sementara tidak sesuai. Tidak dapat meneruskan proses.'; // 'No correct temp source file. Can\'t carry on a process.';
  66. $translation['source_missing'] = 'Berkas yang diunggah tidak sesuai. Tidak dapat meneruskan proses.'; // 'No correct uploaded source file. Can\'t carry on a process.';
  67. $translation['destination_dir'] = 'Direktori tujuan tidak dapat dibuat. Tidak dapat meneruskan proses.'; // 'Destination directory can\'t be created. Can\'t carry on a process.';
  68. $translation['destination_dir_missing'] = 'Direktori tujuan tidak ditemukan. Tidak dapat meneruskan proses.'; // 'Destination directory doesn\'t exist. Can\'t carry on a process.';
  69. $translation['destination_path_not_dir'] = 'Tujuan pengunggahan bukan sebuah direktori. Tidak dapat meneruskan proses.'; // 'Destination path is not a directory. Can\'t carry on a process.';
  70. $translation['destination_dir_write'] = 'Direktori tujuan tidak dapat dibuat menjadi dapat ditulisi. Tidak dapat meneruskan proses.'; // 'Destination directory can\'t be made writeable. Can\'t carry on a process.';
  71. $translation['destination_path_write'] = 'Direktori tujuan tidak dapat ditulisi. Tidak dapat meneruskan proses.'; // 'Destination path is not a writeable. Can\'t carry on a process.';
  72. $translation['temp_file'] = 'Tidak dapat membuat berkas sementara. Tidak dapat meneruskan proses.'; // 'Can\'t create the temporary file. Can\'t carry on a process.';
  73. $translation['source_not_readable'] = 'Berkas sumber tidak dapat dibaca. Tidak dapat meneruskan proses.'; // 'Source file is not readable. Can\'t carry on a process.';
  74. $translation['no_create_support'] = 'Tidak dapat membuat dari %s pendukung.'; // 'No create from %s support.';
  75. $translation['create_error'] = 'Tidak berhasil membuat gambar %s dari sumber.'; // 'Error in creating %s image from source.';
  76. $translation['source_invalid'] = 'Tidak dapat membaca gambar sumber. Bukan merupakan sebuah gambar?'; // 'Can\'t read image source. Not an image?.';
  77. $translation['gd_missing'] = 'Librari pendukung GD tidak ditemukan.'; // 'GD doesn\'t seem to be present.';
  78. $translation['watermark_no_create_support'] = 'Tidak dapat membuat %s, tidak dapat membaca watermark.'; // 'No create from %s support, can\'t read watermark.';
  79. $translation['watermark_create_error'] = 'Tidak dapat membaca %s, tidak dapat membuat watermark.'; // 'No %s read support, can\'t create watermark.';
  80. $translation['watermark_invalid'] = 'Format gambar tidak dikenali, tidak dapat membaca watermark.'; // 'Unknown image format, can\'t read watermark.';
  81. $translation['file_create'] = 'Tidak dapat membuat %s.'; // 'No %s create support.';
  82. $translation['no_conversion_type'] = 'Tipe percakapan belum didefenisikan.'; // 'No conversion type defined.';
  83. $translation['copy_failed'] = 'Tidak berhasil menyalin berkas di server. copy() tidak berhasil.'; // 'Error copying file on the server. copy() failed.';
  84. $translation['reading_failed'] = 'Tidak berhasil membaca berkas.'; // 'Error reading the file.';
  85.  
  86. ?>