source: extensions/lightbox/language/ja_JP/plugin.lang.php @ 31932

Last change on this file since 31932 was 31932, checked in by TranslationTeam, 6 years ago

Add ja_JP, thanks to Trumpet

  • Property svn:executable set to *
File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2017 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['lb_transition_elastic'] = '弾性';
24$lang['lb_transition_fade'] = 'フェード';
25$lang['lb_transition_none'] = 'なし';
26$lang['lb_transition_speed'] = '遷移速度';
27$lang['lb_yes'] = 'はい';
28$lang['lb_all_category'] = 'カテゴリ内のすべての画像を使う';
29$lang['lb_configuration_saved'] = '設定が保存されました';
30$lang['lb_default_parameters'] = '既定の設定';
31$lang['lb_default_parameters_saved'] = '既定の設定が保存されました';
32$lang['lb_dimensions'] = '寸法';
33$lang['lb_display'] = '表示する';
34$lang['lb_display_arrows'] = '案内の矢印を表示する';
35$lang['lb_display_name'] = '画像の題名を表示する';
36$lang['lb_fixed_height'] = '固定高さ';
37$lang['lb_fixed_width'] = '固定幅';
38$lang['lb_high'] = '高解像画像';
39$lang['lb_initial_height'] = '初期高さ';
40$lang['lb_initial_width'] = '初期幅';
41$lang['lb_name_link'] = '題目リンク';
42$lang['lb_no'] = 'いいえ';
43$lang['lb_none'] = 'なし';
44$lang['lb_picture'] = '画像ページ';
45$lang['lb_theme'] = 'テーマ';
46$lang['lb_theme_transition'] = 'テーマと遷移';
47$lang['lb_transition'] = '遷移';
Note: See TracBrowser for help on using the repository browser.