Skip to content

Commit

Permalink
Added notification email stuff
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@711 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Oct 12, 2003
1 parent 91bfc59 commit 3658fe1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion admin/lang/english/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
define(_SL_STATUS, "Status:");
define(_SL_SELSQL, "Select SQL File:");
define(_SL_USECOOKIES, "Use Cookies?"); //NEW with 098rc3
define(_SL_NOTIFICATION, "Notification:"); //New with 098rc5
//groups
define(_GL_TITLE, "Title:");
define(_GL_DESCRIPTION, "Description:");
Expand Down Expand Up @@ -529,5 +530,8 @@
define(_PS_ACTIVETOKENS, "Active Token Tables");
define(_PS_DEACTTOKENS, "De-activated Token Tables");


//Notification Levels
define(_NT_NONE, "No email notification"); //New with 098rc5
define(_NT_SINGLE, "Basic email notification"); //New with 098rc5
define(_NT_RESULTS, "Send email notification with result codes"); //New with 098rc5
?>
6 changes: 5 additions & 1 deletion admin/lang/italian/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
define(_SL_SELSQL, "Seleziona File SQL:");
define(_SL_USECOOKIES, "Abilita Cookies?"); //NEW with 098rc3
define(_SL_SURVEYURL, "URL questionario"); //NEW with 098rc3
define(_SL_NOTIFICATION, "Notification:"); //New with 098rc5
//groups
define(_GL_TITLE, "Titolo:");
define(_GL_DESCRIPTION, "Descrizione:");
Expand Down Expand Up @@ -530,5 +531,8 @@
define(_PS_ACTIVETOKENS, "Tavole di token attive");
define(_PS_DEACTTOKENS, "Tavole di token disattivate");


//Notification Levels
define(_NT_NONE, "Nessuna notifica del email"); //New with 098rc5
define(_NT_SINGLE, "Notifica di base del email"); //New with 098rc5
define(_NT_RESULTS, "Trasmetta la notifica del email con i codici di risultato"); //New with 098rc5
?>
6 changes: 5 additions & 1 deletion admin/lang/spanish/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
define(_SL_STATUS, "Estátus:");
define(_SL_SELSQL, "Seleccionar Archivo SQL:");
define(_SL_USECOOKIES, "¿Utilizar Cookies?"); //NEW with 098rc3
define(_SL_NOTIFICATION, "Notification:"); //New with 098rc5
//groups
define(_GL_TITLE, "Título:");
define(_GL_DESCRIPTION, "Descripción:");
Expand Down Expand Up @@ -534,5 +535,8 @@
define(_PS_ACTIVETOKENS, "Tablas de Tokens Activadas");
define(_PS_DEACTTOKENS, "Tablas de Tokens Desactivadas");


//Notification Levels
define(_NT_NONE, "Ninguna notificación del email"); //New with 098rc5
define(_NT_SINGLE, "Notificación básica del email"); //New with 098rc5
define(_NT_RESULTS, "Envíe la notificación del email con códigos del resultado"); //New with 098rc5
?>

0 comments on commit 3658fe1

Please sign in to comment.