diff --git a/admin/lang/chinese/messages.php b/admin/lang/chinese/messages.php index e563e64677a..859fffa0db7 100644 --- a/admin/lang/chinese/messages.php +++ b/admin/lang/chinese/messages.php @@ -174,6 +174,8 @@ define("_QL_OTHER", "其他:"); define("_QL_LABELSET", "標籤集:"); define("_QL_COPYANS", "要複製答案嗎?"); //New in 0.98rc3 +define("_QL_QUESTIONATTRIBUTES", "Question Attributes:"); //New in 0.99dev01 +define("_QL_COPYATT", "Copy Attributes?"); //New in 0.99dev01 //answers define("_AL_CODE", "編號"); define("_AL_ANSWER", "答案"); @@ -703,4 +705,16 @@ define("_SV_REMIND", "Remind"); define("_SV_EDIT", "Edit"); +//VVEXPORT/IMPORT +define("_VV_IMPORTFILE", "Import a VV survey file"); +define("_VV_EXPORTFILE", "Export a VV survey file"); +define("_VV_FILE", "File:"); +define("_VV_SURVEYID", "Survey ID:"); +define("_VV_EXCLUDEID", "Exclude record IDs?"); +define("_VV_DONOTREFRESH", "Important Note:
Do NOT refresh this page, as this will import the file again and produce duplicates"); +define("_VV_IMPORTNUMBER", "Total records imported:"); +define("_VV_ENTRYFAILED", "Import Failed on Record"); +define("_VV_BECAUSE", "because"); +define("_VV_EXPORTDEACTIVATE", "Export, then de-activate survey"); +define("_VV_EXPORTONLY", "Export but leave survey active"); ?> diff --git a/admin/lang/french/messages.php b/admin/lang/french/messages.php index a72a437b1b0..7cea02d673d 100644 --- a/admin/lang/french/messages.php +++ b/admin/lang/french/messages.php @@ -1,42 +1,5 @@ >> PHP Surveyor # - ################################################################# - # > Author: Jason Cleeland # - # > E-mail: jason@cleeland.org # - # > Mail: Box 99, Trades Hall, 54 Victoria St, # - # > CARLTON SOUTH 3053, AUSTRALIA # - # > Date: 20 February 2003 # - # # - # This set of scripts allows you to develop, publish and # - # perform data-entry on surveys. # - ################################################################# - # Copyright (C) 2003 Jason Cleeland # - # # - # This program is free software; you can redistribute # - # it and/or modify it under the terms of the GNU General # - # Public License as published by the Free Software # - # Foundation; either version 2 of the License, or (at your # - # option) any later version. # - # # - # This program is distributed in the hope that it will be # - # useful, but WITHOUT ANY WARRANTY; without even the # - # implied warranty of MERCHANTABILITY or FITNESS FOR A # - # PARTICULAR PURPOSE. See the GNU General Public License # - # for more details. # - # # - # You should have received a copy of the GNU General # - # Public License along with this program; if not, write to # - # the Free Software Foundation, Inc., 59 Temple Place - # - # Suite 330, Boston, MA 02111-1307, USA. # - ################################################################# - # # - # This language file provided by Pascal BASTIEN 20/07/2004 # - # Version 1.1 # - # # - ################################################################# -*/ + //BUTTON BAR TITLES define("_ADMINISTRATION", "Administration"); @@ -211,6 +174,8 @@ define("_QL_OTHER", "Autre:"); define("_QL_LABELSET", "Jeu d'Etiquette:"); define("_QL_COPYANS", "Copier les R廧onses?"); //New in 0.98rc3 +define("_QL_QUESTIONATTRIBUTES", "Question Attributes:"); //New in 0.99dev01 +define("_QL_COPYATT", "Copy Attributes?"); //New in 0.99dev01 //answers define("_AL_CODE", "Code"); define("_AL_ANSWER", "R廧onse"); @@ -739,4 +704,16 @@ define("_SV_REMIND", "Remind"); define("_SV_EDIT", "Edit"); +//VVEXPORT/IMPORT +define("_VV_IMPORTFILE", "Import a VV survey file"); +define("_VV_EXPORTFILE", "Export a VV survey file"); +define("_VV_FILE", "File:"); +define("_VV_SURVEYID", "Survey ID:"); +define("_VV_EXCLUDEID", "Exclude record IDs?"); +define("_VV_DONOTREFRESH", "Important Note:
Do NOT refresh this page, as this will import the file again and produce duplicates"); +define("_VV_IMPORTNUMBER", "Total records imported:"); +define("_VV_ENTRYFAILED", "Import Failed on Record"); +define("_VV_BECAUSE", "because"); +define("_VV_EXPORTDEACTIVATE", "Export, then de-activate survey"); +define("_VV_EXPORTONLY", "Export but leave survey active"); ?> \ No newline at end of file diff --git a/admin/lang/italian/messages.php b/admin/lang/italian/messages.php index a11f37e569b..f1bf9fc1388 100644 --- a/admin/lang/italian/messages.php +++ b/admin/lang/italian/messages.php @@ -174,6 +174,8 @@ define("_QL_OTHER", "Altro:"); define("_QL_LABELSET", "Gruppo di etichette:"); define("_QL_COPYANS", "Copiare risposte?"); //New in 0.98rc3 +define("_QL_QUESTIONATTRIBUTES", "Question Attributes:"); //New in 0.99dev01 +define("_QL_COPYATT", "Copy Attributes?"); //New in 0.99dev01 //answers define("_AL_CODE", "Codice"); define("_AL_ANSWER", "Risposta"); @@ -703,4 +705,16 @@ define("_SV_REMIND", "Remind"); define("_SV_EDIT", "Edit"); +//VVEXPORT/IMPORT +define("_VV_IMPORTFILE", "Import a VV survey file"); +define("_VV_EXPORTFILE", "Export a VV survey file"); +define("_VV_FILE", "File:"); +define("_VV_SURVEYID", "Survey ID:"); +define("_VV_EXCLUDEID", "Exclude record IDs?"); +define("_VV_DONOTREFRESH", "Important Note:
Do NOT refresh this page, as this will import the file again and produce duplicates"); +define("_VV_IMPORTNUMBER", "Total records imported:"); +define("_VV_ENTRYFAILED", "Import Failed on Record"); +define("_VV_BECAUSE", "because"); +define("_VV_EXPORTDEACTIVATE", "Export, then de-activate survey"); +define("_VV_EXPORTONLY", "Export but leave survey active"); ?> \ No newline at end of file diff --git a/admin/lang/spanish/messages.php b/admin/lang/spanish/messages.php index e73b233e9be..25196714af6 100644 --- a/admin/lang/spanish/messages.php +++ b/admin/lang/spanish/messages.php @@ -179,6 +179,8 @@ define("_QL_OTHER", "Otro:"); define("_QL_LABELSET", "Etiquetas:"); define("_QL_COPYANS", "¿Copiar Respuestas?"); //New in 0.98rc3 +define("_QL_QUESTIONATTRIBUTES", "Question Attributes:"); //New in 0.99dev01 +define("_QL_COPYATT", "Copy Attributes?"); //New in 0.99dev01 //answers define("_AL_CODE", "Código"); define("_AL_ANSWER", "Respuesta"); @@ -710,4 +712,16 @@ define("_SV_REMIND", "Remind"); define("_SV_EDIT", "Edit"); +//VVEXPORT/IMPORT +define("_VV_IMPORTFILE", "Import a VV survey file"); +define("_VV_EXPORTFILE", "Export a VV survey file"); +define("_VV_FILE", "File:"); +define("_VV_SURVEYID", "Survey ID:"); +define("_VV_EXCLUDEID", "Exclude record IDs?"); +define("_VV_DONOTREFRESH", "Important Note:
Do NOT refresh this page, as this will import the file again and produce duplicates"); +define("_VV_IMPORTNUMBER", "Total records imported:"); +define("_VV_ENTRYFAILED", "Import Failed on Record"); +define("_VV_BECAUSE", "because"); +define("_VV_EXPORTDEACTIVATE", "Export, then de-activate survey"); +define("_VV_EXPORTONLY", "Export but leave survey active"); ?>