apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: I18N_Common_de

Source Location: /I18N-1.0.0/Common/de.php

Class Overview




Variables


Child classes:

Inherited Variables

Inherited Methods


Class Details

[line 20]


[ Top ]


Class Variables

$currencyFormats = array(
// FIXXME how do we handle the euro sign here, unicode is different than the HTML representation!!!
// this is the unicode for it ...
//                                    I18N_CURRENCY_LOCAL         =>  array( "% \u20A0" ,    '2',',','.' ),
                                    I18N_CURRENCY_LOCAL         =>  array( '% €' ,    '2',',','.' ),I18N_CURRENCY_INTERNATIONAL=>array('% Eur','2',',','.'),)

[line 72]

  • Var: the first is the currency symbol, second is the international currency symbol

Type:   array


[ Top ]

$dateFormats = array(
                            I18N_DATETIME_SHORT     =>  'd.m.y',
                            I18N_DATETIME_DEFAULT   =>  'd.m.Y',
                            I18N_DATETIME_MEDIUM    =>  'd. M Y',// ???? what shall medium look like????
                            I18N_DATETIME_LONG      =>  'd. F Y',
                            I18N_DATETIME_FULL      =>  'l, d. F Y'
                        )

[line 44]


Type:   mixed


[ Top ]

$days = array( 'Sonntag' , 'Montag' , 'Dienstag' , 'Mittwoch' , 'Donnerstag' , 'Freitag' , 'Samstag' )

[line 23]


Type:   mixed


[ Top ]

$daysAbbreviated = array( 'So','Mo','Di','Mi','Do','Fr','Sa')

[line 25]


Type:   mixed


[ Top ]

$months =

[line 29]


Type:   mixed


[ Top ]

$monthsAbbreviated =

[line 27]


Type:   mixed


[ Top ]

$numberFormat = array(
                                I18N_NUMBER_FLOAT   =>  array('3',',','.'),I18N_NUMBER_INTEGER=>array('0',',','.'),)

[line 63]

the NUMBER stuff
  • Var: the same parameters as they have to be passed to the number_format-funciton

Type:   array


[ Top ]

$timeFormats = array(
                            I18N_DATETIME_SHORT     =>  'H:i',
                            I18N_DATETIME_DEFAULT   =>  'H:i:s',
                            I18N_DATETIME_MEDIUM    =>  'H:i:s', // ???? what shall medium look like????
                            I18N_DATETIME_LONG      =>  'H:i:s T O',
                            I18N_DATETIME_FULL      =>  'H:i \U\h\r T O'
                        )

[line 51]


Type:   mixed


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:36:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.