mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Support of date and time custom formats... for custom fields !!
SVN:trunk[4023]
This commit is contained in:
@@ -836,6 +836,20 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Core:BulkExportLegacyExport' => 'Click here to access the legacy export.~~',
|
||||
'Core:BulkExport:XLSXOptions' => 'Excel Options~~',
|
||||
'Core:BulkExport:TextFormat' => 'Text fields containing some HTML markup~~',
|
||||
'Core:DateTime:Placeholder_d' => 'GG', // Day of the month: 2 digits (with leading zero)
|
||||
'Core:DateTime:Placeholder_j' => 'G', // Day of the month: 1 or 2 digits (without leading zero)
|
||||
'Core:DateTime:Placeholder_m' => 'MM', // Month on 2 digits i.e. 01-12
|
||||
'Core:DateTime:Placeholder_n' => 'M', // Month on 1 or 2 digits 1-12
|
||||
'Core:DateTime:Placeholder_Y' => 'AAAA', // Year on 4 digits
|
||||
'Core:DateTime:Placeholder_y' => 'AA', // Year on 2 digits
|
||||
'Core:DateTime:Placeholder_H' => 'hh', // Hour 00..23
|
||||
'Core:DateTime:Placeholder_h' => 'h', // Hour 01..12
|
||||
'Core:DateTime:Placeholder_G' => 'hh', // Hour 0..23
|
||||
'Core:DateTime:Placeholder_g' => 'h', // Hour 1..12
|
||||
'Core:DateTime:Placeholder_a' => 'am/pm', // am/pm (lowercase)
|
||||
'Core:DateTime:Placeholder_A' => 'AM/PM', // AM/PM (uppercase)
|
||||
'Core:DateTime:Placeholder_i' => 'mm', // minutes, 2 digits: 00..59
|
||||
'Core:DateTime:Placeholder_s' => 'ss', // seconds, 2 digits 00..59
|
||||
));
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user