forked from ff6347/mpolauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MPOLnch_jaJP.fr
89 lines (67 loc) · 2.95 KB
/
MPOLnch_jaJP.fr
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
//========================================================================================
//
// $File: //depot/indesign_6.0/highprofile/source/sdksamples/wlistboxcomposite/MPOLnch_jaJP.fr $
//
// Owner: Adobe Developer Technologies
//
// $Author: pmbuilder $
//
// $DateTime: 2008/08/19 04:03:07 $
//
// $Revision: #1 $
//
// $Change: 643572 $
//
// Copyright 1997-2008 Adobe Systems Incorporated. All rights reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
// with the terms of the Adobe license agreement accompanying it. If you have received
// this file from a source other than Adobe, then your use, modification, or
// distribution of it requires the prior written permission of Adobe.
//
//========================================================================================
#ifdef __ODFRC__
//========================================================================================
// Japanese strings
//========================================================================================
// Japanese string table is defined here
resource StringTable (kSDKDefStringsResourceID + index_jaJP)
{
k_jaJP, // Locale Id
0, // Character encoding converter
{
// ----- Menu strings
kMPOLnchCompanyKey, kMPOLnchCompanyValue,
kMPOLnchAboutMenuKey, kMPOLnchPluginName "[JP]...",
kMPOLnchPluginsMenuKey, kMPOLnchPluginName "[JP]",
kMPOLnchAddItemMenuItemKey, "項目を追加[JP]",
kMPOLnchFCQueriesMenuItemKey, "項目を追加[JP]",
kMPOLnchFCQueriesMenuItemKey, "項目を追加[JP]",
kMPOLnchRemoveItemMenuItemKey, "項目を削除[JP]",
kSDKDefAboutThisPlugInMenuKey, kSDKDefAboutThisPlugInMenuValue_jaJP,
// ----- Command strings
// ----- Window strings
// ----- Panel/dialog strings
kMPOLnchPanelTitleKey, kMPOLnchPluginName "[JP]",
// ----- Error strings
// ----- Misc strings
kMPOLnchAboutBoxStringKey, kMPOLnchPluginName "[JP], version " kMPOLnchVersion " by " kMPOLnchAuthor "\n\n" kSDKDefCopyrightStandardValue "\n\n" kSDKDefPartnersStandardValue_jaJP,
//
kMPOLnchItemBaseKey "1", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "2", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "3", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "4", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "5", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "6", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "7", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "8", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "9", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "10", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "11", "THIS IS NOT RIGHT",
kMPOLnchItemBaseKey "12", "THIS IS NOT RIGHT",
kMPOLnchAddedElementKey, " + 追加要素",
kMPOLnchMissingScriptItemStringKey, "The MPO Launcher Scripts in the Scripts Panel are missing. Use the option " kMPOLnchAddItemMenuItemKey,
}
};
#endif // __ODFRC__
// End , MPOLnch_jaJP.fr