Subversion Repositories wimsdev

Rev

Rev 3150 | Rev 4028 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3150 Rev 3157
Line 4... Line 4...
4
!if $w1 iswordof antiwversion badauth badauthhost badcategory badhour badlang \
4
!if $w1 iswordof antiwversion badauth badauthhost badcategory badhour badlang \
5
	badname badtar badtype badversion badwimsversion \
5
	badname badtar badtype badversion badwimsversion \
6
	doublelang empty nochange noindex nolocalright \
6
	doublelang empty nochange noindex nolocalright \
7
	nongnu nooriginal noreply noright noright_translate notallow robot \
7
	nongnu nooriginal noreply noright noright_translate notallow robot \
8
	symlink toolong unpublishable please-update-module-version lengthlimit \
8
	symlink toolong unpublishable please-update-module-version lengthlimit \
9
	already_exists
9
	mirror_exists
10
 !goto $w1
10
 !goto $w1
11
!else
11
!else
12
 !default $wims_read_parm=Une erreur technique est apparue.
12
 !default $wims_read_parm=Une erreur technique est apparue.
13
 $wims_read_parm
13
 $wims_read_parm
14
 !exit
14
 !exit
15
!endif
15
!endif
16
 
16
 
17
:already_exists
17
:mirror_exists
18
 A module with the same name already exists on another mirror publication servor.
18
 A module with the same name already exists on another mirror publication servor.
19
 If you are its author, you must publish at the same publication servor or ask 
19
 If you are its author, you must publish at the same publication servor or ask 
20
 a transfer of your rights. If you are not the other one, please change the name of your module.
20
 a transfer of your rights. If you are not the other one, please change the name of your module.
21
!exit
21
!exit
22
 
22