Skip to content

Commit

Permalink
New translations for email subjects - labels and defaults. Also new l…
Browse files Browse the repository at this point in the history
…abel for "Show "<<PREV" function.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1263 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Nov 19, 2004
1 parent 1b0709c commit 3603dca
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
8 changes: 8 additions & 0 deletions admin/lang/chinese/messages.php
Expand Up @@ -154,9 +154,13 @@
define("_SL_NOTIFICATION", "通知:"); //New with 098rc5
define("_SL_ALLOWREGISTER", "Allow public registration?"); //New with 0.98rc9
define("_SL_ATTRIBUTENAMES", "Token Attribute Names:"); //New with 0.98rc9
define("_SL_EMAILINVITE_SUBJ", "Invitation Email Subject:"); //New with 0.99dev01
define("_SL_EMAILINVITE", "Invitation Email:"); //New with 0.98rc9
define("_SL_EMAILREMIND_SUBJ", "Email Reminder Subject:"); //New with 0.99dev01
define("_SL_EMAILREMIND", "Email Reminder:"); //New with 0.98rc9
define("_SL_EMAILREGISTER_SUBJ", "Public registration Email Subject:"); //New with 0.99dev01
define("_SL_EMAILREGISTER", "Public registration Email:"); //New with 0.98rc9
define("_SL_EMAILCONFIRM_SUBJ", "Confirmation Email Subject"); //New with 0.99dev01
define("_SL_EMAILCONFIRM", "Confirmation Email"); //New with 0.98rc9
define("_SL_REPLACEOK", "This will replace the existing text. Continue?"); //New with 0.98rc9
define("_SL_ALLOWSAVE", "Allow Saves?"); //New with 0.99dev01
Expand Down Expand Up @@ -597,13 +601,15 @@
define("_TC_INVITESENTTO", "邀請寄給:"); //is followed by token name
define("_TC_REMINDSENTTO", "提示單寄給:"); //is followed by token name
define("_TC_UPDATEDB", "Update tokens table with new fields"); //New for 0.98rc7
define("_TC_EMAILINVITE_SUBJ", "Invitation to participate in survey"); //New for 0.99dev01
define("_TC_EMAILINVITE", "Dear {FIRSTNAME},\n\nYou have been invited to participate in a survey.\n\n"
."The survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\n"
."To participate, please click on the link below.\n\nSincerely,\n\n"
."{ADMINNAME} ({ADMINEMAIL})\n\n"
."----------------------------------------------\n"
."Click here to do the survey:\n"
."{SURVEYURL}"); //New for 0.98rc9 - default Email Invitation
define("_TC_EMAILREMIND_SUBJ", "Reminder to participate in survey"); //New for 0.99dev01
define("_TC_EMAILREMIND", "Dear {FIRSTNAME},\n\nRecently we invited you to participate in a survey.\n\n"
."We note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\n"
."The survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\n"
Expand All @@ -612,6 +618,7 @@
."----------------------------------------------\n"
."Click here to do the survey:\n"
."{SURVEYURL}"); //New for 0.98rc9 - default Email Reminder
define("_TC_EMAILREGISTER_SUBJ", "Survey Registration Confirmation"); //New for 0.99dev01
define("_TC_EMAILREGISTER", "Dear {FIRSTNAME},\n\n"
."You, or someone using your email address, have registered to "
."participate in an online survey titled {SURVEYNAME}.\n\n"
Expand All @@ -620,6 +627,7 @@
."If you have any questions about this survey, or if you "
."did not register to participate and believe this email "
."is in error, please contact {ADMINNAME} at {ADMINEMAIL}.");//NEW for 0.98rc9
define("_TC_EMAILCONFIRM_SUBJ", "Confirmation of completed survey"); //New for 0.99dev01
define("_TC_EMAILCONFIRM", "Dear {FIRSTNAME},\n\nThis email is to confirm that you have completed the survey titled {SURVEYNAME} "
."and your response has been saved. Thank you for participating.\n\n"
."If you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.\n\n"
Expand Down
11 changes: 10 additions & 1 deletion admin/lang/french/messages.php
Expand Up @@ -154,15 +154,19 @@
define("_SL_NOTIFICATION", "Notification:"); //New with 098rc5
define("_SL_ALLOWREGISTER", "Permettre l'enregistrement publique?"); //New with 0.98rc9
define("_SL_ATTRIBUTENAMES", "Noms Attribué àl'Invitation:"); //New with 0.98rc9
define("_SL_EMAILINVITE_SUBJ", "Invitation Email Subject:"); //New with 0.99dev01
define("_SL_EMAILINVITE", "Invitation par Email:"); //New with 0.98rc9
define("_SL_EMAILREMIND_SUBJ", "Email Reminder Subject:"); //New with 0.99dev01
define("_SL_EMAILREMIND", "Rappel par Email:"); //New with 0.98rc9
define("_SL_EMAILREGISTER_SUBJ", "Public registration Email Subject:"); //New with 0.99dev01
define("_SL_EMAILREGISTER", "Enregistrement de l'Email Publique:"); //New with 0.98rc9
define("_SL_EMAILCONFIRM_SUBJ", "Confirmation Email Subject"); //New with 0.99dev01
define("_SL_EMAILCONFIRM", "Confirmation par Email"); //New with 0.98rc9
define("_SL_REPLACEOK", "Cela remplacera le texte existant. Continuer?"); //New with 0.98rc9
define("_SL_ALLOWSAVE", "Allow Saves?"); //New with 0.99dev01
define("_SL_AUTONUMBER", "Start ID numbers at:"); //New with 0.99dev01
define("_SL_AUTORELOAD", "Automatically load URL when survey complete?"); //New with 0.99dev01

define("_SL_ALLOWPREV", "Show [<< Prev] button"); //New with 0.99dev01
//groups
define("_GL_TITLE", "Titre:");
define("_GL_DESCRIPTION", "Description:");
Expand Down Expand Up @@ -555,6 +559,7 @@
define("_TC_DELETEALL", "Supprimer toutes les d'invitations");
define("_TC_DELETEALL_RUSURE", "Etes-vous sur de vouloir supprimer TOUTES les invitations?");
define("_TC_ALLDELETED", "Toutes les invitations ont été supprimées");
define("_TC_CLEARINVITES", "Set all entries to 'N' invitation sent");
define("_TC_CLEARINV_RUSURE", "Est-vous sûr de vouloir réinitialiser tous les enregistrements d'invitation à NON?");
define("_TC_CLEARTOKENS", "Supprimer tous les nombres uniques des invitations (All unique token numbers)");
define("_TC_CLEARTOKENS_RUSURE", "Etes-vous sûr de vouloir supprimer tous les nombres uniques des invitations?");
Expand Down Expand Up @@ -596,13 +601,15 @@
define("_TC_INVITESENTTO", "Invitation envoyé à:"); //is followed by token name
define("_TC_REMINDSENTTO", "Rappel envoyé à:"); //is followed by token name
define("_TC_UPDATEDB", "Mettre à jour la table d'invitation (Tokens) avec des nouveaux champs"); //New for 0.98rc7
define("_TC_EMAILINVITE_SUBJ", "Invitation to participate in survey"); //New for 0.99dev01
define("_TC_EMAILINVITE", "{FIRSTNAME},\n\nVous avez été invité à participer à un questionnaire.\n\n"
."Celui-ci est intitulé:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\n"
."Pour participer, veuillez cliquer sur le lien ci-dessous.\n\nCordialement,\n\n"
."{ADMINNAME} ({ADMINEMAIL})\n\n"
."----------------------------------------------\n"
."Cliquer ici pour faire le questionnaire:\n"
."{SURVEYURL}"); //New for 0.98rc9 - Email d'Invitation par défaut
define("_TC_EMAILREMIND_SUBJ", "Reminder to participate in survey"); //New for 0.99dev01
define("_TC_EMAILREMIND", "{FIRSTNAME},\n\nVous avez été inviter à participer à un questionnaire récemment.\n\n"
."Nous avons pris en compte que vous n'avez pas encore completé le questionnaire, et nous vous rappelons que celui-ci est toujours disponible si vous souhaitez participer.\n\n"
."Le questionnaire est intitulé:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\n"
Expand All @@ -611,6 +618,7 @@
."----------------------------------------------\n"
."Cliquez ici pour faire le questionnaire:\n"
."{SURVEYURL}"); //New for 0.98rc9 - Email de rappel par defaut
define("_TC_EMAILREGISTER_SUBJ", "Survey Registration Confirmation"); //New for 0.99dev01
define("_TC_EMAILREGISTER", "Dear {FIRSTNAME},\n\n"
."Vous (ou quelqu'un utilisant votre adresse email) êtes enregistrés pour "
."participer à un questionnaire en ligne intitulé {SURVEYNAME}.\n\n"
Expand All @@ -619,6 +627,7 @@
."Quel que soit votre question à propos de ce questionnaire, ou si vous "
."n'avez pas été enregistré pour participer à celui-ci et croyez qu'il s'agit "
."d'une erreur, veuillez contacter {ADMINNAME} : {ADMINEMAIL}.");//NEW for 0.98rc9
define("_TC_EMAILCONFIRM_SUBJ", "Confirmation of completed survey"); //New for 0.99dev01
define("_TC_EMAILCONFIRM", "{FIRSTNAME},\n\nCet email vous confirme que vous avez completé le questionnaire intitulé {SURVEYNAME} "
."et votre réponse à été enregistrée. Merci d'avoir participé.\n\n"
."Si vous avez d'autres questions à propos de cet email, veuillez contacter {ADMINNAME} : {ADMINEMAIL}.\n\n"
Expand Down
10 changes: 9 additions & 1 deletion admin/lang/italian/messages.php
Expand Up @@ -154,15 +154,19 @@
define("_SL_NOTIFICATION", "Notification:"); //New with 098rc5
define("_SL_ALLOWREGISTER", "Allow public registration?"); //New with 0.98rc9
define("_SL_ATTRIBUTENAMES", "Token Attribute Names:"); //New with 0.98rc9
define("_SL_EMAILINVITE_SUBJ", "Invitation Email Subject:"); //New with 0.99dev01
define("_SL_EMAILINVITE", "Invitation Email:"); //New with 0.98rc9
define("_SL_EMAILREMIND_SUBJ", "Email Reminder Subject:"); //New with 0.99dev01
define("_SL_EMAILREMIND", "Email Reminder:"); //New with 0.98rc9
define("_SL_EMAILREGISTER_SUBJ", "Public registration Email Subject:"); //New with 0.99dev01
define("_SL_EMAILREGISTER", "Public registration Email:"); //New with 0.98rc9
define("_SL_EMAILCONFIRM_SUBJ", "Confirmation Email Subject"); //New with 0.99dev01
define("_SL_EMAILCONFIRM", "Confirmation Email"); //New with 0.98rc9
define("_SL_REPLACEOK", "This will replace the existing text. Continue?"); //New with 0.98rc9
define("_SL_ALLOWSAVE", "Allow Saves?"); //New with 0.99dev01
define("_SL_AUTONUMBER", "Start ID numbers at:"); //New with 0.99dev01
define("_SL_AUTORELOAD", "Automatically load URL when survey complete?"); //New with 0.99dev01

define("_SL_ALLOWPREV", "Show [<< Prev] button"); //New with 0.99dev01
//groups
define("_GL_TITLE", "Titolo:");
define("_GL_DESCRIPTION", "Descrizione:");
Expand Down Expand Up @@ -597,13 +601,15 @@
define("_TC_INVITESENTTO", "Invito inviato a:"); //is followed by token name
define("_TC_REMINDSENTTO", "Sollecito inviato a:"); //is followed by token name
define("_TC_UPDATEDB", "Update tokens table with new fields"); //New for 0.98rc7
define("_TC_EMAILINVITE_SUBJ", "Invitation to participate in survey"); //New for 0.99dev01
define("_TC_EMAILINVITE", "Dear {FIRSTNAME},\n\nYou have been invited to participate in a survey.\n\n"
."The survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\n"
."To participate, please click on the link below.\n\nSincerely,\n\n"
."{ADMINNAME} ({ADMINEMAIL})\n\n"
."----------------------------------------------\n"
."Click here to do the survey:\n"
."{SURVEYURL}"); //New for 0.98rc9 - default Email Invitation
define("_TC_EMAILREMIND_SUBJ", "Reminder to participate in survey"); //New for 0.99dev01
define("_TC_EMAILREMIND", "Dear {FIRSTNAME},\n\nRecently we invited you to participate in a survey.\n\n"
."We note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\n"
."The survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\n"
Expand All @@ -612,6 +618,7 @@
."----------------------------------------------\n"
."Click here to do the survey:\n"
."{SURVEYURL}"); //New for 0.98rc9 - default Email Reminder
define("_TC_EMAILREGISTER_SUBJ", "Survey Registration Confirmation"); //New for 0.99dev01
define("_TC_EMAILREGISTER", "Dear {FIRSTNAME},\n\n"
."You, or someone using your email address, have registered to "
."participate in an online survey titled {SURVEYNAME}.\n\n"
Expand All @@ -620,6 +627,7 @@
."If you have any questions about this survey, or if you "
."did not register to participate and believe this email "
."is in error, please contact {ADMINNAME} at {ADMINEMAIL}.");//NEW for 0.98rc9
define("_TC_EMAILCONFIRM_SUBJ", "Confirmation of completed survey"); //New for 0.99dev01
define("_TC_EMAILCONFIRM", "Dear {FIRSTNAME},\n\nThis email is to confirm that you have completed the survey titled {SURVEYNAME} "
."and your response has been saved. Thank you for participating.\n\n"
."If you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.\n\n"
Expand Down
10 changes: 9 additions & 1 deletion admin/lang/spanish/messages.php
Expand Up @@ -154,15 +154,19 @@
define("_SL_NOTIFICATION", "Notification:"); //New with 098rc5
define("_SL_ALLOWREGISTER", "Allow public registration?"); //New with 0.98rc9
define("_SL_ATTRIBUTENAMES", "Token Attribute Names:"); //New with 0.98rc9
define("_SL_EMAILINVITE_SUBJ", "Invitation Email Subject:"); //New with 0.99dev01
define("_SL_EMAILINVITE", "Invitation Email:"); //New with 0.98rc9
define("_SL_EMAILREMIND_SUBJ", "Email Reminder Subject:"); //New with 0.99dev01
define("_SL_EMAILREMIND", "Email Reminder:"); //New with 0.98rc9
define("_SL_EMAILREGISTER_SUBJ", "Public registration Email Subject:"); //New with 0.99dev01
define("_SL_EMAILREGISTER", "Public registration Email:"); //New with 0.98rc9
define("_SL_EMAILCONFIRM_SUBJ", "Confirmation Email Subject"); //New with 0.99dev01
define("_SL_EMAILCONFIRM", "Confirmation Email"); //New with 0.98rc9
define("_SL_REPLACEOK", "This will replace the existing text. Continue?"); //New with 0.98rc9
define("_SL_ALLOWSAVE", "Allow Saves?"); //New with 0.99dev01
define("_SL_AUTONUMBER", "Start ID numbers at:"); //New with 0.99dev01
define("_SL_AUTORELOAD", "Automatically load URL when survey complete?"); //New with 0.99dev01

define("_SL_ALLOWPREV", "Show [<< Prev] button"); //New with 0.99dev01
//groups
define("_GL_TITLE", "T&iacute;tulo:");
define("_GL_DESCRIPTION", "Descripci&oacute;n:");
Expand Down Expand Up @@ -604,13 +608,15 @@
define("_TC_INVITESENTTO", "Invitaci&oacute;n Enviada a:"); //is followed by token name
define("_TC_REMINDSENTTO", "Recordatorio Enviado a:"); //is followed by token name
define("_TC_UPDATEDB", "Update tokens table with new fields"); //New for 0.98rc7
define("_TC_EMAILINVITE_SUBJ", "Invitation to participate in survey"); //New for 0.99dev01
define("_TC_EMAILINVITE", "Dear {FIRSTNAME},\n\nYou have been invited to participate in a survey.\n\n"
."The survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\n"
."To participate, please click on the link below.\n\nSincerely,\n\n"
."{ADMINNAME} ({ADMINEMAIL})\n\n"
."----------------------------------------------\n"
."Click here to do the survey:\n"
."{SURVEYURL}"); //New for 0.98rc9 - default Email Invitation
define("_TC_EMAILREMIND_SUBJ", "Reminder to participate in survey"); //New for 0.99dev01
define("_TC_EMAILREMIND", "Dear {FIRSTNAME},\n\nRecently we invited you to participate in a survey.\n\n"
."We note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\n"
."The survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\n"
Expand All @@ -619,6 +625,7 @@
."----------------------------------------------\n"
."Click here to do the survey:\n"
."{SURVEYURL}"); //New for 0.98rc9 - default Email Reminder
define("_TC_EMAILREGISTER_SUBJ", "Survey Registration Confirmation"); //New for 0.99dev01
define("_TC_EMAILREGISTER", "Dear {FIRSTNAME},\n\n"
."You, or someone using your email address, have registered to "
."participate in an online survey titled {SURVEYNAME}.\n\n"
Expand All @@ -627,6 +634,7 @@
."If you have any questions about this survey, or if you "
."did not register to participate and believe this email "
."is in error, please contact {ADMINNAME} at {ADMINEMAIL}.");//NEW for 0.98rc9
define("_TC_EMAILCONFIRM_SUBJ", "Confirmation of completed survey"); //New for 0.99dev01
define("_TC_EMAILCONFIRM", "Dear {FIRSTNAME},\n\nThis email is to confirm that you have completed the survey titled {SURVEYNAME} "
."and your response has been saved. Thank you for participating.\n\n"
."If you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.\n\n"
Expand Down

0 comments on commit 3603dca

Please sign in to comment.