Skip to content

Commit

Permalink
New translation for labelsimport.php - noting that a duplicate was fo…
Browse files Browse the repository at this point in the history
…und and the labelset wasn't imported.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1185 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Sep 14, 2004
1 parent 034d49f commit 88ce300
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/lang/chinese/messages.php
Expand Up @@ -463,6 +463,9 @@
define("_IQ_IMPORTSUMMARY", "輸入題目的簡報");
define("_IQ_SUCCESS", "題目的輸入已完成");

//IMPORT LABELSET MESSAGES
define("_IL_DUPLICATE", "There was a duplicate labelset, so this set was not imported. The duplicate will be used instead.");

//BROWSE RESPONSES MESSAGES
define("_BR_NOSID", "您尚未選擇問卷,以致無法瀏覽問卷內容.");
define("_BR_NOTACTIVATED", "本問卷尚未被啟用, 因此無法瀏覽回應結果.");
Expand Down
3 changes: 3 additions & 0 deletions admin/lang/english/messages.php
Expand Up @@ -463,6 +463,9 @@
define("_IQ_IMPORTSUMMARY", "Question Import Summary");
define("_IQ_SUCCESS", "Import of Question is completed");

//IMPORT LABELSET MESSAGES
define("_IL_DUPLICATE", "There was a duplicate labelset, so this set was not imported. The duplicate will be used instead.");

//BROWSE RESPONSES MESSAGES
define("_BR_NOSID", "You have not selected a survey to browse.");
define("_BR_NOTACTIVATED", "This survey has not been activated. There are no results to browse.");
Expand Down
3 changes: 3 additions & 0 deletions admin/lang/french/messages.php
Expand Up @@ -500,6 +500,9 @@
define("_IQ_IMPORTSUMMARY", "Sommaire de l'importation de question");
define("_IQ_SUCCESS", "L'importation de Question est terminée");

//IMPORT LABELSET MESSAGES
define("_IL_DUPLICATE", "There was a duplicate labelset, so this set was not imported. The duplicate will be used instead.");

//BROWSE RESPONSES MESSAGES
define("_BR_NOSID", "Vous n'avez pas Sélectionné de questionnaire à parcourir.");
define("_BR_NOTACTIVATED", "Ce questionnaire n'a pas été activé. Aucun résultats à parcourir.");
Expand Down
3 changes: 3 additions & 0 deletions admin/lang/italian/messages.php
Expand Up @@ -463,6 +463,9 @@
define("_IQ_IMPORTSUMMARY", "Riepilogo importazione domande");
define("_IQ_SUCCESS", "Importazione delle domande completata");

//IMPORT LABELSET MESSAGES
define("_IL_DUPLICATE", "There was a duplicate labelset, so this set was not imported. The duplicate will be used instead.");

//BROWSE RESPONSES MESSAGES
define("_BR_NOSID", "L'indagine non è stata selezionata.");
define("_BR_NOTACTIVATED", "L'indagine non è attiva. Non ci sono dati da visionare.");
Expand Down
3 changes: 3 additions & 0 deletions admin/lang/spanish/messages.php
Expand Up @@ -470,6 +470,9 @@
define("_IQ_IMPORTSUMMARY", "Resumen de la Importación de la Pregunta");
define("_IQ_SUCCESS", "Se completó con éxito la importación de la pregunta");

//IMPORT LABELSET MESSAGES
define("_IL_DUPLICATE", "There was a duplicate labelset, so this set was not imported. The duplicate will be used instead.");

//BROWSE RESPONSES MESSAGES
define("_BR_NOSID", "No has elegido una encuesta para navegar.");
define("_BR_NOTACTIVATED", "Esta encuesta no ha sido activada. No hay resultados que navegar.");
Expand Down

0 comments on commit 88ce300

Please sign in to comment.