Skip to content

Commit

Permalink
Merge pull request #11 from lorello/master
Browse files Browse the repository at this point in the history
Created italian localization
  • Loading branch information
kepi committed Nov 16, 2013
2 parents bc08005 + 300f0aa commit b60ae2c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions localization/it_IT.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

/*
+-----------------------------------------------------------------------+
| |
| Language file of the RoundCube show gravatar plugin |
| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
| Author: Lorenzo Salvadorini aka LoreLLo <lorello@openweb.it> |
+-----------------------------------------------------------------------+
*/

$labels = array();
$labels['gravatars'] = 'Gravatars';
$labels['gravatar_enable_message'] = 'Mostra nel dettaglio del messaggio';
$labels['gravatar_enable_preview'] = 'Mostra sull\'anterprima del messaggio';
$labels['gravatar_size'] = 'Dimensione dell\'Avatar';
$labels['gravatar_rating'] = 'Valutazione Avatar';
$labels['gravatar_default'] = 'Avatar predefinito in caso non sia impostato';
$labels['gravatar_border'] = 'Bordo attorno all\'Avatar';
$labels['gravatar_none'] = 'Nessuno';
$labels['gravatar_G'] = 'G';
$labels['gravatar_PG'] = 'PG';
$labels['gravatar_R'] = 'R';
$labels['gravatar_X'] = 'X';

?>

0 comments on commit b60ae2c

Please sign in to comment.