added localisation for multiple authors in the entry meta

This commit is contained in:
Bram de Leeuw 2016-06-10 13:04:15 +02:00
parent 09bdf60aa4
commit 1231d0ca92
11 changed files with 11 additions and 2 deletions

View File

@ -5,6 +5,7 @@ de:
Blog:
Archive: Archiv
By: von
AND: und
CONTRIBUTOR: Mitwirkende
Categories: Kategorien
Category: Kategorie

View File

@ -5,6 +5,7 @@ en:
Blog:
Archive: Archive
By: by
AND: and
CONTRIBUTOR: Contributor
Categories: Categories
Category: Category

View File

@ -4,7 +4,7 @@ eo:
SINGULARNAME: 'Enarĥivi fenestraĵon'
Blog:
Archive: Arkivo
By: de
By: ja
CONTRIBUTOR: Kontribuinto
Categories: Kategorioj
Category: Kategorio

View File

@ -5,6 +5,7 @@ fa_IR:
Blog:
Archive: بایگانی
By: توسط
AND: و
CONTRIBUTOR: مشارکت‌کننده
Categories: مجموعه‌ها
Category: مجموعه

View File

@ -5,6 +5,7 @@ fi:
Blog:
Archive: Arkisto
By: kirjoittanut
AND: ja
CONTRIBUTOR: Avustaja
Categories: Kategoriat
Category: Kategoria

View File

@ -5,6 +5,7 @@ fr:
Blog:
Archive: Archive
By: par
AND: et
CONTRIBUTOR: Contributeur
Categories: Catégories
Category: Catégorie

View File

@ -2,6 +2,7 @@ it:
Blog:
Archive: Archivia
By: di
AND: e
CONTRIBUTOR: Collaboratore
Categories: Categorie
Category: Categoria

View File

@ -5,6 +5,7 @@ nl:
Blog:
Archive: Archief
By: door
AND: en
CONTRIBUTOR: Co-auteur
Categories: Categorieën
Category: Categorie

View File

@ -5,6 +5,7 @@ ru:
Blog:
Archive: Архив
By: 'автор:'
AND: а также
Categories: Категории
Category: Категория
Comments: Комментарии

View File

@ -5,6 +5,7 @@ sv:
Blog:
Archive: Arkiv
By: av
AND: och
CONTRIBUTOR: Bidragsgivare
Categories: Kategorier
Category: Kategori

View File

@ -25,7 +25,7 @@
<% if $Credits %>
<%t Blog.By "by" %>
<% loop $Credits %><% if not $First && not $Last %>, <% end_if %><% if not $First && $Last %> and <% end_if %><% if $URLSegment %><a href="$URL">$Name.XML</a><% else %>$Name.XML<% end_if %><% end_loop %>
<% loop $Credits %><% if not $First && not $Last %>, <% end_if %><% if not $First && $Last %> <%t Blog.AND "and" %> <% end_if %><% if $URLSegment %><a href="$URL">$Name.XML</a><% else %>$Name.XML<% end_if %><% end_loop %>
<% end_if %>
</p>