File tree 10 files changed +12
-120
lines changed
10 files changed +12
-120
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,7 @@ title: "Пощенски списъци"
4
4
lang : bg
5
5
---
6
6
7
- <div >
8
- ** undefined tag `subscribe’**
9
- </div >
7
+ {% include subscription-form.html %}
10
8
11
9
Ако имате проблем с потвърждаването на заявката, можете да използвате
12
10
[ ръчно записване] ( manual-instructions/ ) .
13
-
Original file line number Diff line number Diff line change @@ -28,20 +28,9 @@ Ruby-CVS
28
28
: Sämtliche Commits in das Ruby-Repository werden an diese Liste
29
29
gesendet.
30
30
31
- <form action =" /de/community/mailing-lists/ " id =" subscriptions-form " method =" post " markdown =" 1 " >
32
- ## Subscribe or Unsubscribe
33
-
34
- | Mailingliste | <select name =" list " ><option value =" ruby-talk " >Ruby-Talk</option ><option value =" ruby-core " >Ruby-Core</option ><option value =" ruby-doc " >Ruby-Doc</option ><option value =" ruby-cvs " >Ruby-CVS</option ></select > |
35
- | Vorname | <input name =" first_name " value =" " /> |
36
- | Nachname | <input name =" last_name " value =" " /> |
37
- | E-Mail | <input name =" email " value =" " /> |
38
- | Vorgang | <select name =" action " ><option value =" subscribe " >Anmelden</option ><option value =" unsubscribe " >Abmelden</option ></select > |
39
- {: .fieldset cellspacing="0" cellpadding="0" border="0"}
40
-
41
- <div class =" buttons " >
42
- <input class =" button " type =" submit " value =" Absenden " />
43
- </div >
44
- </form >
31
+ ## An- oder Abmelden
32
+
33
+ {% include subscription-form.html %}
45
34
46
35
Sofern die Anmeldung über das Webformular nicht klappt, kannst du dich
47
36
auch [ manuell anmelden] ( manual-instructions/ ) .
Original file line number Diff line number Diff line change @@ -26,20 +26,9 @@ Ruby-CVS
26
26
: En esta lista se anuncian todos los commits al código en el
27
27
repositorio CVS de Ruby.
28
28
29
- <form action =" /es/community/mailing-lists/ " id =" subscriptions-form " method =" post " markdown =" 1 " >
30
29
## Suscribirse o desuscribirse
31
30
32
- | Lista de correo | <select name =" list " ><option value =" ruby-talk " >Ruby-Talk</option ><option value =" ruby-core " >Ruby-Core</option ><option value =" ruby-doc " >Ruby-Doc</option ><option value =" ruby-cvs " >Ruby-CVS</option ></select > |
33
- | Nombre | <input name =" first_name " value =" " /> |
34
- | Apellidos | <input name =" last_name " value =" " /> |
35
- | Correo electrónico | <input name =" email " value =" " /> |
36
- | Acción | <select name =" action " ><option value =" subscribe " >Subscribe</option ><option value =" unsubscribe " >Unsubscribe</option ></select > |
37
- {: .fieldset cellspacing="0" cellpadding="0" border="0"}
38
-
39
- <div class =" buttons " >
40
- <input class =" button " type =" submit " value =" Enviar " />
41
- </div >
42
- </form >
31
+ {% include subscription-form.html %}
43
32
44
33
Si no recibes el correo de confirmación usando este formulario de
45
34
suscripción, intenta suscribirte de la [ forma
Original file line number Diff line number Diff line change @@ -29,20 +29,9 @@ Ruby-Doc
29
29
Ruby-CVS
30
30
: Cette liste recense de façon automatique les * commits* du CVS Ruby.
31
31
32
- <form action =" /fr/community/mailing-lists/ " id =" subscriptions-form " method =" post " markdown =" 1 " >
33
32
## S’inscrire ou résilier son inscription
34
33
35
- | Liste de diffusion | <select name =" list " ><option value =" ruby-talk " >Ruby-Talk</option ><option value =" ruby-core " >Ruby-Core</option ><option value =" ruby-doc " >Ruby-Doc</option ><option value =" ruby-cvs " >Ruby-CVS</option ></select > |
36
- | Prénom | <input name =" first_name " value =" " /> |
37
- | Nom | <input name =" last_name " value =" " /> |
38
- | e-mail | <input name =" email " value =" " /> |
39
- | Action | <select name =" action " ><option value =" subscribe " >Subscribe</option ><option value =" unsubscribe " >Unsubscribe</option ></select > |
40
- {: .fieldset cellspacing="0" cellpadding="0" border="0"}
41
-
42
- <div class =" buttons " >
43
- <input class =" button " type =" submit " value =" Valider " />
44
- </div >
45
- </form >
34
+ {% include subscription-form.html %}
46
35
47
36
Si vous ne recevez pas d’e-mail de confirmation en validant le
48
37
formulaire, essayez la [ méthode manuelle] ( manual-instructions/ ) .
Original file line number Diff line number Diff line change @@ -36,22 +36,9 @@ Ruby-CVS
36
36
: Milis ini melaporkan setiap * commit* yang terjadi pada * repository*
37
37
Subversion (dulunya CVS) proyek Ruby.
38
38
39
- <form action =" /id/community/mailing-lists/ " id =" subscriptions-form " method =" post " markdown =" 1 " >
40
39
## Mulai atau Berhenti Berlangganan
41
40
42
- | Nama Milis | <select name =" list " ><option value =" ruby-talk " >Ruby-Talk</option ><option value =" ruby-core " >Ruby-Core</option ><option value =" ruby-doc " >Ruby-Doc</option ><option value =" ruby-cvs " >Ruby-CVS</option ></select > |
43
- | Nama Depan | <input name =" first_name " value =" " /> |
44
- | Nama Belakang | <input name =" last_name " value =" " /> |
45
- | Alamat E-mail | <input name =" email " value =" " /> |
46
- | Tindakan | <select name =" action " ><option value =" subscribe " >Subscribe</option ><option value =" unsubscribe " >Unsubscribe</option ></select > |
47
- {: .fieldset cellspacing="0" cellpadding="0" border="0"}
48
-
49
- <div class =" buttons " >
50
- <input class =" button " type =" submit " value =" Kirim " />
51
- </div >
52
- </form >
53
-
54
-
41
+ {% include subscription-form.html %}
55
42
56
43
Apabila Anda tidak menerima e-mail konfirmasi, Anda bisa mencoba
57
44
berlangganan menggunakan [ cara
Original file line number Diff line number Diff line change @@ -26,20 +26,9 @@ Ruby-Doc
26
26
Ruby-CVS
27
27
: Questa lista annuncia tutti i commit al repository CVS di Ruby.
28
28
29
- <form action =" /it/community/mailing-lists/ " id =" subscriptions-form " method =" post " markdown =" 1 " >
30
29
## Iscriviti o annulla la tua iscrizione
31
30
32
- | Lista di discussione | <select name =" list " ><option value =" ruby-talk " >Ruby-Talk</option ><option value =" ruby-core " >Ruby-Core</option ><option value =" ruby-doc " >Ruby-Doc</option ><option value =" ruby-cvs " >Ruby-CVS</option ></select > |
33
- | Nome | <input name =" first_name " value =" " /> |
34
- | Cognome | <input name =" last_name " value =" " /> |
35
- | Indirizzo E-mail | <input name =" email " value =" " /> |
36
- | Azione | <select name =" action " ><option value =" subscribe " >Subscribe</option ><option value =" unsubscribe " >Unsubscribe</option ></select > |
37
- {: .fieldset cellspacing="0" cellpadding="0" border="0"}
38
-
39
- <div class =" buttons " >
40
- <input class =" button " type =" submit " value =" Invia " />
41
- </div >
42
- </form >
31
+ {% include subscription-form.html %}
43
32
44
33
In caso di mancata ricezione della conferma email usando questo form,
45
34
prova a iscriverti seguendo la [ procedura
Original file line number Diff line number Diff line change @@ -32,20 +32,9 @@ Ruby-CVS
32
32
Poniżej znajduje się formularz zgłoszeniowy (po angielsku) na powyższe
33
33
listy:
34
34
35
- <form action =" /pl/community/mailing-lists/ " id =" subscriptions-form " method =" post " markdown =" 1 " >
36
35
## Subscribe or Unsubscribe
37
36
38
- | Mailing List | <select name =" list " ><option value =" ruby-talk " >Ruby-Talk</option ><option value =" ruby-core " >Ruby-Core</option ><option value =" ruby-doc " >Ruby-Doc</option ><option value =" ruby-cvs " >Ruby-CVS</option ></select > |
39
- | First Name | <input name =" first_name " value =" " /> |
40
- | Last Name | <input name =" last_name " value =" " /> |
41
- | E-mail Address | <input name =" email " value =" " /> |
42
- | Action | <select name =" action " ><option value =" subscribe " >Subscribe</option ><option value =" unsubscribe " >Unsubscribe</option ></select > |
43
- {: .fieldset cellspacing="0" cellpadding="0" border="0"}
44
-
45
- <div class =" buttons " >
46
- <input class =" button " type =" submit " value =" Submit Form " />
47
- </div >
48
- </form >
37
+ {% include subscription-form.html %}
49
38
50
39
If you fail to receive a confirmation e-mail using the form, try
51
40
subscribing the [ manual
Original file line number Diff line number Diff line change @@ -39,20 +39,9 @@ Ruby << portuguese.
39
39
</form >
40
40
</table >
41
41
42
- <form action =" /pt/community/mailing-lists/ " id =" subscriptions-form " method =" post " markdown =" 1 " >
43
42
## Subscrever ou Remover
44
43
45
- | Lista de Correio | <select name =" list " ><option value =" ruby-talk " >Ruby-Talk</option ><option value =" ruby-core " >Ruby-Core</option ><option value =" ruby-doc " >Ruby-Doc</option ><option value =" ruby-cvs " >Ruby-CVS</option ></select > |
46
- | Primeiro Nome | <input name =" first_name " value =" " /> |
47
- | Último Nome | <input name =" last_name " value =" " /> |
48
- | Endereço Electrónico | <input name =" email " value =" " /> |
49
- | Acção | <select name =" action " ><option value =" subscribe " >Subscribe</option ><option value =" unsubscribe " >Unsubscribe</option ></select > |
50
- {: .fieldset cellspacing="0" cellpadding="0" border="0"}
51
-
52
- <div class =" buttons " >
53
- <input class =" button " type =" submit " value =" Enviar Formulário " />
54
- </div >
55
- </form >
44
+ {% include subscription-form.html %}
56
45
57
46
Se falhar a recepção do email utilizando o formulário, tente subscrever
58
47
[ manualmente] (manual-instructions/ "subscrição manual numa
Original file line number Diff line number Diff line change @@ -23,22 +23,9 @@ Ruby-Doc
23
23
Ruby-CVS
24
24
: This list reports all commits to Ruby’s CVS repository.
25
25
26
- <form action =" /zh_cn/community/mailing-lists/ " id =" subscriptions-form " method =" post " markdown =" 1 " >
27
26
## 订阅 或者 退订
28
27
29
- | 邮件列表 | <select name =" list " ><option value =" ruby-talk " >Ruby-Talk</option ><option value =" ruby-core " >Ruby-Core</option ><option value =" ruby-doc " >Ruby-Doc</option ><option value =" ruby-cvs " >Ruby-CVS</option ></select > |
30
- | 姓 | <input name =" first_name " value =" " /> |
31
- | 名 | <input name =" last_name " value =" " /> |
32
- | 电子邮件 | <input name =" email " value =" " /> |
33
- | 操作 | <select name =" action " ><option value =" subscribe " >Subscribe</option ><option value =" unsubscribe " >Unsubscribe</option ></select > |
34
- {: .fieldset cellspacing="0" cellpadding="0" border="0"}
35
-
36
- \* Subscribe – 订阅,Unsubscribe – 退订
37
-
38
- <div class =" buttons " >
39
- <input class =" button " type =" submit " value =" 提交表格 " />
40
- </div >
41
- </form >
28
+ {% include subscription-form.html %}
42
29
43
30
如果您使用此表格订阅无法接收到邮件,请使用[ 手工的方式] ( manual-instructions/ ) 订阅。
44
31
Original file line number Diff line number Diff line change @@ -24,22 +24,9 @@ Ruby-Doc
24
24
Ruby-CVS
25
25
: This list reports all commits to Ruby’s CVS repository.
26
26
27
- <form action =" /zh_tw/community/mailing-lists/ " id =" subscriptions-form " method =" post " markdown =" 1 " >
28
27
## Subscribe or Unsubscribe
29
28
30
- | Mailing List | <select name =" list " ><option value =" ruby-talk " >Ruby-Talk</option ><option value =" ruby-core " >Ruby-Core</option ><option value =" ruby-doc " >Ruby-Doc</option ><option value =" ruby-cvs " >Ruby-CVS</option ></select > |
31
- | First Name | <input name =" first_name " value =" " /> |
32
- | Last Name | <input name =" last_name " value =" " /> |
33
- | E-mail Address | <input name =" email " value =" " /> |
34
- | Action | <select name =" action " ><option value =" subscribe " >Subscribe</option ><option value =" unsubscribe " >Unsubscribe</option ></select > |
35
- {: .fieldset cellspacing="0" cellpadding="0" border="0"}
36
-
37
- <div class =" buttons " >
38
- <input class =" button " type =" submit " value =" Submit Form " />
39
- </div >
40
- </form >
41
-
42
-
29
+ {% include subscription-form.html %}
43
30
44
31
If you fail to receive a confirmation e-mail using the form, try
45
32
subscribing the [ manual way] ( manual-instructions/ ) .
You can’t perform that action at this time.
0 commit comments