Rev 12115 | Rev 14080 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12115 | Rev 13318 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | Accesso negato. |
12 | Accesso negato. |
13 | !exit |
13 | !exit |
14 | !endif |
14 | !endif |
15 | 15 | ||
16 | !if checkhost iswordof $error |
16 | !if checkhost iswordof $error |
17 | L'IP della connessione attualmente utilizzata non è tra i valori degli IP |
17 | L'IP della connessione attualmente utilizzata non è tra i valori degli IP |
18 | sicuri inseriti per la modifica. Si tratta probabilmente di un errore in |
18 | sicuri inseriti per la modifica. Si tratta probabilmente di un errore in |
19 | quanto se si salva questa configurazione non sarà possibile accedere |
19 | quanto se si salva questa configurazione non sarà possibile accedere |
20 | alle pagine di configurazione del corso. L'opzione <b>non</b> |
20 | alle pagine di configurazione del corso. L'opzione <b>non</b> |
21 | è quindi stata modificata. |
21 | è quindi stata modificata. |
22 | !exit |
22 | !exit |
23 | !endif |
23 | !endif |
Line 29... | Line 29... | ||
29 | danneggiato. |
29 | danneggiato. |
30 | !exit |
30 | !exit |
31 | !endif |
31 | !endif |
32 | 32 | ||
33 | !if empty_file iswordof $error |
33 | !if empty_file iswordof $error |
34 | Il file inviato <span class="tt wims_fname">$wims_deposit</span> non contiene |
34 | Il file inviato <span class="tt wims_fname">$wims_deposit</span> non contiene |
35 | alcuna risorsa inseribile nel corso. |
35 | alcuna risorsa inseribile nel corso. |
36 | !exit |
36 | !exit |
37 | !endif |
37 | !endif |
38 | 38 | ||
39 | !if no_upload iswordof $error |
39 | !if no_upload iswordof $error |
Line 48... | Line 48... | ||
48 | né togliere tale corso dalla lista dei corsi vicini. |
48 | né togliere tale corso dalla lista dei corsi vicini. |
49 | !exit |
49 | !exit |
50 | !endif |
50 | !endif |
51 | 51 | ||
52 | !if share_dep iswordof $error |
52 | !if share_dep iswordof $error |
53 | La condivisione di risorse deve rispettare le dipendenze: è necessario |
53 | La condivisione di risorse deve rispettare le dipendenze: è necessario |
54 | condividere |
54 | condividere |
55 | !if sheet iswordof $error |
55 | !if sheet iswordof $error |
56 | gli esercizi (per poter condividere i test di autovalutazione). |
56 | gli esercizi (per poter condividere i test di autovalutazione). |
57 | !else |
57 | !else |
58 | !if exam iswordof $error |
58 | !if exam iswordof $error |
Line 63... | Line 63... | ||
63 | !else |
63 | !else |
64 | !if userphoto iswordof $error |
64 | !if userphoto iswordof $error |
65 | les comptes de participants avant de partager les photos individuelles. |
65 | les comptes de participants avant de partager les photos individuelles. |
66 | !endif |
66 | !endif |
67 | !endif |
67 | !endif |
68 | !endif |
68 | !endif |
69 | !endif |
69 | !endif |
70 | !exit |
70 | !exit |
71 | !endif |
71 | !endif |
72 | 72 | ||
73 | !if stopshare_dep iswordof $error |
73 | !if stopshare_dep iswordof $error |
74 | La condivisione di risorse deve rispettare le dipendenze: è necessario |
74 | La condivisione di risorse deve rispettare le dipendenze: è necessario |
75 | terminare la condivisione |
75 | terminare la condivisione |
76 | !if sheet iswordof $error |
76 | !if sheet iswordof $error |
77 | degli esami e del registro delle competenze (per poter terminare la condivisione dei test di autovalutazione). |
77 | degli esami e del registro delle competenze (per poter terminare la condivisione dei test di autovalutazione). |
78 | !else |
78 | !else |
79 | !if exo iswordof $error |
79 | !if exo iswordof $error |
80 | dei test di autovalutazione (per poter terminare la condivisione degli esercizi). |
80 | dei test di autovalutazione (per poter terminare la condivisione degli esercizi). |
81 | !endif |
81 | !endif |
82 | !endif |
82 | !endif |
83 | !exit |
83 | !exit |
84 | !endif |
84 | !endif |
85 | 85 | ||
86 | !if not_neighbor iswordof $error |
86 | !if not_neighbor iswordof $error |
Line 98... | Line 98... | ||
98 | !if toobigfile iswordof $error |
98 | !if toobigfile iswordof $error |
99 | Il file è troppo grande: il limite è 12K. |
99 | Il file è troppo grande: il limite è 12K. |
100 | !exit |
100 | !exit |
101 | !endif |
101 | !endif |
102 | 102 | ||
- | 103 | !if file_too_large iswordof $error |
|
- | 104 | <p>It was not possible to archive this class because of its size. Archives are limited to <strong>$max_arch_size KB</strong>.</p> |
|
- | 105 | <p>We invite you to make a selective backup by selecting only certain data.</p> |
|
- | 106 | !if $format!=zip |
|
- | 107 | <p>nb: you can still download the generated file, but it is certainly truncated.</p> |
|
103 |
|
108 | !endif |
- | 109 | !exit |
|
- | 110 | !endif |
|
104 | 111 | ||
- | 112 | !msg $error |