set svn property - svn:eol-style LF

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-04-01 06:51:30 +00:00
parent 9802eaa60a
commit 620b03d184
763 changed files with 114595 additions and 114595 deletions

View file

@ -1,68 +1,68 @@
<?php
/**
* @file modules/widget/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief widget module- basic language pack
**/
$lang->cmd_generate_code = 'Generate Code';
$lang->widget_name = 'Widget Name';
$lang->widget_maker = 'Developer';
$lang->widget_license = 'License';
$lang->widget_history = 'Update History';
$lang->widget_info = 'Widget Info';
$lang->widget_code = 'Code';
$lang->widget_cache = 'Cache';
$lang->widget_fix_width = 'Fix Width';
$lang->widget_width = 'Width';
$lang->widget_position = 'Position';
$lang->widget_position_none = 'Next Line';
$lang->widget_position_left = 'Left';
$lang->widget_position_right = 'Right';
$lang->widget_margin = 'Margin';
$lang->widget_margin_top = 'Top Margin';
$lang->widget_margin_right = 'Right Margin';
$lang->widget_margin_bottom = 'Bottom Margin';
$lang->widget_margin_left= 'Left Margin';
$lang->about_widget_fix_width = 'Please check to fix the width.';
$lang->about_widget_width = 'Please set the width of widget.';
$lang->about_widget_position = 'Please select the position if you want to display many widgets in one line.';
$lang->about_widget_margin = "You may set the margin of widgets' top, bottom, right and left.";
$lang->about_widget_cache = 'Cached data can be used during the time you have set.';
$lang->generated_code = 'Generated Code';
$lang->widgetstyle= 'Widget Style';
$lang->msg_widget_is_not_exists = "'%s' does not exist.";
$lang->msg_widget_object_is_null = "Object of '%s' could not be created.";
$lang->msg_widget_proc_is_null = "proc() of '%s' could not be executed.";
$lang->msg_widget_skin_is_null = "You should select widget's skin";
$lang->about_widget_code = 'Please input required value first, and click [Generate Code] button to generate code to add to the template file.';
$lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';
$lang->about_widget = "A widget is a small free-standing application used in a layout or page module.\n It can be linked with internal module or external open api. Through its configuration setting, wide application is possible. \n You can directly add a widget by using the [Generate Code] function without using the XE page module or layout module.";
$lang->cmd_content_insert = "Insert Content by Yourself";
$lang->cmd_box_widget_insert = "Insert Box Widget";
$lang->cmd_remove_all_widgets = "Remove All Widgets";
$lang->cmd_widget_size = "Widget Size";
$lang->cmd_widget_align = "Align Widget";
$lang->cmd_widget_align_left = "Left";
$lang->cmd_widget_align_right = "Right";
$lang->cmd_widget_margin = "Margin";
$lang->cmd_widget_padding = "Padding";
$lang->cmd_widget_border = "Border";
$lang->cmd_widget_border_solid = "Solid";
$lang->cmd_widget_border_dotted = "Dotted";
$lang->cmd_widget_background_color = "Background Color";
$lang->cmd_widget_background_image_url = "Background Image";
$lang->cmd_widget_background_image_repeat = "Repeat";
$lang->cmd_widget_background_image_no_repeat = "No Repeat";
$lang->cmd_widget_background_image_x_repeat = "X Repeat";
$lang->cmd_widget_background_image_y_repeat = "Y Repeat";
$lang->cmd_widget_background_image_x = "X Position";
$lang->cmd_widget_background_image_y = "Y Position";
?>
<?php
/**
* @file modules/widget/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief widget module- basic language pack
**/
$lang->cmd_generate_code = 'Generate Code';
$lang->widget_name = 'Widget Name';
$lang->widget_maker = 'Developer';
$lang->widget_license = 'License';
$lang->widget_history = 'Update History';
$lang->widget_info = 'Widget Info';
$lang->widget_code = 'Code';
$lang->widget_cache = 'Cache';
$lang->widget_fix_width = 'Fix Width';
$lang->widget_width = 'Width';
$lang->widget_position = 'Position';
$lang->widget_position_none = 'Next Line';
$lang->widget_position_left = 'Left';
$lang->widget_position_right = 'Right';
$lang->widget_margin = 'Margin';
$lang->widget_margin_top = 'Top Margin';
$lang->widget_margin_right = 'Right Margin';
$lang->widget_margin_bottom = 'Bottom Margin';
$lang->widget_margin_left= 'Left Margin';
$lang->about_widget_fix_width = 'Please check to fix the width.';
$lang->about_widget_width = 'Please set the width of widget.';
$lang->about_widget_position = 'Please select the position if you want to display many widgets in one line.';
$lang->about_widget_margin = "You may set the margin of widgets' top, bottom, right and left.";
$lang->about_widget_cache = 'Cached data can be used during the time you have set.';
$lang->generated_code = 'Generated Code';
$lang->widgetstyle= 'Widget Style';
$lang->msg_widget_is_not_exists = "'%s' does not exist.";
$lang->msg_widget_object_is_null = "Object of '%s' could not be created.";
$lang->msg_widget_proc_is_null = "proc() of '%s' could not be executed.";
$lang->msg_widget_skin_is_null = "You should select widget's skin";
$lang->about_widget_code = 'Please input required value first, and click [Generate Code] button to generate code to add to the template file.';
$lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';
$lang->about_widget = "A widget is a small free-standing application used in a layout or page module.\n It can be linked with internal module or external open api. Through its configuration setting, wide application is possible. \n You can directly add a widget by using the [Generate Code] function without using the XE page module or layout module.";
$lang->cmd_content_insert = "Insert Content by Yourself";
$lang->cmd_box_widget_insert = "Insert Box Widget";
$lang->cmd_remove_all_widgets = "Remove All Widgets";
$lang->cmd_widget_size = "Widget Size";
$lang->cmd_widget_align = "Align Widget";
$lang->cmd_widget_align_left = "Left";
$lang->cmd_widget_align_right = "Right";
$lang->cmd_widget_margin = "Margin";
$lang->cmd_widget_padding = "Padding";
$lang->cmd_widget_border = "Border";
$lang->cmd_widget_border_solid = "Solid";
$lang->cmd_widget_border_dotted = "Dotted";
$lang->cmd_widget_background_color = "Background Color";
$lang->cmd_widget_background_image_url = "Background Image";
$lang->cmd_widget_background_image_repeat = "Repeat";
$lang->cmd_widget_background_image_no_repeat = "No Repeat";
$lang->cmd_widget_background_image_x_repeat = "X Repeat";
$lang->cmd_widget_background_image_y_repeat = "Y Repeat";
$lang->cmd_widget_background_image_x = "X Position";
$lang->cmd_widget_background_image_y = "Y Position";
?>

View file

@ -1,68 +1,68 @@
<?php
/**
* @archivo modules/widget/lang/es.lang.php
* @autor NHN (developers@xpressengine.com)
* @sumario Paquete del idioma español para el módulo Widget (básico)
**/
$lang->cmd_generate_code = 'Generar Código';
$lang->widget_name = 'Nombre de Widget';
$lang->widget_maker = 'Desarrollador de Widget';
$lang->widget_license = 'License';
$lang->widget_history = 'Actualizar la historia';
$lang->widget_info = 'información de Widget';
$lang->widget_code = 'Código';
$lang->widget_cache = 'Cache';
$lang->widget_fix_width = 'Ancho permanente';
$lang->widget_width = 'Ancho';
$lang->widget_position = 'Posición';
$lang->widget_position_none = 'Próxima línea';
$lang->widget_position_left = 'Izquierdo';
$lang->widget_position_right = 'Derecho';
$lang->widget_margin = 'Márgen';
$lang->widget_margin_top = 'Márgen superior';
$lang->widget_margin_right = 'Márgen derecho';
$lang->widget_margin_bottom = 'Márgen inferior';
$lang->widget_margin_left= 'Márgen izquierdo';
$lang->about_widget_fix_width = 'Si selecciona esta opción el ancho será permanente.';
$lang->about_widget_width = 'Ingrese el ancho de Widget.';
$lang->about_widget_position = 'Selecciona la posición si desea mostra más widgets en una línea.';
$lang->about_widget_margin = "Uste puede ingresar el márgen de los widgets : superior, inferior, derecho e izquierdo.";
$lang->about_widget_cache = 'Se puede usar datos de caché creado durante el tiempo asignado.';
$lang->generated_code = 'Generar códigos';
$lang->widgetstyle= '위젯스타일';
$lang->msg_widget_is_not_exists = 'No existe widget %s .';
$lang->msg_widget_object_is_null = 'No puede ser creado el objeto de widget %s.';
$lang->msg_widget_proc_is_null = 'No puede ser ejecutado el proc() de widget %s.';
$lang->msg_widget_skin_is_null = '위젯의 스킨을 선택해 주셔야 정상적으로 동작할 수 있습니다';
$lang->about_widget_code = 'Ingrese primero los valores requeridos, luego presiona el botón "Generar códigos" para mostrar el código en el espacio inferior para ser añadido en el archivo de los temas.';
$lang->about_widget_code_in_page = 'Luego de ingresar los valores requeridos, presiona el botón "Añadir" para insertar el código de widget dentro de la página.';
$lang->about_widget = "Un Widget es una pequena aplicación para ser usados en los diseños o en el módulo de páginas.\n Puede ser enlazados con un módulo interno o con open api externo y con la configuración de ella puede utilizar en variadas aplicaciones.\nSin la necesidad de utilizar los módulos de página o del diseño de XE, Usted puede directamente añadir un widget usando la función de [Generar Códigos].";
$lang->cmd_content_insert = "Introduzca contenido por ti mismo";
$lang->cmd_box_widget_insert = "Insertar cuadro de widget";
$lang->cmd_remove_all_widgets = "Eliminar todos los reproductores";
$lang->cmd_widget_size = "Tamaño artilugio";
$lang->cmd_widget_align = "Alinear Widget";
$lang->cmd_widget_align_left = "Izquierda";
$lang->cmd_widget_align_right = "Derecho";
$lang->cmd_widget_margin = "Margen";
$lang->cmd_widget_padding = "Relleno";
$lang->cmd_widget_border = "Frontera";
$lang->cmd_widget_border_solid = "Sólidos";
$lang->cmd_widget_border_dotted = "Salpicando";
$lang->cmd_widget_background_color = "Color de fondo";
$lang->cmd_widget_background_image_url = "Imagen de fondo";
$lang->cmd_widget_background_image_repeat = "Repita";
$lang->cmd_widget_background_image_no_repeat = "No Repetir";
$lang->cmd_widget_background_image_x_repeat = "Repita X";
$lang->cmd_widget_background_image_y_repeat = "Repita Y";
$lang->cmd_widget_background_image_x = "Posición X";
$lang->cmd_widget_background_image_y = "Posición Y";
?>
<?php
/**
* @archivo modules/widget/lang/es.lang.php
* @autor NHN (developers@xpressengine.com)
* @sumario Paquete del idioma español para el módulo Widget (básico)
**/
$lang->cmd_generate_code = 'Generar Código';
$lang->widget_name = 'Nombre de Widget';
$lang->widget_maker = 'Desarrollador de Widget';
$lang->widget_license = 'License';
$lang->widget_history = 'Actualizar la historia';
$lang->widget_info = 'información de Widget';
$lang->widget_code = 'Código';
$lang->widget_cache = 'Cache';
$lang->widget_fix_width = 'Ancho permanente';
$lang->widget_width = 'Ancho';
$lang->widget_position = 'Posición';
$lang->widget_position_none = 'Próxima línea';
$lang->widget_position_left = 'Izquierdo';
$lang->widget_position_right = 'Derecho';
$lang->widget_margin = 'Márgen';
$lang->widget_margin_top = 'Márgen superior';
$lang->widget_margin_right = 'Márgen derecho';
$lang->widget_margin_bottom = 'Márgen inferior';
$lang->widget_margin_left= 'Márgen izquierdo';
$lang->about_widget_fix_width = 'Si selecciona esta opción el ancho será permanente.';
$lang->about_widget_width = 'Ingrese el ancho de Widget.';
$lang->about_widget_position = 'Selecciona la posición si desea mostra más widgets en una línea.';
$lang->about_widget_margin = "Uste puede ingresar el márgen de los widgets : superior, inferior, derecho e izquierdo.";
$lang->about_widget_cache = 'Se puede usar datos de caché creado durante el tiempo asignado.';
$lang->generated_code = 'Generar códigos';
$lang->widgetstyle= '위젯스타일';
$lang->msg_widget_is_not_exists = 'No existe widget %s .';
$lang->msg_widget_object_is_null = 'No puede ser creado el objeto de widget %s.';
$lang->msg_widget_proc_is_null = 'No puede ser ejecutado el proc() de widget %s.';
$lang->msg_widget_skin_is_null = '위젯의 스킨을 선택해 주셔야 정상적으로 동작할 수 있습니다';
$lang->about_widget_code = 'Ingrese primero los valores requeridos, luego presiona el botón "Generar códigos" para mostrar el código en el espacio inferior para ser añadido en el archivo de los temas.';
$lang->about_widget_code_in_page = 'Luego de ingresar los valores requeridos, presiona el botón "Añadir" para insertar el código de widget dentro de la página.';
$lang->about_widget = "Un Widget es una pequena aplicación para ser usados en los diseños o en el módulo de páginas.\n Puede ser enlazados con un módulo interno o con open api externo y con la configuración de ella puede utilizar en variadas aplicaciones.\nSin la necesidad de utilizar los módulos de página o del diseño de XE, Usted puede directamente añadir un widget usando la función de [Generar Códigos].";
$lang->cmd_content_insert = "Introduzca contenido por ti mismo";
$lang->cmd_box_widget_insert = "Insertar cuadro de widget";
$lang->cmd_remove_all_widgets = "Eliminar todos los reproductores";
$lang->cmd_widget_size = "Tamaño artilugio";
$lang->cmd_widget_align = "Alinear Widget";
$lang->cmd_widget_align_left = "Izquierda";
$lang->cmd_widget_align_right = "Derecho";
$lang->cmd_widget_margin = "Margen";
$lang->cmd_widget_padding = "Relleno";
$lang->cmd_widget_border = "Frontera";
$lang->cmd_widget_border_solid = "Sólidos";
$lang->cmd_widget_border_dotted = "Salpicando";
$lang->cmd_widget_background_color = "Color de fondo";
$lang->cmd_widget_background_image_url = "Imagen de fondo";
$lang->cmd_widget_background_image_repeat = "Repita";
$lang->cmd_widget_background_image_no_repeat = "No Repetir";
$lang->cmd_widget_background_image_x_repeat = "Repita X";
$lang->cmd_widget_background_image_y_repeat = "Repita Y";
$lang->cmd_widget_background_image_x = "Posición X";
$lang->cmd_widget_background_image_y = "Posición Y";
?>

View file

@ -1,68 +1,68 @@
<?php
/**
* @file modules/widget/lang/fr.lang.php
* @author NHN (developers@xpressengine.com) Traduit par Pierre Duvent <PierreDuvent@gmail.com>
* @brief Paquet du langage en français pour le module de gadget
**/
$lang->cmd_generate_code = 'Générer le Code';
$lang->widget_name = 'Nom de Gadget';
$lang->widget_maker = 'Développeur';
$lang->widget_license = 'Licence';
$lang->widget_history = 'Histoire de Mise à jours';
$lang->widget_info = 'Information de Gadget';
$lang->widget_code = 'Code';
$lang->widget_cache = 'Antémémoire';
$lang->widget_fix_width = 'Fixer Largeur';
$lang->widget_width = 'Largeur';
$lang->widget_position = 'Position';
$lang->widget_position_none = 'Ligne suivante';
$lang->widget_position_left = 'Gauche';
$lang->widget_position_right = 'Droite';
$lang->widget_margin = 'Marge';
$lang->widget_margin_top = 'Marge en tête';
$lang->widget_margin_right = 'Marge à droite';
$lang->widget_margin_bottom = 'Marge en pied';
$lang->widget_margin_left= 'Marge à gauche';
$lang->about_widget_fix_width = 'Cochez pour fixer la largeur, S.V.P.';
$lang->about_widget_width = 'Configurez la largeur du gadget, S.V.P.';
$lang->about_widget_position = 'Choisissez la position si vous voulez représenter plusieurs gadgets dans une ligne, S.V.P.';
$lang->about_widget_margin = "Vous pouvez désigner la marge de gadget 'de tête, en pied, à droite et à gauche.";
$lang->about_widget_cache = 'Les données d\'antémémoire peuvent être utilisées pendant le temps que vous désignez.';
$lang->generated_code = 'Code généré';
$lang->widgetstyle= '위젯스타일';
$lang->msg_widget_is_not_exists = "Le Gadget de(d') '%s' n'existe pas.";
$lang->msg_widget_object_is_null = "L'Objet de '%s' n'a pas pu être créé.";
$lang->msg_widget_proc_is_null = "proc() de '%s' n'a pas pu être exécuté.";
$lang->msg_widget_skin_is_null = '위젯의 스킨을 선택해 주셔야 정상적으로 동작할 수 있습니다';
$lang->about_widget_code = 'Entrez les valeurs qui sont requises par le gadget choisi, et puis cliquz le bouton [Générer le Code] pour générer le code. Le code à appliquer au fichier de modèl se présentera en bas.';
$lang->about_widget_code_in_page = 'Après entrer les valeurs requies, cliquez le bouton [Ajouter] pour insérer le gadjet dans la page.';
$lang->about_widget = "Un gadjet est un petit application indépendant qui est utilisé dans une Mise en Page ou dans une module de Page. Un gajet peut être lié avec un module intérieur ou avec un API extérieur ouvert. L'application divers est possible par la configuration. \nVous pouvez directement ajouter un gadget en utilisant la fonction [Générer le Code] sans utiliser un module de Page de XE ni un module de Mise en Page.";
$lang->cmd_content_insert = "Insérer le Contenu par vous-même";
$lang->cmd_box_widget_insert = "Insérer le Gadget de Boîte";
$lang->cmd_remove_all_widgets = "Enlever Tous les Gadgets";
$lang->cmd_widget_size = "Taille du Gadget";
$lang->cmd_widget_align = "Alignement des Gadget";
$lang->cmd_widget_align_left = "Gauche";
$lang->cmd_widget_align_right = "Droite";
$lang->cmd_widget_margin = "Marge";
$lang->cmd_widget_padding = "Remplissage";
$lang->cmd_widget_border = "Bordure";
$lang->cmd_widget_border_solid = "Solide";
$lang->cmd_widget_border_dotted = "Pointillé";
$lang->cmd_widget_background_color = "Couleur d'arrière-plan";
$lang->cmd_widget_background_image_url = "Image d'arrière-plan";
$lang->cmd_widget_background_image_repeat = "Répéter";
$lang->cmd_widget_background_image_no_repeat = "Ne pas répéter";
$lang->cmd_widget_background_image_x_repeat = "X Répéter";
$lang->cmd_widget_background_image_y_repeat = "Y Répéter";
$lang->cmd_widget_background_image_x = "X Position";
$lang->cmd_widget_background_image_y = "Y Position";
?>
<?php
/**
* @file modules/widget/lang/fr.lang.php
* @author NHN (developers@xpressengine.com) Traduit par Pierre Duvent <PierreDuvent@gmail.com>
* @brief Paquet du langage en français pour le module de gadget
**/
$lang->cmd_generate_code = 'Générer le Code';
$lang->widget_name = 'Nom de Gadget';
$lang->widget_maker = 'Développeur';
$lang->widget_license = 'Licence';
$lang->widget_history = 'Histoire de Mise à jours';
$lang->widget_info = 'Information de Gadget';
$lang->widget_code = 'Code';
$lang->widget_cache = 'Antémémoire';
$lang->widget_fix_width = 'Fixer Largeur';
$lang->widget_width = 'Largeur';
$lang->widget_position = 'Position';
$lang->widget_position_none = 'Ligne suivante';
$lang->widget_position_left = 'Gauche';
$lang->widget_position_right = 'Droite';
$lang->widget_margin = 'Marge';
$lang->widget_margin_top = 'Marge en tête';
$lang->widget_margin_right = 'Marge à droite';
$lang->widget_margin_bottom = 'Marge en pied';
$lang->widget_margin_left= 'Marge à gauche';
$lang->about_widget_fix_width = 'Cochez pour fixer la largeur, S.V.P.';
$lang->about_widget_width = 'Configurez la largeur du gadget, S.V.P.';
$lang->about_widget_position = 'Choisissez la position si vous voulez représenter plusieurs gadgets dans une ligne, S.V.P.';
$lang->about_widget_margin = "Vous pouvez désigner la marge de gadget 'de tête, en pied, à droite et à gauche.";
$lang->about_widget_cache = 'Les données d\'antémémoire peuvent être utilisées pendant le temps que vous désignez.';
$lang->generated_code = 'Code généré';
$lang->widgetstyle= '위젯스타일';
$lang->msg_widget_is_not_exists = "Le Gadget de(d') '%s' n'existe pas.";
$lang->msg_widget_object_is_null = "L'Objet de '%s' n'a pas pu être créé.";
$lang->msg_widget_proc_is_null = "proc() de '%s' n'a pas pu être exécuté.";
$lang->msg_widget_skin_is_null = '위젯의 스킨을 선택해 주셔야 정상적으로 동작할 수 있습니다';
$lang->about_widget_code = 'Entrez les valeurs qui sont requises par le gadget choisi, et puis cliquz le bouton [Générer le Code] pour générer le code. Le code à appliquer au fichier de modèl se présentera en bas.';
$lang->about_widget_code_in_page = 'Après entrer les valeurs requies, cliquez le bouton [Ajouter] pour insérer le gadjet dans la page.';
$lang->about_widget = "Un gadjet est un petit application indépendant qui est utilisé dans une Mise en Page ou dans une module de Page. Un gajet peut être lié avec un module intérieur ou avec un API extérieur ouvert. L'application divers est possible par la configuration. \nVous pouvez directement ajouter un gadget en utilisant la fonction [Générer le Code] sans utiliser un module de Page de XE ni un module de Mise en Page.";
$lang->cmd_content_insert = "Insérer le Contenu par vous-même";
$lang->cmd_box_widget_insert = "Insérer le Gadget de Boîte";
$lang->cmd_remove_all_widgets = "Enlever Tous les Gadgets";
$lang->cmd_widget_size = "Taille du Gadget";
$lang->cmd_widget_align = "Alignement des Gadget";
$lang->cmd_widget_align_left = "Gauche";
$lang->cmd_widget_align_right = "Droite";
$lang->cmd_widget_margin = "Marge";
$lang->cmd_widget_padding = "Remplissage";
$lang->cmd_widget_border = "Bordure";
$lang->cmd_widget_border_solid = "Solide";
$lang->cmd_widget_border_dotted = "Pointillé";
$lang->cmd_widget_background_color = "Couleur d'arrière-plan";
$lang->cmd_widget_background_image_url = "Image d'arrière-plan";
$lang->cmd_widget_background_image_repeat = "Répéter";
$lang->cmd_widget_background_image_no_repeat = "Ne pas répéter";
$lang->cmd_widget_background_image_x_repeat = "X Répéter";
$lang->cmd_widget_background_image_y_repeat = "Y Répéter";
$lang->cmd_widget_background_image_x = "X Position";
$lang->cmd_widget_background_image_y = "Y Position";
?>

View file

@ -1,68 +1,68 @@
<?php
/**
* @file modules/widget/lang/jp.lang.php
* @author NHN (developers@xpressengine.com) 翻訳RisaPapa、ミニミ
* @brief ウィジェットwidgetモジュール基本言語パッケージ
**/
$lang->cmd_generate_code = 'コード生成';
$lang->widget_name = 'ウィジェット名';
$lang->widget_maker = 'ウィジェット作者';
$lang->widget_license = 'ライセンス';
$lang->widget_history = '変更内容';
$lang->widget_info = 'ウィジェット情報';
$lang->widget_code = 'コード';
$lang->widget_cache = 'キャッシュ';
$lang->widget_fix_width = '横幅固定';
$lang->widget_width = '縦幅サイズ';
$lang->widget_position = 'ポジッション';
$lang->widget_position_none = '改行';
$lang->widget_position_left = '左へ';
$lang->widget_position_right = '右へ';
$lang->widget_margin = '余白';
$lang->widget_margin_top = '上';
$lang->widget_margin_right = '右';
$lang->widget_margin_bottom = '下 ';
$lang->widget_margin_left= '左';
$lang->about_widget_fix_width = 'チェックすると横幅が固定されます。';
$lang->about_widget_width = '縦幅サイズを選択して下さい。';
$lang->about_widget_position = '一つのラインに多数のウィジェットを羅列したい場合は、ポジッションを選択して下さい。';
$lang->about_widget_margin = '一つのラインに多数のウィジェットを羅列したい場合は、ポジッションを選択して下さい。';
$lang->about_widget_cache = '指定された時間内にキャッシュされたデータが利用出来ます。';
$lang->generated_code = '生成コード';
$lang->widgetstyle= 'ウィジェットスタイル';
$lang->msg_widget_is_not_exists = '%s ウィジェットが見つかりません。';
$lang->msg_widget_object_is_null = '%s ウィジェットのオブジェクトが生成出来ません。';
$lang->msg_widget_proc_is_null = '%s ウィセットの proc() が実行出来ません。';
$lang->msg_widget_skin_is_null = 'ウィセットスキンを選択してから正常に動作します。';
$lang->about_widget_code = '選択されたウィゼットで求められる下の項目の値を入力し、「コード生成」ボタンをクリックすると、<br />一番下にテンプレートファイルに適用出来るコードが出力されます。';
$lang->about_widget_code_in_page = '下に必要な値を入力した後、追加ボタンをクリックするとページ内にウィジェットが挿入されます。';
$lang->about_widget = "ウィジェットまたはページモジュールに用いられる単体の構成要素です。内部モジュールまたは外部のOPEN API と連動が出来、設定によって様々な応用が可能です。XEのページモジュールまたはレイアウトモジュールを使用しなくても、「コード生成」機能で直接ウィジェットも追加出来ます。";
$lang->cmd_content_insert = '内容直接追加';
$lang->cmd_box_widget_insert = 'ボックスウィジェット追加';
$lang->cmd_remove_all_widgets = 'すべての内容削除';
$lang->cmd_widget_size = 'ウィジェットの大きさ';
$lang->cmd_widget_align = 'ウィジェット整列';
$lang->cmd_widget_align_left = '左へ';
$lang->cmd_widget_align_right = '右へ';
$lang->cmd_widget_margin = '外部余白';
$lang->cmd_widget_padding = '内部余白';
$lang->cmd_widget_border = 'ウィジェットボーダー';
$lang->cmd_widget_border_solid = '実線';
$lang->cmd_widget_border_dotted = '点線';
$lang->cmd_widget_background_color = '背景色';
$lang->cmd_widget_background_image_url = '背景イメージ';
$lang->cmd_widget_background_image_repeat = '繰り返す';
$lang->cmd_widget_background_image_no_repeat = '固定';
$lang->cmd_widget_background_image_x_repeat = '横の繰り返し';
$lang->cmd_widget_background_image_y_repeat = '縦の繰り返し';
$lang->cmd_widget_background_image_x = '横の位置';
$lang->cmd_widget_background_image_y = '縦の位置';
?>
<?php
/**
* @file modules/widget/lang/jp.lang.php
* @author NHN (developers@xpressengine.com) 翻訳RisaPapa、ミニミ
* @brief ウィジェットwidgetモジュール基本言語パッケージ
**/
$lang->cmd_generate_code = 'コード生成';
$lang->widget_name = 'ウィジェット名';
$lang->widget_maker = 'ウィジェット作者';
$lang->widget_license = 'ライセンス';
$lang->widget_history = '変更内容';
$lang->widget_info = 'ウィジェット情報';
$lang->widget_code = 'コード';
$lang->widget_cache = 'キャッシュ';
$lang->widget_fix_width = '横幅固定';
$lang->widget_width = '縦幅サイズ';
$lang->widget_position = 'ポジッション';
$lang->widget_position_none = '改行';
$lang->widget_position_left = '左へ';
$lang->widget_position_right = '右へ';
$lang->widget_margin = '余白';
$lang->widget_margin_top = '上';
$lang->widget_margin_right = '右';
$lang->widget_margin_bottom = '下 ';
$lang->widget_margin_left= '左';
$lang->about_widget_fix_width = 'チェックすると横幅が固定されます。';
$lang->about_widget_width = '縦幅サイズを選択して下さい。';
$lang->about_widget_position = '一つのラインに多数のウィジェットを羅列したい場合は、ポジッションを選択して下さい。';
$lang->about_widget_margin = '一つのラインに多数のウィジェットを羅列したい場合は、ポジッションを選択して下さい。';
$lang->about_widget_cache = '指定された時間内にキャッシュされたデータが利用出来ます。';
$lang->generated_code = '生成コード';
$lang->widgetstyle= 'ウィジェットスタイル';
$lang->msg_widget_is_not_exists = '%s ウィジェットが見つかりません。';
$lang->msg_widget_object_is_null = '%s ウィジェットのオブジェクトが生成出来ません。';
$lang->msg_widget_proc_is_null = '%s ウィセットの proc() が実行出来ません。';
$lang->msg_widget_skin_is_null = 'ウィセットスキンを選択してから正常に動作します。';
$lang->about_widget_code = '選択されたウィゼットで求められる下の項目の値を入力し、「コード生成」ボタンをクリックすると、<br />一番下にテンプレートファイルに適用出来るコードが出力されます。';
$lang->about_widget_code_in_page = '下に必要な値を入力した後、追加ボタンをクリックするとページ内にウィジェットが挿入されます。';
$lang->about_widget = "ウィジェットまたはページモジュールに用いられる単体の構成要素です。内部モジュールまたは外部のOPEN API と連動が出来、設定によって様々な応用が可能です。XEのページモジュールまたはレイアウトモジュールを使用しなくても、「コード生成」機能で直接ウィジェットも追加出来ます。";
$lang->cmd_content_insert = '内容直接追加';
$lang->cmd_box_widget_insert = 'ボックスウィジェット追加';
$lang->cmd_remove_all_widgets = 'すべての内容削除';
$lang->cmd_widget_size = 'ウィジェットの大きさ';
$lang->cmd_widget_align = 'ウィジェット整列';
$lang->cmd_widget_align_left = '左へ';
$lang->cmd_widget_align_right = '右へ';
$lang->cmd_widget_margin = '外部余白';
$lang->cmd_widget_padding = '内部余白';
$lang->cmd_widget_border = 'ウィジェットボーダー';
$lang->cmd_widget_border_solid = '実線';
$lang->cmd_widget_border_dotted = '点線';
$lang->cmd_widget_background_color = '背景色';
$lang->cmd_widget_background_image_url = '背景イメージ';
$lang->cmd_widget_background_image_repeat = '繰り返す';
$lang->cmd_widget_background_image_no_repeat = '固定';
$lang->cmd_widget_background_image_x_repeat = '横の繰り返し';
$lang->cmd_widget_background_image_y_repeat = '縦の繰り返し';
$lang->cmd_widget_background_image_x = '横の位置';
$lang->cmd_widget_background_image_y = '縦の位置';
?>

View file

@ -1,68 +1,68 @@
<?php
/**
* @file modules/widget/lang/ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 위젯(widget) 모듈의 기본 언어팩
**/
$lang->cmd_generate_code = '코드생성';
$lang->widget_name = '위젯 이름';
$lang->widget_maker = '위젯 제작자';
$lang->widget_license = '라이선스';
$lang->widget_history = '변경 이력';
$lang->widget_info = '위젯 정보';
$lang->widget_code = '코드';
$lang->widget_cache = '캐시';
$lang->widget_fix_width = '크기 고정';
$lang->widget_width = '가로 길이';
$lang->widget_position = '위치';
$lang->widget_position_none = '줄 바꿈';
$lang->widget_position_left = '왼쪽';
$lang->widget_position_right = '오른쪽';
$lang->widget_margin = '외부 여백';
$lang->widget_margin_top = '위';
$lang->widget_margin_right = '오른쪽';
$lang->widget_margin_bottom = '아래 ';
$lang->widget_margin_left= '왼쪽';
$lang->about_widget_fix_width = '선택하시면 가로 길이가 고정됩니다.';
$lang->about_widget_width = '가로 길이를 입력해주세요.';
$lang->about_widget_position = '한 줄에 여러 개의 위젯을 나열하고 싶을 때는 위치를 선택해주세요.';
$lang->about_widget_margin = '지정된 위젯의 상하좌우 여백을 지정할 수 있습니다.';
$lang->about_widget_cache = '지정된 시간동안 캐시된 데이터를 이용할 수 있습니다.';
$lang->generated_code = '생성된 코드';
$lang->widgetstyle= '위젯스타일';
$lang->msg_widget_is_not_exists = '%s 위젯을 찾을 수 없습니다.';
$lang->msg_widget_object_is_null = '%s 위젯의 객체 생성을 할 수 없습니다.';
$lang->msg_widget_proc_is_null = '%s 위젯의 proc() 를 실행할 수 없습니다.';
$lang->msg_widget_skin_is_null = '위젯의 스킨을 선택해 주셔야 정상적으로 동작할 수 있습니다.';
$lang->about_widget_code = '선택하신 위젯에서 요구하는 아래 항목들의 값을 넣고 [코드생성]버튼을 누르시면 제일 아래 칸에 템플릿 파일에 적용할 수 있는 코드가 출력 됩니다.';
$lang->about_widget_code_in_page = '아래 필요한 값들을 입력하신 후 추가 버튼을 누르시면 페이지 내에 위젯이 삽입됩니다.';
$lang->about_widget = "위젯은 레이아웃이나 페이지 모듈에서 사용되는 작은 구성요소입니다.\n위젯은 내부 모듈 또는 외부 open api와 연동될 수도 있고, 설정을 통해 다양하게 응용될 수 있습니다.\nXE의 페이지 모듈이나 레이아웃 모듈을 사용하지 않더라도 [코드생성] 기능을 통해 직접 위젯 추가도 할 수 있습니다.";
$lang->cmd_content_insert = '내용 직접 추가';
$lang->cmd_box_widget_insert = '상자 위젯 추가';
$lang->cmd_remove_all_widgets = '내용 모두 지우기';
$lang->cmd_widget_size = '위젯 크기';
$lang->cmd_widget_align = '위젯 정렬';
$lang->cmd_widget_align_left = '왼쪽';
$lang->cmd_widget_align_right = '오른쪽';
$lang->cmd_widget_margin = '외부 여백';
$lang->cmd_widget_padding = '내부 여백';
$lang->cmd_widget_border = '위젯 테두리';
$lang->cmd_widget_border_solid = '실선';
$lang->cmd_widget_border_dotted = '점선';
$lang->cmd_widget_background_color = '배경색';
$lang->cmd_widget_background_image_url = '배경 이미지';
$lang->cmd_widget_background_image_repeat = '반복';
$lang->cmd_widget_background_image_no_repeat = '고정';
$lang->cmd_widget_background_image_x_repeat = '가로 반복';
$lang->cmd_widget_background_image_y_repeat = '세로 반복';
$lang->cmd_widget_background_image_x = '가로 위치';
$lang->cmd_widget_background_image_y = '세로 위치';
?>
<?php
/**
* @file modules/widget/lang/ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 위젯(widget) 모듈의 기본 언어팩
**/
$lang->cmd_generate_code = '코드생성';
$lang->widget_name = '위젯 이름';
$lang->widget_maker = '위젯 제작자';
$lang->widget_license = '라이선스';
$lang->widget_history = '변경 이력';
$lang->widget_info = '위젯 정보';
$lang->widget_code = '코드';
$lang->widget_cache = '캐시';
$lang->widget_fix_width = '크기 고정';
$lang->widget_width = '가로 길이';
$lang->widget_position = '위치';
$lang->widget_position_none = '줄 바꿈';
$lang->widget_position_left = '왼쪽';
$lang->widget_position_right = '오른쪽';
$lang->widget_margin = '외부 여백';
$lang->widget_margin_top = '위';
$lang->widget_margin_right = '오른쪽';
$lang->widget_margin_bottom = '아래 ';
$lang->widget_margin_left= '왼쪽';
$lang->about_widget_fix_width = '선택하시면 가로 길이가 고정됩니다.';
$lang->about_widget_width = '가로 길이를 입력해주세요.';
$lang->about_widget_position = '한 줄에 여러 개의 위젯을 나열하고 싶을 때는 위치를 선택해주세요.';
$lang->about_widget_margin = '지정된 위젯의 상하좌우 여백을 지정할 수 있습니다.';
$lang->about_widget_cache = '지정된 시간동안 캐시된 데이터를 이용할 수 있습니다.';
$lang->generated_code = '생성된 코드';
$lang->widgetstyle= '위젯스타일';
$lang->msg_widget_is_not_exists = '%s 위젯을 찾을 수 없습니다.';
$lang->msg_widget_object_is_null = '%s 위젯의 객체 생성을 할 수 없습니다.';
$lang->msg_widget_proc_is_null = '%s 위젯의 proc() 를 실행할 수 없습니다.';
$lang->msg_widget_skin_is_null = '위젯의 스킨을 선택해 주셔야 정상적으로 동작할 수 있습니다.';
$lang->about_widget_code = '선택하신 위젯에서 요구하는 아래 항목들의 값을 넣고 [코드생성]버튼을 누르시면 제일 아래 칸에 템플릿 파일에 적용할 수 있는 코드가 출력 됩니다.';
$lang->about_widget_code_in_page = '아래 필요한 값들을 입력하신 후 추가 버튼을 누르시면 페이지 내에 위젯이 삽입됩니다.';
$lang->about_widget = "위젯은 레이아웃이나 페이지 모듈에서 사용되는 작은 구성요소입니다.\n위젯은 내부 모듈 또는 외부 open api와 연동될 수도 있고, 설정을 통해 다양하게 응용될 수 있습니다.\nXE의 페이지 모듈이나 레이아웃 모듈을 사용하지 않더라도 [코드생성] 기능을 통해 직접 위젯 추가도 할 수 있습니다.";
$lang->cmd_content_insert = '내용 직접 추가';
$lang->cmd_box_widget_insert = '상자 위젯 추가';
$lang->cmd_remove_all_widgets = '내용 모두 지우기';
$lang->cmd_widget_size = '위젯 크기';
$lang->cmd_widget_align = '위젯 정렬';
$lang->cmd_widget_align_left = '왼쪽';
$lang->cmd_widget_align_right = '오른쪽';
$lang->cmd_widget_margin = '외부 여백';
$lang->cmd_widget_padding = '내부 여백';
$lang->cmd_widget_border = '위젯 테두리';
$lang->cmd_widget_border_solid = '실선';
$lang->cmd_widget_border_dotted = '점선';
$lang->cmd_widget_background_color = '배경색';
$lang->cmd_widget_background_image_url = '배경 이미지';
$lang->cmd_widget_background_image_repeat = '반복';
$lang->cmd_widget_background_image_no_repeat = '고정';
$lang->cmd_widget_background_image_x_repeat = '가로 반복';
$lang->cmd_widget_background_image_y_repeat = '세로 반복';
$lang->cmd_widget_background_image_x = '가로 위치';
$lang->cmd_widget_background_image_y = '세로 위치';
?>

View file

@ -1,46 +1,46 @@
<?php
/**
* @file ru.lang.php
* @author NHN (developers@xpressengine.com) | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
* @brief Russian basic language pack
**/
$lang->cmd_generate_code = 'Генерировать код';
$lang->widget_name = 'Имя виджета';
$lang->widget_maker = 'Разработчик виджета';
$lang->widget_license = 'License';
$lang->widget_history = 'История обновлений';
$lang->widget_info = 'Информация виджета';
$lang->widget_code = 'Код';
$lang->widget_cache = 'Кеш';
$lang->widget_fix_width = 'Фиксированная ширина';
$lang->widget_width = 'Ширина';
$lang->widget_position = 'Позиция';
$lang->widget_position_none = 'Следующая строка';
$lang->widget_position_left = 'Лево';
$lang->widget_position_right = 'Право';
$lang->widget_margin = 'Поля';
$lang->widget_margin_top = 'Верхнее поле';
$lang->widget_margin_right = 'Правое поле';
$lang->widget_margin_bottom = 'Шижнее поле';
$lang->widget_margin_left= 'Левое поле';
$lang->about_widget_fix_width = 'Пожалуйста, установите для фиксирования ширины.';
$lang->about_widget_width = 'Пожалуйста, установите ширину виджета.';
$lang->about_widget_position = 'Пожалуйста, выберите позицию виджета, если Вы хотите отобразить несколько виджетов в одной строке.';
$lang->about_widget_margin = "Вы можете установить поля виждета, т.е. его отступы со всех четырех сторон.";
$lang->about_widget_cache = 'Кешированные данные будут использоваться на указанный срок.';
$lang->generated_code = 'Сгенерированный код';
$lang->widgetstyle= '위젯스타일';
$lang->msg_widget_is_not_exists = '%s виджет не существует.';
$lang->msg_widget_object_is_null = '%s объектов виджета не могут быть созданы.';
$lang->msg_widget_proc_is_null = 'proc() %s виджета не может быть исполнена.';
$lang->msg_widget_skin_is_null = '위젯의 스킨을 선택해 주셔야 정상적으로 동작할 수 있습니다';
$lang->about_widget_code = 'Пожалуйста, сначала введите требуемые значения, и затем щелкните кнопку [Генерировать Код] для генерации кода и добавления его в файл шаблона.';
$lang->about_widget_code_in_page = 'После ввода требуемых значений, нажмите пнопку [Добавить], чтобы вставить код виджета в страницу.';
$lang->about_addon = "Виджет -- это маленькая самостоятельная программа, используемая в лейауте или модуле страниц.\n Он может быть связан с внутренним модулем или внешними открытыми API. Посредством его детального конфигурирования можно добиться широкого его применения. \n Вы можете напрямую добавить виджет, используя функцию генерирования кода без использования модулей страниц или лейаутов XE.";
?>
<?php
/**
* @file ru.lang.php
* @author NHN (developers@xpressengine.com) | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
* @brief Russian basic language pack
**/
$lang->cmd_generate_code = 'Генерировать код';
$lang->widget_name = 'Имя виджета';
$lang->widget_maker = 'Разработчик виджета';
$lang->widget_license = 'License';
$lang->widget_history = 'История обновлений';
$lang->widget_info = 'Информация виджета';
$lang->widget_code = 'Код';
$lang->widget_cache = 'Кеш';
$lang->widget_fix_width = 'Фиксированная ширина';
$lang->widget_width = 'Ширина';
$lang->widget_position = 'Позиция';
$lang->widget_position_none = 'Следующая строка';
$lang->widget_position_left = 'Лево';
$lang->widget_position_right = 'Право';
$lang->widget_margin = 'Поля';
$lang->widget_margin_top = 'Верхнее поле';
$lang->widget_margin_right = 'Правое поле';
$lang->widget_margin_bottom = 'Шижнее поле';
$lang->widget_margin_left= 'Левое поле';
$lang->about_widget_fix_width = 'Пожалуйста, установите для фиксирования ширины.';
$lang->about_widget_width = 'Пожалуйста, установите ширину виджета.';
$lang->about_widget_position = 'Пожалуйста, выберите позицию виджета, если Вы хотите отобразить несколько виджетов в одной строке.';
$lang->about_widget_margin = "Вы можете установить поля виждета, т.е. его отступы со всех четырех сторон.";
$lang->about_widget_cache = 'Кешированные данные будут использоваться на указанный срок.';
$lang->generated_code = 'Сгенерированный код';
$lang->widgetstyle= '위젯스타일';
$lang->msg_widget_is_not_exists = '%s виджет не существует.';
$lang->msg_widget_object_is_null = '%s объектов виджета не могут быть созданы.';
$lang->msg_widget_proc_is_null = 'proc() %s виджета не может быть исполнена.';
$lang->msg_widget_skin_is_null = '위젯의 스킨을 선택해 주셔야 정상적으로 동작할 수 있습니다';
$lang->about_widget_code = 'Пожалуйста, сначала введите требуемые значения, и затем щелкните кнопку [Генерировать Код] для генерации кода и добавления его в файл шаблона.';
$lang->about_widget_code_in_page = 'После ввода требуемых значений, нажмите пнопку [Добавить], чтобы вставить код виджета в страницу.';
$lang->about_addon = "Виджет -- это маленькая самостоятельная программа, используемая в лейауте или модуле страниц.\n Он может быть связан с внутренним модулем или внешними открытыми API. Посредством его детального конфигурирования можно добиться широкого его применения. \n Вы можете напрямую добавить виджет, используя функцию генерирования кода без использования модулей страниц или лейаутов XE.";
?>

View file

@ -1,68 +1,68 @@
<?php
/**
* @file modules/widget/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief widget module- basic language pack
**/
$lang->cmd_generate_code = 'Kod Üret';
$lang->widget_name = 'Widget Adı';
$lang->widget_maker = 'Geliştirici';
$lang->widget_license = 'Lisans';
$lang->widget_history = 'Güncelleme Tarihi';
$lang->widget_info = 'Widget Bilgileri';
$lang->widget_code = 'Kod';
$lang->widget_cache = 'Önbellek';
$lang->widget_fix_width = 'Düzeltme Genişliği';
$lang->widget_width = 'Genişlik';
$lang->widget_position = 'Konum';
$lang->widget_position_none = 'Sonraki Hat';
$lang->widget_position_left = 'Sol';
$lang->widget_position_right = 'Sağ';
$lang->widget_margin = 'Kenar boşluğu';
$lang->widget_margin_top = 'Üst-Kenar Boşluğu';
$lang->widget_margin_right = 'Sağ-Kenar Boşluğu';
$lang->widget_margin_bottom = 'Alt-Kenar Boşluğu';
$lang->widget_margin_left= 'Sol-Kenar Boşluğu';
$lang->about_widget_fix_width = 'Lütfen genişliği düzeltmeyi kontrol ediniz.';
$lang->about_widget_width = 'Lütfen widgetın genişliğini ayarlayınız.';
$lang->about_widget_position = 'Tek bir satırda birkaç widget görüntülemek istiyorsanız, lütfen konumlarını seçiniz.';
$lang->about_widget_margin = "Widgetların üst, alt, sağ ve sol kenar boşluklarını belirleyebilirsiniz.";
$lang->about_widget_cache = 'Önbelleğe alınmış veriler, ayarlamış olduğunuz süre içinde kullanılabilir.';
$lang->generated_code = 'Üretilmiş Kod';
$lang->widgetstyle= 'Widget Tarzı';
$lang->msg_widget_is_not_exists = "'%s' bulunmuyot.";
$lang->msg_widget_object_is_null = " '%s' nesnesi oluşturulamadı.";
$lang->msg_widget_proc_is_null = " '%s' işlemi tamamlanamadı.";
$lang->msg_widget_skin_is_null = "Widgetın dış görünümünü belirlemelisiniz.";
$lang->about_widget_code = 'Kod üretip şablon dosyaya eklemek için lütfen ilk olarak gerekli değeri girin ve ardından [Kod Üret]e tıklayın.';
$lang->about_widget_code_in_page = 'Gerekli değerleri girdikten sonra widget kodunu sayfaya eklemek için [Ekle]ye tıklayın.';
$lang->about_widget = "Widget, yerleşim düzeninde veya sayfa modülünde kullanılan küçük bir serbest uygulamadır.\n Dahili modüle bağlanabileceği gibi, harici açık apilerle de bağlantı kurabilir. Yapılandırma ayarları yoluyla, geniş bir uygulama alanı vardır. \n [Kod Üret] fonksiyonunu kullanarak, XE sayfa modülüne veya yerleşim düzeni modülüne ihtiyaç duymadan widget ekleyebilirsiniz.";
$lang->cmd_content_insert = "İçeriği kendiniz ekleyin.";
$lang->cmd_box_widget_insert = "Kutu widgetını ekleyin.";
$lang->cmd_remove_all_widgets = "Tüm widgetları kaldır.";
$lang->cmd_widget_size = "Widget Boyutu";
$lang->cmd_widget_align = "Hizalama Widgetı";
$lang->cmd_widget_align_left = "Sol";
$lang->cmd_widget_align_right = "Sağ";
$lang->cmd_widget_margin = "Kenar Boşluğu";
$lang->cmd_widget_padding = "Dolgu";
$lang->cmd_widget_border = "Sınır";
$lang->cmd_widget_border_solid = "Kesiksiz";
$lang->cmd_widget_border_dotted = "Noktalı";
$lang->cmd_widget_background_color = "Arkaplan Rengi";
$lang->cmd_widget_background_image_url = "Arkaplan Resmi";
$lang->cmd_widget_background_image_repeat = "Tekrar et";
$lang->cmd_widget_background_image_no_repeat = "Tekrar yok.";
$lang->cmd_widget_background_image_x_repeat = "X Tekrar";
$lang->cmd_widget_background_image_y_repeat = "Y Tekrar";
$lang->cmd_widget_background_image_x = "X Konum";
$lang->cmd_widget_background_image_y = "Y Konum";
?>
<?php
/**
* @file modules/widget/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief widget module- basic language pack
**/
$lang->cmd_generate_code = 'Kod Üret';
$lang->widget_name = 'Widget Adı';
$lang->widget_maker = 'Geliştirici';
$lang->widget_license = 'Lisans';
$lang->widget_history = 'Güncelleme Tarihi';
$lang->widget_info = 'Widget Bilgileri';
$lang->widget_code = 'Kod';
$lang->widget_cache = 'Önbellek';
$lang->widget_fix_width = 'Düzeltme Genişliği';
$lang->widget_width = 'Genişlik';
$lang->widget_position = 'Konum';
$lang->widget_position_none = 'Sonraki Hat';
$lang->widget_position_left = 'Sol';
$lang->widget_position_right = 'Sağ';
$lang->widget_margin = 'Kenar boşluğu';
$lang->widget_margin_top = 'Üst-Kenar Boşluğu';
$lang->widget_margin_right = 'Sağ-Kenar Boşluğu';
$lang->widget_margin_bottom = 'Alt-Kenar Boşluğu';
$lang->widget_margin_left= 'Sol-Kenar Boşluğu';
$lang->about_widget_fix_width = 'Lütfen genişliği düzeltmeyi kontrol ediniz.';
$lang->about_widget_width = 'Lütfen widgetın genişliğini ayarlayınız.';
$lang->about_widget_position = 'Tek bir satırda birkaç widget görüntülemek istiyorsanız, lütfen konumlarını seçiniz.';
$lang->about_widget_margin = "Widgetların üst, alt, sağ ve sol kenar boşluklarını belirleyebilirsiniz.";
$lang->about_widget_cache = 'Önbelleğe alınmış veriler, ayarlamış olduğunuz süre içinde kullanılabilir.';
$lang->generated_code = 'Üretilmiş Kod';
$lang->widgetstyle= 'Widget Tarzı';
$lang->msg_widget_is_not_exists = "'%s' bulunmuyot.";
$lang->msg_widget_object_is_null = " '%s' nesnesi oluşturulamadı.";
$lang->msg_widget_proc_is_null = " '%s' işlemi tamamlanamadı.";
$lang->msg_widget_skin_is_null = "Widgetın dış görünümünü belirlemelisiniz.";
$lang->about_widget_code = 'Kod üretip şablon dosyaya eklemek için lütfen ilk olarak gerekli değeri girin ve ardından [Kod Üret]e tıklayın.';
$lang->about_widget_code_in_page = 'Gerekli değerleri girdikten sonra widget kodunu sayfaya eklemek için [Ekle]ye tıklayın.';
$lang->about_widget = "Widget, yerleşim düzeninde veya sayfa modülünde kullanılan küçük bir serbest uygulamadır.\n Dahili modüle bağlanabileceği gibi, harici açık apilerle de bağlantı kurabilir. Yapılandırma ayarları yoluyla, geniş bir uygulama alanı vardır. \n [Kod Üret] fonksiyonunu kullanarak, XE sayfa modülüne veya yerleşim düzeni modülüne ihtiyaç duymadan widget ekleyebilirsiniz.";
$lang->cmd_content_insert = "İçeriği kendiniz ekleyin.";
$lang->cmd_box_widget_insert = "Kutu widgetını ekleyin.";
$lang->cmd_remove_all_widgets = "Tüm widgetları kaldır.";
$lang->cmd_widget_size = "Widget Boyutu";
$lang->cmd_widget_align = "Hizalama Widgetı";
$lang->cmd_widget_align_left = "Sol";
$lang->cmd_widget_align_right = "Sağ";
$lang->cmd_widget_margin = "Kenar Boşluğu";
$lang->cmd_widget_padding = "Dolgu";
$lang->cmd_widget_border = "Sınır";
$lang->cmd_widget_border_solid = "Kesiksiz";
$lang->cmd_widget_border_dotted = "Noktalı";
$lang->cmd_widget_background_color = "Arkaplan Rengi";
$lang->cmd_widget_background_image_url = "Arkaplan Resmi";
$lang->cmd_widget_background_image_repeat = "Tekrar et";
$lang->cmd_widget_background_image_no_repeat = "Tekrar yok.";
$lang->cmd_widget_background_image_x_repeat = "X Tekrar";
$lang->cmd_widget_background_image_y_repeat = "Y Tekrar";
$lang->cmd_widget_background_image_x = "X Konum";
$lang->cmd_widget_background_image_y = "Y Konum";
?>

View file

@ -1,70 +1,70 @@
<?php
/* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░ * @File : common/lang/vi.lang.php ░░
░░ * @Author : NHN (developers@xpressengine.com) ░░
░░ * @Trans : Đào Đức Duy (ducduy.dao.vn@vietxe.net) ░░
░░ * @Website: http://vietxe.net ░░
░░ * @Brief : Vietnamese Language Pack (Only basic words are included here) ░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ */
$lang->cmd_generate_code = 'Tạo Code';
$lang->widget_name = 'Tên Widget';
$lang->widget_maker = 'Người tạo';
$lang->widget_license = 'Giấy phép';
$lang->widget_history = 'Lịch sử cập nhật';
$lang->widget_info = 'Thông tin Widget';
$lang->widget_code = 'Code';
$lang->widget_cache = 'Bộ nhớ đệm';
$lang->widget_fix_width = 'Cố định chiều rộng';
$lang->widget_width = 'Chiều rộng';
$lang->widget_position = 'Vị trí';
$lang->widget_position_none = 'Dòng tiếp theo';
$lang->widget_position_left = 'Trái';
$lang->widget_position_right = 'Phải';
$lang->widget_margin = 'Lề';
$lang->widget_margin_top = 'Lề trên';
$lang->widget_margin_right = 'Lề phải';
$lang->widget_margin_bottom = 'Lề dưới';
$lang->widget_margin_left= 'Lề trái';
$lang->about_widget_fix_width = 'Hãy kiểm tra để cố định chiều rộng.';
$lang->about_widget_width = 'Hãy đặt chiều rộng cho Widget.';
$lang->about_widget_position = 'Hãy chọn vị trí nếu bạn muốn nhiều Widget cùng hiển thị.';
$lang->about_widget_margin = "Bạn có thể đặt lề của Widget: Trái, Phải, Trên, Dưới.";
$lang->about_widget_cache = 'Bộ nhớ đệm của Data có thể được sử dụng nếu bạn đặt thời gian cho nó.';
$lang->generated_code = 'Đã tạo Code';
$lang->widgetstyle= 'Kiểu dáng Widget';
$lang->msg_widget_is_not_exists = "'%s' không tồn tại.";
$lang->msg_widget_object_is_null = "Đối tượng của '%s' đã không được tạo.";
$lang->msg_widget_proc_is_null = "proc() của '%s' đã không được thực hiện.";
$lang->msg_widget_skin_is_null = "Bạn cần phải chọn Skin cho Widget.";
$lang->about_widget_code = 'Hãy nhập các thông tin cần thiết, sau đó bấm nút [<b>Tạo Code</b>] để lấy Code thêm vào giao diện.';
$lang->about_widget_code_in_page = 'Sau khi nhập những thông tin cần thiết, bấm nút [<b>Tạo Code</b>] để chèn Code của Widget vào giao diện.';
$lang->about_widget = "Widget là một ứng dụng nhỏ có thể đặt ở bất kì vị trí nào do người dùng lựa chọn.<br />Nó có thể kết nối với những Module trong Website hay Open API bên ngoài và hiển thị nội dung của Module đó.<br />Thông qua sự thiết lập cấu hình, nó có thể là một ứng dụng rộng dãi.<br />Bạn có thể thêm một Widget bằng cách bấm nút [<b>Tạo Code</b>] để lấy Code thêm vào một Module hay trang nào đó.";
$lang->cmd_content_insert = "Chèn nội dung của bạn";
$lang->cmd_box_widget_insert = "Chèn khung Widget";
$lang->cmd_remove_all_widgets = "Xóa tất cả Widget";
$lang->cmd_widget_size = "Kích thước";
$lang->cmd_widget_align = "Căn chỉnh";
$lang->cmd_widget_align_left = "Trái";
$lang->cmd_widget_align_right = "Phải";
$lang->cmd_widget_margin = "Lề";
$lang->cmd_widget_padding = "Đệm";
$lang->cmd_widget_border = "Viền";
$lang->cmd_widget_border_solid = "Viền liền";
$lang->cmd_widget_border_dotted = "Viền chấm";
$lang->cmd_widget_background_color = "Màu nền";
$lang->cmd_widget_background_image_url = "Hình nền";
$lang->cmd_widget_background_image_repeat = "Lặp lại";
$lang->cmd_widget_background_image_no_repeat = "Không lặp";
$lang->cmd_widget_background_image_x_repeat = "Lặp chiều X";
$lang->cmd_widget_background_image_y_repeat = "Lặp chiều Y";
$lang->cmd_widget_background_image_x = "Vị trí X";
$lang->cmd_widget_background_image_y = "Vị trí Y";
?>
<?php
/* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░ * @File : common/lang/vi.lang.php ░░
░░ * @Author : NHN (developers@xpressengine.com) ░░
░░ * @Trans : Đào Đức Duy (ducduy.dao.vn@vietxe.net) ░░
░░ * @Website: http://vietxe.net ░░
░░ * @Brief : Vietnamese Language Pack (Only basic words are included here) ░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ */
$lang->cmd_generate_code = 'Tạo Code';
$lang->widget_name = 'Tên Widget';
$lang->widget_maker = 'Người tạo';
$lang->widget_license = 'Giấy phép';
$lang->widget_history = 'Lịch sử cập nhật';
$lang->widget_info = 'Thông tin Widget';
$lang->widget_code = 'Code';
$lang->widget_cache = 'Bộ nhớ đệm';
$lang->widget_fix_width = 'Cố định chiều rộng';
$lang->widget_width = 'Chiều rộng';
$lang->widget_position = 'Vị trí';
$lang->widget_position_none = 'Dòng tiếp theo';
$lang->widget_position_left = 'Trái';
$lang->widget_position_right = 'Phải';
$lang->widget_margin = 'Lề';
$lang->widget_margin_top = 'Lề trên';
$lang->widget_margin_right = 'Lề phải';
$lang->widget_margin_bottom = 'Lề dưới';
$lang->widget_margin_left= 'Lề trái';
$lang->about_widget_fix_width = 'Hãy kiểm tra để cố định chiều rộng.';
$lang->about_widget_width = 'Hãy đặt chiều rộng cho Widget.';
$lang->about_widget_position = 'Hãy chọn vị trí nếu bạn muốn nhiều Widget cùng hiển thị.';
$lang->about_widget_margin = "Bạn có thể đặt lề của Widget: Trái, Phải, Trên, Dưới.";
$lang->about_widget_cache = 'Bộ nhớ đệm của Data có thể được sử dụng nếu bạn đặt thời gian cho nó.';
$lang->generated_code = 'Đã tạo Code';
$lang->widgetstyle= 'Kiểu dáng Widget';
$lang->msg_widget_is_not_exists = "'%s' không tồn tại.";
$lang->msg_widget_object_is_null = "Đối tượng của '%s' đã không được tạo.";
$lang->msg_widget_proc_is_null = "proc() của '%s' đã không được thực hiện.";
$lang->msg_widget_skin_is_null = "Bạn cần phải chọn Skin cho Widget.";
$lang->about_widget_code = 'Hãy nhập các thông tin cần thiết, sau đó bấm nút [<b>Tạo Code</b>] để lấy Code thêm vào giao diện.';
$lang->about_widget_code_in_page = 'Sau khi nhập những thông tin cần thiết, bấm nút [<b>Tạo Code</b>] để chèn Code của Widget vào giao diện.';
$lang->about_widget = "Widget là một ứng dụng nhỏ có thể đặt ở bất kì vị trí nào do người dùng lựa chọn.<br />Nó có thể kết nối với những Module trong Website hay Open API bên ngoài và hiển thị nội dung của Module đó.<br />Thông qua sự thiết lập cấu hình, nó có thể là một ứng dụng rộng dãi.<br />Bạn có thể thêm một Widget bằng cách bấm nút [<b>Tạo Code</b>] để lấy Code thêm vào một Module hay trang nào đó.";
$lang->cmd_content_insert = "Chèn nội dung của bạn";
$lang->cmd_box_widget_insert = "Chèn khung Widget";
$lang->cmd_remove_all_widgets = "Xóa tất cả Widget";
$lang->cmd_widget_size = "Kích thước";
$lang->cmd_widget_align = "Căn chỉnh";
$lang->cmd_widget_align_left = "Trái";
$lang->cmd_widget_align_right = "Phải";
$lang->cmd_widget_margin = "Lề";
$lang->cmd_widget_padding = "Đệm";
$lang->cmd_widget_border = "Viền";
$lang->cmd_widget_border_solid = "Viền liền";
$lang->cmd_widget_border_dotted = "Viền chấm";
$lang->cmd_widget_background_color = "Màu nền";
$lang->cmd_widget_background_image_url = "Hình nền";
$lang->cmd_widget_background_image_repeat = "Lặp lại";
$lang->cmd_widget_background_image_no_repeat = "Không lặp";
$lang->cmd_widget_background_image_x_repeat = "Lặp chiều X";
$lang->cmd_widget_background_image_y_repeat = "Lặp chiều Y";
$lang->cmd_widget_background_image_x = "Vị trí X";
$lang->cmd_widget_background_image_y = "Vị trí Y";
?>

View file

@ -1,68 +1,68 @@
<?php
/**
* @file modules/widget/lang/zh-CN.lang.php
* @author NHN (developers@xpressengine.com) 翻译guny
* @brief 控件(widget)模块简体中文语言包
**/
$lang->cmd_generate_code = '生成代码';
$lang->widget_name = '控件名称';
$lang->widget_maker = '控件作者';
$lang->widget_license = '版权';
$lang->widget_history = '更新事项';
$lang->widget_info = '控件信息';
$lang->widget_code = '代码';
$lang->widget_cache = '缓冲';
$lang->widget_fix_width = '固定大小';
$lang->widget_width = '宽度';
$lang->widget_position = '位置';
$lang->widget_position_none = '换行';
$lang->widget_position_left = '左对齐';
$lang->widget_position_right = '右对齐';
$lang->widget_margin = '边距';
$lang->widget_margin_top = '上';
$lang->widget_margin_right = '右';
$lang->widget_margin_bottom = '下';
$lang->widget_margin_left= '左';
$lang->about_widget_fix_width = '选择此项将固定控件显示宽度。';
$lang->about_widget_width = '请输入宽度大小。';
$lang->about_widget_position = '想要横向显示多个控件时,请选择位置。';
$lang->about_widget_margin = '想要横向显示多个控件时,请设置边距。';
$lang->about_widget_cache = '指定的时间内可以利用已缓冲的数据。';
$lang->generated_code = '已生成的代码';
$lang->widgetstyle= '控件样式';
$lang->msg_widget_is_not_exists = '找不到%s控件';
$lang->msg_widget_object_is_null = '无法生成%s控件对象';
$lang->msg_widget_proc_is_null = '不能执行%s控件的 proc()';
$lang->msg_widget_skin_is_null = '请选择控件皮肤!';
$lang->about_widget_code = '输入所选控件所需要的下列各项后,按『代码生成』按钮,即可在页面下方获得可以用在布局模版代码片断。';
$lang->about_widget_code_in_page = '输入下列各项必要值后,按『生成代码』按钮,即可把控件插入到页面当中。';
$lang->about_widget = "控件是在布局或页面模块中使用的一种小部件。\n不仅可以关联内部模块或外部open api而且通过设置可以用在多种用途。\n即使不使用XE的页面模块或布局模块也可以通过『代码生成』功能直接可以添加相应控件。";
$lang->cmd_content_insert = "添加内容";
$lang->cmd_box_widget_insert = "添加控件盒";
$lang->cmd_remove_all_widgets = "清空内容";
$lang->cmd_widget_size = "大小";
$lang->cmd_widget_align = "对齐";
$lang->cmd_widget_align_left = "左对齐";
$lang->cmd_widget_align_right = "右对齐";
$lang->cmd_widget_margin = "外边距";
$lang->cmd_widget_padding = "内填充";
$lang->cmd_widget_border = "边框";
$lang->cmd_widget_border_solid = "实线";
$lang->cmd_widget_border_dotted = "点线";
$lang->cmd_widget_background_color = "背景色";
$lang->cmd_widget_background_image_url = "背景图片";
$lang->cmd_widget_background_image_repeat = "平铺";
$lang->cmd_widget_background_image_no_repeat = "固定";
$lang->cmd_widget_background_image_x_repeat = "横向平铺";
$lang->cmd_widget_background_image_y_repeat = "纵向平铺";
$lang->cmd_widget_background_image_x = "水平位置";
$lang->cmd_widget_background_image_y = "垂直位置";
?>
<?php
/**
* @file modules/widget/lang/zh-CN.lang.php
* @author NHN (developers@xpressengine.com) 翻译guny
* @brief 控件(widget)模块简体中文语言包
**/
$lang->cmd_generate_code = '生成代码';
$lang->widget_name = '控件名称';
$lang->widget_maker = '控件作者';
$lang->widget_license = '版权';
$lang->widget_history = '更新事项';
$lang->widget_info = '控件信息';
$lang->widget_code = '代码';
$lang->widget_cache = '缓冲';
$lang->widget_fix_width = '固定大小';
$lang->widget_width = '宽度';
$lang->widget_position = '位置';
$lang->widget_position_none = '换行';
$lang->widget_position_left = '左对齐';
$lang->widget_position_right = '右对齐';
$lang->widget_margin = '边距';
$lang->widget_margin_top = '上';
$lang->widget_margin_right = '右';
$lang->widget_margin_bottom = '下';
$lang->widget_margin_left= '左';
$lang->about_widget_fix_width = '选择此项将固定控件显示宽度。';
$lang->about_widget_width = '请输入宽度大小。';
$lang->about_widget_position = '想要横向显示多个控件时,请选择位置。';
$lang->about_widget_margin = '想要横向显示多个控件时,请设置边距。';
$lang->about_widget_cache = '指定的时间内可以利用已缓冲的数据。';
$lang->generated_code = '已生成的代码';
$lang->widgetstyle= '控件样式';
$lang->msg_widget_is_not_exists = '找不到%s控件';
$lang->msg_widget_object_is_null = '无法生成%s控件对象';
$lang->msg_widget_proc_is_null = '不能执行%s控件的 proc()';
$lang->msg_widget_skin_is_null = '请选择控件皮肤!';
$lang->about_widget_code = '输入所选控件所需要的下列各项后,按『代码生成』按钮,即可在页面下方获得可以用在布局模版代码片断。';
$lang->about_widget_code_in_page = '输入下列各项必要值后,按『生成代码』按钮,即可把控件插入到页面当中。';
$lang->about_widget = "控件是在布局或页面模块中使用的一种小部件。\n不仅可以关联内部模块或外部open api而且通过设置可以用在多种用途。\n即使不使用XE的页面模块或布局模块也可以通过『代码生成』功能直接可以添加相应控件。";
$lang->cmd_content_insert = "添加内容";
$lang->cmd_box_widget_insert = "添加控件盒";
$lang->cmd_remove_all_widgets = "清空内容";
$lang->cmd_widget_size = "大小";
$lang->cmd_widget_align = "对齐";
$lang->cmd_widget_align_left = "左对齐";
$lang->cmd_widget_align_right = "右对齐";
$lang->cmd_widget_margin = "外边距";
$lang->cmd_widget_padding = "内填充";
$lang->cmd_widget_border = "边框";
$lang->cmd_widget_border_solid = "实线";
$lang->cmd_widget_border_dotted = "点线";
$lang->cmd_widget_background_color = "背景色";
$lang->cmd_widget_background_image_url = "背景图片";
$lang->cmd_widget_background_image_repeat = "平铺";
$lang->cmd_widget_background_image_no_repeat = "固定";
$lang->cmd_widget_background_image_x_repeat = "横向平铺";
$lang->cmd_widget_background_image_y_repeat = "纵向平铺";
$lang->cmd_widget_background_image_x = "水平位置";
$lang->cmd_widget_background_image_y = "垂直位置";
?>

View file

@ -1,68 +1,68 @@
<?php
/**
* @file modules/widget/lang/zh-TW.lang.php
* @author NHN (developers@xpressengine.com) 翻譯royallin
* @brief Widget模組正體中文語言
**/
$lang->cmd_generate_code = '建立原始碼';
$lang->widget_name = 'Widget名稱';
$lang->widget_maker = 'Widget作者';
$lang->widget_license = '版權';
$lang->widget_history = '更新紀錄';
$lang->widget_info = 'Widget資料';
$lang->widget_code = '原始碼';
$lang->widget_cache = '暫存';
$lang->widget_fix_width = '固定大小';
$lang->widget_width = '寬度';
$lang->widget_position = '位置';
$lang->widget_position_none = '換行';
$lang->widget_position_left = '靠左對齊';
$lang->widget_position_right = '靠右對齊';
$lang->widget_margin = '邊距';
$lang->widget_margin_top = '上';
$lang->widget_margin_right = '右';
$lang->widget_margin_bottom = '下';
$lang->widget_margin_left= '左';
$lang->about_widget_fix_width = '選擇此項將固定Widget顯示寬度。';
$lang->about_widget_width = '請輸入寬度大小。';
$lang->about_widget_position = '想要橫向顯示多個Widget時請選擇位置。';
$lang->about_widget_margin = '想要橫向顯示多個Widget時請設置邊距。';
$lang->about_widget_cache = '指定的時間內可以利用已暫存的資料。';
$lang->generated_code = '已建立的原始碼';
$lang->widgetstyle= 'Widget樣式';
$lang->msg_widget_is_not_exists = '找不到 %s Widget';
$lang->msg_widget_object_is_null = '無法建立 %s Widget目標';
$lang->msg_widget_proc_is_null = '無法執行 %s Widget的 proc()';
$lang->msg_widget_skin_is_null = '請選擇一個可正常使用的Widget面板';
$lang->about_widget_code = '輸入所選Widget所需要的各項資料後按『建立原始碼』按鈕即可在頁面下方獲得運用在版面設計中的部分原始碼。';
$lang->about_widget_code_in_page = '輸入下列各項必要資料後按『建立原始碼』按鈕即可把Widget插入到頁面當中。';
$lang->about_widget = "Widget是在版面或頁面模組中使用的一種元件。\n不僅可以連結內部模組或外部Open API而且通過設置可以有許多種用途。\n即使不使用XE的頁面或版面設計模組也可以通過『建立原始碼』功能直接新增相對應Widget。";
$lang->cmd_content_insert = "新增內容";
$lang->cmd_box_widget_insert = "新增Widget Box";
$lang->cmd_remove_all_widgets = "全部清空";
$lang->cmd_widget_size = "大小";
$lang->cmd_widget_align = "對齊";
$lang->cmd_widget_align_left = "靠左";
$lang->cmd_widget_align_right = "靠右";
$lang->cmd_widget_margin = "邊距";
$lang->cmd_widget_padding = "內距";
$lang->cmd_widget_border = "邊框";
$lang->cmd_widget_border_solid = "實線";
$lang->cmd_widget_border_dotted = "虛線";
$lang->cmd_widget_background_color = "背景顏色";
$lang->cmd_widget_background_image_url = "背景圖片";
$lang->cmd_widget_background_image_repeat = "重複";
$lang->cmd_widget_background_image_no_repeat = "不重複";
$lang->cmd_widget_background_image_x_repeat = "水平重複";
$lang->cmd_widget_background_image_y_repeat = "垂直重複";
$lang->cmd_widget_background_image_x = "水平位置";
$lang->cmd_widget_background_image_y = "垂直位置";
?>
<?php
/**
* @file modules/widget/lang/zh-TW.lang.php
* @author NHN (developers@xpressengine.com) 翻譯royallin
* @brief Widget模組正體中文語言
**/
$lang->cmd_generate_code = '建立原始碼';
$lang->widget_name = 'Widget名稱';
$lang->widget_maker = 'Widget作者';
$lang->widget_license = '版權';
$lang->widget_history = '更新紀錄';
$lang->widget_info = 'Widget資料';
$lang->widget_code = '原始碼';
$lang->widget_cache = '暫存';
$lang->widget_fix_width = '固定大小';
$lang->widget_width = '寬度';
$lang->widget_position = '位置';
$lang->widget_position_none = '換行';
$lang->widget_position_left = '靠左對齊';
$lang->widget_position_right = '靠右對齊';
$lang->widget_margin = '邊距';
$lang->widget_margin_top = '上';
$lang->widget_margin_right = '右';
$lang->widget_margin_bottom = '下';
$lang->widget_margin_left= '左';
$lang->about_widget_fix_width = '選擇此項將固定Widget顯示寬度。';
$lang->about_widget_width = '請輸入寬度大小。';
$lang->about_widget_position = '想要橫向顯示多個Widget時請選擇位置。';
$lang->about_widget_margin = '想要橫向顯示多個Widget時請設置邊距。';
$lang->about_widget_cache = '指定的時間內可以利用已暫存的資料。';
$lang->generated_code = '已建立的原始碼';
$lang->widgetstyle= 'Widget樣式';
$lang->msg_widget_is_not_exists = '找不到 %s Widget';
$lang->msg_widget_object_is_null = '無法建立 %s Widget目標';
$lang->msg_widget_proc_is_null = '無法執行 %s Widget的 proc()';
$lang->msg_widget_skin_is_null = '請選擇一個可正常使用的Widget面板';
$lang->about_widget_code = '輸入所選Widget所需要的各項資料後按『建立原始碼』按鈕即可在頁面下方獲得運用在版面設計中的部分原始碼。';
$lang->about_widget_code_in_page = '輸入下列各項必要資料後按『建立原始碼』按鈕即可把Widget插入到頁面當中。';
$lang->about_widget = "Widget是在版面或頁面模組中使用的一種元件。\n不僅可以連結內部模組或外部Open API而且通過設置可以有許多種用途。\n即使不使用XE的頁面或版面設計模組也可以通過『建立原始碼』功能直接新增相對應Widget。";
$lang->cmd_content_insert = "新增內容";
$lang->cmd_box_widget_insert = "新增Widget Box";
$lang->cmd_remove_all_widgets = "全部清空";
$lang->cmd_widget_size = "大小";
$lang->cmd_widget_align = "對齊";
$lang->cmd_widget_align_left = "靠左";
$lang->cmd_widget_align_right = "靠右";
$lang->cmd_widget_margin = "邊距";
$lang->cmd_widget_padding = "內距";
$lang->cmd_widget_border = "邊框";
$lang->cmd_widget_border_solid = "實線";
$lang->cmd_widget_border_dotted = "虛線";
$lang->cmd_widget_background_color = "背景顏色";
$lang->cmd_widget_background_image_url = "背景圖片";
$lang->cmd_widget_background_image_repeat = "重複";
$lang->cmd_widget_background_image_no_repeat = "不重複";
$lang->cmd_widget_background_image_x_repeat = "水平重複";
$lang->cmd_widget_background_image_y_repeat = "垂直重複";
$lang->cmd_widget_background_image_x = "水平位置";
$lang->cmd_widget_background_image_y = "垂直位置";
?>