Blog title

main
Bob Mottram 2020-02-24 15:18:36 +00:00
parent b628880986
commit bab9e461c6
16 changed files with 31 additions and 15 deletions

View File

@ -214,5 +214,6 @@
"Happening Today": "يحدث اليوم",
"Happening This Week": "يحدث هذا الاسبوع",
"Blog": "مدونة",
"Blogs": "المدونات"
"Blogs": "المدونات",
"Title": "عنوان"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Passant avui",
"Happening This Week": "Passa aquesta setmana",
"Blog": "Bloc",
"Blogs": "Blocs"
"Blogs": "Blocs",
"Title": "Títol"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Digwydd Heddiw",
"Happening This Week": "Yn Digwydd Yr Wythnos Hon",
"Blog": "Blog",
"Blogs": "Blogs"
"Blogs": "Blogs",
"Title": "Teitl"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Heute passiert",
"Happening This Week": "Diese Woche passiert",
"Blog": "Blog",
"Blogs": "Blogs"
"Blogs": "Blogs",
"Title": "Titel"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Happening Today",
"Happening This Week": "Happening This Week",
"Blog": "Blog",
"Blogs": "Blogs"
"Blogs": "Blogs",
"Title": "Title"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Sucediendo hoy",
"Happening This Week": "Sucediendo esta semana",
"Blog": "Blog",
"Blogs": "Blogs"
"Blogs": "Blogs",
"Title": "Título"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Se passe aujourd'hui",
"Happening This Week": "Se passe cette semaine",
"Blog": "Blog",
"Blogs": "Blogs"
"Blogs": "Blogs",
"Title": "Titre"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Ag tarlú inniu",
"Happening This Week": "Ag tarlú an tseachtain seo",
"Blog": "Blag",
"Blogs": "Blaganna"
"Blogs": "Blaganna",
"Title": "Teideal"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "आज हो रहा है",
"Happening This Week": "इस सप्ताह हो रहा है",
"Blog": "ब्लॉग",
"Blogs": "ब्लॉग"
"Blogs": "ब्लॉग",
"Title": "शीर्षक"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Succede oggi",
"Happening This Week": "Succede questa settimana",
"Blog": "Blog",
"Blogs": "Blog"
"Blogs": "Blog",
"Title": "Titolo"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "今日の出来事",
"Happening This Week": "今週の出来事",
"Blog": "ブログ",
"Blogs": "ブログ"
"Blogs": "ブログ",
"Title": "題名"
}

View File

@ -210,5 +210,6 @@
"Happening Today": "Happening Today",
"Happening This Week": "Happening This Week",
"Blog": "Blog",
"Blogs": "Blogs"
"Blogs": "Blogs",
"Title": "Title"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Acontecendo hoje",
"Happening This Week": "Acontecendo Esta Semana",
"Blog": "Blog",
"Blogs": "Blogs"
"Blogs": "Blogs",
"Title": "Título"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "Происходит сегодня",
"Happening This Week": "Происходит на этой неделе",
"Blog": "Блог",
"Blogs": "Блоги"
"Blogs": "Блоги",
"Title": "заглавие"
}

View File

@ -214,5 +214,6 @@
"Happening Today": "今天发生",
"Happening This Week": "本周发生",
"Blog": "博客",
"Blogs": "网志"
"Blogs": "网志",
"Title": "标题"
}

View File

@ -1249,6 +1249,7 @@ def htmlNewPost(mediaInstance: bool,translate: {}, \
extraFields=''
endpoint='newpost'
if path.endswith('/newblog'):
placeholderSubject=translate['Title']
scopeIcon='scope_blog.png'
scopeDescription=translate['Blog']
endpoint='newblog'