spelling fixes

This commit is contained in:
Colin Kuskie 2004-11-29 19:01:10 +00:00
parent 1117cb492c
commit d82b0b39f7

View file

@ -27,8 +27,8 @@ our $I18N = {
'delete subscription confirm' => { 'delete subscription confirm' => {
message => q|Are you sure to delete this subscription?|, message => q|Are you sure to delete this subscription?|,
lastUpdated => 1101228391, lastUpdated => 1101754598,
context => q|Corfirmation question when deleting a subscription.| context => q|Confirmation question when deleting a subscription.|
}, },
'subscriptionId' => { 'subscriptionId' => {
@ -58,7 +58,7 @@ our $I18N = {
'delete batch confirm' => { 'delete batch confirm' => {
message => q|Are you sure to delete this batch?|, message => q|Are you sure to delete this batch?|,
lastUpdated => 1101228391, lastUpdated => 1101228391,
context => q|Corfirmation question when deleting a code batch.| context => q|Confirmation question when deleting a code batch.|
}, },
'selection used' => { 'selection used' => {
@ -87,12 +87,12 @@ our $I18N = {
'help edit subscription title' => { 'help edit subscription title' => {
message => q|Subscription, Add/Edit|, message => q|Subscription, Add/Edit|,
lastUpadated => 1101228391, lastUpdated => 1101228391,
context => q|The Add/Edit subscription help page title.| context => q|The Add/Edit subscription help page title.|
}, },
'help edit subscription body' => { 'help edit subscription body' => {
message => q|A subscription will allow the user a piece of content wich he/she has message => q|A subscription will allow the user a piece of content which he/she has
payed for. The following is the list of properties attached to each payed for. The following is the list of properties attached to each
Description.<br> Description.<br>
<br> <br>
@ -109,14 +109,14 @@ Detailed description of the subscription.<br>
When a user payed the fee, he/she will be added to this group.<br> When a user payed the fee, he/she will be added to this group.<br>
<br> <br>
<b>Subscription period</b><br> <b>Subscription period</b><br>
This sets the length of one subscribtion term. Ie. You pay every month, or every half year.<br> This sets the length of one subscription term. ie. You pay every month, or every half year.<br>
<br> <br>
<b>Execute on subscription</b><br> <b>Execute on subscription</b><br>
A (perl) script to call when someone has subscribed and payed.<br> A (Perl) script to call when someone has subscribed and payed.<br>
<br> <br>
<b>Karma</b><br> <b>Karma</b><br>
The amount of karma wich is added to the user after he/she subscribes.<br>|, The amount of karma which is added to the user after he/she subscribes.<br>|,
lastUpdated => 1101228391, lastUpdated => 1101754802,
context => q|The Add/Edit subscription help page text.| context => q|The Add/Edit subscription help page text.|
}, },
@ -217,8 +217,8 @@ The amount of karma wich is added to the user after he/she subscribes.<br>|,
}, },
'create batch error' => { 'create batch error' => {
message => q|An error has occured:|, message => q|An error has occurred:|,
lastUpdated => 1101228391, lastUpdated => 1101754822,
context => q|Identifies an error in createSubscriptionCodeBatch.| context => q|Identifies an error in createSubscriptionCodeBatch.|
}, },
@ -283,8 +283,8 @@ The amount of karma wich is added to the user after he/she subscribes.<br>|,
}, },
'help manage subscription codes body' => { 'help manage subscription codes body' => {
message => q|A subscription code is a 64 character code that is tied to a set of subscriptions. A user can redeem susch a code, and thus make himself subscribed for one term to all subscriptions the code is tied to, using the 'Redeem a subscription code' link in his account menu. Note that when redeeming a suscription code no money is charged.|, message => q|A subscription code is a 64 character code that is tied to a set of subscriptions. A user can redeem such a code, and thus make himself subscribed for one term to all subscriptions the code is tied to, using the 'Redeem a subscription code' link in his account menu. Note that when redeeming a subscription code no money is charged.|,
lastUpdated => 0, lastUpdated => 1101754831,
context => q|The content of the Manage Subscriptions codes help page.| context => q|The content of the Manage Subscriptions codes help page.|
}, },
@ -335,8 +335,8 @@ Description of the batch.<br>|,
context => q|The success message for the code redemption function.| context => q|The success message for the code redemption function.|
}, },
'redeem code failure' => { 'redeem code failure' => {
message => q|You've entered a code that's wrong, allready being used or expired. Please enter another code below.|, message => q|You've entered a code that's wrong, already being used or expired. Please enter another code below.|,
lastUpdated => 0, lastUpdated => 1101754837,
context => q|The failure message for the code redemption function.| context => q|The failure message for the code redemption function.|
}, },
'redeem code ask for code' => { 'redeem code ask for code' => {
@ -365,8 +365,8 @@ The form in which the user can enter his subscription code.<br>|,
context => q|The body of the help page of the code redemption template.| context => q|The body of the help page of the code redemption template.|
}, },
'help redeem code template title' => { 'help redeem code template title' => {
message => q|Redeem subscripton code template|, message => q|Redeem subscription code template|,
lastUpdated => 0, lastUpdated => 1101754848,
context => q|The title of the help page of the code redemption template.| context => q|The title of the help page of the code redemption template.|
}, },