Title for link to following list

main
Bob Mottram 2020-06-28 22:11:52 +01:00
parent 60febb62e1
commit 3413b6a476
16 changed files with 34 additions and 17 deletions

View File

@ -236,5 +236,6 @@
"Reminder": "تذكير",
"Scheduled note to yourself": "ملاحظة مجدولة لنفسك",
"Replying to": "الرد على",
"Send to": "ارسل إلى"
"Send to": "ارسل إلى",
"Show a list of addresses to send to": "عرض قائمة بالعناوين التي تريد الإرسال إليها"
}

View File

@ -236,5 +236,6 @@
"Reminder": "Recordatori",
"Scheduled note to yourself": "Nota programada a tu mateix",
"Replying to": "Responent a",
"Send to": "Envia a"
"Send to": "Envia a",
"Show a list of addresses to send to": "Mostra una llista dadreces a les quals enviar-la"
}

View File

@ -236,5 +236,6 @@
"Reminder": "Nodyn atgoffa",
"Scheduled note to yourself": "Nodyn wedi'i drefnu i chi'ch hun",
"Replying to": "Ymateb i",
"Send to": "Anfon i"
"Send to": "Anfon i",
"Show a list of addresses to send to": "Dangoswch restr o gyfeiriadau i anfon atynt"
}

View File

@ -236,5 +236,6 @@
"Reminder": "Erinnerung",
"Scheduled note to yourself": "Geplante Notiz an dich",
"Replying to": "Antworten auf",
"Send to": "Senden an"
"Send to": "Senden an",
"Show a list of addresses to send to": "Zeigen Sie eine Liste der Adressen an, an die gesendet werden soll"
}

View File

@ -236,5 +236,6 @@
"Reminder": "Reminder",
"Scheduled note to yourself": "Scheduled note to yourself",
"Replying to": "Replying to",
"Send to": "Send to"
"Send to": "Send to",
"Show a list of addresses to send to": "Show a list of addresses to send to"
}

View File

@ -236,5 +236,6 @@
"Reminder": "Recordatorio",
"Scheduled note to yourself": "Nota programada para ti",
"Replying to": "Respondiendo a",
"Send to": "Enviar a"
"Send to": "Enviar a",
"Show a list of addresses to send to": "Mostrar una lista de direcciones para enviar"
}

View File

@ -236,5 +236,6 @@
"Reminder": "Rappel",
"Scheduled note to yourself": "Note programmée pour vous",
"Replying to": "Répondre à",
"Send to": "Envoyer à"
"Send to": "Envoyer à",
"Show a list of addresses to send to": "Afficher une liste d'adresses à envoyer"
}

View File

@ -236,5 +236,6 @@
"Reminder": "Meabhrúchán",
"Scheduled note to yourself": "Nóta sceidealta duit féin",
"Replying to": "Ag freagairt do",
"Send to": "Sheoladh chuig"
"Send to": "Sheoladh chuig",
"Show a list of addresses to send to": "Taispeáin liosta seoltaí le seoladh chucu"
}

View File

@ -236,5 +236,6 @@
"Reminder": "अनुस्मारक",
"Scheduled note to yourself": "खुद को निर्धारित नोट",
"Replying to": "को जवाब दे रहा है",
"Send to": "भेजना"
"Send to": "भेजना",
"Show a list of addresses to send to": "भेजने के लिए पते की एक सूची दिखाएं"
}

View File

@ -236,5 +236,6 @@
"Reminder": "Promemoria",
"Scheduled note to yourself": "Nota programmata per te",
"Replying to": "In risposta a",
"Send to": "Inviare a"
"Send to": "Inviare a",
"Show a list of addresses to send to": "Mostra un elenco di indirizzi a cui inviare"
}

View File

@ -236,5 +236,6 @@
"Reminder": "リマインダー",
"Scheduled note to yourself": "自分への予定されたメモ",
"Replying to": "に返信しています",
"Send to": "に送る"
"Send to": "に送る",
"Show a list of addresses to send to": "送信するアドレスのリストを表示する"
}

View File

@ -232,5 +232,6 @@
"Reminder": "Reminder",
"Scheduled note to yourself": "Scheduled note to yourself",
"Replying to": "Replying to",
"Send to": "Send to"
"Send to": "Send to",
"Show a list of addresses to send to": "Show a list of addresses to send to"
}

View File

@ -236,5 +236,6 @@
"Reminder": "Lembrete",
"Scheduled note to yourself": "Nota agendada para si mesmo",
"Replying to": "Respondendo a",
"Send to": "Enviar para"
"Send to": "Enviar para",
"Show a list of addresses to send to": "Mostrar uma lista de endereços para enviar para"
}

View File

@ -236,5 +236,6 @@
"Reminder": "напоминание",
"Scheduled note to yourself": "Запланированная заметка для себя",
"Replying to": "Отвечать на",
"Send to": "Отправить"
"Send to": "Отправить",
"Show a list of addresses to send to": "Показать список адресов для отправки"
}

View File

@ -235,5 +235,6 @@
"Reminder": "提醒",
"Scheduled note to yourself": "预定给自己的笔记",
"Replying to": "回覆",
"Send to": "发给"
"Send to": "发给",
"Show a list of addresses to send to": "显示要发送到的地址列表"
}

View File

@ -2093,8 +2093,10 @@ def htmlNewPost(mediaInstance: bool, translate: {},
else:
newPostForm += \
' <a href="/users/' + nickname + \
'/followingaccounts"><label class="labels">' + \
translate['Send to'] + ':' + '</label>📄</a><br>'
'/followingaccounts" title="' + \
translate['Show a list of addresses to send to'] + '">' \
'<label class="labels">' + \
translate['Send to'] + ':' + '</label> 📄</a><br>'
newPostForm += \
' <input type="text" name="mentions" value="' + \
mentionsStr + '" selected>'