ok
Direktori : /proc/self/root/home2/selectio/www/mm-tailor-billing/lib/language/vietnamese/ |
Current File : //proc/self/root/home2/selectio/www/mm-tailor-billing/lib/language/vietnamese/imglib_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link http://codeigniter.com */ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['imglib_source_image_required'] = 'Bạn phải chọn một ảnh trong tùy chọn.'; $lang['imglib_gd_required'] = 'Không thể thiếu thư viện "GD image library" cho chức năng này .'; $lang['imglib_gd_required_for_props'] = 'Máy chủ phải hỗ trợ "GD image library" để xác định các thuộc tính của hình ảnh.'; $lang['imglib_unsupported_imagecreate'] = 'Server không hỗ trợ "GD function" chức năng cần thiết để xử lý loại ảnh này.'; $lang['imglib_gif_not_supported'] = 'Định dạng GIF không được hỗ trợ. Bạn hãy dùng định dạng PNG hoặc JPG để thây thế.'; $lang['imglib_jpg_not_supported'] = 'Định dạng JPG không được hỗ trợ.'; $lang['imglib_png_not_supported'] = 'Định dạng PNG không được hỗ trợ.'; $lang['imglib_jpg_or_png_required'] = 'Tính năng "Reszie Image" chỉ hỗ trợ ở định dạng hình ảnh là: JPG và PNG.'; $lang['imglib_copy_error'] = 'Lỗi khi thây thế các file, bạn hãy chắc chắn rằng thư mục cho phép ghi.'; $lang['imglib_rotate_unsupported'] = '"Image rotation" Server không hỗ trợ.'; $lang['imglib_libpath_invalid'] = 'Đường dẫn "image library" không chính xác. Bạn hãy đặt chính xác đường dẫn.'; $lang['imglib_image_process_failed'] = 'Xử lý hình ảnh thất bại. Bạn hãy kiểm tra lại máy chủ của bạn có hỗ trợ giao thức xử lý và đường dẫn "image library" là chính xác.'; $lang['imglib_rotation_angle_required'] = 'Thiêu gốc xoay (angle of rotation) để xoay hình.'; $lang['imglib_invalid_path'] = 'Đường dẫn hình ảnh không chính xác.'; $lang['imglib_copy_failed'] = 'Copy Image thất bại'; $lang['imglib_missing_font'] = 'Không tìm thấy font.'; $lang['imglib_save_failed'] = 'Không thể lưu hình ảnh. Bạn hãy chắc rằng đường dẫn đến thư mục chứ ảnh đúng và thư mục cho phép ghi.';