New: Format of dates depends on language
This commit is contained in:
parent
ffa41c9819
commit
8bb947486a
@ -2,6 +2,14 @@
|
|||||||
CHARSET = UTF-8
|
CHARSET = UTF-8
|
||||||
SeparatorDecimal = ,
|
SeparatorDecimal = ,
|
||||||
SeparatorThousand =
|
SeparatorThousand =
|
||||||
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d/%m/%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
DatabaseConnection = Connexió a la base de dades
|
DatabaseConnection = Connexió a la base de dades
|
||||||
Error = Error
|
Error = Error
|
||||||
ErrorFieldRequired = El camp '%s' és obligatori
|
ErrorFieldRequired = El camp '%s' és obligatori
|
||||||
|
|||||||
@ -3,6 +3,14 @@
|
|||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=.
|
SeparatorDecimal=.
|
||||||
SeparatorThousand=,
|
SeparatorThousand=,
|
||||||
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d/%m/%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
UnitPrice=Unit price
|
UnitPrice=Unit price
|
||||||
UnitPriceHT=Unit price (excl GST)
|
UnitPriceHT=Unit price (excl GST)
|
||||||
UnitPriceTTC=Unit price
|
UnitPriceTTC=Unit price
|
||||||
|
|||||||
12
htdocs/langs/en_GB/main.lang
Normal file
12
htdocs/langs/en_GB/main.lang
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Dolibarr language file - en_GB - main
|
||||||
|
CHARSET=UTF-8
|
||||||
|
SeparatorDecimal=.
|
||||||
|
SeparatorThousand=,
|
||||||
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d/%m/%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
@ -2,6 +2,14 @@
|
|||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=.
|
SeparatorDecimal=.
|
||||||
SeparatorThousand=,
|
SeparatorThousand=,
|
||||||
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%I:%M %p
|
||||||
|
FormatDateTextShort=%b %d, %Y
|
||||||
|
FormatDateText=%B %d, %Y
|
||||||
|
FormatDateHourShort=%d/%m/%Y %I:%M %p
|
||||||
|
FormatDateHourTextShort=%b %d, %Y, %I:%M %p
|
||||||
|
FormatDateHourText=%B %d, %Y, %I:%M %p
|
||||||
DatabaseConnection=Database connection
|
DatabaseConnection=Database connection
|
||||||
Error=Error
|
Error=Error
|
||||||
ErrorFieldRequired=Field '%s' is required
|
ErrorFieldRequired=Field '%s' is required
|
||||||
|
|||||||
@ -2,6 +2,14 @@
|
|||||||
CHARSET = UTF-8
|
CHARSET = UTF-8
|
||||||
SeparatorDecimal = ,
|
SeparatorDecimal = ,
|
||||||
SeparatorThousand =
|
SeparatorThousand =
|
||||||
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d/%m/%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
DatabaseConnection = Conexión a la base de datos
|
DatabaseConnection = Conexión a la base de datos
|
||||||
Error = Error
|
Error = Error
|
||||||
ErrorFieldRequired = El campo '%s' es obligatorio
|
ErrorFieldRequired = El campo '%s' es obligatorio
|
||||||
|
|||||||
@ -4,13 +4,20 @@
|
|||||||
* Generation date 2009-01-19 22:07:11
|
* Generation date 2009-01-19 22:07:11
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Date 2009-01-19 22:07:11
|
// Date 2009-01-19 22:07:11
|
||||||
// START - Lines generated via autotranslator.php tool.
|
// START - Lines generated via autotranslator.php tool.
|
||||||
// Reference language: en_US
|
// Reference language: en_US
|
||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=.
|
SeparatorDecimal=,
|
||||||
SeparatorThousand=
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H.%M
|
||||||
|
FormatDateTextShort=%d. %b %Y
|
||||||
|
FormatDateText=%d. %B %Y
|
||||||
|
FormatDateHourShort=%d.%m.%Y %H.%M
|
||||||
|
FormatDateHourTextShort=%d. %b %Y %H.%M
|
||||||
|
FormatDateHourText=%d. %B %Y %H.%M
|
||||||
DatabaseConnection=Tietokannan yhteydessä
|
DatabaseConnection=Tietokannan yhteydessä
|
||||||
Error=Virhe
|
Error=Virhe
|
||||||
ErrorFieldRequired=Kenttä '% s' on
|
ErrorFieldRequired=Kenttä '% s' on
|
||||||
|
|||||||
@ -2,3 +2,11 @@
|
|||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=,
|
SeparatorDecimal=,
|
||||||
SeparatorThousand=
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d/%m/%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
|
|||||||
12
htdocs/langs/fr_CA/main.lang
Normal file
12
htdocs/langs/fr_CA/main.lang
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Dolibarr language file - fr_CA - main
|
||||||
|
CHARSET=UTF-8
|
||||||
|
SeparatorDecimal=,
|
||||||
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d.%m.%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
12
htdocs/langs/fr_CH/main.lang
Normal file
12
htdocs/langs/fr_CH/main.lang
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Dolibarr language file - fr_CH - main
|
||||||
|
CHARSET=UTF-8
|
||||||
|
SeparatorDecimal=,
|
||||||
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d-%m-%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd-MM-yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d-%m-%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
@ -3,7 +3,7 @@ CHARSET=UTF-8
|
|||||||
SeparatorDecimal=,
|
SeparatorDecimal=,
|
||||||
SeparatorThousand=
|
SeparatorThousand=
|
||||||
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
FormatHourShort=%H:%M
|
FormatHourShort=%H:%M
|
||||||
FormatDateTextShort=%d %b %Y
|
FormatDateTextShort=%d %b %Y
|
||||||
FormatDateText=%d %B %Y
|
FormatDateText=%d %B %Y
|
||||||
|
|||||||
@ -2,6 +2,14 @@
|
|||||||
CHARSET =ISO-8859-1
|
CHARSET =ISO-8859-1
|
||||||
SeparatorDecimal =,
|
SeparatorDecimal =,
|
||||||
SeparatorThousand =
|
SeparatorThousand =
|
||||||
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H.%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d/%m/%Y %H.%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H.%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
DatabaseConnection =Connessione al database
|
DatabaseConnection =Connessione al database
|
||||||
Error =Errore
|
Error =Errore
|
||||||
ErrorFieldRequired =Il campo '%s' <20> necessaria
|
ErrorFieldRequired =Il campo '%s' <20> necessaria
|
||||||
|
|||||||
@ -1,8 +1,16 @@
|
|||||||
# Dolibarr language file - no_NB - main
|
# Dolibarr language file - no_NB - main
|
||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
|
SeparatorDecimal=,
|
||||||
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H.%M
|
||||||
|
FormatDateTextShort=%d. %b %Y
|
||||||
|
FormatDateText=%d. %B %Y
|
||||||
|
FormatDateHourShort=%d.%m.%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d. %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d. %B %Y %H:%M
|
||||||
DatabaseConnection=Databasetilkobling
|
DatabaseConnection=Databasetilkobling
|
||||||
SeparatorDecimal=.
|
|
||||||
SeparatorThousand=,
|
|
||||||
Error=Feil
|
Error=Feil
|
||||||
ErrorFieldRequired=Feltet '%s' er påkrevet
|
ErrorFieldRequired=Feltet '%s' er påkrevet
|
||||||
ErrorFieldFormat=Feltet '%s' har ugyldig verdi
|
ErrorFieldFormat=Feltet '%s' har ugyldig verdi
|
||||||
|
|||||||
@ -2,6 +2,14 @@
|
|||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=,
|
SeparatorDecimal=,
|
||||||
SeparatorThousand=
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d/%m/%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
Error=Fout
|
Error=Fout
|
||||||
ErrorForbidden=Toegang verboden
|
ErrorForbidden=Toegang verboden
|
||||||
ErrorFileDoesNotExists=Bestand %s bestaat niet
|
ErrorFileDoesNotExists=Bestand %s bestaat niet
|
||||||
|
|||||||
@ -6,13 +6,20 @@
|
|||||||
* Generation date 2009-01-19 00:04:30
|
* Generation date 2009-01-19 00:04:30
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Date 2009-01-19 00:04:30
|
// Date 2009-01-19 00:04:30
|
||||||
// START - Lines generated via autotranslator.php tool.
|
// START - Lines generated via autotranslator.php tool.
|
||||||
// Reference language: en_US
|
// Reference language: en_US
|
||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=,
|
SeparatorDecimal=,
|
||||||
SeparatorThousand=
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d-%m-%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd-MM-yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d-%m-%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
DatabaseConnection=Database connectie
|
DatabaseConnection=Database connectie
|
||||||
Error=Fout
|
Error=Fout
|
||||||
ErrorFieldRequired=Veld '% s' is vereist
|
ErrorFieldRequired=Veld '% s' is vereist
|
||||||
|
|||||||
@ -6,13 +6,20 @@
|
|||||||
* Generation date 2009-01-19 00:44:06
|
* Generation date 2009-01-19 00:44:06
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Date 2009-01-19 00:44:06
|
// Date 2009-01-19 00:44:06
|
||||||
// START - Lines generated via autotranslator.php tool.
|
// START - Lines generated via autotranslator.php tool.
|
||||||
// Reference language: en_US
|
// Reference language: en_US
|
||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=,
|
SeparatorDecimal=,
|
||||||
SeparatorThousand=
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d-%m-%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd-MM-yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d-%m-%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
DatabaseConnection=Połączenia z bazą danych
|
DatabaseConnection=Połączenia z bazą danych
|
||||||
Error=Błąd
|
Error=Błąd
|
||||||
ErrorFieldRequired=Pole '% s' jest wymagane
|
ErrorFieldRequired=Pole '% s' jest wymagane
|
||||||
|
|||||||
@ -2,6 +2,14 @@
|
|||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=,
|
SeparatorDecimal=,
|
||||||
SeparatorThousand=
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d/%m/%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd/MM/yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d/%m/%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
DatabaseConnection=Ligação à Base de Dados
|
DatabaseConnection=Ligação à Base de Dados
|
||||||
Error=Erro
|
Error=Erro
|
||||||
ErrorFieldRequired=O campo '%s' é obrigatório
|
ErrorFieldRequired=O campo '%s' é obrigatório
|
||||||
|
|||||||
@ -4,13 +4,20 @@
|
|||||||
* Generation date 2009-01-19 21:32:52
|
* Generation date 2009-01-19 21:32:52
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Date 2009-01-19 21:32:52
|
// Date 2009-01-19 21:32:52
|
||||||
// START - Lines generated via autotranslator.php tool.
|
// START - Lines generated via autotranslator.php tool.
|
||||||
// Reference language: en_US
|
// Reference language: en_US
|
||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=,
|
SeparatorDecimal=,
|
||||||
SeparatorThousand=
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d.%m.%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
DatabaseConnection=Baza de date de conectare
|
DatabaseConnection=Baza de date de conectare
|
||||||
Error=Eroare
|
Error=Eroare
|
||||||
ErrorFieldRequired=Câmp "% s" este necesar
|
ErrorFieldRequired=Câmp "% s" este necesar
|
||||||
|
|||||||
@ -4,13 +4,20 @@
|
|||||||
* Generation date 2009-01-19 21:30:52
|
* Generation date 2009-01-19 21:30:52
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Date 2009-01-19 21:30:52
|
// Date 2009-01-19 21:30:52
|
||||||
// START - Lines generated via autotranslator.php tool.
|
// START - Lines generated via autotranslator.php tool.
|
||||||
// Reference language: en_US
|
// Reference language: en_US
|
||||||
CHARSET=UTF-8
|
CHARSET=UTF-8
|
||||||
SeparatorDecimal=,
|
SeparatorDecimal=,
|
||||||
SeparatorThousand=
|
SeparatorThousand=
|
||||||
|
FormatDateShort=%d.%m.%Y # Format of day with PHP/C tags (strftime functions)
|
||||||
|
FormatDateShort_java=dd.MM.yyyy # Format of day with Java tags
|
||||||
|
FormatHourShort=%H:%M
|
||||||
|
FormatDateTextShort=%d %b %Y
|
||||||
|
FormatDateText=%d %B %Y
|
||||||
|
FormatDateHourShort=%d.%m.%Y %H:%M
|
||||||
|
FormatDateHourTextShort=%d %b %Y %H:%M
|
||||||
|
FormatDateHourText=%d %B %Y %H:%M
|
||||||
DatabaseConnection=Подключение к базе данных
|
DatabaseConnection=Подключение к базе данных
|
||||||
Error=Ошибка
|
Error=Ошибка
|
||||||
ErrorFieldRequired=Поле '% S' требуется
|
ErrorFieldRequired=Поле '% S' требуется
|
||||||
|
|||||||
@ -290,14 +290,15 @@ class Translate {
|
|||||||
// Format for date
|
// Format for date
|
||||||
if ($domain == 'main')
|
if ($domain == 'main')
|
||||||
{
|
{
|
||||||
$this->format_date_short=empty($this->tab_translate['FormatDateShort'])?"%d/%m/%Y":$this->tab_translate['FormatDateShort']; # Format of day with PHP/C tags (strftime functions)
|
$conf->format_date_short=empty($this->tab_translate['FormatDateShort'])?"%d/%m/%Y":$this->tab_translate['FormatDateShort']; # Format of day with PHP/C tags (strftime functions)
|
||||||
$this->format_date_short_java=empty($this->tab_translate['FormatDateShort'])?"dd/MM/yyyy":$this->tab_translate['FormatDateShort']; # Format of day with Java tags
|
$conf->format_date_short_java=empty($this->tab_translate['FormatDateShort'])?"dd/MM/yyyy":$this->tab_translate['FormatDateShort']; # Format of day with Java tags
|
||||||
$this->format_hour_short=empty($this->tab_translate['FormatHourShort'])?"%H:%M":$this->tab_translate['FormatHourShort'];
|
$conf->format_hour_short=empty($this->tab_translate['FormatHourShort'])?"%H:%M":$this->tab_translate['FormatHourShort'];
|
||||||
$this->format_date_text_short=empty($this->tab_translate['FormatDateTextShort'])?"%d %b %Y":$this->tab_translate['FormatDateTextShort'];
|
$conf->format_date_text_short=empty($this->tab_translate['FormatDateTextShort'])?"%d %b %Y":$this->tab_translate['FormatDateTextShort'];
|
||||||
$this->format_date_text=empty($this->tab_translate['FormatDateText'])?"%d %B %Y":$this->tab_translate['FormatDateText'];
|
$conf->format_date_text=empty($this->tab_translate['FormatDateText'])?"%d %B %Y":$this->tab_translate['FormatDateText'];
|
||||||
$this->format_date_hour_short=empty($this->tab_translate['FormatDateHourShort'])?"%d/%m/%Y %H:%M":$this->tab_translate['FormatDateHourShort'];
|
$conf->format_date_hour_short=empty($this->tab_translate['FormatDateHourShort'])?"%d/%m/%Y %H:%M":$this->tab_translate['FormatDateHourShort'];
|
||||||
$this->format_date_hour_text_short=empty($this->tab_translate['FormatDateHourTextShort'])?"%d %b %Y %H:%M":$this->tab_translate['FormatDateHourTextShort'];
|
$conf->format_date_hour_text_short=empty($this->tab_translate['FormatDateHourTextShort'])?"%d %b %Y %H:%M":$this->tab_translate['FormatDateHourTextShort'];
|
||||||
$this->format_date_hour_text=empty($this->tab_translate['FormatDateHourText'])?"%d %B %Y %H:%M":$this->tab_translate['FormatDateHourText'];
|
$conf->format_date_hour_text=empty($this->tab_translate['FormatDateHourText'])?"%d %B %Y %H:%M":$this->tab_translate['FormatDateHourText'];
|
||||||
|
//print $domain." => ".$this->defaultlang." ".$conf->format_date_hour_short." ".$this->tab_translate['FormatDateHourShort'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($this->tab_loaded[$domain])) $this->tab_loaded[$domain]=2; // Marque ce fichier comme non trouve
|
if (empty($this->tab_loaded[$domain])) $this->tab_loaded[$domain]=2; // Marque ce fichier comme non trouve
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user