source: extensions/GrumPluginClasses/language/ja_JP/plugin.lang.php @ 31479

Last change on this file since 31479 was 31479, checked in by TranslationTeam, 8 years ago

Update ja_JP, thanks to ryoon

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
RevLine 
[6848]1<?php
2
3$lang['Module'] = 'モジュール';
4$lang['Version'] = 'バージョン';
5$lang['List of shared modules'] = '共有モジュールのリスト';
6$lang['List of installed plugins using Grum Plugin Classes'] = 'Grum Plugin Classesを利用し、インストールされているプラグインのリスト';
7$lang['Plugin'] = 'プラグイン';
[16096]8$lang['GPC required'] = 'GPCが必要';
[6848]9$lang['Installed'] = 'インストールされていた';
10$lang['Infos'] = '情報';
11$lang['Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent'] = 'いくつかのプラグインはGrum Plugin Classesに付属している:アンインストールする前に、まず、プラグインの付属をアンインストールする必要がある。';
[15699]12$lang['Private'] = 'プライベート';
13$lang['Public'] = 'パブリック';
[16096]14$lang['All the gallery'] = '全てのギャラリー';
[31479]15$lang['export_Compression'] = '圧縮';
16$lang['export_Format'] = '形式';
17$lang['export_Name'] = 'ファイル名';
18$lang['export_dialogTitle'] = 'データのエクスポート';
19$lang['filter_and'] = 'と';
20$lang['filter_between'] = '間';
21$lang['filter_equal'] = '等しい';
22$lang['filter_ge'] = '以上';
23$lang['filter_gt'] = 'より大きい';
24$lang['filter_invalid'] = 'フィルターが適切ではありません';
25$lang['filter_le'] = '以下';
26$lang['filter_like'] = '近い';
27$lang['filter_lt'] = 'より小さい';
28$lang['filter_maxValue'] = '最大値';
29$lang['filter_minValue'] = '最小値';
30$lang['filter_notEqual'] = '違う';
31$lang['filter_notLike'] = '近くない';
32$lang['filter_notbetween'] = '以外';
33$lang['filter_operator'] = 'オペレーター';
34$lang['filter_value'] = '値';
Note: See TracBrowser for help on using the repository browser.