<?php
/*
Translation of "imaset" wordpress plugin
Imaset by Alex Barros 2007 < http://boozox.net > < zumbenet@gmail.com >

If you want to translate this plugin to any other language, feel free to send me the translated file to zumbenet@gmail.com
it will become avaliable for anyone.
*/

$imaset_lang = array(
    
//Panel
    
'use' => '使用Imaset',
    
'filters' => '滤镜',
    
'undo' => '撤消',
    
'choose_filter' => '为此图片选择一种滤镜效果',
    
'save' => '保存',
    
'import' => '导入图片',
    
'exit' => '关闭',
    
'apply' => '应用',
    
//Messages
    
'wait' => '请, <strong>稍等</strong>...',
    
'saved_YES' => '图片已保存',
    
'saved_NO' => '图片保存失败',
    
'error' => '未知错误',
    
'inserted' => '图片正在编辑中',
    
'loading' => 'Loading...',
    
'loading_image' => 'Loading image ...',
    
'alert_not_saved' => '图片未保存.\n如果你想正确保存图片请点击 _Cancel_ 保存.\n\n你真的要关闭Imaset吗?',
    
//Categorias
    
'decoration' => '装饰',
    
'color' => '色彩',
    
'effect' => '特效',
    
'custom' => '自定义',
    
//Filtros
    
'sombra' => '阴影',
    
'marcus' => '立体边框',
    
'reflekt' => '倒影',
    
'brillo' => '发光',
    
'perspectiva' => '透明',
    
'wave' => '波浪',
    
'invertir' => '反转',
    
'bn' => '灰度',
    
'sepia' => '怀旧',
    
'colorizar' => '着色',
    
'softblur' => '模糊',
    
'hardblur' => '更模糊',
    
'bordes' => '边缘',
    
'marca' => '水印',
    
//Filtros extendido
    
'reflekt_param_s' => '尺寸像素',
    
'reflekt_param_oi' => '透明百分比',
    
'perspectiva_param_lado' => '透明方向',
    
'perspectiva_opt_izq' => '左',
    
'perspectiva_opt_der' => '右',
    
'colorizar_param_color' => '色彩 十六进制'
);
?>