Index: trunk/phase3/languages/messages/MessagesOc.php |
— | — | @@ -240,18 +240,18 @@ |
241 | 241 | 'pagesize' => array( '1', 'TALHAPAGINA', 'PAGESIZE' ), |
242 | 242 | ); |
243 | 243 | |
244 | | -$dateFormats = array( |
245 | | - 'mdy time' => 'H:i', |
246 | | - 'mdy date' => 'M j, Y', |
247 | | - 'mdy both' => 'M j, Y "a" H:i', |
| 244 | +$datePreferences = array( |
| 245 | + 'default', |
| 246 | + 'oc normal', |
| 247 | + 'ISO 8601', |
| 248 | +); |
248 | 249 | |
249 | | - 'dmy time' => 'H:i', |
250 | | - 'dmy date' => 'j M Y', |
251 | | - 'dmy both' => 'j M Y "a" H:i', |
| 250 | +$defaultDateFormat = 'oc normal'; |
252 | 251 | |
253 | | - 'ymd time' => 'H:i', |
254 | | - 'ymd date' => 'Y M j', |
255 | | - 'ymd both' => 'Y M j "a" H:i', |
| 252 | +$dateFormats = array( |
| 253 | + 'oc normal time' => 'H.i', |
| 254 | + 'oc normal date' => 'j F "de" Y', |
| 255 | + 'oc normal both' => 'j F "de" Y "a" H.i', |
256 | 256 | ); |
257 | 257 | |
258 | 258 | $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' ); |