From 7786ba1adb415fc8fd4478380d7201702a799483 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 20 May 2011 04:00:40 -0400 Subject: [PATCH] - Fix error when rcube_cache::remove() was used in pattern mode --- program/localization/ja_JP/messages.inc | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/program/localization/ja_JP/messages.inc b/program/localization/ja_JP/messages.inc index efd9183..104eb73 100644 --- a/program/localization/ja_JP/messages.inc +++ b/program/localization/ja_JP/messages.inc @@ -16,7 +16,7 @@ @version $Id$ -// EN-Revision: 4321 +// EN-Revision: 4576 */ @@ -110,7 +110,9 @@ $messages['contactremovedfromgroup'] = 'グループから連絡先を削除しました。'; $messages['importwait'] = 'インポート中です。しばらくお待ちください...'; $messages['importerror'] = 'インポートに失敗しました。アップロードしたファイルは不正な vCard ファイルです。'; -$messages['importconfirm'] = '<b>$inserted 件の連絡先をインポートしました。<br />既登録の連絡先 $skipped 件をスキップしました</b>:<p><em>$names</em></p>'; +$messages['importconfirm'] = '<b>$inserted 件の連絡先をインポートしました。</b>'; +$messages['importconfirmskipped'] = '<b>$skipped 拳の既存エントリーをスキップしました</b>'; + $messages['opnotpermitted'] = '許可されていない操作です。'; $messages['nofromaddress'] = '選択中の個人情報にメールアドレスが含まれていません。'; $messages['editorwarning'] = 'テキスト エディターに切り替えるとすべての書式が失われます。よろしいですか?'; @@ -140,5 +142,6 @@ $messages['nametoolong'] = '名前が長すぎます。'; $messages['folderupdated'] = 'フォルダーの更新に成功しました。'; $messages['foldercreated'] = 'フォルダーの作成に成功しました。'; +$messages['invalidimageformat'] = '画像の形式が正しくありません。'; ?> -- Gitblit v1.9.1