fix broken i18n labels

This commit is contained in:
Colin Kuskie 2005-12-14 23:29:08 +00:00
parent d4e9102424
commit 27ae1a9977
5 changed files with 15 additions and 5 deletions

View file

@ -345,6 +345,11 @@ The word "Shortcut".</p>
lastUpdated => 1133619940,
},
'This is the example output of the field when parsed for user preference macros' => {
message => q|This is the example output of the field when parsed for user preference macros|,
lastUpdated => 1133619940,
},
'Replacement Value' => {
message => q|Replacement Value|,
lastUpdated => 1133619940,

View file

@ -468,10 +468,15 @@ A radio button tied to this plugin.<br>
lastUpdated => 0,
context => q|The formlabel for the 'select shipping method template' option in the commerce part of the admin console.|
},
'view shopping cart template' => {
message => q|Select view shopping cart template|,
lastUpdated => 1134599960,
context => q|The formlabel for the 'view shopping cart template' option in the commerce part of the admin console.|
},
'shopping cart empty' => {
message => q|Your shopping cart is empty.|,
lastUpdated => 0,
context => q|A message indicating that te shopping cart is empty.|
lastUpdated => 1134599958,
context => q|A message indicating that the shopping cart is empty.|
},
'update cart' => {
message => q|Update cart|,