Less verbose

main
Bob Mottram 2020-01-12 10:41:26 +00:00
parent 9490aca8b8
commit af832ba57e
16 changed files with 16 additions and 16 deletions

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "البريد الإلكتروني",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "Correu electrònic",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "E-bost",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "Email",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "Email",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "Email",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "Email",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "Ríomhphost",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "ईमेल",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "E-mail",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "Eメール",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -201,5 +201,5 @@
"Matrix": "Matrix",
"Email": "Email",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "Email",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "Эл. адрес",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -205,5 +205,5 @@
"Matrix": "Matrix",
"Email": "电子邮件",
"PGP": "PGP",
"Schedule post for release at this date and time.": "Schedule post for release at this date and time."
"This is a scheduled post.": "This is a scheduled post."
}

View File

@ -1118,7 +1118,7 @@ def htmlNewPost(mediaInstance: bool,translate: {}, \
dateAndLocation=''
if endpoint!='newshare' and endpoint!='newreport' and endpoint!='newquestion':
dateAndLocation='<div class="container">'
dateAndLocation+='<p><input type="checkbox" class="profilecheckbox" name="schedulePost"><label class="labels">'+translate['Schedule post for release at this date and time.']+'</label></p>'
dateAndLocation+='<p><input type="checkbox" class="profilecheckbox" name="schedulePost"><label class="labels">'+translate['This is a scheduled post.']+'</label></p>'
dateAndLocation+='<p><img loading="lazy" alt="" title="" class="emojicalendar" src="/'+iconsDir+'/calendar.png"/>'
dateAndLocation+='<label class="labels">'+translate['Date']+': </label>'
dateAndLocation+='<input type="date" name="eventDate">'