diff options
Diffstat (limited to 'nikola/data/themes/base/messages')
45 files changed, 299 insertions, 80 deletions
diff --git a/nikola/data/themes/base/messages/messages_ar.py b/nikola/data/themes/base/messages/messages_ar.py index 07c38b2..6796b6b 100644 --- a/nikola/data/themes/base/messages/messages_ar.py +++ b/nikola/data/themes/base/messages/messages_ar.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "أيضا متوفر في:", "Archive": "الأرشيف", + "Authors": "", "Categories": "فئات", "Comments": "التّعليقات", "LANGUAGE": "العربيّة", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "الموقع الأصلي", "Posted:": "نشر:", "Posts about %s": "مقالات عن s%", + "Posts by %s": "", "Posts for year %s": "مقالات سنة s%", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "تصنيفات و فئات", "Tags": "تصنيفات", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "مقالات قديمة, صفحة d%", diff --git a/nikola/data/themes/base/messages/messages_az.py b/nikola/data/themes/base/messages/messages_az.py index 76c15fc..15b2341 100644 --- a/nikola/data/themes/base/messages/messages_az.py +++ b/nikola/data/themes/base/messages/messages_az.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Həmçinin mövcuddur:", "Archive": "Arxiv", + "Authors": "", "Categories": "Kateqoriyalar", "Comments": "Şərhlər", "LANGUAGE": "Azərbaycan dili", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Original sayt", "Posted:": "yazılma tarixi:", "Posts about %s": "%s ilə bağlı yazılar", + "Posts by %s": "", "Posts for year %s": "%s ilindəki yazılar", "Posts for {month} {day}, {year}": "{month} {day}, {year} üçün yazılar", "Posts for {month} {year}": "{month} {year} üçün yazılar", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Teqlər və Kateqoriyalar", "Tags": "Teqlər", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "köhnə yazılar, səhifə %s", diff --git a/nikola/data/themes/base/messages/messages_bg.py b/nikola/data/themes/base/messages/messages_bg.py index 96ac878..bd6d301 100644 --- a/nikola/data/themes/base/messages/messages_bg.py +++ b/nikola/data/themes/base/messages/messages_bg.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Също достъпно в:", "Archive": "Архив", + "Authors": "", "Categories": "Категории", "Comments": "", "LANGUAGE": "Български", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Оригиналния сайт", "Posted:": "Публиковано:", "Posts about %s": "Публикации относно %s", + "Posts by %s": "", "Posts for year %s": "Публикации за %s година", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "Публикации за {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Тагове и Категории", "Tags": "Тагове", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "стари публикации, страница %d", diff --git a/nikola/data/themes/base/messages/messages_bs.py b/nikola/data/themes/base/messages/messages_bs.py index 23a1f64..d2bef18 100644 --- a/nikola/data/themes/base/messages/messages_bs.py +++ b/nikola/data/themes/base/messages/messages_bs.py @@ -6,23 +6,25 @@ MESSAGES = { "(active)": "(aktivno)", "Also available in:": "Takođe dostupan u:", "Archive": "Arhiva", + "Authors": "Autori", "Categories": "Kategorije", "Comments": "Komentari", "LANGUAGE": "Bosanski", "Languages:": "Jezici:", - "More posts about %s": "Više objava o %s", + "More posts about %s": "Više članaka o %s", "Newer posts": "Novije objave", - "Next post": "Naredna objava", - "No posts found.": "Nema objava.", + "Next post": "Naredni članak", + "No posts found.": "Nema članaka.", "Nothing found.": "Ništa nije pronađeno.", "Older posts": "Starije objave", "Original site": "Izvorni sajt", "Posted:": "Objavljeno:", "Posts about %s": "Objave o %s", + "Posts by %s": "Objave prema %s", "Posts for year %s": "Objave u godini %s", - "Posts for {month} {day}, {year}": "Objave za {month} {day}, {year}", + "Posts for {month} {day}, {year}": "Objave za {day}.{month}.{year}", "Posts for {month} {year}": "Objave za {month} {year}", - "Previous post": "Prethodne objave", + "Previous post": "Prethodni članak", "Publication date": "Datum objavljivanja", "RSS feed": "RSS feed", "Read in English": "Pročitaj na bosanskom", @@ -32,8 +34,10 @@ MESSAGES = { "Subcategories:": "Podkategorije:", "Tags and Categories": "Oznake i kategorije", "Tags": "Oznake", + "Uncategorized": "Bez kategorije", + "Updates": "Ažuriranja", "Write your page here.": "Vašu stranicu napišite ovdje.", - "Write your post here.": "Vašu objavu napišite ovdje.", + "Write your post here.": "Vaš članak napišite ovdje.", "old posts, page %d": "stare objave, strana %d", "page %d": "strana %d", } diff --git a/nikola/data/themes/base/messages/messages_ca.py b/nikola/data/themes/base/messages/messages_ca.py index f45b1a6..bd4cacc 100644 --- a/nikola/data/themes/base/messages/messages_ca.py +++ b/nikola/data/themes/base/messages/messages_ca.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "També disponibles en:", "Archive": "Arxiu", + "Authors": "", "Categories": "Categories", "Comments": "Comentaris", "LANGUAGE": "Català", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Lloc original", "Posted:": "Publicat:", "Posts about %s": "Entrades sobre %s", + "Posts by %s": "", "Posts for year %s": "Entrades de l'any %s", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "Publicat en {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Etiquetes i Categories", "Tags": "Etiquetes", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "entrades antigues, pàgina %d", diff --git a/nikola/data/themes/base/messages/messages_cs.py b/nikola/data/themes/base/messages/messages_cs.py index 6e1bdd2..b509043 100644 --- a/nikola/data/themes/base/messages/messages_cs.py +++ b/nikola/data/themes/base/messages/messages_cs.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Dostupné také v", "Archive": "Archiv", + "Authors": "", "Categories": "Kategorie", "Comments": "Komentáře", "LANGUAGE": "Čeština", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Původní stránka", "Posted:": "Zveřejněno:", "Posts about %s": "Příspěvky o %s", + "Posts by %s": "", "Posts for year %s": "Příspěvky v roce %s", "Posts for {month} {day}, {year}": "Příspěvky v {month} {day}, {year}", "Posts for {month} {year}": "Příspěvky v {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Štítky a kategorie", "Tags": "Štítky", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "staré příspěvky, strana %d", diff --git a/nikola/data/themes/base/messages/messages_da.py b/nikola/data/themes/base/messages/messages_da.py index 73b71cb..34a92f5 100644 --- a/nikola/data/themes/base/messages/messages_da.py +++ b/nikola/data/themes/base/messages/messages_da.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Fås også i:", "Archive": "Arkiv", + "Authors": "", "Categories": "Kategorier", "Comments": "Kommentarer", "LANGUAGE": "Dansk", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Oprindeligt hjemmeside", "Posted:": "Opslået:", "Posts about %s": "Indlæg om %s", + "Posts by %s": "", "Posts for year %s": "Indlæg for %s", "Posts for {month} {day}, {year}": "Indlæs for {month} {day}, {year}", "Posts for {month} {year}": "Indlæg for {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Nøgleord og kategorier", "Tags": "Nøgleord", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "gamle indlæg, side %d", diff --git a/nikola/data/themes/base/messages/messages_de.py b/nikola/data/themes/base/messages/messages_de.py index 324dd14..fd2c293 100644 --- a/nikola/data/themes/base/messages/messages_de.py +++ b/nikola/data/themes/base/messages/messages_de.py @@ -3,9 +3,10 @@ from __future__ import unicode_literals MESSAGES = { "%d min remaining to read": "%d min verbleiben zum Lesen", - "(active)": "", + "(active)": "(aktiv)", "Also available in:": "Auch verfügbar in:", "Archive": "Archiv", + "Authors": "Autoren", "Categories": "Kategorien", "Comments": "Kommentare", "LANGUAGE": "Deutsch", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Original-Seite", "Posted:": "Veröffentlicht:", "Posts about %s": "Einträge über %s", + "Posts by %s": "Einträge von %s", "Posts for year %s": "Einträge aus dem Jahr %s", "Posts for {month} {day}, {year}": "Einträge vom {day}. {month} {year}", "Posts for {month} {year}": "Einträge aus {month} {year}", @@ -32,8 +34,10 @@ MESSAGES = { "Subcategories:": "Unterkategorien:", "Tags and Categories": "Tags und Kategorien", "Tags": "Tags", - "Write your page here.": "", - "Write your post here.": "", + "Uncategorized": "Nicht kategorisiert", + "Updates": "Updates", + "Write your page here.": "Schreibe hier deinen Seiteninhalt hin.", + "Write your post here.": "Schreibe hier deinen Eintrag hin.", "old posts, page %d": "Ältere Einträge, Seite %d", "page %d": "Seite %d", } diff --git a/nikola/data/themes/base/messages/messages_el.py b/nikola/data/themes/base/messages/messages_el.py index 68cf91f..9775b30 100644 --- a/nikola/data/themes/base/messages/messages_el.py +++ b/nikola/data/themes/base/messages/messages_el.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Διαθέσιμο και στα:", "Archive": "Αρχείο", + "Authors": "", "Categories": "Κατηγορίες", "Comments": "Σχόλια", "LANGUAGE": "Ελληνικά", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Ιστοσελίδα αρχικής ανάρτησης", "Posted:": "Αναρτήθηκε:", "Posts about %s": "Αναρτήσεις για %s", + "Posts by %s": "", "Posts for year %s": "Αναρτήσεις για το έτος %s", "Posts for {month} {day}, {year}": "Αναρτήσεις στις {day} {month}, {year}", "Posts for {month} {year}": "Αναρτήσεις για τον {month} του {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Ετικέτες και κατηγορίες", "Tags": "Ετικέτες", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "σελίδα παλαιότερων αναρτήσεων %d", diff --git a/nikola/data/themes/base/messages/messages_en.py b/nikola/data/themes/base/messages/messages_en.py index 29af257..f17ce18 100644 --- a/nikola/data/themes/base/messages/messages_en.py +++ b/nikola/data/themes/base/messages/messages_en.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(active)", "Also available in:": "Also available in:", "Archive": "Archive", + "Authors": "Authors", "Categories": "Categories", "Comments": "Comments", "LANGUAGE": "English", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Original site", "Posted:": "Posted:", "Posts about %s": "Posts about %s", + "Posts by %s": "Posts by %s", "Posts for year %s": "Posts for year %s", "Posts for {month} {day}, {year}": "Posts for {month} {day}, {year}", "Posts for {month} {year}": "Posts for {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Subcategories:", "Tags and Categories": "Tags and Categories", "Tags": "Tags", + "Uncategorized": "Uncategorized", + "Updates": "Updates", "Write your page here.": "Write your page here.", "Write your post here.": "Write your post here.", "old posts, page %d": "old posts, page %d", diff --git a/nikola/data/themes/base/messages/messages_eo.py b/nikola/data/themes/base/messages/messages_eo.py index 8938707..126c98f 100644 --- a/nikola/data/themes/base/messages/messages_eo.py +++ b/nikola/data/themes/base/messages/messages_eo.py @@ -2,38 +2,42 @@ from __future__ import unicode_literals MESSAGES = { - "%d min remaining to read": "", - "(active)": "", + "%d min remaining to read": "%d minutoj por legi", + "(active)": "(aktiva)", "Also available in:": "Ankaŭ disponebla en:", - "Archive": "Arĥivo", + "Archive": "Arkivo", + "Authors": "Aŭtoroj", "Categories": "Kategorioj", - "Comments": "", - "LANGUAGE": "Anglalingve", - "Languages:": "", - "More posts about %s": "Pli artikoloj pri %s", + "Comments": "Komentoj", + "LANGUAGE": "Esperante", + "Languages:": "Lingvoj:", + "More posts about %s": "Pli da artikoloj pri %s", "Newer posts": "Pli novaj artikoloj", "Next post": "Venonta artikolo", - "No posts found.": "", - "Nothing found.": "", + "No posts found.": "Neniu artikoloj trovitaj.", + "Nothing found.": "Nenio trovita.", "Older posts": "Pli malnovaj artikoloj", - "Original site": "Originala interretejo", + "Original site": "Originala retejo", "Posted:": "Skribita:", "Posts about %s": "Artikoloj pri %s", + "Posts by %s": "Artikoloj de %s", "Posts for year %s": "Artikoloj de la jaro %s", - "Posts for {month} {day}, {year}": "", - "Posts for {month} {year}": "Artikoloj skribitaj en {month} {year}", + "Posts for {month} {day}, {year}": "Artikoloj de la {day}a de {month} {year}", + "Posts for {month} {year}": "Artikoloj de {month} {year}", "Previous post": "Antaŭa artikolo", - "Publication date": "", - "RSS feed": "", + "Publication date": "Eldona dato", + "RSS feed": "RSS fluo", "Read in English": "Legu ĝin en Esperanto", - "Read more": "Legu plu", - "Skip to main content": "", + "Read more": "Legu pli", + "Skip to main content": "Salti al ĉefenhavo", "Source": "Fonto", - "Subcategories:": "", - "Tags and Categories": "Etikedoj kaj Kategorioj", + "Subcategories:": "Subkategorioj:", + "Tags and Categories": "Etikedoj kaj kategorioj", "Tags": "Etikedoj", - "Write your page here.": "", - "Write your post here.": "", - "old posts, page %d": "paĝo de malnovaj artikoloj %d", + "Uncategorized": "Sen kategorioj", + "Updates": "Ĝisdatigoj", + "Write your page here.": "Skribu tie vian paĝon.", + "Write your post here.": "Skribu tie vian artikolon.", + "old posts, page %d": "%da paĝo de malnovaj artikoloj", "page %d": "paĝo %d", } diff --git a/nikola/data/themes/base/messages/messages_es.py b/nikola/data/themes/base/messages/messages_es.py index e3f0f03..7457c89 100644 --- a/nikola/data/themes/base/messages/messages_es.py +++ b/nikola/data/themes/base/messages/messages_es.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(activo)", "Also available in:": "También disponible en:", "Archive": "Archivo", + "Authors": "Autores", "Categories": "Categorías", "Comments": "Comentarios", "LANGUAGE": "Español", @@ -19,9 +20,10 @@ MESSAGES = { "Original site": "Sitio original", "Posted:": "Publicado:", "Posts about %s": "Publicaciones sobre %s", + "Posts by %s": "Publicaciones de %s", "Posts for year %s": "Publicaciones del año %s", - "Posts for {month} {day}, {year}": "Publicaciones de {day}, {month}, {year}", - "Posts for {month} {year}": "Posts de {month} {year}", + "Posts for {month} {day}, {year}": "Publicaciones del {day} de {month} de {year}", + "Posts for {month} {year}": "Posts de {month} de {year}", "Previous post": "Publicación anterior", "Publication date": "Fecha de publicación", "RSS feed": "Canal RSS", @@ -32,8 +34,10 @@ MESSAGES = { "Subcategories:": "Subcategorías:", "Tags and Categories": "Etiquetas y Categorías", "Tags": "Etiquetas", - "Write your page here.": "", - "Write your post here.": "", + "Uncategorized": "Sin categoría", + "Updates": "Actualizaciones", + "Write your page here.": "Escriba su página aquí.", + "Write your post here.": "Escriba su publicación aquí.", "old posts, page %d": "publicaciones antiguas, página %d", "page %d": "página %d", } diff --git a/nikola/data/themes/base/messages/messages_et.py b/nikola/data/themes/base/messages/messages_et.py index c67cbb2..bfe58e4 100644 --- a/nikola/data/themes/base/messages/messages_et.py +++ b/nikola/data/themes/base/messages/messages_et.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Saadaval ka:", "Archive": "Arhiiv", + "Authors": "", "Categories": "Kategooriad", "Comments": "", "LANGUAGE": "Eesti", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Algallikas", "Posted:": "Postitatud:", "Posts about %s": "Postitused %s kohta", + "Posts by %s": "", "Posts for year %s": "Postitused aastast %s", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "Postitused {year} aasta kuust {month} ", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Sildid ja kategooriad", "Tags": "Märksõnad", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "vanade postituste, leht %d", diff --git a/nikola/data/themes/base/messages/messages_eu.py b/nikola/data/themes/base/messages/messages_eu.py index 1588cd6..8635f21 100644 --- a/nikola/data/themes/base/messages/messages_eu.py +++ b/nikola/data/themes/base/messages/messages_eu.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Eskuragarria hemen ere:", "Archive": "Artxiboa", + "Authors": "", "Categories": "Kategoriak", "Comments": "", "LANGUAGE": "Euskara", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Jatorrizko orria", "Posted:": "Argitaratuta:", "Posts about %s": "%s-ri buruzko postak", + "Posts by %s": "", "Posts for year %s": "%s. urteko postak", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "{year}ko {month}ren postak", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Etiketak eta Kategoriak", "Tags": "Etiketak", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "Post zaharren, orria %d", diff --git a/nikola/data/themes/base/messages/messages_fa.py b/nikola/data/themes/base/messages/messages_fa.py index b69d57a..1d96da8 100644 --- a/nikola/data/themes/base/messages/messages_fa.py +++ b/nikola/data/themes/base/messages/messages_fa.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "همچنین قابل دسترس از:", "Archive": "آرشیو", + "Authors": "", "Categories": "دستهها", "Comments": "دیدگاهها", "LANGUAGE": "فارسی", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "سایت اصلی", "Posted:": "ارسال شده:", "Posts about %s": "ارسالها دربارهٔ %s", + "Posts by %s": "", "Posts for year %s": "ارسالها برای سال %s", "Posts for {month} {day}, {year}": "ارسال برای {month} {day}. {year}", "Posts for {month} {year}": "ارسال برای {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "برچسبها و دستهها", "Tags": "برچسبها", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "صفحهٔ ارسالهای قدیمی %d", diff --git a/nikola/data/themes/base/messages/messages_fi.py b/nikola/data/themes/base/messages/messages_fi.py index 1bcd6ad..b7ba141 100644 --- a/nikola/data/themes/base/messages/messages_fi.py +++ b/nikola/data/themes/base/messages/messages_fi.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(aktiivinen)", "Also available in:": "Saatavilla myös:", "Archive": "Arkisto", + "Authors": "", "Categories": "Kategoriat", "Comments": "Kommentit", "LANGUAGE": "Suomi", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Alkuperäinen sivusto", "Posted:": "Postattu:", "Posts about %s": "Postauksia aiheesta %s", + "Posts by %s": "", "Posts for year %s": "Postauksia vuodelta %s", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "Postauksia ajalle {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Alakategoriat:", "Tags and Categories": "Tagit ja kategoriat", "Tags": "Tagit", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "vanhoja postauksia, sivu %d", diff --git a/nikola/data/themes/base/messages/messages_fil.py b/nikola/data/themes/base/messages/messages_fil.py index fd26d77..f661c0e 100644 --- a/nikola/data/themes/base/messages/messages_fil.py +++ b/nikola/data/themes/base/messages/messages_fil.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "", "Archive": "", + "Authors": "", "Categories": "", "Comments": "", "LANGUAGE": "", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "", "Posted:": "", "Posts about %s": "", + "Posts by %s": "", "Posts for year %s": "", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "", "Tags": "", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "", diff --git a/nikola/data/themes/base/messages/messages_fr.py b/nikola/data/themes/base/messages/messages_fr.py index 327b3f7..1c2025c 100644 --- a/nikola/data/themes/base/messages/messages_fr.py +++ b/nikola/data/themes/base/messages/messages_fr.py @@ -4,12 +4,13 @@ from __future__ import unicode_literals MESSAGES = { "%d min remaining to read": "Il reste encore %d min. de lecture", "(active)": "(actif)", - "Also available in:": "Également disponible en:", + "Also available in:": "Également disponible en :", "Archive": "Archives", + "Authors": "Auteurs", "Categories": "Catégories", "Comments": "Commentaires", "LANGUAGE": "Français", - "Languages:": "Langues:", + "Languages:": "Langues :", "More posts about %s": "Plus d'articles sur %s", "Newer posts": "Articles récents", "Next post": "Article suivant", @@ -17,8 +18,9 @@ MESSAGES = { "Nothing found.": "Pas de résultats.", "Older posts": "Anciens articles", "Original site": "Site d'origine", - "Posted:": "Publié:", + "Posted:": "Publié :", "Posts about %s": "Articles sur %s", + "Posts by %s": "Publiés par %s", "Posts for year %s": "Articles de l'année %s", "Posts for {month} {day}, {year}": "Articles du {day} {month} {year}", "Posts for {month} {year}": "Articles de {month} {year}", @@ -32,8 +34,10 @@ MESSAGES = { "Subcategories:": "Sous-catégories", "Tags and Categories": "Étiquettes et catégories", "Tags": "Étiquettes", - "Write your page here.": "", - "Write your post here.": "", + "Uncategorized": "Sans catégorie", + "Updates": "Mises à jour", + "Write your page here.": "Écrivez votre page ici.", + "Write your post here.": "Écrivez votre billet ici.", "old posts, page %d": "anciens articles, page %d", "page %d": "page %d", } diff --git a/nikola/data/themes/base/messages/messages_gl.py b/nikola/data/themes/base/messages/messages_gl.py index fd26d77..f661c0e 100644 --- a/nikola/data/themes/base/messages/messages_gl.py +++ b/nikola/data/themes/base/messages/messages_gl.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "", "Archive": "", + "Authors": "", "Categories": "", "Comments": "", "LANGUAGE": "", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "", "Posted:": "", "Posts about %s": "", + "Posts by %s": "", "Posts for year %s": "", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "", "Tags": "", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "", diff --git a/nikola/data/themes/base/messages/messages_hi.py b/nikola/data/themes/base/messages/messages_hi.py index 7804b60..afbd8d5 100644 --- a/nikola/data/themes/base/messages/messages_hi.py +++ b/nikola/data/themes/base/messages/messages_hi.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "उपलब्ध भाषाएँ:", "Archive": "आर्काइव", + "Authors": "", "Categories": "श्रेणियाँ", "Comments": "टिप्पणियाँ", "LANGUAGE": "हिन्दी", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "असली साइट", "Posted:": "पोस्टेड:", "Posts about %s": "%s के बारे में पोस्टें", + "Posts by %s": "", "Posts for year %s": "साल %s की पोस्टें", "Posts for {month} {day}, {year}": "{day} {month} {year} की पोस्टें", "Posts for {month} {year}": "{month} {year} की पोस्टें", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "टैग्स और श्रेणियाँ", "Tags": "टैग्स", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "पुरानी पोस्टें, पृष्ठ %d", diff --git a/nikola/data/themes/base/messages/messages_hr.py b/nikola/data/themes/base/messages/messages_hr.py index 11e07d8..79bd050 100644 --- a/nikola/data/themes/base/messages/messages_hr.py +++ b/nikola/data/themes/base/messages/messages_hr.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(aktivno)", "Also available in:": "Također dostupno i u:", "Archive": "Arhiva", + "Authors": "", "Categories": "Kategorije", "Comments": "Komentari", "LANGUAGE": "hrvatski", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Izvorna stranica", "Posted:": "Objavljeno:", "Posts about %s": "Postovi o %s", + "Posts by %s": "", "Posts for year %s": "Postovi za godinu %s", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "Postovi za {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Podkategorije:", "Tags and Categories": "Tagovi i kategorije", "Tags": "Tagovi", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "stari postovi, stranice %d", diff --git a/nikola/data/themes/base/messages/messages_hu.py b/nikola/data/themes/base/messages/messages_hu.py new file mode 100644 index 0000000..e1dc354 --- /dev/null +++ b/nikola/data/themes/base/messages/messages_hu.py @@ -0,0 +1,43 @@ +# -*- encoding:utf-8 -*- +from __future__ import unicode_literals + +MESSAGES = { + "%d min remaining to read": "%d perc van hátra olvasni", + "(active)": "(aktív)", + "Also available in:": "Olvasható még:", + "Archive": "Archív", + "Authors": "Szerzők", + "Categories": "Kategóriák", + "Comments": "Hozzászólások", + "LANGUAGE": "Magyarul", + "Languages:": "Nyelvek:", + "More posts about %s": "Több bejegyzés erről: %s", + "Newer posts": "Újabb bejegyzések", + "Next post": "A következő bejegyzés", + "No posts found.": "Nincs ilyen bejegyzés.", + "Nothing found.": "Nincs találat.", + "Older posts": "Régebbi bejegyzések", + "Original site": "Eredeti honlap", + "Posted:": "Megjelent:", + "Posts about %s": "Bejegyzések erről: %s", + "Posts by %s": "Bejegyzések %s által", + "Posts for year %s": "%s. bejegyzések", + "Posts for {month} {day}, {year}": "{year}. {month}. {day}.-i bejegyzések", + "Posts for {month} {year}": "{year}. {month}.-i bejegyzések", + "Previous post": "Az előző bejegyzés ", + "Publication date": "A megjelenés dátuma", + "RSS feed": "RSS", + "Read in English": "Olvass magyarul", + "Read more": "Olvass tovább", + "Skip to main content": "Ugrás a főtartalomra", + "Source": "Forrás", + "Subcategories:": "Alkategóriák:", + "Tags and Categories": "Címkék és kategóriák", + "Tags": "Címkék", + "Uncategorized": "Nincs kategorizálva", + "Updates": "Frissítések", + "Write your page here.": "Ide írd az oldalad.", + "Write your post here.": "Ide írd a bejegyzésed.", + "old posts, page %d": "régi bejegyzések, %d. oldal", + "page %d": "%d. oldal", +} diff --git a/nikola/data/themes/base/messages/messages_id.py b/nikola/data/themes/base/messages/messages_id.py index 475299f..3682b5b 100644 --- a/nikola/data/themes/base/messages/messages_id.py +++ b/nikola/data/themes/base/messages/messages_id.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(aktif)", "Also available in:": "Juga tersedia dalam:", "Archive": "Arsip", + "Authors": "", "Categories": "Kategori", "Comments": "Komentar", "LANGUAGE": "Inggris", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Situs orisinal", "Posted:": "Ditulis oleh:", "Posts about %s": "Tulisan tentang %s", + "Posts by %s": "", "Posts for year %s": "Tulisan untuk tahun %s", "Posts for {month} {day}, {year}": "Tulisan untuk {month} {day}, {year}", "Posts for {month} {year}": "Tulisan untuk {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Sub kategori:", "Tags and Categories": "Tag dan Kategori", "Tags": "Tag", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "tulisan lama, halaman %d", diff --git a/nikola/data/themes/base/messages/messages_it.py b/nikola/data/themes/base/messages/messages_it.py index 9f6d8be..65481e0 100644 --- a/nikola/data/themes/base/messages/messages_it.py +++ b/nikola/data/themes/base/messages/messages_it.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(attivo)", "Also available in:": "Disponibile anche in:", "Archive": "Archivio", + "Authors": "Autori", "Categories": "Categorie", "Comments": "Commenti", "LANGUAGE": "Italiano", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Sito originale", "Posted:": "Pubblicato:", "Posts about %s": "Articoli su %s", + "Posts by %s": "Articoli di %s", "Posts for year %s": "Articoli per l'anno %s", "Posts for {month} {day}, {year}": "Articoli per il {day} {month} {year}", "Posts for {month} {year}": "Articoli per {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Sottocategorie:", "Tags and Categories": "Tag e categorie", "Tags": "Tag", + "Uncategorized": "Senza categorie", + "Updates": "Aggiornamenti", "Write your page here.": "Scrivi qui la tua pagina.", "Write your post here.": "Scrivi qui il tuo post.", "old posts, page %d": "vecchi articoli, pagina %d", diff --git a/nikola/data/themes/base/messages/messages_ja.py b/nikola/data/themes/base/messages/messages_ja.py index 972794d..c94c79c 100644 --- a/nikola/data/themes/base/messages/messages_ja.py +++ b/nikola/data/themes/base/messages/messages_ja.py @@ -2,38 +2,42 @@ from __future__ import unicode_literals MESSAGES = { - "%d min remaining to read": "読込むまで残り %d 分", - "(active)": "", - "Also available in:": "他の言語で読む:", - "Archive": "過去の記事", - "Categories": "カテゴリー", + "%d min remaining to read": "残りを読むのに必要な時間は%d分", + "(active)": "(有効)", + "Also available in:": "他の言語で読む:", + "Archive": "文書一覧", + "Authors": "著者一覧", + "Categories": "カテゴリ", "Comments": "コメント", "LANGUAGE": "日本語", - "Languages:": "言語 :", - "More posts about %s": "タグ: %s", - "Newer posts": "新しい記事", - "Next post": "次の記事", - "No posts found.": "記事はありません", - "Nothing found.": "なにも見つかりませんでした", - "Older posts": "過去の記事", - "Original site": "元のサイト", - "Posted:": "投稿日時:", - "Posts about %s": "%sについての記事", - "Posts for year %s": "%s年の記事", - "Posts for {month} {day}, {year}": "{year}年{month}月{day}日の記事", - "Posts for {month} {year}": "{year}年{month}月の記事", - "Previous post": "前の記事", - "Publication date": "投稿日", - "RSS feed": "RSS フィード", + "Languages:": "言語:", + "More posts about %s": "%sに関する文書一覧", + "Newer posts": "新しい文書", + "Next post": "次の文書", + "No posts found.": "文書はありません。", + "Nothing found.": "なにも見つかりませんでした。", + "Older posts": "過去の文書", + "Original site": "翻訳元のサイト", + "Posted:": "公開日時:", + "Posts about %s": "%sについての文書", + "Posts by %s": "%sの文書一覧", + "Posts for year %s": "%s年の文書", + "Posts for {month} {day}, {year}": "{year}年{month}{day}日の文書", + "Posts for {month} {year}": "{year}年{month}の文書", + "Previous post": "一つ前の文書", + "Publication date": "公開日", + "RSS feed": "RSSフィード", "Read in English": "日本語で読む", "Read more": "続きを読む", - "Skip to main content": "メインコンテンツをスキップ", + "Skip to main content": "本文を読み飛ばす", "Source": "ソース", - "Subcategories:": "", - "Tags and Categories": "タグとカテゴリー", + "Subcategories:": "サブカテゴリ", + "Tags and Categories": "カテゴリおよびタグ一覧", "Tags": "タグ", - "Write your page here.": "", - "Write your post here.": "", - "old posts, page %d": "前の記事 %dページ目", - "page %d": "ページ %d", + "Uncategorized": "uncategorized", + "Updates": "フィード", + "Write your page here.": "ここに文書を記述してください。", + "Write your post here.": "ここに文書を記述してください。", + "old posts, page %d": "過去の文書 %dページ目", + "page %d": "ページ%d", } diff --git a/nikola/data/themes/base/messages/messages_ko.py b/nikola/data/themes/base/messages/messages_ko.py index 6904492..7f06c28 100644 --- a/nikola/data/themes/base/messages/messages_ko.py +++ b/nikola/data/themes/base/messages/messages_ko.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "", "Archive": "저장소", + "Authors": "", "Categories": "분류", "Comments": "댓글", "LANGUAGE": "영어", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "출처", "Posted:": "", "Posts about %s": "%s에 대한 포스트", + "Posts by %s": "", "Posts for year %s": "%s년도 포스트", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "{year}년 {month}월에 쓴 포스트", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "태그와 분류", "Tags": "태그", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "이전 포스트, 페이지 %d", diff --git a/nikola/data/themes/base/messages/messages_nb.py b/nikola/data/themes/base/messages/messages_nb.py index 30b798e..fd98f88 100644 --- a/nikola/data/themes/base/messages/messages_nb.py +++ b/nikola/data/themes/base/messages/messages_nb.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(aktiv)", "Also available in:": "Også tilgjengelig på:", "Archive": "Arkiv", + "Authors": "", "Categories": "Kategorier", "Comments": "Kommentarer", "LANGUAGE": "norsk", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Opprinnelig side", "Posted:": "Publisert:", "Posts about %s": "Innlegg om %s", + "Posts by %s": "", "Posts for year %s": "Innlegg fra %s", "Posts for {month} {day}, {year}": "Innlegg fra {day}. {month} {year}", "Posts for {month} {year}": "Innlegg fra {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Underkategorier:", "Tags and Categories": "Merker og kategorier", "Tags": "Merker", + "Uncategorized": "", + "Updates": "", "Write your page here.": "Skriv siden din her.", "Write your post here.": "Skriv innlegget din her.", "old posts, page %d": "eldre innlegg, side %d", diff --git a/nikola/data/themes/base/messages/messages_nl.py b/nikola/data/themes/base/messages/messages_nl.py index 0661ce1..42becd9 100644 --- a/nikola/data/themes/base/messages/messages_nl.py +++ b/nikola/data/themes/base/messages/messages_nl.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(actief)", "Also available in:": "Ook beschikbaar in:", "Archive": "Archief", + "Authors": "Auteurs", "Categories": "Categorieën", "Comments": "Commentaar", "LANGUAGE": "Nederlands", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Originele site", "Posted:": "Geplaatst:", "Posts about %s": "Berichten over %s", + "Posts by %s": "Berichten van %s", "Posts for year %s": "Berichten voor het jaar %s", "Posts for {month} {day}, {year}": "Berichten voor {month} {day}, {year}", "Posts for {month} {year}": "Berichten voor {month} {year}", @@ -32,8 +34,10 @@ MESSAGES = { "Subcategories:": "Subcategorieën", "Tags and Categories": "Tags en Categorieën", "Tags": "Tags", - "Write your page here.": "", - "Write your post here.": "", + "Uncategorized": "Ongeordend", + "Updates": "Bijgewerkte versies", + "Write your page here.": "Schrijf hier je pagina.", + "Write your post here.": "Schrijf hier je bericht.", "old posts, page %d": "oude berichten, pagina %d", "page %d": "pagina %d", } diff --git a/nikola/data/themes/base/messages/messages_pa.py b/nikola/data/themes/base/messages/messages_pa.py index 392a38b..13996ac 100644 --- a/nikola/data/themes/base/messages/messages_pa.py +++ b/nikola/data/themes/base/messages/messages_pa.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(ਚਲੰਤ)", "Also available in:": "ਹੋਰ ਉਪਲਬਧ ਬੋਲੀਆਂ:", "Archive": "ਆਰਕਾਈਵ", + "Authors": "", "Categories": "ਸ਼੍ਰੇਣੀ", "Comments": "ਟਿੱਪਣੀਆਂ", "LANGUAGE": "ਅੰਗਰੇਜ਼ੀ", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "ਅਸਲ ਸਾਈਟ", "Posted:": "ਲਿਖਤ ਛਪੀ:", "Posts about %s": "%s ਬਾਰੇ ਲਿਖਤਾਂ", + "Posts by %s": "", "Posts for year %s": "ਸਾਲ %s ਦੀਆਂ ਲਿਖਤਾਂ", "Posts for {month} {day}, {year}": "{day} {month} {year} ਦੀਆਂ ਲਿਖਤਾਂ", "Posts for {month} {year}": "{month} {year} ਦੀਆਂ ਲਿਖਤਾਂ", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "ਉਪਸ਼੍ਰੇਣੀਆਂ:", "Tags and Categories": "ਟੈਗ ਅਤੇ ਸ਼੍ਰੇਣੀਆਂ", "Tags": "ਟੈਗ", + "Uncategorized": "", + "Updates": "", "Write your page here.": "ਆਪਣਾ ਸਫ਼ਾ ਏਥੇ ਲਿਖੋ |", "Write your post here.": "ਆਪਣੀ ਲਿਖਤ ਏਥੇ ਲਿਖੋ |", "old posts, page %d": "ਪੁਰਾਣੀਆਂ ਲਿਖਤਾਂ , ਸਫ਼ਾ %d", diff --git a/nikola/data/themes/base/messages/messages_pl.py b/nikola/data/themes/base/messages/messages_pl.py index 89aae0f..3e24bfc 100644 --- a/nikola/data/themes/base/messages/messages_pl.py +++ b/nikola/data/themes/base/messages/messages_pl.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(aktywne)", "Also available in:": "Również dostępny w językach:", "Archive": "Archiwum", + "Authors": "Autorzy", "Categories": "Kategorie", "Comments": "Komentarze", "LANGUAGE": "Polski", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Oryginalna strona", "Posted:": "Opublikowano:", "Posts about %s": "Posty o %s", + "Posts by %s": "Posty autora %s", "Posts for year %s": "Posty z roku %s", "Posts for {month} {day}, {year}": "Posty z {day} {month} {year}", "Posts for {month} {year}": "Posty z {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Podkategorie:", "Tags and Categories": "Tagi i Kategorie", "Tags": "Tagi", + "Uncategorized": "Nieskategoryzowane", + "Updates": "Aktualności", "Write your page here.": "Tu wpisz treść strony.", "Write your post here.": "Tu wpisz treść postu.", "old posts, page %d": "stare posty, strona %d", diff --git a/nikola/data/themes/base/messages/messages_pt.py b/nikola/data/themes/base/messages/messages_pt.py index 91ea52e..3c4bd55 100644 --- a/nikola/data/themes/base/messages/messages_pt.py +++ b/nikola/data/themes/base/messages/messages_pt.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(ativo)", "Also available in:": "Também disponível em:", "Archive": "Arquivo", + "Authors": "", "Categories": "Categorias", "Comments": "Comentários", "LANGUAGE": "Português", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Sítio original", "Posted:": "Publicado:", "Posts about %s": "Textos publicados sobre %s", + "Posts by %s": "", "Posts for year %s": "Textos publicados do ano %s", "Posts for {month} {day}, {year}": "Textos publicados de {day} {month} {year}", "Posts for {month} {year}": "Textos publicados de {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Sub-Categorias:", "Tags and Categories": "Etiquetas e Categorias", "Tags": "Etiqueta", + "Uncategorized": "", + "Updates": "", "Write your page here.": "Escreva a sua página aqui.", "Write your post here.": "Escreva o seu texto para publicar aqui.", "old posts, page %d": "Textos publicados antigos, página %d", diff --git a/nikola/data/themes/base/messages/messages_pt_br.py b/nikola/data/themes/base/messages/messages_pt_br.py index 58ad63f..7dcc8a8 100644 --- a/nikola/data/themes/base/messages/messages_pt_br.py +++ b/nikola/data/themes/base/messages/messages_pt_br.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Também disponível em:", "Archive": "Arquivo", + "Authors": "", "Categories": "Categorias", "Comments": "Comentários", "LANGUAGE": "Português", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Site original", "Posted:": "Publicado:", "Posts about %s": "Posts sobre %s", + "Posts by %s": "", "Posts for year %s": "Posts do ano %s", "Posts for {month} {day}, {year}": "Posts do {day} {month}, {year}", "Posts for {month} {year}": "Posts de {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Tags e Categorias", "Tags": "Tags", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "Posts antigos, página %d", diff --git a/nikola/data/themes/base/messages/messages_ru.py b/nikola/data/themes/base/messages/messages_ru.py index cfbe536..bdf3873 100644 --- a/nikola/data/themes/base/messages/messages_ru.py +++ b/nikola/data/themes/base/messages/messages_ru.py @@ -3,9 +3,10 @@ from __future__ import unicode_literals MESSAGES = { "%d min remaining to read": "%d минут чтения осталось", - "(active)": "", + "(active)": "(активная)", "Also available in:": "Также доступно на:", "Archive": "Архив", + "Authors": "", "Categories": "Категории", "Comments": "Комментарии", "LANGUAGE": "Русский", @@ -19,8 +20,9 @@ MESSAGES = { "Original site": "Оригинальный сайт", "Posted:": "Опубликовано:", "Posts about %s": "Записи о %s", + "Posts by %s": "", "Posts for year %s": "Записи за %s год", - "Posts for {month} {day}, {year}": "", + "Posts for {month} {day}, {year}": "Записи за {day} {month} {year}", "Posts for {month} {year}": "Записи за {month} {year}", "Previous post": "Предыдущая запись", "Publication date": "Дата опубликования", @@ -29,11 +31,13 @@ MESSAGES = { "Read more": "Читать далее", "Skip to main content": "Перейти к главному содержимому", "Source": "Источник", - "Subcategories:": "", + "Subcategories:": "Подкатегории:", "Tags and Categories": "Тэги и категории", "Tags": "Тэги", - "Write your page here.": "", - "Write your post here.": "", + "Uncategorized": "", + "Updates": "", + "Write your page here.": "Создайте Вашу страницу здесь.", + "Write your post here.": "Создайте Вашу запись здесь.", "old posts, page %d": "%d страница со старыми записями", "page %d": "%d страница", } diff --git a/nikola/data/themes/base/messages/messages_si_lk.py b/nikola/data/themes/base/messages/messages_si_lk.py index fd26d77..f661c0e 100644 --- a/nikola/data/themes/base/messages/messages_si_lk.py +++ b/nikola/data/themes/base/messages/messages_si_lk.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "", "Archive": "", + "Authors": "", "Categories": "", "Comments": "", "LANGUAGE": "", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "", "Posted:": "", "Posts about %s": "", + "Posts by %s": "", "Posts for year %s": "", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "", "Tags": "", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "", diff --git a/nikola/data/themes/base/messages/messages_sk.py b/nikola/data/themes/base/messages/messages_sk.py index acd7364..03cce43 100644 --- a/nikola/data/themes/base/messages/messages_sk.py +++ b/nikola/data/themes/base/messages/messages_sk.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(aktívne)", "Also available in:": "Tiež dostupné v:", "Archive": "Archív", + "Authors": "", "Categories": "Kategórie", "Comments": "Komentáre", "LANGUAGE": "Slovenčina", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Pôvodná stránka", "Posted:": "Zverejnené:", "Posts about %s": "Príspevky o %s", + "Posts by %s": "", "Posts for year %s": "Príspevky z roku %s", "Posts for {month} {day}, {year}": "Príspevky zo dňa {day}. {month} {year}", "Posts for {month} {year}": "Príspevky za mesiac {month} z roku {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Podkategórie:", "Tags and Categories": "Štítky a kategórie", "Tags": "Štítky", + "Uncategorized": "", + "Updates": "", "Write your page here.": "Tu napíšte svoju stránku.", "Write your post here.": "Tu napíšte svoj príspevok.", "old posts, page %d": "staré príspevky, strana %d", diff --git a/nikola/data/themes/base/messages/messages_sl.py b/nikola/data/themes/base/messages/messages_sl.py index 992787b..a531ca5 100644 --- a/nikola/data/themes/base/messages/messages_sl.py +++ b/nikola/data/themes/base/messages/messages_sl.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Na voljo tudi v:", "Archive": "Arhiv", + "Authors": "", "Categories": "Kategorije", "Comments": "Komentarji", "LANGUAGE": "Slovenščina", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Izvorna spletna stran", "Posted:": "Objavljeno:", "Posts about %s": "Objave o %s", + "Posts by %s": "", "Posts for year %s": "Objave za leto %s", "Posts for {month} {day}, {year}": "Objave za {day}. {month}, {year}", "Posts for {month} {year}": "Objave za {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Značke in kategorije", "Tags": "Značke", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "stare objave, stran %d", diff --git a/nikola/data/themes/base/messages/messages_sr.py b/nikola/data/themes/base/messages/messages_sr.py index 2b0aaf5..13137c3 100644 --- a/nikola/data/themes/base/messages/messages_sr.py +++ b/nikola/data/themes/base/messages/messages_sr.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(активно)", "Also available in:": "Такође доступан у:", "Archive": "Архива", + "Authors": "", "Categories": "Категорије", "Comments": "Коментари", "LANGUAGE": "Српски", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Оригинал сајт", "Posted:": "Објављено:", "Posts about %s": "Постови о %s", + "Posts by %s": "", "Posts for year %s": "Постови за годину %s", "Posts for {month} {day}, {year}": "Објаве за {month} {day}, {year}", "Posts for {month} {year}": "Постови за {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Подкатегорије:", "Tags and Categories": "Тагови и категорије", "Tags": "Тагови", + "Uncategorized": "", + "Updates": "", "Write your page here.": "Вашу страницу напишите овдје.", "Write your post here.": "Вашу објаву напишите овдје.", "old posts, page %d": "стари постови, страна %d", diff --git a/nikola/data/themes/base/messages/messages_sr@latin.py b/nikola/data/themes/base/messages/messages_sr_latin.py index 23a1f64..db60c76 100644 --- a/nikola/data/themes/base/messages/messages_sr@latin.py +++ b/nikola/data/themes/base/messages/messages_sr_latin.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(aktivno)", "Also available in:": "Takođe dostupan u:", "Archive": "Arhiva", + "Authors": "", "Categories": "Kategorije", "Comments": "Komentari", "LANGUAGE": "Bosanski", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Izvorni sajt", "Posted:": "Objavljeno:", "Posts about %s": "Objave o %s", + "Posts by %s": "", "Posts for year %s": "Objave u godini %s", "Posts for {month} {day}, {year}": "Objave za {month} {day}, {year}", "Posts for {month} {year}": "Objave za {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Podkategorije:", "Tags and Categories": "Oznake i kategorije", "Tags": "Oznake", + "Uncategorized": "", + "Updates": "", "Write your page here.": "Vašu stranicu napišite ovdje.", "Write your post here.": "Vašu objavu napišite ovdje.", "old posts, page %d": "stare objave, strana %d", diff --git a/nikola/data/themes/base/messages/messages_sv.py b/nikola/data/themes/base/messages/messages_sv.py index 52df00d..d1357e7 100644 --- a/nikola/data/themes/base/messages/messages_sv.py +++ b/nikola/data/themes/base/messages/messages_sv.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "(aktiv)", "Also available in:": "Även tillgänglig på:", "Archive": "Arkiv", + "Authors": "", "Categories": "Kategorier", "Comments": "Kommentarer", "LANGUAGE": "Svenska", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Originalsida", "Posted:": "Publicerad:", "Posts about %s": "Inlägg om %s", + "Posts by %s": "", "Posts for year %s": "Inlägg för år %s", "Posts for {month} {day}, {year}": "Inlägg för {month} {day}, {year}", "Posts for {month} {year}": "Inlägg för {month} {year}", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "Underkategorier:", "Tags and Categories": "Taggar och Kategorier", "Tags": "Taggar", + "Uncategorized": "", + "Updates": "", "Write your page here.": "Skriv din sida här.", "Write your post here.": "Skriv ditt inlägg här.", "old posts, page %d": "gamla inlägg, sida %d", diff --git a/nikola/data/themes/base/messages/messages_tl.py b/nikola/data/themes/base/messages/messages_tl.py index f748edd..303ea36 100644 --- a/nikola/data/themes/base/messages/messages_tl.py +++ b/nikola/data/themes/base/messages/messages_tl.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "", "Archive": "", + "Authors": "", "Categories": "", "Comments": "", "LANGUAGE": "Ingles", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "", "Posted:": "", "Posts about %s": "", + "Posts by %s": "", "Posts for year %s": "", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "", "Tags": "Mga Tag", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "", diff --git a/nikola/data/themes/base/messages/messages_tr.py b/nikola/data/themes/base/messages/messages_tr.py index 21eb534..e173a40 100644 --- a/nikola/data/themes/base/messages/messages_tr.py +++ b/nikola/data/themes/base/messages/messages_tr.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "Şu dilde de mevcut:", "Archive": "Arşiv", + "Authors": "", "Categories": "Kategoriler", "Comments": "Yorumlar", "LANGUAGE": "Türkçe", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Orjinal web sayfası", "Posted:": "Yayın tarihi:", "Posts about %s": "%s ile ilgili yazılar", + "Posts by %s": "", "Posts for year %s": "%s yılındaki yazılar", "Posts for {month} {day}, {year}": "{month} {day}, {year} 'den beri olan yazılar", "Posts for {month} {year}": "{month} {year} göre yazılar", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Etiketler ve Kategoriler", "Tags": "Etiketler", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "eski yazılar, sayfa %d", diff --git a/nikola/data/themes/base/messages/messages_uk.py b/nikola/data/themes/base/messages/messages_uk.py index 16913da..4f19568 100644 --- a/nikola/data/themes/base/messages/messages_uk.py +++ b/nikola/data/themes/base/messages/messages_uk.py @@ -3,15 +3,16 @@ from __future__ import unicode_literals MESSAGES = { "%d min remaining to read": "Залишилось читати %d хвилин", - "(active)": "", + "(active)": "(активне)", "Also available in:": "Іншою мовою:", "Archive": "Архів", + "Authors": "", "Categories": "Категорії", "Comments": "Коментарі", "LANGUAGE": "Українська", "Languages:": "Мови:", "More posts about %s": "Більше статей про %s", - "Newer posts": "Нові статті", + "Newer posts": "Новіші статті", "Next post": "Наступна стаття", "No posts found.": "Не знайдено жодної статті", "Nothing found.": "Нічого не знайдено", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "Оригінал сайту", "Posted:": "Опублікована:", "Posts about %s": "Статті про %s", + "Posts by %s": "", "Posts for year %s": "Статті за %s рік", "Posts for {month} {day}, {year}": "Статті за {month} {day}, {year}", "Posts for {month} {year}": "Статті за {month} {year}", @@ -29,11 +31,13 @@ MESSAGES = { "Read more": "Читати далі", "Skip to main content": "Перейти до основного матеріалу", "Source": "Джерело", - "Subcategories:": "", + "Subcategories:": "Підкатегорії:", "Tags and Categories": "Теги і категорії", "Tags": "Теги", - "Write your page here.": "", - "Write your post here.": "", + "Uncategorized": "", + "Updates": "", + "Write your page here.": "Напишіть Вашу сторінку тут.", + "Write your post here.": "Напишить Вашу статтю тут.", "old posts, page %d": "старі статті, сторінка %d", "page %d": "сторінка %d", } diff --git a/nikola/data/themes/base/messages/messages_ur.py b/nikola/data/themes/base/messages/messages_ur.py index 074cb06..92cdccd 100644 --- a/nikola/data/themes/base/messages/messages_ur.py +++ b/nikola/data/themes/base/messages/messages_ur.py @@ -4,8 +4,9 @@ from __future__ import unicode_literals MESSAGES = { "%d min remaining to read": "%d منٹ کا مطالعہ باقی", "(active)": "(فعال)", - "Also available in:": "ان زبانوں میں بھی دستیاب:", + "Also available in:": "ان میں بھی دستیاب:", "Archive": "آرکائیو", + "Authors": "مصنفین", "Categories": "زمرے", "Comments": "تبصرے", "LANGUAGE": "اردو", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "اصلی سائٹ", "Posted:": "اشاعت:", "Posts about %s": "%s کے بارے میں تحاریر", + "Posts by %s": "%s کی تحاریر", "Posts for year %s": "سال %s کی تحاریر", "Posts for {month} {day}, {year}": "{day} {month}، {year} کی تحاریر", "Posts for {month} {year}": "{month} {year} کی تحاریر", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "ذیلی زمرے", "Tags and Categories": "ٹیگز اور زمرے", "Tags": "ٹیگز", + "Uncategorized": "", + "Updates": "تازہ ترین", "Write your page here.": "اپنے صفحے کا متن یہاں لکھیں۔", "Write your post here.": "اپنی تحریر یہاں لکھیں۔", "old posts, page %d": "پرانی تحاریر صفحہ %d", diff --git a/nikola/data/themes/base/messages/messages_zh_cn.py b/nikola/data/themes/base/messages/messages_zh_cn.py index c21b4f0..888b50e 100644 --- a/nikola/data/themes/base/messages/messages_zh_cn.py +++ b/nikola/data/themes/base/messages/messages_zh_cn.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "其他语言版本:", "Archive": "文章存档", + "Authors": "", "Categories": "分类", "Comments": "", "LANGUAGE": "简体中文", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "原文地址", "Posted:": "发表于:", "Posts about %s": "文章分类:%s", + "Posts by %s": "", "Posts for year %s": "%s年文章", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "{year}年{month}月文章", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "标签和分类", "Tags": "标签", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "旧文章页 %d", diff --git a/nikola/data/themes/base/messages/messages_zh_tw.py b/nikola/data/themes/base/messages/messages_zh_tw.py index fd26d77..f661c0e 100644 --- a/nikola/data/themes/base/messages/messages_zh_tw.py +++ b/nikola/data/themes/base/messages/messages_zh_tw.py @@ -6,6 +6,7 @@ MESSAGES = { "(active)": "", "Also available in:": "", "Archive": "", + "Authors": "", "Categories": "", "Comments": "", "LANGUAGE": "", @@ -19,6 +20,7 @@ MESSAGES = { "Original site": "", "Posted:": "", "Posts about %s": "", + "Posts by %s": "", "Posts for year %s": "", "Posts for {month} {day}, {year}": "", "Posts for {month} {year}": "", @@ -32,6 +34,8 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "", "Tags": "", + "Uncategorized": "", + "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "", |
