source: azure_iot_hub/trunk/asp3_dcre/tecsgen/tecslib/messages/messages_file_en_US.rb@ 389

Last change on this file since 389 was 389, checked in by coas-nagasima, 5 years ago

ビルドが通るよう更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby;charset=UTF-8
File size: 16.2 KB
Line 
1# -*- coding: utf-8 -*-
2#
3# TECS Generator
4# Generator for TOPPERS Embedded Component System
5#
6# Copyright (C) 2008-2018 by TOPPERS Project
7#--
8# 上記著作権者は,以下の(1)~(4)の条件を満たす場合に限り,本ソフトウェ
9# ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改
10# 変・再配布(以下,利用と呼ぶ)することを無償で許諾する.
11# (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作
12# 権表示,この利用条件および下記の無保証規定が,そのままの形でソー
13# スコード中に含まれていること.
14# (2) 本ソフトウェアを,ライブラリ形式など,他のソフトウェア開発に使
15# 用できる形で再配布する場合には,再配布に伴うドキュメント(利用
16# 者マニュアルなど)に,上記の著作権表示,この利用条件および下記
17# の無保証規定を掲載すること.
18# (3) 本ソフトウェアを,機器に組み込むなど,他のソフトウェア開発に使
19# 用できない形で再配布する場合には,次のいずれかの条件を満たすこ
20# と.
21# (a) 再配布に伴うドキュメント(利用者マニュアルなど)に,上記の著
22# 作権表示,この利用条件および下記の無保証規定を掲載すること.
23# (b) 再配布の形態を,別に定める方法によって,TOPPERSプロジェクトに
24# 報告すること.
25# (4) 本ソフトウェアの利用により直接的または間接的に生じるいかなる損
26# 害からも,上記著作権者およびTOPPERSプロジェクトを免責すること.
27# また,本ソフトウェアのユーザまたはエンドユーザからのいかなる理
28# 由に基づく請求からも,上記著作権者およびTOPPERSプロジェクトを
29# 免責すること.
30#
31# 本ソフトウェアは,無保証で提供されているものである.上記著作権者お
32# よびTOPPERSプロジェクトは,本ソフトウェアに関して,特定の使用目的
33# に対する適合性も含めて,いかなる保証も行わない.また,本ソフトウェ
34# アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
35# の責任を負わない.
36#
37# $Id$
38#++
39
40
41# File Messages for en_US
42class TECSMsg
43
44## generate.rb ##
45
46@@comment = {}
47
48# MSg.note
49# @@comment[ :note ] = " * このファイルは tecsgen により自動生成されました
50# * このファイルを編集して使用することは、意図されていません
51# "
52@@comment[ :note ] = " * This file was automatically generated by tecsgen.
53 * This file is not intended to be edited.
54"
55
56# @@comment[ :preamble_note ] = "/* #[<PREAMBLE>]#
57# * #[<...>]# から #[</...>]# で囲まれたコメントは編集しないでください
58# * tecsmerge によるマージに使用されます
59# "
60@@comment[ :preamble_note ] = "/* #[<PREAMBLE>]#
61 * Don't edit the comments between #[<...>]# and #[</...>]#
62 * These comment are used by tecsmerege when merging.
63"
64
65# @@comment[ :postamble_note ] = "/* #[<POSTAMBLE>]#
66# * これより下に非受け口関数を書きます
67# * #[</POSTAMBLE>]#*/
68# "
69@@comment[ :postamble_note ] = "/* #[<POSTAMBLE>]#
70 * Put non-entry functions below.
71 * #[</POSTAMBLE>]#*/
72"
73
74# @@comment[ :template_note ] = "/*
75# * このファイルは tecsgen によりテンプレートとして自動生成されました
76# * このファイルを編集して使用することが意図されていますが
77# * tecsgen の再実行により上書きされてしまうため、通常
78# * gen/%s_templ.c => src/%s.c
79# * のように名前, フォルダを変更してから修正します
80# */
81# "
82@@comment[ :template_note ] = "/*
83 * This file was automatically generated by tecsgen.
84 * Move and rename like below before editing,
85 * gen/%s_templ.c => src/%s.c
86 * to avoid to be overwritten by tecsgen.
87 */
88"
89
90# @@comment[ :inline_template_note ] = "/*
91# * このファイルは tecsgen によりテンプレートとして自動生成されました
92# * このファイルを編集して使用することが意図されていますが
93# * tecsgen の再実行により上書きされてしまうため、通常
94# * gen/%s_inline_template.h => src/%s_inline.h
95# * のように名前, フォルダを変更してから修正します
96# */
97# "
98@@comment[ :inline_template_note ] = "/*
99 * This file was automatically generated by tecsgen.
100 * Move and rename like below before editing,
101 * gen/%s_inline_template.h => src/%s_inline.h
102 * to avoid to be overwritten by tecsgen.
103 */
104"
105
106# @@comment[ :Makefile_note ] = "# このファイルは tecsgen により自動生成されました
107# # Makefile.temp は gen の一つ上のディレクトリに移して使用します
108# # % mv Makefile.temp Makefile
109# #
110# # clean のデフォルト動作は $(GEN_DIR)/Makefile.* を削除します
111#
112# "
113@@comment[ :Makefile_note ] = "# This file was automatically generated by tecsgen.
114# Move Makefile.temp upper directory like below before editing.
115# % mv Makefile.temp Makefile
116#
117# \"make clean\" deletes $(GEN_DIR)/Makefile.* by default.
118#
119# This file is generated suitable for GNU make and a target on POSIX environemnt using gcc.
120# You might have to adjust vpath, CFLAGS, OTHER_OBJS, etc.
121# For other target you have to modify this file.
122
123"
124
125# @@comment[ :oneway_ercd_note ] = "/* oneway の場合 E_OK しか返せません */"
126@@comment[ :oneway_ercd_note ] = "/* Oneway function always returns E_OK. */"
127
128# @@comment[ :ercd_note ] = "/* エラー処理コードをここに記述します */"
129@@comment[ :ercd_note ] = "/* Write error processing code here */"
130
131# @@comment[ :IMP_comment ] = "\n/* import_C により import されるヘッダ %s */\n"
132@@comment[ :IMP_comment ] = "\n/* header imported by import_C %s */\n"
133
134# @@comment[ :MVAR_comment ] = "# 変数 %s\n"
135@@comment[ :MVAR_comment ] = "# var %s\n"
136
137# @@comment[ :MRUL_comment ] = "# ルール %s\n"
138@@comment[ :MRUL_comment ] = "# Rule %s\n"
139
140# @@comment[ :TCM_comment ] = "# テンプレートコードでメークしてみる場合 %s\n"
141@@comment[ :TCM_comment ] = "# in case build with template code %s\n"
142
143# @@comment[ :MDEP_comment ] = "\n# depend を include %s\n"
144@@comment[ :MDEP_comment ] = "\n# include dependcy %s\n"
145
146# @@comment[ :SDI_comment ] = "/* シグニチャディスクリプタ参照ヘッダ %s */\n"
147@@comment[ :SDI_comment ] = "/* descriptor referencing signature header %s */\n"
148
149# @@comment[ :SD_comment ] = "/* シグニチャディスクリプタ %s */\n"
150@@comment[ :SD_comment ] = "/* signature descriptor %s */\n"
151
152# @@comment[ :SFT_comment ] = "/* シグニチャ関数テーブル %s */\n"
153@@comment[ :SFT_comment ] = "/* signature function table %s */\n"
154
155# @@comment[ :SDES_comment ] = "/* シグニチャディスクリプタ(動的結合用) %s */\n"
156@@comment[ :SDES_comment ] = "/* signature descriptor %s for dynamic join */\n"
157
158# @@comment[ :IRTH_comment ] = "/* ランタイムヘッダ %s */\n"
159
160# @@comment[ :UDF_comment ] = "/* inline のための undef %s */\n"
161@@comment[ :UDF_comment ] = "/* undef for inline %s */\n"
162
163# @@comment[ :IGH_comment ] = "/* グローバルヘッダ %s */\n"
164@@comment[ :IGH_comment ] = "/* global header %s */\n"
165
166# @@comment[ :ISH_comment ] = "/* シグニチャヘッダ %s */\n"
167@@comment[ :ISH_comment ] = "/* signature header %s */\n"
168
169# @@comment[ :ICT_comment ] = "/* 最適化のため参照するセルタイプの CB 型の定義を取込む %s */\n"
170@@comment[ :ICT_comment ] = "/* to get the definition of CB type of referenced celltype for optimization %s */\n"
171
172# @@comment[ :NIDB_comment ] = "ID のベース "
173@@comment[ :NIDB_comment ] = "ID Base "
174
175# @@comment[ :NCEL_comment ] = "セルの個数"
176@@comment[ :NCEL_comment ] = " number of cells"
177
178# @@comment[ :CVI_comment ] = "/* IDXの正当性チェックマクロ %s */\n"
179@@comment[ :CVI_comment ] = "/* IDX validation macro %s */\n"
180
181# @@comment[ :CVIA_comment ] = "/* IDXの正当性チェックマクロ(短縮形) %s */\n"
182@@comment[ :CVIA_comment ] = "/* IDX validation macro (abbrev.) %s */\n"
183
184# @@comment[ :NCPA_comment ] = "/* 呼び口配列の大きさを得るマクロ %s */\n"
185@@comment[ :NCPA_comment ] = "/* call port array size macro %s */\n"
186
187# @@comment[ :NEPA_comment ] = "/* 受け口配列の大きさを得るマクロ %s */\n"
188@@comment[ :NEPA_comment ] = "/* entry port array size macro %s */\n"
189
190# @@comment[ :TOCP_comment ] = "/* optional 呼び口をテストするマクロ %s */\n"
191@@comment[ :TOCP_comment ] = "/* optional call port test macro %s */\n"
192
193# @@comment[ :TOCPA_comment ] = "/* optional 呼び口をテストするマクロ(短縮形) %s */\n"
194@@comment[ :TOCPA_comment ] = "/* optional call port test macro (abbrev) %s */\n"
195
196# @@comment[ :GCB_comment ] = "\n/* セルCBを得るマクロ %s */\n"
197@@comment[ :GCB_comment ] = "\n/* celll CB macro %s */\n"
198
199# @@comment[ :GCBA_comment ] = "\n/* セルCBを得るマクロ(短縮形) %s */\n"
200@@comment[ :GCBA_comment ] = "\n/* cell CB macro (abbrev) %s */\n"
201
202# @@comment[ :CCT_comment ] = "/* CELLCB 型(短縮形) %s */\n"
203@@comment[ :CCT_comment ] = "/* CELLCB type (abbrev) %s */\n"
204
205# @@comment[ :CTIXA_comment ] = "/* セルタイプのIDX型(短縮形) %s */\n"
206@@comment[ :CTIXA_comment ] = "/* celltype IDX type (abbrev) %s */\n"
207
208# @@comment[ :AAM_comment ] = "\n/* 属性アクセスマクロ %s */\n"
209@@comment[ :AAM_comment ] = "\n/* attr access %s */\n"
210
211# @@comment[ :VAM_comment ] = "\n/* var アクセスマクロ %s */\n"
212@@comment[ :VAM_comment ] = "\n/* var access macro %s */\n"
213
214# @@comment[ :AAMA_comment ] = "\n/* 属性アクセスマクロ(短縮形) %s */\n"
215@@comment[ :AAMA_comment ] = "\n/* attr access macro (abbrev) %s */\n"
216
217# @@comment[ :VAMA_comment ] = "\n/* var アクセスマクロ(短縮形) %s */\n"
218@@comment[ :VAMA_comment ] = "\n/* var access macro (abbrev) %s */\n"
219
220# @@comment[ :CPM_comment ] = " /* 呼び口関数マクロ %s */\n"
221@@comment[ :CPM_comment ] = " /* call port function macro %s */\n"
222
223# @@comment[ :CPMA_comment ] = "/* 呼び口関数マクロ(短縮形)%s */\n"
224@@comment[ :CPMA_comment ] = "/* call port function macro (abbrev) %s */\n"
225
226# @@comment[ :EPM_comment ] = "\n/* 受け口関数マクロ(短縮形) %s */\n"
227@@comment[ :EPM_comment ] = "\n/* entry port function macro (abbrev) %s */\n"
228
229# @@comment[ :CRD_comment ] = "\n/* ディスクリプタ参照関数 %s */\n"
230@@comment[ :CRD_comment ] = "/* refer to descriptor function %s */\n"
231
232# @@comment[ :CRDA_comment ] = "\n/* ディスクリプタ参照マクロ(短縮形) %s */\n"
233@@comment[ :CRDA_comment ] = "\n/* refer to descriptor macro (abbrev) %s */\n"
234
235# @@comment[ :SDF_comment ] = "/* ディスクリプタ設定関数 %s */\n"
236@@comment[ :SDF_comment ] = "/* set descriptor function %s */\n"
237
238# @@comment[ :SDMA_comment ] = "\n/* ディスクリプタ設定マクロ(短縮形) %s */\n"
239@@comment[ :SDMA_comment ] = "\n/* set descriptor macro (abbrev) %s */\n"
240
241# @@comment[ :CTIX_comment ] = "\n/* セルタイプのIDX型 %s */\n"
242@@comment[ :CTIX_comment ] = "\n/* celltype IDX type %s */\n"
243
244# @@comment[ :EPP_comment ] = "\n/* 受け口関数プロトタイプ宣言 %s */\n"
245@@comment[ :EPP_comment ] = "\n/* prototype declaration of entry port function %s */\n"
246
247# @@comment[ :EPSP_comment ] = "\n/* 受け口スケルトン関数プロトタイプ宣言(VMT不要最適化により参照するもの) %s */\n"
248@@comment[ :EPSP_comment ] = "\n/* prototype declaration of entry port function (referenced when VMT useless optimise enabled) %s */\n"
249
250# @@comment[ :INL_comment ] = "/* inline ヘッダの include %s */\n"
251@@comment[ :INL_comment ] = "/* include inline header %s */\n"
252
253# @@comment[ :CIP_comment ] = "/* セル INIB 型宣言 %s */\n"
254@@comment[ :CIP_comment ] = "/* cell INIB type definition %s */\n"
255
256# @@comment[ :CCTPA_comment ] = "/* セル CB 型宣言 %s */\n"
257@@comment[ :CCTPA_comment ] = "/* cell CB type definition %s */\n"
258
259# @@comment[ :CCDP_comment ] = "/* セル CB (ダミー)型宣言 %s */\n"
260@@comment[ :CCDP_comment ] = "/* cell CB (dummy) type definition %s */\n"
261
262# @@comment[ :CCTPO_comment ] = "/* セル CB 型宣言 %s */\n"
263@@comment[ :CCTPO_comment ] = "/* cell CB type definition %s */\n"
264
265# @@comment[ :SCP_comment ] = "/* シングルトンセル CB プロトタイプ宣言 %s */\n"
266@@comment[ :SCP_comment ] = "/* singleton cell CB prototype declaration %s */\n"
267
268# @@comment[ :DCI_comment ] = "\n/* CB は存在しない。INIB を CB の代わりに使用するための define %s */\n"
269@@comment[ :DCI_comment ] = "\n/* CB not exist. CB corresponding to INIB %s */\n"
270
271# @@comment[ :FEC_comment ] = "/* イテレータコード (FOREACH_CELL)の生成 %s */\n"
272@@comment[ :FEC_comment ] = "/* iteration code (FOREACH_CELL) %s */\n"
273
274# @@comment[ :DAL_comment ] = "/* deallocate マクロ %s */\n"
275@@comment[ :DAL_comment ] = "/* deallocate macro %s */\n"
276
277# @@comment[ :NFEC_comment ] = "/* イテレータコード (FOREACH_CELL)の生成(CB,INIB は存在しない) %s */\n"
278@@comment[ :NFEC_comment ] = "/* iteration code (FOREACH_CELL) (niether CB, nor NIB exit) %s */\n"
279
280# @@comment[ :CIM_comment ] = "/* CB 初期化マクロ %s */\n"
281@@comment[ :CIM_comment ] = "/* CB initialize macro %s */\n"
282
283# @@comment[ :EDT_comment ] = "/* 受け口ディスクリプタ型 %s */\n"
284@@comment[ :EDT_comment ] = "/* entry port descriptor type %s */\n"
285
286# @@comment[ :EPSF_comment ] = "/* 受け口スケルトン関数 %s */\n"
287@@comment[ :EPSF_comment ] = "/* entry port skelton function %s */\n"
288
289# @@comment[ :EPSFT_comment ] = "/* 受け口スケルトン関数テーブル %s */\n"
290@@comment[ :EPSFT_comment ] = "/* entry port skelton function table %s */\n"
291
292# @@comment[ :CPEPD_comment ] = "/* 呼び口の参照する受け口ディスクリプタ(実際の型と相違した定義) %s */\n"
293@@comment[ :CPEPD_comment ] = "/* entry port descriptor referenced by call port (differ from actual definition) %s */\n"
294
295# @@comment[ :CPA_comment ] = "/* 呼び口配列 %s */\n"
296@@comment[ :CPA_comment ] = "/* call port array %s */\n"
297
298# @@comment[ :CIC_comment ] = "/* CB 初期化コード %s */\n"
299@@comment[ :CIC_comment ] = "/* CB initialize code %s */\n"
300
301# @@comment[ :AVAI_comment ] = "/* 属性・変数の配列 %s */\n"
302@@comment[ :AVAI_comment ] = "/* array of attr/var %s */\n"
303
304# @@comment[ :AVI_comment ] = "/* 変数(構造体、配列)初期値 %s */\n"
305@@comment[ :AVI_comment ] = "/* var (struct, array) initial value %s */\n"
306
307# @@comment[ :INIB_comment ] = "/* セル INIB %s */\n"
308@@comment[ :INIB_comment ] = "/* cell INIB %s */\n"
309
310# @@comment[ :CB_comment ] = "/* セル CB %s */\n"
311@@comment[ :CB_comment ] = "/* cell CB %s */\n"
312
313# @@comment[ :EPD_comment ] = "/* 受け口ディスクリプタ %s */\n"
314@@comment[ :EPD_comment ] = "/* entry port descriptor %s */\n"
315
316# @@comment[ :PAC_comment ] = "/* プロトタイプ宣言や変数の定義をここに書きます %s */\n"
317@@comment[ :PAC_comment ] = "/* Put prototype declaration and/or variale definition here %s */\n"
318
319# @@comment[ :CAAM_comment ] = " *\n * 属性アクセスマクロ %s\n"
320@@comment[ :CAAM_comment ] = " *\n * attr access macro %s\n"
321
322# @@comment[ :CAAMI_comment ] = " *\n * 属性アクセスマクロ %s\n"
323@@comment[ :CAAMI_comment ] = " *\n * attr access macro %s\n"
324
325# @@comment[ :TYP_comment ] = " *\n * 型 %s\n * CELLCB 型 : %s\n * CELLIDX 型 : %s\n"
326@@comment[ :TYP_comment ] = " *\n * type %s\n * CELLCB type : %s\n * CELLIDX type : %s\n"
327
328# @@comment[ :TCPF_comment ] = " * 呼び口関数 %s\n"
329@@comment[ :TCPF_comment ] = " * call port function %s\n"
330
331# @@comment[ :TEPF_comment ] = "/* 受け口関数 %s */\n"
332@@comment[ :TEPF_comment ] = "/* entry port function %s */\n"
333
334# @@comment[ :TEFB_comment ] = "\t/* ここに処理本体を記述します %s */\n"
335@@comment[ :TEFB_comment ] = "\t/* Put statements here %s */\n"
336
337# @@comment[ :MCPP_comment ] = "/* セル CB プロトタイプ宣言 %s */\n"
338@@comment[ :MCPP_comment ] = "/* cell CB prototype declaration %s */\n"
339
340# @@comment[ :MCPB_comment ] = "/* セル CB プロトタイプ宣言 %s */\n"
341@@comment[ :MCPB_comment ] = "/* cell CB prototype declaration %s */\n"
342end
Note: See TracBrowser for help on using the repository browser.