|
1 | 1 | <?php
|
2 |
| - |
3 |
| -return [ |
4 |
| - 'Back to modules' => 'モジュールへ戻る', |
5 |
| - 'The number of most active users that will be shown.' => '表示される最もアクティブなユーザーの数。', |
6 |
| - '<strong>New Members</strong> Module Configuration' => '', |
7 |
| - 'For guests' => '', |
8 |
| - 'For logged in members' => '', |
9 |
| - 'From which registration date should new users displayed as new?' => '', |
10 |
| - 'New Members' => '', |
11 |
| - 'Show on dashboard' => '', |
12 |
| - 'The panel title for the dashboard widget.' => '', |
13 |
| - 'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => '', |
14 |
| -]; |
| 2 | +return array ( |
| 3 | + '<strong>New Members</strong> Module Configuration' => '<strong>新メンバー</strong> モジュール構成', |
| 4 | + 'Back to modules' => 'モジュールへ戻る', |
| 5 | + 'For guests' => 'ゲスト用', |
| 6 | + 'For logged in members' => 'ログイン会員の方へ', |
| 7 | + 'From which registration date should new users displayed as new?' => '新規ユーザーが新規として表示されるのは、いつからの登録日ですか?', |
| 8 | + 'New Members' => '新メンバー', |
| 9 | + 'Show on dashboard' => 'ダッシュボードに表示', |
| 10 | + 'The number of most active users that will be shown.' => '表示される最もアクティブなユーザーの数。', |
| 11 | + 'The panel title for the dashboard widget.' => 'ダッシュボード ウィジェットのパネルタイトル。', |
| 12 | + 'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'この値は、既存のユーザーからのインポート後に必要になる場合があります。ユーザーベースが自然に成長する場合は、空にします。', |
| 13 | +); |
0 commit comments