@@ -30,3 +30,6 @@ other = "Задължително е да предоставите адрес н | |||
[send] | |||
other = "Изпрати" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "Eine Email Adresse wird benötigt." | |||
[send] | |||
other = "Senden" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "An email address is required." | |||
[send] | |||
other = "Send" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "Se requiere una dirección de correo electrónico." | |||
[send] | |||
other = "Enviar" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "Une adresse e-mail est requise." | |||
[send] | |||
other = "Envoyer" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "Indirizzo email obbligatorio." | |||
[send] | |||
other = "Invia" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "Een e-mailadres is vereist." | |||
[send] | |||
other = "Stuur" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "É necessário um endereço de e-mail." | |||
[send] | |||
other = "Enviar" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "Требуется адрес электронной почты." | |||
[send] | |||
other = "трансмиссия" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "En e-postadress krävs." | |||
[send] | |||
other = "Skicka" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "Електронна пошта обов'язкова" | |||
[send] | |||
other = "Надіслати" | |||
[taxonomyPageList] | |||
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" |
@@ -30,3 +30,6 @@ other = "需要电子邮件地址。" | |||
[send] | |||
other = "发送" | |||
[taxonomyPageList] | |||
other = "标签为“{{ .Title }}”的页面如下" |
@@ -1,7 +1,7 @@ | |||
{{ define "main" }} | |||
<article class="cf pa3 pa4-m pa4-l"> | |||
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray"> | |||
<p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p> | |||
<p>{{i18n "taxonomyPageList" .}}</p> | |||
</div> | |||
</article> | |||
<div class="mw8 center"> |