source: trunk/language/ja_JP/common.lang.php @ 11992

Last change on this file since 11992 was 11992, checked in by plg, 13 years ago

feature 2027 implemented: the "lost password" feature was rewritten.

The algorithm is highly inspired from WordPress :

1) in a single field, you give a username or an email
2) Piwigo sends an email with the activation key
3) the user clicks on the link in the email (with the activation key) and is able to set a new password

The "lost password" feature is no longer limited to "classic" users:
administrators and webmasters can use it too (no need to tell webmasters
that they can only change their password in the database)

File size: 21.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 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/*
24Language Name: 日本語 [JP]
25Version: 2.3.0
26Language URI: http://piwigo.org/ext/extension_view.php?eid=425
27Author: Piwigo team
28Author URI: http://piwigo.org
29*/
30
31// Langage informations
32$lang_info['language_name'] = 'Japanese';
33$lang_info['country'] = 'Japan';
34$lang_info['direction'] = 'ltr';
35$lang_info['code'] = 'ja';
36$lang_info['zero_plural'] = true;
37
38$lang['%.2f (rated %d times)'] = '%.2f (評価 %d 回)';
39$lang['%d Kb'] = '%d Kb';
40$lang['%d album updated'] = '%d 件のカテゴリが更新されました。';
41$lang['%d albums updated'] = '%d 件のカテゴリが更新されました。';
42$lang['%d comment to validate'] = '%d 件のコメントが承認されました。';
43$lang['%d comments to validate'] = '%d 件のコメントが承認されました。';
44$lang['%d new comment'] = '新しいコメント: %d';
45$lang['%d new comments'] = '新しいコメント: %d';
46$lang['%d comment'] = 'コメント: %d';
47$lang['%d comments'] = 'コメント: %d';
48$lang['%d hit'] = 'ヒット: %d';
49$lang['%d hits'] = 'ヒット: %d';
50$lang['%d new photo'] = '新しいイメージ: %d';
51$lang['%d new photos'] = '新しいイメージ: %d';
52$lang['%d new user'] = '新しいユーザ: %d';
53$lang['%d new users'] = '新しいユーザ: %d';
54$lang['About'] = 'About';
55$lang['All tags'] = 'すべてのタグ';
56$lang['Any tag'] = 'すべてのtag';
57$lang['At least one listed rule must be satisfied.'] = '少なくともリスト記載ルール1つを満たす必要があります。';
58$lang['At least one tag must match'] = '少なくとも1つのタグが合致する必要があります。';
59$lang['Author'] = '撮影者';
60$lang['Average rate'] = '平均評価';
61$lang['Albums'] = 'カテゴリ';
62$lang['Album'] = 'カテゴリ';
63$lang['Close this window'] = 'このウィンドウを閉じる';
64$lang['Complete RSS feed (photos, comments)'] = '完全なRSSフィード (イメージ、コメント)';
65$lang['Confirm Password'] = 'パスワードをもう一度';
66$lang['Connection settings'] = '接続設定';
67$lang['Login'] = 'ログイン';
68$lang['Contact webmaster'] = 'ウェブマスタに連絡する';
69$lang['Create a new account'] = '新しいアカウントを作成する';
70$lang['Created on'] = '作成日時';
71$lang['Creation date'] = '作成日';
72$lang['Current password is wrong'] = '現在のパスワードが正しくありません。';
73$lang['Dimensions'] = 'サイズ';
74$lang['Display'] = '表示';
75$lang['Each listed rule must be satisfied.'] = 'それぞれのリスト記載ルールを満たす必要があります。';
76$lang['Email address is missing. Please specify an email address.'] = 'メールアドレスがありません。';
77$lang['Email address'] = 'メールアドレス';
78$lang['Enter your personnal informations'] = 'あなたの個人情報を入力してください。';
79$lang['Error sending email'] = 'メールの送信にエラーが発生しました。';
80$lang['File name'] = 'ファイル名';
81$lang['File'] = 'ファイル';
82$lang['Filesize'] = 'ファイルサイズ';
83$lang['Filter and display'] = 'フィルタおよび表示';
84$lang['Filter'] = 'フィルタ';
85$lang['Forgot your password?'] = 'パスワードを忘れましたか?';
86$lang['Go through the gallery as a visitor'] = 'ビジターとしてギャラリーにアクセスする';
87$lang['Help'] = 'ヘルプ';
88$lang['Identification'] = 'アイデンティフィケーション';
89$lang['Photos only RSS feed'] = 'イメージ限定RSSフィード';
90$lang['Keyword'] = 'キーワード';
91$lang['Links'] = 'リンク';
92$lang['N/A'] = 'なし';
93$lang['New on %s'] = '最新投稿 - %s';
94$lang['New password confirmation does not correspond'] = '新しいパスワードの承認が合致しません。';
95$lang['Notification'] = '通知';
96$lang['Number of items'] = 'アイテム数';
97$lang['Original dimensions'] = 'オリジナルサイズ';
98$lang['Password forgotten'] = 'パスワードを忘れました。';
99$lang['Password'] = 'パスワード';
100$lang['Post date'] = '投稿日';
101$lang['Posted on'] = '投稿日時';
102$lang['Profile'] = 'プロファイル';
103$lang['Quick connect'] = 'クイック接続';
104$lang['RSS feed'] = 'RSSフィード';
105$lang['Rate'] = '評価';
106$lang['Register'] = '登録';
107$lang['Registration'] = '登録';
108$lang['Related tags'] = '関連タグ';
109$lang['Reset'] = 'リセット';
110$lang['Retrieve password'] = 'パスワード取得';
111$lang['Search rules'] = '検索ルール';
112$lang['Search tags'] = '検索タグ';
113$lang['Search'] = '検索';
114$lang['display available tags'] = '利用可能なタグを表示する';
115$lang['Since'] = 'Since';
116$lang['Sort by'] = '並び替え';
117$lang['Sort order'] = '並び順';
118$lang['Tag'] = 'タグ';
119$lang['Tags'] = 'タグ';
120$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'RSS通知フィードでは、このウェブサイトからニュースを通知します : 新しい写真、更新カテゴリ、新しいコメント。RSSフィードリーダーをお使いください。';
121$lang['Unknown feed identifier'] = '不明なフィードIDです。';
122$lang['User comments'] = 'ユーザコメント';
123$lang['Username'] = 'ユーザ名';
124$lang['Visits'] = '訪問';
125$lang['Webmaster'] = 'ウェブマスタ';
126$lang['Week %d'] = '週 %d';
127$lang['About Piwigo'] = 'Piwigoについて';
128$lang['You are not authorized to access the requested page'] = 'あなたは、リクエストしたページへのアクセスを許可されていません。';
129$lang['add to caddie'] = 'キャディに追加する';
130$lang['add this photo to your favorites'] = 'このイメージをあなたのお気に入りに追加する';
131$lang['Administration'] = '管理';
132$lang['all'] = 'すべて';
133$lang['ascending'] = '昇順';
134$lang['author(s) : %s'] = '作者 : %s';
135$lang['Expand all albums'] = 'すべてのカテゴリを拡げる';
136$lang['posted after %s (%s)'] = '%s (%s) 以降に投稿';
137$lang['posted before %s (%s)'] = '%s (%s) 以前に投稿';
138$lang['posted between %s (%s) and %s (%s)'] = '%s (%s) から %s (%s) の間に投稿';
139$lang['posted on %s'] = '%s に投稿';
140$lang['Best rated'] = '最高評価';
141$lang['display best rated photos'] = '最高評価アイテムを表示する';
142$lang['caddie'] = 'キャディー';
143$lang['Calendar'] = 'カレンダー';
144$lang['All'] = 'すべて';
145$lang['display each day with photos, month per month'] = '月ごとに写真の投稿日を表示します。';
146$lang['View'] = '表示';
147$lang['chronology_monthly_calendar'] = '月カレンダー';
148$lang['chronology_monthly_list'] = '月リスト';
149$lang['chronology_weekly_list'] = '週リスト';
150$lang['Click here if your browser does not automatically forward you'] = '自動的にリダイレクトされない場合、ここをクリックしてください。';
151$lang['comment date'] = 'コメント投稿日';
152$lang['Comment'] = 'コメント';
153$lang['Your comment has been registered'] = 'あなたのコメントが登録されました。';
154$lang['Anti-flood system : please wait for a moment before trying to post another comment'] = 'アンチフラッドシステム : 新たに投稿するまで、しばらくお待ちください。';
155$lang['Your comment has NOT been registered because it did not pass the validation rules'] = '承認ルールにパスしなかったため、あなたのコメントは登録されませんでした。';
156$lang['An administrator must authorize your comment before it is visible.'] = '表示される前に管理者があなたのコメントを承認する必要があります。';
157$lang['This login is already used by another user'] = 'このユーザIDは、すでに別のユーザに使用されています。';
158$lang['Comments'] = 'コメント';
159$lang['Add a comment'] = 'コメントを追加する';
160$lang['created after %s (%s)'] = '%s (%s) 以降に作成';
161$lang['created before %s (%s)'] = '%s (%s) 以前に作成';
162$lang['created between %s (%s) and %s (%s)'] = '%s (%s) から %s (%s) の間に作成';
163$lang['created on %s'] = '%s に作成';
164$lang['Customize'] = 'カスタマイズ';
165$lang['Your Gallery Customization'] = 'あなたのギャラリーカスタマイズ ';
166$lang['day'][0] = '日曜日';
167$lang['day'][1] = '月曜日';
168$lang['day'][2] = '火曜日';
169$lang['day'][3] = '水曜日';
170$lang['day'][4] = '木曜日';
171$lang['day'][5] = '金曜日';
172$lang['day'][6] = '土曜日';
173$lang['Default'] = 'デフォルト';
174$lang['delete this photo from your favorites'] = 'あなたのお気に入りから、このイメージを削除する';
175$lang['Delete'] = '削除';
176$lang['descending'] = '降順';
177$lang['download'] = 'ダウンロード';
178$lang['download this file'] = 'このファイルをダウンロードする';
179$lang['edit'] = '編集';
180$lang['wrong date'] = '日付が正しくありません。';
181$lang['excluded'] = '除外';
182$lang['Your favorites'] = 'お気に入り';
183$lang['display your favorites photos'] = '私のお気に入りの写真を表示する';
184$lang['Favorites'] = 'お気に入り';
185$lang['First'] = '最初へ';
186$lang['The gallery is locked for maintenance. Please, come back later.'] = 'このカテゴリは、メンテナンスのためロックされています。後ほどアクセスしてください。';
187$lang['Page generated in'] = 'ページ作成:';
188$lang['guest'] = 'ゲスト';
189$lang['Hello'] = 'こんにちは';
190$lang['available for administrators only'] = '管理者のみ利用可能です。';
191$lang['display this album'] = 'このカテゴリのルートのイメージを表示する';
192$lang['display last user comments'] = '最新のユーザコメントを表示する';
193$lang['customize the appareance of the gallery'] = 'ギャラリーのアピアランスをカスタマイズする';
194$lang['search'] = '検索';
195$lang['Home'] = 'ホーム';
196$lang['in this album'] = '- このカテゴリ';
197$lang['in %d sub-album'] = '- %d サブカテゴリ';
198$lang['in %d sub-albums'] = '- %d サブカテゴリ';
199$lang['included'] = '含む';
200$lang['Invalid password!'] = 'パスワードが正しくありません!';
201$lang['Language']='言語';
202$lang['last %d days'] = '直近 %d 日';
203$lang['Last'] = '最後へ';
204$lang['Logout'] = 'ログアウト';
205$lang['E-mail address'] = 'メールアドレス';
206$lang['obligatory'] = '必須';
207$lang['Maximum photo height'] = '写真の最大高';
208$lang['Maximum height must be a number superior to 50'] = '最大高は、50以上に設定してください。';
209$lang['Maximum photo width'] = '写真の最大幅';
210$lang['Maximum width must be a number superior to 50'] = '最大幅は、50以上に設定してください。';
211$lang['display a calendar by creation date'] = '作成日のカレンダーを表示する';
212$lang['display all photos in all sub-albums'] = 'すべてのサブカテゴリのエレメント表示する';
213$lang['return to normal view mode'] = 'ノーマルビューモードに戻る';
214$lang['display a calendar by posted date'] = '投稿日のカレンダーを表示する';
215$lang['month'][10] = '10月';
216$lang['month'][11] = '11月';
217$lang['month'][12] = '12月';
218$lang['month'][1] = '1月';
219$lang['month'][2] = '2月';
220$lang['month'][3] = '3月';
221$lang['month'][4] = '4月';
222$lang['month'][5] = '5月';
223$lang['month'][6] = '6月';
224$lang['month'][7] = '7月';
225$lang['month'][8] = '8月';
226$lang['month'][9] = '9月';
227$lang['Most visited'] = '最多アクセス';
228$lang['display most visited photos'] = '最もアクセスされた写真を表示します。';
229$lang['Unknown identifier'] = '不明なID';
230$lang['New password'] = '新しいパスワード';
231$lang['Rate this photo'] = 'この写真を評する';
232$lang['Next'] = '次へ';
233$lang['no rate'] = '評価なし';
234$lang['Photos posted within the last %d day.'] = '直近 %d 日に投稿されたエレメントのみ表示します。';
235$lang['Photos posted within the last %d days.'] = '直近 %d 日に投稿されたエレメントのみ表示します。';
236$lang['password updated'] = 'パスワードが更新されました。';
237$lang['Recent period must be a positive integer value'] = '最近の期間には正の整数を設定してください。';
238/* DEPRECATED USED IN comments.php FOR image_id ? */ $lang['photo'] = '写真';
239$lang['Click on the photo to see it in high definition'] = '高解像度の写真を表示するには、写真をクリックしてください。';
240$lang['Show file metadata'] = 'ファイルメタデータを表示する';
241$lang['Powered by'] = 'Powered by';
242$lang['Preferences'] = 'プリファレンス';
243$lang['Previous'] = '前へ';
244$lang['Random photos'] = 'ランダム写真';
245$lang['display a set of random photos'] = '一連のランダム写真を表示します。';
246$lang['Recent albums'] = '最近のカテゴリ';
247$lang['display recently updated albums'] = '最近更新されたカテゴリを表示します。';
248$lang['Recent period'] = '最近の期間';
249$lang['Recent photos'] = '最近の写真';
250$lang['display most recent photos'] = '最近の写真を表示します。';
251$lang['Redirection...'] = 'リダイレクト ...';
252$lang['Please, enter a login'] = 'ユーザIDを入力してください。';
253$lang['login mustn\'t end with a space character'] = 'ユーザIDの末尾にスペースを使用しないでください。';
254$lang['login mustn\'t start with a space character'] = 'ユーザIDの最初にスペースを使用しないでください。';
255$lang['this login is already used'] = 'このユーザIDは、すでに使用されています。';
256$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'メールアドレスは、xxx@yyy.eee のようなフォーマットを使用してください (例 : jack@altern.org)。';
257$lang['please enter your password again'] = 'あなたのパスワードを再度入力してください。';
258$lang['Auto login'] = '自動ログイン';
259$lang['remove this tag from the list'] = 'このタグをリストから削除する';
260$lang['representative'] = '見本';
261$lang['Search for Author'] = '作者で探す';
262$lang['Search in albums'] = 'カテゴリを探す';
263$lang['Search by Date'] = '日付で探す';
264$lang['Date'] = '日付';
265$lang['End-Date'] = '終了日';
266$lang['Kind of date'] = '日付タイプ';
267$lang['Search for words'] = '言葉で探す';
268$lang['Search for all terms'] = 'すべてを含む';
269$lang['Search for any terms'] = '少なくとも一つを含む';
270$lang['Empty query. No criteria has been entered.'] = '空のクエリーです。検索キーワードが入力されていません。';
271$lang['Search Options'] = '検索オプション';
272$lang['Search results'] = '検索結果';
273$lang['Search in sub-albums'] = 'サブカテゴリを探す';
274$lang['searched words : %s'] = '検索キーワード : %s';
275$lang['Contact'] = '連絡:';
276$lang['set as album representative'] = 'カテゴリ見本を設定する';
277$lang['Show number of comments'] = 'コメント数を表示する';
278$lang['Show number of hits'] = 'ヒット数を表示する';
279$lang['slideshow'] = 'スライドショー';
280$lang['stop the slideshow'] = 'スライドショーを停止する';
281$lang['Specials'] = '特別';
282$lang['SQL queries in'] = 'SQLクエリー:';
283$lang['display only recently posted photos'] = '最近投稿されたイメージのみ表示する';
284$lang['return to the display of all photos'] = 'すべてのイメージ表示に戻る';
285$lang['the beginning'] = '最初';
286$lang['Interface theme'] = 'インターフェーステーマ';
287$lang['Thumbnails'] = 'サムネイル';
288$lang['Menu'] = 'メニュー';
289$lang['A comment on your site'] = 'あなたのサイトのコメント';
290$lang['today'] = '今日';
291$lang['Update your rating'] = 'あなたの評価を更新する';
292$lang['wrong filename'] = 'ファイル名が正しくありません。';
293$lang['the username must be given'] = 'ユーザ名を入力してください。';
294$lang['useful when password forgotten'] = 'パスワードを忘れたときに便利です。';
295$lang['Quick search'] = 'クイックサーチ';
296$lang['Connected user: %s'] = '接続ユーザ: %s';
297$lang['IP: %s'] = 'IP: %s';
298$lang['Browser: %s'] = 'ブラウザ: %s';
299$lang['Author: %s'] = '撮影者: %s';
300$lang['Comment: %s'] = 'コメント: %s';
301$lang['Comment by %s'] = 'コメント by %s';
302$lang['User: %s'] = 'ユーザ: %s';
303$lang['Email: %s'] = 'メールアドレス: %s';
304$lang['Admin: %s'] = '管理者: %s';
305$lang['Registration of %s'] = '%s の登録';
306$lang['Album: %s'] = 'カテゴリ: %s';
307$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'デフォルトステータスの使用に関して、ユーザ「ゲスト」は正しくないステータスです。ウェブマスタにご連絡ください。';
308$lang['this email address is already in use'] = 'このメールアドレスは、すでに他のユーザに使用されています。';
309$lang['Album results for'] = 'カテゴリ検索結果:';
310$lang['Tag results for'] = 'タグ検索結果:';
311$lang['from %s to %s'] = '%s - %s';
312$lang['Play of slideshow'] = 'スライドショーを実行する';
313$lang['Pause of slideshow'] = 'スライドショーを一時停止する';
314$lang['Repeat the slideshow'] = 'スライドショーを繰り返す';
315$lang['Not repeat the slideshow'] = 'スライドショーを繰り返さない';
316$lang['Reduce diaporama speed'] = 'スライドショーのスピードを減らす';
317$lang['Accelerate diaporama speed'] = 'スライドショーのスピードを増やす';
318$lang['Submit'] = '送信';
319$lang['Yes'] = 'はい';
320$lang['No'] = 'いいえ';
321$lang['%d photo']='イメージ: %d';
322$lang['%d photos']='イメージ: %d';
323$lang['%d photo is also linked to current tags'] = '%d イメージも現在のタグにリンクされました。';
324$lang['%d photos are also linked to current tags'] = '%d イメージも現在のタグにリンクされました。';
325$lang['display photos linked to this tag'] = 'このタグのみにリンクされているイメージを表示する';
326$lang['photos posted during the last %d days'] = '直近 %d 日に投稿されたイメージ';
327$lang['Piwigo Help'] = 'Piwigoヘルプ';
328$lang['Rank'] = 'ランク';
329$lang['group by letters'] = '文字でグループ化する';
330$lang['letters'] = '文字';
331$lang['show tag cloud'] = 'タグクラウドを表示する';
332$lang['cloud'] = 'クラウド';
333$lang['Are you sure?'] = '本当によろしいですか?';
334$lang['delete this comment'] = 'このコメントを削除する';
335$lang['Reset to default values'] = 'デフォルトにリセットする';
336$lang['delete all photos from your favorites'] = 'お気に入りから画像を全て削除する。';
337$lang['Sent by'] = 'Sent by';
338$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'あなたのブラウザーでは、クッキーの設定が有効にされていません。ブラウザのクッキーが有効になっていることも確認しておいてください。';
339$lang['edit this comment'] = 'このコメントに編集';
340$lang['Edit a comment'] = 'コメントを編集';
341$lang['(!) This comment requires validation'] = '(!) このコメントは有効が必要';
342$lang['Welcome'] = 'ようこそ';
343$lang['Welcome to your Piwigo photo gallery!'] = 'Piwigoフォト・ガラリーにようこそ!';
344$lang['... or browse your empty gallery'] = '... または、空のガラリーを回覧する';
345$lang['... or please deactivate this message, I will find my way by myself'] = '... または、このメッセージに無効にして下さい。私は自分で見てみます。';
346$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'こんにちは %sさん, あなたのPiwigoフォト・ガラリーが何も入っていません!';
347$lang['I want to add photos'] = '写真を追加したい';
348$lang['Manage this user comment: %s'] = 'このユーザーのコメントを管理: %s';
349$lang['This author modified following comment:'] = 'このユーザーが次のコメントを書き直しました:';
350$lang['This author removed the comment with id %d'] = 'このユーザーがコメントID %d を削除しました。';
351$lang['validate this comment'] = 'このコメントを有効にする';
352$lang['The number of photos per page must be a not null scalar'] = 'ページごとの写真数はゼロではありません';
353$lang['Number of photos per page'] = 'ページごとの写真数';
354$lang['html tags are not allowed in login'] = 'ログインの際、HTMLタッグが使いません';
355?>
Note: See TracBrowser for help on using the repository browser.