updated internationalization system again

This commit is contained in:
JT Smith 2004-07-04 20:29:01 +00:00
parent a1a950a09f
commit 1b21302eb3
43 changed files with 6716 additions and 2283 deletions

View file

@ -1,51 +1,162 @@
package WebGUI::i18n::English::WSClient;
our $I18N = {
4 => q|SOAP Method/Call|,
'4' => {
message => q|SOAP Method/Call|,
lastUpdated => 1033575504
},
11 => q|Execute by default?|,
'11' => {
message => q|Execute by default?|,
lastUpdated => 1033575504
},
8 => q|Preprocess macros on query?|,
'8' => {
message => q|Preprocess macros on query?|,
lastUpdated => 1033575504
},
5 => q|SOAP Call Parameters|,
'5' => {
message => q|SOAP Call Parameters|,
lastUpdated => 1033575504
},
35 => q|<b>Debug:</b> No template specified, using default.|,
'71' => {
message => q|A Web Services Client allows a user to query data from any SOAP server to which they have access. This wobject is in development status and should not be made accessible to un-trusted site administratores.<p></p>
1 => q|Web Services Client|,
<b>SOAP URI/WSDL</b><br>
From the SOAP::Lite manpage, "URIs are just identifiers. They may look like URLs, but they are not guaranteed to point to anywhere and shouldn't be used as such pointers. URIs assume to be unique within the space of all XML documents, so consider them as unique identifiers and nothing else." If you specify a URI, you probably also need a proxy below. Alternatively, you can specify a WSDL file in place of a URI. This file refers to a real location at which a SOAP service description can be downloaded and used. For our purposes, the file must end in ".wsdl" to be properly recognized. If you use a WSDL file, you probably don't need to specify a proxy.<p></p>
61 => q|Web Services Client, Add/Edit|,
<b>SOAP Proxy</b><br>
The SOAP proxy is the full name of the server and/or script that is listening for SOAP calls. For example:
<code>http://mydomain.com/cgi-bin/soaplistener.pl</code><p></p>
3 => q|SOAP Proxy|,
<b>SOAP Method/Call</b><br>
The SOAP method is the name of the function to be invoked by the SOAP server. Include any extra parameters in the SOAP Call Parameters field below.<p></p>
32 => q|<b>Debug:</b> Error: Could not connect to the SOAP server.|,
<b>SOAP Call Parameters</b><br>
If your SOAP call requires any additional parameters, include them here as a valid perl hash, array or scalar. For example: <code>'userid' => '12', companyid => '^FormParam("companyid"); Whether you need to use scalar, hash or array is entirely dependent on what your SOAP service expects as input. Likewise, what you get back is entirely dependent on what the service deems to return.'</code>.<p></p>
2 => q|SOAP URI or WSDL|,
<b>Execute by default?</b><br>
Leave this set to yes unless your page is calling itself with additional parameters. You will probably know if/when you need to turn off default execution. To force execution when it has been disabled by default, pass a form variable "targetWobjects" specifying the name of the SOAP call to force execution.<p></p>
9 => q|Debug?|,
<b>Template</b><br>
Choose a layout for this SOAP client.<p></p>
24 => q|SOAP return is type: |,
<b>Preprocess macros on query?</b><br>
If you're using WebGUI macros in your query you'll want to check this box.<p></p>
31 => q|<b>Debug:</b> Error: There was a problem with the SOAP call.|,
<b>Pagination After</b><br>
How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?<p></p>
25 => q|There was a problem with the SOAP call: |,
<b>Pagination Variable</b><br>
Because a SOAP call can return complex data structures, you'll need to specify which named variable is to be paginated. If none is specified, no pagination will occur.<p></p>
27 => q|Cache expires|,
<b>Debug?</b><br>
If you want to display debugging and error messages on the page, check this box.<p></p>
23 => q|The URI/WSDL specified is of an improper format.|,
<b>Decode utf8?</b><br />
This option will only display if you have Data::Structure::Util installed. SOAP calls return utf8 strings even if they may not have utf8 characters within them. This converts utf8 characters to that there aren't collisions with any character sets specified in the page header. Deocing is turned off by default, but try turning it on if you see goofy gibberish, especially with the display of copyright symbols and the like.<p></p>
12 => q|Msg if no results|,
<b>Cache</b><br />
By default, SOAP calls are cached uniquely for each user session. By selecting "Global" call returns can be shared between users.<p></p>
21 => q|There were no results for this query.|,
<b>Cache expires</b>Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.|,
lastUpdated => 1088972047
},
22 => q|Parse error on SOAP parameters.|,
'35' => {
message => q|<b>Debug:</b> No template specified, using default.|,
lastUpdated => 1033575504
},
20 => q|Edit Web Services Client|,
'1' => {
message => q|Web Services Client|,
lastUpdated => 1033575504
},
16 => q|HTTP Header Override|,
'61' => {
message => q|Web Services Client, Add/Edit|,
lastUpdated => 1033575504
},
72 => q|Web Services Client Template|,
'3' => {
message => q|SOAP Proxy|,
lastUpdated => 1033575504
},
73 => q|This is the list of
'32' => {
message => q|<b>Debug:</b> Error: Could not connect to the SOAP server.|,
lastUpdated => 1033575504
},
'2' => {
message => q|SOAP URI or WSDL|,
lastUpdated => 1033575504
},
'9' => {
message => q|Debug?|,
lastUpdated => 1033575504
},
'24' => {
message => q|SOAP return is type: |,
lastUpdated => 1055349028
},
'31' => {
message => q|<b>Debug:</b> Error: There was a problem with the SOAP call.|,
lastUpdated => 1033575504
},
'25' => {
message => q|There was a problem with the SOAP call: |,
lastUpdated => 1055349116
},
'27' => {
message => q|Cache expires|,
lastUpdated => 1055349028
},
'23' => {
message => q|The URI/WSDL specified is of an improper format.|,
lastUpdated => 1055348955
},
'12' => {
message => q|Msg if no results|,
lastUpdated => 1033575504
},
'21' => {
message => q|There were no results for this query.|,
lastUpdated => 1033575504
},
'22' => {
message => q|Parse error on SOAP parameters.|,
lastUpdated => 1055348597
},
'20' => {
message => q|Edit Web Services Client|,
lastUpdated => 1033575504
},
'16' => {
message => q|HTTP Header Override|,
lastUpdated => 1033575504
},
'72' => {
message => q|Web Services Client Template|,
lastUpdated => 1072812143
},
'73' => {
message => q|This is the list of
template variables available for Web Services Client
templates.<p></p><b>results</b><br />This loop contains all the results from
the SOAP call. Within the loop, you may access specific data elements by the
@ -68,63 +179,49 @@ names set for them by the SOAP server (i.e. perhaps "localTime" for a time query
<b>numberOfPages</b><br />Number of pages in a paginated set.<p></p>
<b>pageNumber</b><br />Current page number in a paginated set.</blockquote>|,
lastUpdated => 1072812143
},
15 => q|Decode utf8 data?|,
'15' => {
message => q|Decode utf8 data?|,
lastUpdated => 1033575504
},
14 => q|Pagination variable|,
'14' => {
message => q|Pagination variable|,
lastUpdated => 1072810296
},
30 => q|<b>Debug:</b> Error: The URI/WSDL specified is of an improper format.|,
'30' => {
message => q|<b>Debug:</b> Error: The URI/WSDL specified is of an improper format.|,
lastUpdated => 1033575504
},
13 => q|Pagination after|,
'13' => {
message => q|Pagination after|,
lastUpdated => 1072810296
},
26 => q|Could not connect to SOAP server.|,
'26' => {
message => q|Could not connect to SOAP server.|,
lastUpdated => 1055349311
},
71 => q|Web Services Client allows a user to query data from any SOAP server to which they have access. This wobject is in development status and should not be made accessible to un-trusted site administratores.<p></p>
'28' => {
message => q|Cache|,
lastUpdated => 1088972047
},
<b>SOAP URI/WSDL</b><br>
From the SOAP::Lite manpage, \"URIs are just identifiers. They may look like URLs, but they are not guaranteed to point to anywhere and shouldn\'t be used as such pointers. URIs assume to be unique within the space of all XML documents, so consider them as unique identifiers and nothing else.\" If you specify a URI, you probably also need a proxy below. Alternatively, you can specify a WSDL file in place of a URI. This file refers to a real location at which a SOAP service description can be downloaded and used. For our purposes, the file must end in \".wsdl\" to be properly recognized. If you use a WSDL file, you probably don\'t need to specify a proxy.<p></p>
'29' => {
message => q|Session|,
lastUpdated => 1088120988
},
<b>SOAP Proxy</b><br>
The SOAP proxy is the full name of the server and/or script that is listening for SOAP calls. For example:
<code>http://mydomain.com/cgi-bin/soaplistener.pl</code>
'19' => {
message => q|Global|,
lastUpdated => 1088972047
},
<b>SOAP Method/Call</b><br>
The SOAP method is the name of the function to be invoked by the SOAP server. Include any extra parameters in the SOAP Call Parameters field below.<p></p>
<b>SOAP Call Parameters</b><br>
If your SOAP call requires any additional parameters, include them here as a valid perl hash, array or scalar. For example: <code>\'userid\' => \'12\', companyid => \'^FormParam(\"companyid\"); Whether you need to use scalar, hash or array is entirely dependent on what your SOAP service expects as input. Likewise, what you get back is entirely dependent on what the service deems to return.\'</code>.<p></p>
<b>Execute by default?</b><br>
Leave this set to yes unless your page is calling itself with additional parameters. You will probably know if/when you need to turn off default execution. To force execution when it has been disabled by default, pass a form variable \"targetWobjects\" specifying the name of the SOAP call to force execution.<p></p>
<b>Template</b><br>
Choose a layout for this SOAP client.<p></p>
<b>Preprocess macros on query?</b><br>
If you\'re using WebGUI macros in your query you\'ll want to check this box.<p></p>
<b>Pagination After</b><br>
How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?<p></p>
<b>Pagination Variable</b><br>
Because a SOAP call can return complex data structures, you\'ll need to specify which named variable is to be paginated. If none is specified, no pagination will occur.<p></p>
<b>Debug?</b><br>
If you want to display debugging and error messages on the page, check this box.<p></p>
<b>Decode utf8?</b><br />
This option will only display if you have Data::Structure::Util installed. SOAP calls return utf8 strings even if they may not have utf8 characters within them. This converts utf8 characters to that there aren\'t collisions with any character sets specified in the page header. Deocing is turned off by default, but try turning it on if you see goofy gibberish, especially with the display of copyright symbols and the like.<p></p>
<b>Cache</b><br />
By default, SOAP calls are cached uniquely for each user session. By selecting "Global" call returns can be shared between users.<p></p>
<b>Cache expires</b><br>
Number of seconds a SOAP return will be cached. Set to 1 to essentially skip caching.|,
27=> q|Cache expires|,
28 => q|Cache|,
29 => q|Session|,
19 => q|Global|,
};
1;