pidgin/win32/nsis/translations/japanese.nsh

Wed, 13 Jun 2007 12:20:25 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 13 Jun 2007 12:20:25 +0000
changeset 17722
0e6a85627c70
parent 16602
e26771ee55df
child 29634
80dbf6f777c4
permissions
-rw-r--r--

Clean up information displayed in the Add/Remove Programs section on Windows. Fixes #1646.

11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8183
diff changeset
1 ;; vim:syn=winbatch:encoding=cp932:
8183
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
2 ;;
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
3 ;; japanese.nsh
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
4 ;;
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
5 ;; Japanese language strings for the Windows Pidgin NSIS installer.
8183
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
6 ;; Windows Code page: 932
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
7 ;;
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
8 ;; Author: "Takeshi Kurosawa" <t-kuro@abox23.so-net.ne.jp>
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
9 ;; Version 2
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
10 ;;
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
11
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8183
diff changeset
12 ; Startup Checks
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8183
diff changeset
13 !define INSTALLER_IS_RUNNING "インストーラが既に実行されています"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
14 !define PIDGIN_IS_RUNNING "Pidgin が実行されています。Pidgin を終了してから再度実行してください"
14929
a71c59193f9d [gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents: 14438
diff changeset
15 !define GTK_INSTALLER_NEEDED "GTK+ランタイム環境が無いかもしくはアップグレードする必要があります。$\rv${GTK_MIN_VERSION}もしくはそれ以上のGTK+ランタイムをインストールしてください。"
8183
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
16
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
17 ; License Page
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
18 !define PIDGIN_LICENSE_BUTTON "次へ >"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
19 !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name)はGPLライセンスの元でリリースされています。ライセンスはここに参考のためだけに提供されています。 $_CLICK"
8183
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
20
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
21 ; Components Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
22 !define PIDGIN_SECTION_TITLE "Pidginインスタントメッセンジャ (必須)"
8183
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
23 !define GTK_SECTION_TITLE "GTK+ Runtime Environment (必須)"
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
24 !define PIDGIN_SHORTCUTS_SECTION_TITLE "ショートカット"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
25 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "デスクトップ"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
26 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "スタートアップ"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
27 !define PIDGIN_SECTION_DESCRIPTION "Pidginの核となるファイルとdll"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
28 !define GTK_SECTION_DESCRIPTION "Pidginの使っているマルチプラットフォームGUIツールキット"
16305
b2aa56593869 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <datallah@pidgin.im>
parents: 15816
diff changeset
29
b2aa56593869 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <datallah@pidgin.im>
parents: 15816
diff changeset
30
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
31 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Pidgin を実行するためのショートカット"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
32 !define PIDGIN_DESKTOP_SHORTCUT_DESC "デスクトップに Pidgin のショートカットを作成する"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
33 !define PIDGIN_STARTMENU_SHORTCUT_DESC "スタートメニューに Pidgin の項目を作成する"
8183
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
34
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
35 ; GTK+ Directory Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
36 !define GTK_UPGRADE_PROMPT "古いバージョンのGTK+ランタイムが見つかりました。アップグレードしますか?$\r注意: $(^Name)はアップグレードしない限り動かないでしょう。"
8183
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
37
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
38 ; Installer Finish Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
39 !define PIDGIN_FINISH_VISIT_WEB_SITE "Windows PidginのWebページを訪れてください。"
8183
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
40
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
41 ; GTK+ Section Prompts
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
42 !define GTK_INSTALL_ERROR "GTK+ランタイムのインストールでエラーが発生しました。"
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
43 !define GTK_BAD_INSTALL_PATH "あなたの入力したパスにアクセスまたは作成できません。"
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
44
7615409e7c1c [gaim-migrate @ 8902]
Herman Bloggs <herman@bluedigits.com>
parents:
diff changeset
45 ; Uninstall Section Prompts
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
46 !define un.PIDGIN_UNINSTALL_ERROR_1 "アンインストーラはPidginのレジストリエントリを発見できませんでした。$\rおそらく別のユーザにインストールされたでしょう。"
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
47 !define un.PIDGIN_UNINSTALL_ERROR_2 "あなたはこのアプリケーションをアンインストールする権限を持っていません。"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8183
diff changeset
48
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8183
diff changeset
49 ; Spellcheck Section Prompts
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
50 !define PIDGIN_SPELLCHECK_SECTION_TITLE "スペルチェックのサポート"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
51 !define PIDGIN_SPELLCHECK_ERROR "スペルチェックのインストールに失敗しました"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
52 !define PIDGIN_SPELLCHECK_DICT_ERROR "スペルチェック辞書のインストールに失敗しました。"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
53 !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "スペルチェックのサポート (インターネット接続がインストールに必要です)"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8183
diff changeset
54 !define ASPELL_INSTALL_FAILED "インストールに失敗しました"
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
55 !define PIDGIN_SPELLCHECK_BRETON "ブルターニュ語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
56 !define PIDGIN_SPELLCHECK_CATALAN "カタルーニャ語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
57 !define PIDGIN_SPELLCHECK_CZECH "チェコ語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
58 !define PIDGIN_SPELLCHECK_WELSH "ウェールズ語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
59 !define PIDGIN_SPELLCHECK_DANISH "デンマーク語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
60 !define PIDGIN_SPELLCHECK_GERMAN "ドイツ語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
61 !define PIDGIN_SPELLCHECK_GREEK "ギリシャ語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
62 !define PIDGIN_SPELLCHECK_ENGLISH "英語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
63 !define PIDGIN_SPELLCHECK_ESPERANTO "エスペラント語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
64 !define PIDGIN_SPELLCHECK_SPANISH "スペイン語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
65 !define PIDGIN_SPELLCHECK_FAROESE "フェロー語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
66 !define PIDGIN_SPELLCHECK_FRENCH "フランス語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
67 !define PIDGIN_SPELLCHECK_ITALIAN "イタリア語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
68 !define PIDGIN_SPELLCHECK_DUTCH "オランダ語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
69 !define PIDGIN_SPELLCHECK_NORWEGIAN "ノルウェー後"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
70 !define PIDGIN_SPELLCHECK_POLISH "ポーランド語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
71 !define PIDGIN_SPELLCHECK_PORTUGUESE "ポルトガル語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
72 !define PIDGIN_SPELLCHECK_ROMANIAN "ルーマニア語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
73 !define PIDGIN_SPELLCHECK_RUSSIAN "ロシア語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
74 !define PIDGIN_SPELLCHECK_SLOVAK "スロヴァキア語"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
75 !define PIDGIN_SPELLCHECK_SWEDISH "スウェーデン後"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
76 !define PIDGIN_SPELLCHECK_UKRAINIAN "ウクライナ語"
11578
70230c5dded2 [gaim-migrate @ 13847]
Daniel Atallah <datallah@pidgin.im>
parents: 8183
diff changeset
77

mercurial