mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
n분전, n시간전을 구하는 함수 추가 (getTimeGap(YmdHis형식, 24시간 이내일 경우 일자 형식 포맷 지정)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4605 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fea9548c64
commit
007765348e
10 changed files with 99 additions and 21 deletions
|
|
@ -172,13 +172,13 @@
|
|||
$lang->unit_year = 'année';;
|
||||
|
||||
$lang->unit_week = array(
|
||||
'Monday' => 'Monday',
|
||||
'Tuesday' => 'Tuesday',
|
||||
'Wednesday' => 'Wednesday',
|
||||
'Thursday' => 'Thursday',
|
||||
'Friday' => 'Friday',
|
||||
'Saturday' => 'Saturday',
|
||||
'Sunday' => 'Sunday',
|
||||
'Monday' => 'Lundi',
|
||||
'Tuesday' => 'Mardi',
|
||||
'Wednesday' => 'Mer.',
|
||||
'Thursday' => 'Jeu.',
|
||||
'Friday' => 'Vendredi',
|
||||
'Saturday' => 'Samedi',
|
||||
'Sunday' => 'Dimanche',
|
||||
);
|
||||
|
||||
$lang->unit_meridiem = array(
|
||||
|
|
@ -188,6 +188,13 @@
|
|||
'PM' => 'PM',
|
||||
);
|
||||
|
||||
$lang->time_gap = array(
|
||||
'min' => '%d heure',
|
||||
'mins' => 'Il ya %d minutes',
|
||||
'hour' => 'Il ya %d jour',
|
||||
'hours' => 'Il ya %d jours',
|
||||
);
|
||||
|
||||
// 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