Changeset 23723


Ignore:
Timestamp:
Jul 1, 2013, 10:20:39 PM (11 years ago)
Author:
gil
Message:
 
Location:
extensions/piwishack
Files:
5 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwishack/language/bg_BG/plugin.lang.php

    r22489 r23723  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based photo gallery                                    |
    4 // +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    7 // | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     3// | PiwiShack - a Piwigo Plugin                                           |
     4// | Copyright (C) 2009 MOREAU Julien - gotcha@piwigo.org                  |
    85// +-----------------------------------------------------------------------+
    96// | This program is free software; you can redistribute it and/or modify  |
     
    2118// | USA.                                                                  |
    2219// +-----------------------------------------------------------------------+
    23 $lang['Post_on_a_website'] = 'Споделяне на миниатюри в сайтове. HTML тагове.';
    24 $lang['text_intro_thumbnail'] = 'Покажи миниатюрите';
    25 $lang['text_intro_normal_view'] = 'Покажи в нормален изглед.';
     20
    2621$lang['open_window_piwishack'] = 'Отвори прозореца PiwiShack';
    27 $lang['dd_Post_on_a_website'] = 'Споделяне на нормалния изглед в сайтове. HTML тагове.';
    28 $lang['dd_Post_on_a_forum'] = 'Споделяне на нормалния изглед във форуми. BBкод тагове.';
    29 $lang['Post_on_a_forum'] = 'Споделяне на миниатюри във форуми. BBкод тагове.';
    3022$lang['close_window_piwishack'] = 'Затвори прозореца PiwiShack';
    31 $lang['Post_a_direct_link'] = 'Директен линк за вашия файл';
    3223$lang['Partage_me'] = 'Споделете вашите снимки';
     24
     25  // New since 2.5.b
     26$lang['close']                  = 'Close';
     27$lang['sheet_html']             = 'Core HTML';
     28$lang['sheet_bbcode']           = 'Core BBCode';
     29$lang['sheet_custom']           = 'Other codes';
     30$lang['custom_code']            = 'Custom code #';
     31
     32$lang['post_code_Thumbnail']          = 'Display the thumbnail (without link)';
     33$lang['post_code_ThumbnailToGallery'] = 'Display the thumbnail (clickable, link to gallery)';
     34$lang['post_code_ThumbnailToImage']   = 'Display the thumbnail (clickable, link to image)';       
     35$lang['post_code_Image']              = 'Viewing the normal view (without link)';
     36$lang['post_code_ImageToGallery']     = 'Viewing the normal view (clickable, link to gallery)';
     37$lang['post_code_NameToImage']        = 'Name of image, with link to image';
     38$lang['post_code_NameToGallery']      = 'Name of image, with link to gallery';
     39
     40// Admin: main parameters
     41$lang['admin_title']         = 'PiwiShack configuration';
     42$lang['admin_fieldset_main'] = 'Main parameters';
     43$lang['admin_save']          = 'Save';
     44
     45$lang['admin_used_by']         = 'Piwishack will be usable by';
     46$lang['admin_used_by_all']     = 'all visitors (guests included)';
     47$lang['admin_used_by_members'] = 'registered members';
     48$lang['admin_used_by_admin']   = 'administrators only';
     49
     50$lang['admin_default_sheet']        = 'The format sheet displayed by default is the';
     51$lang['admin_default_sheet_bbcode'] = 'BBCode (e.g. for forum)';
     52$lang['admin_default_sheet_html']   = 'HTLM (for web page)';
     53$lang['admin_default_sheet_custom'] = 'custom';
     54
     55$lang['admin_window_open']       = 'The HTML link will open in';
     56$lang['admin_window_open_local'] = 'the current window (standard)';
     57$lang['admin_window_open_other'] = 'another window (not recommended)';
     58
     59$lang['admin_img_name']       = 'Are image names displayed before code?';
     60$lang['admin_img_name_never'] = 'never';
     61$lang['admin_img_name_list']  = 'for lists only';
     62$lang['admin_img_name_all']   = 'always';
     63
     64// Admin: core codes configuration
     65$lang['admin_fieldset_codes']       = 'Piwishack codes selection';
     66$lang['admin_codes_thumb']          = 'Thumbnail without link';
     67$lang['admin_codes_thumb_to_page']  = 'Thumbnail with link to gallery page';
     68$lang['admin_codes_thumb_to_image'] = 'Thumbnail with link to image';       
     69$lang['admin_codes_img']            = 'Image without link';
     70$lang['admin_codes_img_to_page']    = 'Image with link to gallery';
     71$lang['admin_codes_name_to_image']  = 'Image name with link to image';
     72$lang['admin_codes_name_to_page']   = 'Image name with link to gallery';
     73$lang['admin_codes_help']           = 'Tip: Each number defines the sort order used for display. "0" could be used if you don\'t want to display a string pattern.';
     74
     75// Admin: custom codes configuration
     76$lang['admin_fieldset_custom']  = 'Additional sheet: customizable string codes';
     77$lang['admin_custom_code']      = 'Custom code #';
     78$lang['admin_custom_name']      = 'Name: ';
     79$lang['admin_custom_help']      = 'Tip: You can use the following variables in your patterns:<br />
     80 <label><span class="pattern">##i</span></label>: URL of the image -
     81 <label><span class="pattern">##t</span></label>: URL of the thumbnail -
     82 <label><span class="pattern">##g</span></label>: URL of the gallery page -
     83 <label><span class="pattern">##n</span></label>: name of the image<br />
     84 Refer to patterns used in the previous fieldset for examples.';
     85 
    3386?>
  • extensions/piwishack/language/pt_BR/plugin.lang.php

    r21364 r23723  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based photo gallery                                    |
    4 // +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    7 // | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     3// | PiwiShack - a Piwigo Plugin                                           |
     4// | Copyright (C) 2009 MOREAU Julien - gotcha@piwigo.org                  |
    85// +-----------------------------------------------------------------------+
    96// | This program is free software; you can redistribute it and/or modify  |
     
    2118// | USA.                                                                  |
    2219// +-----------------------------------------------------------------------+
     20
     21$lang['open_window_piwishack'] = 'Abrir a janela PiwiShack';
     22$lang['close_window_piwishack'] = 'Fechar a janela PiwiShack';
    2323$lang['Partage_me'] = 'Partilhe a sua imagem.';
    24 $lang['Post_a_direct_link'] = 'Link direto para o arquivo.';
    25 $lang['Post_on_a_forum'] = 'Compartilhe a miniatura (clicável) em fóruns. Etiquetas BBCode.';
    26 $lang['Post_on_a_website'] = 'Compartilhe as miniatura (clicável) no site. Etiquetas HTML.';
    27 $lang['close_window_piwishack'] = 'Fechar a janela PiwiShack';
    28 $lang['dd_Post_on_a_forum'] = 'Compartilhar a visão normal (clicável) em fóruns. Etiquetas BBCode.';
    29 $lang['dd_Post_on_a_website'] = 'Compartilhe avisão normal (clicável) no site. Tags HTML.';
    30 $lang['open_window_piwishack'] = 'Abrir a janela PiwiShack';
    31 $lang['text_intro_normal_view'] = 'Exibindo a visão normal.';
    32 $lang['text_intro_thumbnail'] = 'Exibir  miniaturas.';
     24
     25  // New since 2.5.b
     26$lang['close']                  = 'Close';
     27$lang['sheet_html']             = 'Core HTML';
     28$lang['sheet_bbcode']           = 'Core BBCode';
     29$lang['sheet_custom']           = 'Other codes';
     30$lang['custom_code']            = 'Custom code #';
     31
     32$lang['post_code_Thumbnail']          = 'Display the thumbnail (without link)';
     33$lang['post_code_ThumbnailToGallery'] = 'Display the thumbnail (clickable, link to gallery)';
     34$lang['post_code_ThumbnailToImage']   = 'Display the thumbnail (clickable, link to image)';       
     35$lang['post_code_Image']              = 'Viewing the normal view (without link)';
     36$lang['post_code_ImageToGallery']     = 'Viewing the normal view (clickable, link to gallery)';
     37$lang['post_code_NameToImage']        = 'Name of image, with link to image';
     38$lang['post_code_NameToGallery']      = 'Name of image, with link to gallery';
     39
     40// Admin: main parameters
     41$lang['admin_title']         = 'PiwiShack configuration';
     42$lang['admin_fieldset_main'] = 'Main parameters';
     43$lang['admin_save']          = 'Save';
     44
     45$lang['admin_used_by']         = 'Piwishack will be usable by';
     46$lang['admin_used_by_all']     = 'all visitors (guests included)';
     47$lang['admin_used_by_members'] = 'registered members';
     48$lang['admin_used_by_admin']   = 'administrators only';
     49
     50$lang['admin_default_sheet']        = 'The format sheet displayed by default is the';
     51$lang['admin_default_sheet_bbcode'] = 'BBCode (e.g. for forum)';
     52$lang['admin_default_sheet_html']   = 'HTLM (for web page)';
     53$lang['admin_default_sheet_custom'] = 'custom';
     54
     55$lang['admin_window_open']       = 'The HTML link will open in';
     56$lang['admin_window_open_local'] = 'the current window (standard)';
     57$lang['admin_window_open_other'] = 'another window (not recommended)';
     58
     59$lang['admin_img_name']       = 'Are image names displayed before code?';
     60$lang['admin_img_name_never'] = 'never';
     61$lang['admin_img_name_list']  = 'for lists only';
     62$lang['admin_img_name_all']   = 'always';
     63
     64// Admin: core codes configuration
     65$lang['admin_fieldset_codes']       = 'Piwishack codes selection';
     66$lang['admin_codes_thumb']          = 'Thumbnail without link';
     67$lang['admin_codes_thumb_to_page']  = 'Thumbnail with link to gallery page';
     68$lang['admin_codes_thumb_to_image'] = 'Thumbnail with link to image';       
     69$lang['admin_codes_img']            = 'Image without link';
     70$lang['admin_codes_img_to_page']    = 'Image with link to gallery';
     71$lang['admin_codes_name_to_image']  = 'Image name with link to image';
     72$lang['admin_codes_name_to_page']   = 'Image name with link to gallery';
     73$lang['admin_codes_help']           = 'Tip: Each number defines the sort order used for display. "0" could be used if you don\'t want to display a string pattern.';
     74
     75// Admin: custom codes configuration
     76$lang['admin_fieldset_custom']  = 'Additional sheet: customizable string codes';
     77$lang['admin_custom_code']      = 'Custom code #';
     78$lang['admin_custom_name']      = 'Name: ';
     79$lang['admin_custom_help']      = 'Tip: You can use the following variables in your patterns:<br />
     80 <label><span class="pattern">##i</span></label>: URL of the image -
     81 <label><span class="pattern">##t</span></label>: URL of the thumbnail -
     82 <label><span class="pattern">##g</span></label>: URL of the gallery page -
     83 <label><span class="pattern">##n</span></label>: name of the image<br />
     84 Refer to patterns used in the previous fieldset for examples.';
     85 
    3386?>
  • extensions/piwishack/language/zh_TW/plugin.lang.php

    r23038 r23723  
    2222$lang['close_window_piwishack']     = '關閉PiwiShack視窗';
    2323$lang['Partage_me']                 = '分享你的影像.';
    24 $lang['text_intro_thumbnail']         = '顯示縮圖';
    25 $lang['Post_on_a_website']             = '分享縮圖到網站(可點擊). HTML標籤.';
    26 $lang['dd_Post_on_a_website']         = '分享一般大小圖片到網站(可點擊). HTML標籤.';
    27 $lang['Post_on_a_forum']             = '分享縮圖到論壇(可點擊). BBcode 標籤.';
    28 $lang['dd_Post_on_a_forum']         = '分享一般大小圖片到論壇(可點擊). BBcode 標籤.';
    29 $lang['text_intro_normal_view']     = '一般檢視.';
    30 $lang['Post_a_direct_link']         = '鏈結到您的文件.';
     24
     25  // New since 2.5.b
     26$lang['close']                  = 'Close';
     27$lang['sheet_html']             = 'Core HTML';
     28$lang['sheet_bbcode']           = 'Core BBCode';
     29$lang['sheet_custom']           = 'Other codes';
     30$lang['custom_code']            = 'Custom code #';
     31
     32$lang['post_code_Thumbnail']          = 'Display the thumbnail (without link)';
     33$lang['post_code_ThumbnailToGallery'] = 'Display the thumbnail (clickable, link to gallery)';
     34$lang['post_code_ThumbnailToImage']   = 'Display the thumbnail (clickable, link to image)';       
     35$lang['post_code_Image']              = 'Viewing the normal view (without link)';
     36$lang['post_code_ImageToGallery']     = 'Viewing the normal view (clickable, link to gallery)';
     37$lang['post_code_NameToImage']        = 'Name of image, with link to image';
     38$lang['post_code_NameToGallery']      = 'Name of image, with link to gallery';
     39
     40// Admin: main parameters
     41$lang['admin_title']         = 'PiwiShack configuration';
     42$lang['admin_fieldset_main'] = 'Main parameters';
     43$lang['admin_save']          = 'Save';
     44
     45$lang['admin_used_by']         = 'Piwishack will be usable by';
     46$lang['admin_used_by_all']     = 'all visitors (guests included)';
     47$lang['admin_used_by_members'] = 'registered members';
     48$lang['admin_used_by_admin']   = 'administrators only';
     49
     50$lang['admin_default_sheet']        = 'The format sheet displayed by default is the';
     51$lang['admin_default_sheet_bbcode'] = 'BBCode (e.g. for forum)';
     52$lang['admin_default_sheet_html']   = 'HTLM (for web page)';
     53$lang['admin_default_sheet_custom'] = 'custom';
     54
     55$lang['admin_window_open']       = 'The HTML link will open in';
     56$lang['admin_window_open_local'] = 'the current window (standard)';
     57$lang['admin_window_open_other'] = 'another window (not recommended)';
     58
     59$lang['admin_img_name']       = 'Are image names displayed before code?';
     60$lang['admin_img_name_never'] = 'never';
     61$lang['admin_img_name_list']  = 'for lists only';
     62$lang['admin_img_name_all']   = 'always';
     63
     64// Admin: core codes configuration
     65$lang['admin_fieldset_codes']       = 'Piwishack codes selection';
     66$lang['admin_codes_thumb']          = 'Thumbnail without link';
     67$lang['admin_codes_thumb_to_page']  = 'Thumbnail with link to gallery page';
     68$lang['admin_codes_thumb_to_image'] = 'Thumbnail with link to image';       
     69$lang['admin_codes_img']            = 'Image without link';
     70$lang['admin_codes_img_to_page']    = 'Image with link to gallery';
     71$lang['admin_codes_name_to_image']  = 'Image name with link to image';
     72$lang['admin_codes_name_to_page']   = 'Image name with link to gallery';
     73$lang['admin_codes_help']           = 'Tip: Each number defines the sort order used for display. "0" could be used if you don\'t want to display a string pattern.';
     74
     75// Admin: custom codes configuration
     76$lang['admin_fieldset_custom']  = 'Additional sheet: customizable string codes';
     77$lang['admin_custom_code']      = 'Custom code #';
     78$lang['admin_custom_name']      = 'Name: ';
     79$lang['admin_custom_help']      = 'Tip: You can use the following variables in your patterns:<br />
     80 <label><span class="pattern">##i</span></label>: URL of the image -
     81 <label><span class="pattern">##t</span></label>: URL of the thumbnail -
     82 <label><span class="pattern">##g</span></label>: URL of the gallery page -
     83 <label><span class="pattern">##n</span></label>: name of the image<br />
     84 Refer to patterns used in the previous fieldset for examples.';
     85 
    3186?>
Note: See TracChangeset for help on using the changeset viewer.