2019-02-25 15:36:39 +00:00
|
|
|
<?php
|
|
|
|
|
|
2019-02-26 12:57:59 +00:00
|
|
|
return array(
|
|
|
|
|
//============================== New strings to translate ==============================//
|
|
|
|
|
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Public\\ViewOrganiser\\Partials\\EventListingPanel.blade.php
|
|
|
|
|
'information' => '情報',
|
|
|
|
|
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\Public\\ViewOrganiser\\Partials\\EventListingPanel.blade.php
|
|
|
|
|
'tickets' => 'チケット',
|
|
|
|
|
//==================================== Translations ====================================//
|
|
|
|
|
'no_events' => '表示する:panel_titleがありません。',
|
2019-02-27 13:01:50 +00:00
|
|
|
'organiser_dashboard' => '主催者ダッシュボード',
|
2019-03-03 07:50:33 +00:00
|
|
|
'past_events' => '過去のイベント',
|
2019-02-26 12:57:59 +00:00
|
|
|
'upcoming_events' => '今後のイベント',
|
2019-02-25 15:36:39 +00:00
|
|
|
);
|