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,17 +1,33 @@
package WebGUI::i18n::English::WobjectProxy;
our $I18N = {
1 => q|Wobject To Proxy|,
'1' => {
message => q|Wobject To Proxy|,
lastUpdated => 1031514049
},
2 => q|Edit Wobject Proxy|,
'2' => {
message => q|Edit Wobject Proxy|,
lastUpdated => 1031514049
},
3 => q|Wobject Proxy|,
'3' => {
message => q|Wobject Proxy|,
lastUpdated => 1031514049
},
4 => q|Wobject proxying failed. Perhaps the proxied wobject has been deleted.|,
'4' => {
message => q|Wobject proxying failed. Perhaps the proxied wobject has been deleted.|,
lastUpdated => 1031514049
},
5 => q|Wobject Proxy, Add/Edit|,
'5' => {
message => q|Wobject Proxy, Add/Edit|,
lastUpdated => 1031514049
},
6 => q|With the Wobject Proxy (aka Shortcut) you can mirror a wobject from another page to any other page. This is useful if you want to reuse the same content in multiple sections of your site.
'6' => {
message => q|With the Wobject Proxy (aka Shortcut) you can mirror a wobject from another page to any other page. This is useful if you want to reuse the same content in multiple sections of your site.
<p>
<b>NOTE:</b> The wobject proxy is not available through the Add Content menu, but instead through the shortcut icon on each wobject's toolbar.
@ -37,14 +53,32 @@ Set to "yes" to use the display title setting of the wobject proxy instead of th
Set to "yes" to use the template of the wobject proxy instead of the original template of the wobject.
<p>
|,
lastUpdated => 1057091098
},
8 => q|Override display title?|,
'8' => {
message => q|Override display title?|,
lastUpdated => 1053183719,
context => q|Asking the user if s/he would like to use the "display title" setting specified in the wobject proxy or the original display title setting of the original wobject.|
},
10 => q|Override template?|,
'10' => {
message => q|Override template?|,
lastUpdated => 1053183837,
context => q|Asking the user if s/he would like to use the template specified in the wobject proxy or the original template of the original wobject.|
},
7 => q|Override title?|,
'7' => {
message => q|Override title?|,
lastUpdated => 1053183682,
context => q|Asking the user if s/he would like to use the title specified in the wobject proxy or the original title of the original wobject.|
},
9 => q|Override description?|,
'9' => {
message => q|Override description?|,
lastUpdated => 1053183804,
context => q|Asking the user if s/he would like to use the description specified in the wobject proxy or the original description of the original wobject.|
},
};