Changeset 3774


Ignore:
Timestamp:
Aug 21, 2009, 11:24:19 PM (15 years ago)
Author:
riopwg
Message:

Update lang IT

File:
1 edited

Legend:

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

    r3730 r3774  
    111111//------------------------------------------------------------------------------
    112112
    113 /* TODO */$lang['module_name_MostVisited'] = 'Most visited';
    114 /* TODO */$lang['module_desc_MostVisited'] = 'Display x most visited pictures in the gallery or a category';
     113$lang['module_name_MostVisited'] = 'Le più visti';
     114$lang['module_desc_MostVisited'] = 'Visualizza le x immagini le più viste della galleria o della categoria';
    115115
    116 /* TODO */$lang['stuffs_mv_nb_images'] = 'Maximum number of pictures to display';
    117 /* TODO */$lang['stuffs_mv_category_display'] = 'Display on categories pages';
    118 /* TODO */$lang['stuffs_mv_all_cats'] = 'All categories';
    119 /* TODO */$lang['stuffs_mv_w_thumb'] = 'Only categories with thumbnails';
    120 /* TODO */$lang['stuffs_mv_wo_thumb'] = 'Only categories without thumbnails';
    121 /* TODO */$lang['stuffs_mv_selected_cats'] = 'Only selected categories';
     116$lang['stuffs_mv_nb_images'] = 'Numero massimo d\'immagini da visualizzare';
     117$lang['stuffs_mv_category_display'] = 'Visualizzazione sulle pagine delle categorie';
     118$lang['stuffs_mv_all_cats'] = 'Tutte le categorie';
     119$lang['stuffs_mv_w_thumb'] = 'Solo categorie con miniature';
     120$lang['stuffs_mv_wo_thumb'] = 'Solo categorie senza miniature';
     121$lang['stuffs_mv_selected_cats'] = 'Solo categorie selezionate';
    122122
    123 /* TODO */$lang['stuffs_mv_cat_selection'] = 'Categories selection';
    124 /* TODO */$lang['stuffs_mv_hold_ctrl'] = 'hold CTRL';
     123$lang['stuffs_mv_cat_selection'] = 'Selezione delle categorie';
     124$lang['stuffs_mv_hold_ctrl'] = 'tenere CTRL prenuto';
    125125
    126126//------------------------------------------------------------------------------
     
    128128//------------------------------------------------------------------------------
    129129
    130 /* TODO */$lang['module_name_BestRated'] = 'Best rated';
    131 /* TODO */$lang['module_desc_BestRated'] = 'Display x best rated pictures in the gallery or a category';
     130$lang['module_name_BestRated'] = 'Le più votate';
     131$lang['module_desc_BestRated'] = 'Visualizza le x immagini le più votate della galleria o della categoria';
    132132
    133133//------------------------------------------------------------------------------
     
    135135//------------------------------------------------------------------------------
    136136
    137 /* TODO */$lang['module_name_Recent'] = 'Recent pictures';
    138 /* TODO */$lang['module_desc_Recent'] = 'Display x recent pictures in the gallery or a category (if exist)';
     137$lang['module_name_Recent'] = 'Immagini recenti';
     138$lang['module_desc_Recent'] = 'Visualizza le  x immagini le più recenti della galleria o della categoria (se esistono)';
    139139
    140140//------------------------------------------------------------------------------
     
    142142//------------------------------------------------------------------------------
    143143
    144 /* TODO */$lang['module_name_Random'] = 'Random pictures';
    145 /* TODO */$lang['module_desc_Random'] = 'Display x random pictures in the gallery or a category';
     144$lang['module_name_Random'] = 'Immagini a  caso';
     145$lang['module_desc_Random'] = 'Visualizza x immagini a caso della galleria o della categoria';
    146146
    147147//------------------------------------------------------------------------------
     
    149149//------------------------------------------------------------------------------
    150150
    151 /* TODO */$lang['module_name_Citation'] = 'Random quote';
    152 /* TODO */$lang['module_desc_Citation'] = 'Display a random quote';
    153 /* TODO */$lang['module_Citation_lang'] = 'Language';
    154 /* TODO */$lang['module_Citation_code'] = 'Related code';
     151$lang['module_name_Citation'] = 'Citazione a caso del momento';
     152$lang['module_desc_Citation'] = 'Vizualizza una citazione a caso';
     153$lang['module_Citation_lang'] = 'Lingua';
     154$lang['module_Citation_code'] = 'Codice associato';
    155155
    156156?>
Note: See TracChangeset for help on using the changeset viewer.