more Content/Setup i18n

This commit is contained in:
Colin Kuskie 2008-08-28 19:38:18 +00:00
parent c59b48a3db
commit addc026387
2 changed files with 26 additions and 8 deletions

View file

@ -3019,11 +3019,11 @@ or are under your current version tag.</p>
context => q|Title of a tab in the global settings.|
},
'company' => {
message => q|Company|,
lastUpdated =>1092930637,
context => q|Title of a tab in the global settings.|
},
'company' => {
message => q|Company|,
lastUpdated =>1092930637,
context => q|Title of a tab in the global settings.|
},
'misc' => {
message => q|Miscellaneous|,
@ -3980,6 +3980,24 @@ LongTruncOk=1</p>
context => q{General purpose, similar to submit.},
},
'save' => {
message => q{Save},
lastUpdated => 0,
context => q{General purpose, similar to submit.},
},
'company information' => {
message => q{Company Information},
lastUpdated => 0,
context => q{Title for the company information screen in the site starter.},
},
'admin account' => {
message => q{Admin Account},
lastUpdated => 0,
context => q{Title for the company information screen in the site starter.},
},
};
1;