Subversion Repositories wimsdev

Rev

Rev 17888 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2389 bpr 1
!set lang_exists=yes
2
 
2379 bpr 3
!if $wims_read_parm!=
4
  !goto $wims_read_parm
5
!endif
23 reyssat 6
 
2389 bpr 7
!set name_auth=Developer authentification
8
!set name_prop=Account properties
16826 bpr 9
!set name_modname=!nosubst List of modules for <em>$(auth_name[1]) $(auth_name[2])</em>
2389 bpr 10
!set name_create=Create a module
11
!set name_diff=Check diff
10246 bpr 12
!! must be the same as wims_name_modcontent in html/names.phtml.$lang
13
!! dont succeed not to duplicate
10810 bpr 14
!set name_flist=List of editable files
10676 reyssat 15
!set name_files_binfile=Uploaded files
2389 bpr 16
!set name_del=Delete a module
11441 obado 17
!set name_size=Size (bytes)
17180 bpr 18
!set name_publish=!nosubst Publish $i_title<br><span class="tt">$mod</span>
9819 bpr 19
!set name_publication=Publication
8623 reyssat 20
!set name_validation_message=Please ask the site maintainer to check the installation.
9932 bpr 21
!set name_compile=Compile latex2wims
10235 bpr 22
!set name_backup=Backup
10236 bpr 23
!set name_edfile=File modification
24
!set name_showfile=File content
6699 bpr 25
 
17143 obado 26
!set name_save_done=File save done
27
 
10660 bpr 28
!distribute line Files OEF/src\
29
Files OEF/src/cpp\
30
Editable data files\
31
Translation files\
32
Configuration files\
10871 obado 33
Help Files\
34
into name_files_src,name_files_cpp, name_files_other,name_files_lang,name_files_phtml,name_files_help
10660 bpr 35
 
10246 bpr 36
!! wims_name_properties
37
!set name_index=Properties
38
 
8623 reyssat 39
!set name_file=Other existing files
3999 bpr 40
!set name_file1=File
2389 bpr 41
!set name_nofile= No existing binary file in the module.
11683 bpr 42
!set name_depos=Deposit a file, in the following directory
2389 bpr 43
!set name_in_module=in the module
44
!set name_replace=a file to replace it
45
!set name_addfile=Add a new file
18219 bpr 46
!set name_addfilelim=Le nombre de fichiers de type OEF que vous pouvez mettre dans ce module\
47
  est limité à
10237 bpr 48
!set name_successfile=The file has been uploaded in the module.
16826 bpr 49
!set name_nosuccessfile=The file has not been uploaded in the module.\
11174 bpr 50
  Check that its name does not contain a stressed letter or \
51
  one of the following characters
11441 obado 52
!set name_successdeletefile=has been deleted from the module
53
!set name_failuredeletefile=has NOT been deleted from the module
11174 bpr 54
!set name_changefile=Rename
11170 bpr 55
!set name_changenamefile=New name of the file
11174 bpr 56
!set name_warning_changenamefile=Be cautious, changing the file name can break worksheets \
57
  in virtual classes.That is in particular the case of exercise files with extension
10660 bpr 58
 
10676 reyssat 59
!set name_help_addfile=The name <span class="tt wims_fname">name_file</span> should contain only \
60
  alphanumerical characters without accents nor spaces (do not write the minus sign -).
10660 bpr 61
!set name_help_addfile_src=The name of a file of the OEF exercise source\
16244 bpr 62
  must be of the form <span class="tt wims_fname">src/name_file.oef</span>.
10676 reyssat 63
!set name_help_addfile_cpp=The name of the file containing the source code of a cpp file of an OEF exercise\
16244 bpr 64
  should be of the form <span class="tt wims_fname">src/cpp/name_file.cpp</span>.\
65
  La liste des fichiers qui sont créés (dans la variable <span class="tt">target</span>)\
66
  should contain only alphanumerical characters without accents nor spaces \
67
  (do not write the minus sign -).
10676 reyssat 68
!set name_help_addfile_other=The name of the file should be of the form \
16826 bpr 69
  <span class="tt wims_fname">name_file</span>.
10676 reyssat 70
!set name_help_addfile_lang=The name of the file should be of the form \
16826 bpr 71
  <span class="tt wims_fname">lang/name_file.xx</span> where\
