blob: 27143086ac44d23d205acbc6e5467e42268abb8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_translation_settings" title="チャットの翻訳設定">
<string name="bing_api_key_not_verified">
Bing appID を認証できませんでした。もう一度お試しください。
</string>
<string name="google_api_key_not_verified">
Google API キーを認証できませんでした。もう一度お試しください。
</string>
<string name="bing_api_key_verified">
Bing appID が認証されました。
</string>
<string name="google_api_key_verified">
Google API キーが認証されました。
</string>
<check_box label="チャット中の機械翻訳機能を有効にする" name="translate_chat_checkbox"/>
<text name="translate_language_label">
翻訳する言語:
</text>
<combo_box name="translate_language_combo">
<combo_box.item label="システム標準" name="System Default Language"/>
<combo_box.item label="英語" name="English"/>
<combo_box.item label="Dansk(デンマーク語)" name="Danish"/>
<combo_box.item label="Deutsch(ドイツ語)" name="German"/>
<combo_box.item label="Español(スペイン語)" name="Spanish"/>
<combo_box.item label="Français(フランス語)" name="French"/>
<combo_box.item label="Italiano(イタリア語)" name="Italian"/>
<combo_box.item label="Magyar(ハンガリー語)" name="Hungarian"/>
<combo_box.item label="Nederlands(オランダ語)" name="Dutch"/>
<combo_box.item label="Polski(ポーランド語)" name="Polish"/>
<combo_box.item label="Português(ポルトガル語)" name="Portugese"/>
<combo_box.item label="Русский(ロシア語)" name="Russian"/>
<combo_box.item label="Türkçe(トルコ語)" name="Turkish"/>
<combo_box.item label="Українська (ウクライナ語)" name="Ukrainian"/>
<combo_box.item label="中文 (正體) (中国語)" name="Chinese"/>
<combo_box.item label="日本語(日本語)" name="Japanese"/>
<combo_box.item label="한국어(韓国語)" name="Korean"/>
</combo_box>
<text name="tip">
翻訳サービスを選択してください:
</text>
<radio_group name="translation_service_rg">
<radio_item initial_value="bing" label="Bing Translator" name="bing"/>
<radio_item initial_value="google" label="Google Translate" name="google"/>
</radio_group>
<text name="bing_api_key_label">
Bing AppID [http://www.bing.com/developers/createapp.aspx AppID]:
</text>
<button label="認証" name="verify_bing_api_key_btn"/>
<text name="google_api_key_label">
Google API key [http://code.google.com/apis/language/translate/v2/getting_started.html#auth API key]:
</text>
<button label="認証" name="verify_google_api_key_btn"/>
<text name="google_links_text">
[http://code.google.com/apis/language/translate/v2/pricing.html 価格] | [https://code.google.com/apis/console 統計]
</text>
<button label="OK" name="ok_btn"/>
<button label="取り消し" name="cancel_btn"/>
</floater>
|