mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
AM/PM에 대한 국가별 처리할 수 있는 코드 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4584 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2496d51f54
commit
96eacfd921
10 changed files with 68 additions and 2 deletions
|
|
@ -181,6 +181,13 @@
|
|||
'Sunday' => 'Sunday',
|
||||
);
|
||||
|
||||
$lang->unit_meridiem = array(
|
||||
'am' => 'am',
|
||||
'pm' => 'pm',
|
||||
'AM' => 'AM',
|
||||
'PM' => 'PM',
|
||||
);
|
||||
|
||||
// Descriptions et information
|
||||
$lang->about_tag = 'Vous pouvez enrégistrer plusieurs balises en utilisant ,(virgule) entre chaque balise';
|
||||
$lang->about_layout = 'Le Mise en Page décore l\'apparence des modules. Vous pouvez les configurer avec le menu de Mise en Page en haut';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue