mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
chat: Adds placeholder to input. Translate stick button
This commit is contained in:
parent
59a6f2e9b8
commit
401db8fce3
6 changed files with 12 additions and 3 deletions
|
@ -116,6 +116,8 @@
|
|||
"pad.chat": "Chat",
|
||||
"pad.chat.title": "Open the chat for this pad.",
|
||||
"pad.chat.loadmessages": "Load more messages",
|
||||
"pad.chat.stick.title": "Stick chat to screen",
|
||||
"pad.chat.writeMessage.placeholder": "Write your message here",
|
||||
|
||||
"timeslider.pageTitle": "{{appTitle}} Timeslider",
|
||||
"timeslider.toolbar.returnbutton": "Return to pad",
|
||||
|
|
|
@ -99,6 +99,8 @@
|
|||
"pad.chat": "Chat",
|
||||
"pad.chat.title": "Abrir el chat para este pad.",
|
||||
"pad.chat.loadmessages": "Cargar más mensajes",
|
||||
"pad.chat.stick.title": "Ampliar",
|
||||
"pad.chat.writeMessage.placeholder": "Enviar un mensaje",
|
||||
"timeslider.pageTitle": "{{appTitle}} Línea de tiempo",
|
||||
"timeslider.toolbar.returnbutton": "Volver al pad",
|
||||
"timeslider.toolbar.authors": "Autores:",
|
||||
|
|
|
@ -109,6 +109,8 @@
|
|||
"pad.chat": "Clavardage",
|
||||
"pad.chat.title": "Ouvrir le clavardoir de ce pad.",
|
||||
"pad.chat.loadmessages": "Charger davantage de messages",
|
||||
"pad.chat.stick.title": "Agrandir le chat",
|
||||
"pad.chat.writeMessage.placeholder": "Entrez votre message ici",
|
||||
"timeslider.pageTitle": "Historique dynamique de {{appTitle}}",
|
||||
"timeslider.toolbar.returnbutton": "Retourner au pad",
|
||||
"timeslider.toolbar.authors": "Auteurs :",
|
||||
|
|
|
@ -83,6 +83,8 @@
|
|||
"pad.chat": "Used as button text and as title of Chat window.\n{{Identical|Chat}}",
|
||||
"pad.chat.title": "Used as tooltip for the Chat button",
|
||||
"pad.chat.loadmessages": "chat messages",
|
||||
"pad.chat.stick.title": "Tooltip for the stick chat button",
|
||||
"pad.chat.writeMessage.placeholder": "Placeholder for the chat input",
|
||||
"timeslider.pageTitle": "{{doc-important|Please leave <code><nowiki>{{appTitle}}</nowiki></code> parameter untouched. It will be replaced by app title.}}\nInserted into HTML title tag.",
|
||||
"timeslider.toolbar.returnbutton": "Used as link title",
|
||||
"timeslider.toolbar.authors": "A list of Authors follows after the colon.\n{{Identical|Author}}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue