Ignore:
Timestamp:
Mar 28, 2010, 9:46:21 PM (14 years ago)
Author:
nikrou
Message:

html select tag for applicable categories
show selected thumbnail
prepare localization for gettext

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/language/it_IT/plugin.lang.php

    r4339 r5432  
    11<?php
    2 /** admin **/
    3 $lang['ak_title'] = "ak Book Style";
    4 $lang['ak_intro'] = "Questo plugin permette di gestire una presentazione alternativa della vostra galleria con le miniature sulla stessa pagina di una foto media.";
    5 $lang['ak_info'] = "";
     2// +-----------------------------------------------------------------------+
     3// | akBookStyle  - a plugin for Piwigo                                    |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  |
     6// | Copyright(C) 2009      vdigital                                       |
     7// +-----------------------------------------------------------------------+
     8// | This program is free software; you can redistribute it and/or modify  |
     9// | it under the terms of the GNU General Public License as published by  |
     10// | the Free Software Foundation                                          |
     11// |                                                                       |
     12// | This program is distributed in the hope that it will be useful, but   |
     13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     15// | General Public License for more details.                              |
     16// |                                                                       |
     17// | You should have received a copy of the GNU General Public License     |
     18// | along with this program; if not, write to the Free Software           |
     19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     20// | USA.                                                                  |
     21// +-----------------------------------------------------------------------+
    622
    7 $lang['ak_general_config'] = "Configurazione generale";
    8 $lang['ak_categories'] = "Maschera di selezione sul nome delle categorie (&lt;!--Book--&gt; di default)";
    9 $lang['ak_categories_changed'] = "La maschera di selezione è stata aggiornato.";
    10 $lang['ak_by_page'] = "Numero di miniature per pagina";
    11 $lang['ak_by_page_changed'] = "Il numero di miniature per pagina è stato aggiornato.";
    12 
    13 $lang['ak_by_line'] = "Numero di colonne";
    14 $lang['ak_by_line_changed'] = "Il numero di colonne è stato aggiornato";
    15 $lang['ak_thumbnail_size'] = "Dimenzioni delle miniature";
    16 $lang['ak_by_line_changed'] = "Le dimenzioni delle miniature sono state aggiornate";
    17 
    18 $lang['ak_event_click'] = "clic";
    19 $lang['ak_event_mouseover'] = "sorvolo";
    20 $lang['ak_mouse_event'] = "Eventi che attivano la visualizzazione di un'immagine.";
    21 $lang['ak_mouse_event_changed'] = "Il modo di visualizzazione dell'immagine è stata modificata.";
    22 
    23 $lang['ak_thumbnails_loc'] = "Posizione delle miniature";
    24 $lang['ak_thumbnails_loc_changed'] = "Posizione delle miniature modificate.";
    25 $lang['top'] = "sopra";
    26 $lang['left'] = "a sinistra";
    27 $lang['bottom'] = "sotto";
    28 $lang['right'] = "a destra";
    29 $lang['ak_by_column'] = '(o numero di righe se sopra o sotto)';
    30 
     23$lang['That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.'] = "Questo plugin permette di gestire una presentazione alternativa della vostra galleria con le miniature sulla stessa pagina di una foto media.";
     24$lang['Main configuration'] = "Configurazione generale";
     25$lang['Number of thumbnails per page'] = "Numero di miniature per pagina";
     26$lang['Thumbnails per page has been updated'] = "Il numero di miniature per pagina è stato aggiornato.";
     27$lang['Number of column'] = "Numero di colonne";
     28$lang['Thumbnail size has been updated'] = "Le dimenzioni delle miniature sono state aggiornate";
     29$lang['Thumbnail size'] = "Dimenzioni delle miniature";
     30$lang['click'] = "clic";
     31$lang['mouseover'] = "sorvolo";
     32$lang['Event to show medium picture.'] = "Eventi che attivano la visualizzazione di un'immagine.";
     33$lang['Event to show medium picture has been updated.'] = "Il modo di visualizzazione dell'immagine è stata modificata.";
     34$lang['Thumbnails location'] = "Posizione delle miniature";
     35$lang['Thumbnails location has been changed'] = "Posizione delle miniature modificate.";
     36$lang['Top'] = "sopra";
     37$lang['Left'] = "a sinistra";
     38$lang['Bottom'] = "sotto";
     39$lang['Right'] = "a destra";
     40$lang['or number of lines for Top/Bottom'] = "o numero di righe se sopra o sotto";
    3141?>
Note: See TracChangeset for help on using the changeset viewer.