Navigation Menu

Skip to content

Commit

Permalink
Added popup messages for delgroupall and delquestionall
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@728 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Oct 15, 2003
1 parent a767e4e commit 7cf9dcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/lang/english/messages.php
Expand Up @@ -378,6 +378,10 @@
define(_DS_SURVEYTOKENS, "This survey has an associated tokens table. If you delete this survey this tokens table will be deleted. We recommend that you export or backup these tokens before deleting this survey.");
define(_DS_DELETED, "This survey has been deleted.");

//DELETE QUESTION AND GROUP MESSAGES
define(_DG_RUSURE, "Deleting this group will also delete any questions and answers it contains. Are you sure you want to continue?"); //New for 098rc5
define(_DQ_RUSURE, "Deleting this question will also delete any answers it includes. Are you sure you want to continue?"); //New for 098rc5

//EXPORT MESSAGES
define(_EQ_NOQID, "No QID has been provided. Cannot dump question.");
define(_ES_NOSID, "No SID has been provided. Cannot dump survey");
Expand Down
4 changes: 4 additions & 0 deletions admin/lang/italian/messages.php
Expand Up @@ -379,6 +379,10 @@
define(_DS_SURVEYTOKENS, "Questa indagine è associata ad una tavola dei token. Eliminanado l'indagine si eliminano anche tutti i token. Si consiglia di esportare o fare il backup dei token prima di eliminare l'indagine.");
define(_DS_DELETED, "L'indagine è stata eliminata.");

//DELETE QUESTION AND GROUP MESSAGES
define(_DG_RUSURE, "Cancellando questo gruppo inoltre cancellerà tutte le domande e risposte che contiene. Siete sicuri voi desiderate continuare?"); //New for 098rc5
define(_DQ_RUSURE, "La cancellazione del questo problema inoltre cancellerà tutte le risposte che include. Siete sicuri voi desiderate continuare?"); //New for 098rc5

//EXPORT MESSAGES
define(_EQ_NOQID, "L' ID Domande (QID) non è stato inserito. Impossibile fare il dump della domanda.");
define(_ES_NOSID, "L' ID Indagine (SID) non è stato inserito. Impossibile fare il dump dell'indagine");
Expand Down
4 changes: 4 additions & 0 deletions admin/lang/spanish/messages.php
Expand Up @@ -383,6 +383,10 @@
define(_DS_SURVEYTOKENS, "Esta encuesta está activa y existe una tabla de tokens. Si la borras, estos tokens serán borrados. Recomendamos que las exportes antes de borrar la encuesta.");
define(_DS_DELETED, "Se ha borrado la encuesta.");

//DELETE QUESTION AND GROUP MESSAGES
define(_DG_RUSURE, "Suprimir a este grupo también suprimirá cualesquiera preguntas y respuesta que contenga. ¿Es usted seguro usted desea continuar?"); //New for 098rc5
define(_DQ_RUSURE, "Suprimir esta pregunta también suprimirá cualquier respuesta que incluya. Está usted seguro usted desea continuar?"); //New for 098rc5

//EXPORT MESSAGES
define(_EQ_NOQID, "No se indicó un QID. No se pueden exportar las preguntas.");
define(_ES_NOSID, "No se indicó un SID. No se pudo exportar la encuesta");
Expand Down

0 comments on commit 7cf9dcd

Please sign in to comment.