Updated thanks to Pietro Danesi
This commit is contained in:
@@ -9,11 +9,11 @@ $number_thousands_separator = '.';
|
|||||||
$number_decimal_separator = ',';
|
$number_decimal_separator = ',';
|
||||||
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
||||||
|
|
||||||
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days
|
||||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
|
$month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months
|
||||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||||
// variable below
|
// variable below
|
||||||
$datefmt = '%B %d, %Y at %I:%M %p';
|
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
|
||||||
|
|
||||||
|
|
||||||
$strAccessDenied = 'Accesso negato';
|
$strAccessDenied = 'Accesso negato';
|
||||||
@@ -195,7 +195,7 @@ $strOptimizeTable = 'Ottimizza tabella';
|
|||||||
$strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.';
|
$strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.';
|
||||||
$strOptionally = 'OPZIONALE';
|
$strOptionally = 'OPZIONALE';
|
||||||
$strOr = 'O';
|
$strOr = 'O';
|
||||||
$strOverhead = 'Overhead'; // To translate
|
$strOverhead = 'Overhead'; // To translate (I must understand the context to translate this)
|
||||||
|
|
||||||
$strPartialText = 'Testi parziali';
|
$strPartialText = 'Testi parziali';
|
||||||
$strPassword = 'Password';
|
$strPassword = 'Password';
|
||||||
|
Reference in New Issue
Block a user