72
  <span class="tt wims_fname">xx</span> is the symbol representing the language.
10676 reyssat 73
!set name_help_addfile_phtml=You can modify some of these file for\
74
   configuring more precisely your module.
10660 bpr 75
 
7282 bpr 76
!set name_gestion=To see and edit document blocks, click on the link \
77
  <span class="wims_button disabled">$wims_name_docgestion</span>. The\
16826 bpr 78
  link <span class="wims_button disabled">$wims_name_binfile</span>\
79
  allows you to download binary files or latex sources from which \
80
  the document will be created
81
 
2389 bpr 82
!set name_your_module=Your module
10823 bpr 83
!set name_your_module_OEF=is a module of exercises written in OEF format and
2636 reyssat 84
!set name_file2=contains the following files
2389 bpr 85
!set name_updateadress=Upgrade the address
86
!set name_simpl_address=This module only has a simplified address
6128 reyssat 87
!set gnu=!nosubst &copy; $year (<a href=\"COPYING\">GNU GPL</a>)
23 reyssat 88
 
10558 bpr 89
!set name_type=OEF, document, exercise, tool, recreation, Deductio
2389 bpr 90
!set name_zone=Zone
3335 bpr 91
!set name_Category=Category
92
!set name_category=!nosubst $wims_name_Type
2389 bpr 93
!set name_createnew=Create a new module
3928 bpr 94
!set name_noquicktool=Quicktool is not installed on the server
2389 bpr 95
!set name_rename=rename
96
!set name_duplicate=duplicate
3948 bpr 97
!set name_increment=Do not forget to increment it when you publish a new version!
2389 bpr 98
!set name_backto=!nosubst Back to $otit
1704 bpr 99
!set name_this1=your new module
100
!set name_this2=the current module under development
17180 bpr 101
!set name_levellist=E: elementary school; H: high school; U: university; <br>G: graduate study; R: research
1724 bpr 102
 
7130 bpr 103
!set name_accountchange=Change properties of your developer's account
3948 bpr 104
!set name_empty=leave the password field empty if you do not want to change it
2380 bpr 105
!set name_change=Your account password has been changed.
6322 bpr 106
!set name_translation_language=Other languages
11551 bpr 107
!set name_images=Common images
108
!set name_help_images=if you need images in an OEF exercise.
6322 bpr 109
!distribute lines Test options\
110
  Formula\
111
  Low image,High image, Mathml\
112
  Zoom\
113
  Letter spacing\
114
  normal,spaced\
7130 bpr 115
  Size of the mathematical formulas\
116
into name_optiontest,name_formule,name_useropts1, name_useropts2,name_fonte,name_useropts3,\
117
  name_useropts4
6322 bpr 118
 
11680 bpr 119
!if $job iswordof modname restore
2010 bpr 120
  !set name_moddevcnt=!nosubst You have $totalcnt modules under development.
121
  !set name_limited=!nosubst list limited to $maxlist items
7130 bpr 122
 
2010 bpr 123
  !distribute lines Show only modules with address containing \
16826 bpr 124
    Click on the title or address of a module to work on it\
125
    You have no module under development yet. Please click to \
126
    Restore a backup file\
2010 bpr 127
  into name_browselist,name_clicktitle,name_nomodule,name_restore
2357 bpr 128
!endif
129
 
10246 bpr 130
!distribute lines Copy,Rename,Duplicate,Rename\
16826 bpr 131
  into name_choice
10246 bpr 132
!set name_move=$(name_choice[2])
16826 bpr 133
!set name_copy=$(name_choice[1])/$(name_choice[3])
134
 
2380 bpr 135
!if $job iswordof copy move
16826 bpr 136
  !set name_warning1=Renaming the module will break all the worksheets referencing it. \
137
    Make sure that this is not the case
3999 bpr 138
!set name_public_module=!nosubst the public module <span class="wims_mod_title">$otit</span> \
8620 bpr 139
 (<span class="tt wims_fname">$original2</span>) to the development space, under the address
2379 bpr 140
!set name_warning2= Remaning or duplicating a public-address module may lead to\
141
  duplication of its publication. Please be very careful! <p>\
5834 bpr 142
  If you want to make tests on the module, put it into$ the test zone.</p>
2379 bpr 143
!set name_warning3=If you have already published this module, please change\
144
  its address exactly according to its public address. Otherwise its publication will be duplicated.
2380 bpr 145
!endif
2357 bpr 146
 
147
!if $job=auth
148
  !set name_intro=This tool is for online development of regular modules\
16826 bpr 149
    under WIMS. Only registered developers can access this tool.\
150
    Please give your developer identification
7130 bpr 151
 
3930 bpr 152
  !distribute lines write to the webmaster\
2357 bpr 153
    if you have forgotten your password\
154
    If you are interested in developing WIMS modules, please\
3928 bpr 155
    in order to obtain a developer identification (login, password).\
2357 bpr 156
    Note that you can also use\
157
    to write simple interactive exercises in an easier way, without authentification\
158
  into name_manager,name_forget,name_developer,name_identification,name_createxo1,\
159
    name_createxo2
160
!endif
2379 bpr 161
 
162
!if $job=backup
16826 bpr 163
  !set name_save=Here is the backup file of the module
164
  !set name_internal_error= Internal error: impossible to generate the backup file. Please contact the
2379 bpr 165
!endif
166
 
167
!if $job=publish
168
  !distribute lines Submission id\
16826 bpr 169
    Type of publication\
170
    development version,stable version - modify an existing module,stable version - add a new module\
17180 bpr 171
    Is this module a translation <br> from another language?\
16826 bpr 172
    Authorized modifiers\
17888 bpr 173
    Information on the publication rules\
16826 bpr 174
    The published module will appear in the site's search engine within a few minutes.\
175
    If this is an error, please ask the webmaster to remove your published module by hand.\
176
    You will receive a mail confirming the submission\
177
    OK, go ahead\
178
    The following domains do not exist\
17888 bpr 179
    Have you checked everything,Checklist\
16826 bpr 180
  into name_publishaccount,name_publishtype,name_prompt,name_translation,name_authorized,name_readhelp,\
17888 bpr 181
   name_local,name_error,name_emailsend,name_goahead,name_warning_nodomain,\
182
   name_verif
2379 bpr 183
 
14522 bpr 184
  !set name_warning0=!nosubst This is a public-address module that should be published.
185
  !set name_warning01=Please enter your publication identifier.
186
  !set name_warning1=Have you incremented the version number of the module, if you are publishing\
187
   a new version of an existing module? If you have not, nobody will be upgrading to your new version.
188
  !set name_warning2= Your module has a local address. It can only be published on the local space of this server. \
189
    Do you want to continue?
190
  !set name_warning3=The main advantage of a publication in the local space is to make the module visible by \
191
     the search engine of the local server.
10235 bpr 192
  !set name_cheat1=!nosubst This module requires WIMS-$Wver2 or a higher version to run. \
14522 bpr 193
    The module has probably been modified on this server which uses version $wims_version. \
194
    It is recommended that you update the module's INDEX file.
7130 bpr 195
 
14522 bpr 196
  !set name_cheat2=If you are SURE of what you are doing, you can cheat the servers\
197
    into$ thinking that you are on an older server (a VERY RISKY OPERATION)!
198
  !set name_warning_domain=!nosubst You should check the properties of the module and\
7550 bpr 199
     use domains and keywords which are in the helps of the field\
200
     <span class="wims_label">$wims_name_Domain</span> and \
201
     <span class="wims_label">$wims_name_Keywords</span>. \
202
     If none of them is convenient, you could help us by sending your propositions to
8620 bpr 203
 
7550 bpr 204
  !set name_warning_domain2=!nosubst Click on the field help\
205
     <span class="wims_label">$wims_name_Domain</span> or\
206
     <span class="wims_label">$wims_name_Keywords</span> to find the list
207
  !set name_warning_keywords=!nosubst To improve the referencement of public modules,\
14522 bpr 208
    check the domains and keywords (see the field helps\
209
    <span class="wims_label">$wims_name_Domain</span> and \
210
    <span class="wims_label">$wims_name_Keywords</span>),\
211
    use the technical english versions.\
212
    You could help us by sending new propositions for domains and keywords to
213
  !set name_warning_keywords_unknown=The following keywords are not in the official \
214
    list of WIMS keywords.
215
  !set name_warning_keywords2=Only official keywords will be proposed using autocompletion\
216
    in the search engine. Have you checked that all keywords\
217
    you are proposing have no equivalent in the "official" list ? Remember that\
218
    all words in the title or description are also taken into$ account by the search engine.
219
  !set name_warning_suggestion=You could help us by sending new propositions for domains and keywords to
220
  !set name_changenews=Please fill in the NEWS file quickly indicating \
221
    the version, the date and changes made.
2379 bpr 222
!endif
223
 
224
!if $job=diff
225
  !distribute lines No difference found between the development version and the public version on this server.\
16826 bpr 226
    Only part of the numerous differences between the development version and the public version on this server are shown here:\
227
    Differences between the development version and the public version on this server:\
228
  into name_diff1,name_diff2,name_diff3
2379 bpr 229
!endif
2380 bpr 230
 
2387 bpr 231
!if $job=restore
16826 bpr 232
  !set name_warning1=Your file does not look like a module backup file!\
233
    You can only restore a file downloaded earlier from Modtool. Try again.
7130 bpr 234
 
16826 bpr 235
  !distribute lines I cannot recognize your file as a module backup. Error in the file!\
236
    No difference found between the existing module (in your development space) and the backup archives.\
237
    Only part of the numerous differences between between the existing module (in your development space) and the backup archive are shown here:\
238
    Differences between the existing module (in your development space) and the backup archives\
239
    Please give the backup file to restore\
240
    check differences with the existing module.\
241
    Go to work on the module\
242
    Module restored\
14259 obado 243
  into name_norecognize,name_diff1,name_diff2,name_diff3,name_restoref,name_show_diff,name_gotowork,\
2387 bpr 244
    name_restored
7130 bpr 245
 
16826 bpr 246
  !set name_illegal= Your archives contains files of illegal type! It cannot be restored.\
247
    <p>Is it an old-versioned backup? Now you have to copy the files one by one.</p>
248
  !set name_warning2=Only backups saved earlier from Modtool will be accepted. No manual modification of \
249
    the backup file should be made.
250
  !set name_warning_diff=!nosubst Restoration of a backup module now completely replaces\
17180 bpr 251
    the existing module with the same address, with no possibility of recovery.<br> But you can also
7130 bpr 252
 
2387 bpr 253
!endif
16826 bpr 254
!distribute line Pour restaurer un module WIMS obtenu précédemment par une sauvegarde et se trouvant sur votre ordinateur\
255
  Pour sauvegarder sur son ordinateur le module WIMS sur lequel vous êtes en train de travailler\
256
into wims_name_title_restore,wims_name_title_modsave
2387 bpr 257
 
2379 bpr 258
!exit
12157 obado 259
 
2379 bpr 260
:del
12157 obado 261
  !set name_delmodule_warning1=Deleted modules are definitely gone.\
16826 bpr 262
    Make a backup first!
12157 obado 263
  !set name_delmodule_warning2=<b>Do not forget</b>:\
16826 bpr 264
    if there are any virtual classes or worksheets\
265
    referencing your module, these will be broken if the module is deleted.
12157 obado 266
  !set name_delmodule_confirm=Are you sure you want to delete the module
2379 bpr 267
!exit
12157 obado 268
 
2379 bpr 269
:delconfirm
7130 bpr 270
 The file
5901 bpr 271
 <span class="tt wims_fname">$fname</span>
3999 bpr 272
 is deleted from the module <span class="wims_mod_title">$title</span>.
2379 bpr 273
!exit
274
 
275
:delfile
7130 bpr 276
Are you sure you want to delete the file
5901 bpr 277
<span class="tt wims_fname">$fname</span>
2379 bpr 278
from the module
16826 bpr 279
<span class="wims_mod_title">$title</span>
280
ainsi que les fichiers éventuellement déposés?
6322 bpr 281
!exit
13806 czzmrn 282
 
283
:changeconfirm
284
The name of the file
285
<span class="tt wims_fname">$fname</span>
286
in the module
287
<span class="wims_mod_title">$title</span>
288
has been changed to
16104 bpr 289
<span class="tt wims_fname">$fnewname</span>.