L10n:HistoryPP/TextFormatting-Variables: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(+defaults; +en)
 
No edit summary
Line 3: Line 3:
| \n = {{#switch: {{{lang|{{#var:PageLang}} }}}
| \n = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = New line
     | #default = New line
     | de =  
     | de = Neue Zeile
     | en = New line
     | en = New line
     | pl =  
     | pl =  
Line 10: Line 10:
| \t = {{#switch: {{{lang|{{#var:PageLang}} }}}
| \t = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Tab
     | #default = Tab
     | de =  
     | de = Tab
     | en = Tab
     | en = Tab
     | pl =  
     | pl =  
Line 17: Line 17:
| \\ = {{#switch: {{{lang|{{#var:PageLang}} }}}
| \\ = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Backslash (if you need to output backslash, instead of "Me\You" write "Me\\You")
     | #default = Backslash (if you need to output backslash, instead of "Me\You" write "Me\\You")
     | de =  
     | de = Backslash (wenn Sie einen Backslash ausgeben müssen, geben Sie "Ich\\Er" anstelle von "Ich\Er" an)
     | en = Backslash (if you need to output backslash, instead of "Me\You" write "Me\\You")
     | en = Backslash (if you need to output backslash, instead of "Me\You" write "Me\\You")
     | pl =  
     | pl =  
Line 24: Line 24:
| \% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| \% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Percent sign (if you need to output percent sign, instead of "Me%You" write "Me\%You")
     | #default = Percent sign (if you need to output percent sign, instead of "Me%You" write "Me\%You")
     | de =  
     | de = Prozentzeichen (wenn Sie ein Prozentzeichen ausgeben müssen, geben Sie "Ich\%Er" anstelle von "Ich%Er" an)
     | en = Percent sign (if you need to output percent sign, instead of "Me%You" write "Me\%You")
     | en = Percent sign (if you need to output percent sign, instead of "Me%You" write "Me\%You")
     | pl =  
     | pl =  
Line 31: Line 31:
| %nick% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %nick% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Default contact's nickname text
     | #default = Default contact's nickname text
     | de =  
     | de = Standard Nickname des Kontaktes
     | en = Default contact's nickname text
     | en = Default contact's nickname text
     | pl =  
     | pl =  
Line 38: Line 38:
| %from_nick% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %from_nick% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Nick of the sender
     | #default = Nick of the sender
     | de =  
     | de = Nick des Absenders
     | en = Nick of the sender
     | en = Nick of the sender
     | pl =  
     | pl =  
Line 45: Line 45:
| %to_nick% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %to_nick% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Nick of the reciever
     | #default = Nick of the reciever
     | de =  
     | de = Nick des Empfängers
     | en = Nick of the reciever
     | en = Nick of the reciever
     | pl =  
     | pl =  
Line 52: Line 52:
| %mes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %mes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Plain message text
     | #default = Plain message text
     | de =  
     | de = Nachrichtentext
     | en = Plain message text
     | en = Plain message text
     | pl =  
     | pl =  
Line 59: Line 59:
| %adj_mes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %adj_mes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Message adjusted to fit in 72 symbols
     | #default = Message adjusted to fit in 72 symbols
     | de =  
     | de = Nachricht im 72-Zeichen-Format
     | en = Message adjusted to fit in 72 symbols
     | en = Message adjusted to fit in 72 symbols
     | pl =  
     | pl =  
Line 66: Line 66:
| %quot_mes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %quot_mes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = The same as %adj_mes%, but every line is prefixed with "> "
     | #default = The same as %adj_mes%, but every line is prefixed with "> "
     | de =  
     | de = Dasselbe wie %adj_mes%, aber jede Zeile beginnt mit ">"
     | en = The same as %adj_mes%, but every line is prefixed with "> "
     | en = The same as %adj_mes%, but every line is prefixed with "> "
     | pl =  
     | pl =  
Line 73: Line 73:
| %selmes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %selmes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = The same as %mes% or selected text in pseudo-edit mode
     | #default = The same as %mes% or selected text in pseudo-edit mode
     | de =  
     | de = Dasselbe wie %mes% oder ausgewählter Text im Pseudobearbeitungsmodus.
     | en = The same as %mes% or selected text in pseudo-edit mode
     | en = The same as %mes% or selected text in pseudo-edit mode
     | pl =  
     | pl =  
Line 80: Line 80:
| %adj_selmes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %adj_selmes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = The same as %adj_mes% or applied to selected text in pseudo-edit mode
     | #default = The same as %adj_mes% or applied to selected text in pseudo-edit mode
     | de =  
     | de = Dasselbe wie %adj_mes%, angewendet auf ausgewählten Text im Pseudobearbeitungsmodus.
     | en = The same as %adj_mes% or applied to selected text in pseudo-edit mode
     | en = The same as %adj_mes% or applied to selected text in pseudo-edit mode
     | pl =  
     | pl =  
Line 87: Line 87:
| %quot_selmes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %quot_selmes% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = The same as %quot_mes% or applied to selected text in pseudo-edit mode
     | #default = The same as %quot_mes% or applied to selected text in pseudo-edit mode
     | de =  
     | de = Dasselbe wie %quot_mes%, angewendet auf ausgewählten Text im Pseudobearbeitungsmodus
     | en = The same as %quot_mes% or applied to selected text in pseudo-edit mode
     | en = The same as %quot_mes% or applied to selected text in pseudo-edit mode
     | pl =  
     | pl =  
Line 94: Line 94:
| %datetime% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %datetime% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Date and time of the event
     | #default = Date and time of the event
     | de =  
     | de = Datum und Uhrzeit des Ereignisses
     | en = Date and time of the event
     | en = Date and time of the event
     | pl =  
     | pl =  
Line 101: Line 101:
| %smart_datetime% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %smart_datetime% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Works for only several messages. Outputs full date & time only for messages with unique date. For other events outputs only time.
     | #default = Works for only several messages. Outputs full date & time only for messages with unique date. For other events outputs only time.
     | de =  
     | de = Funktioniert nur für mehrere Nachrichten. Gibt für Nachrichten mit eindeutigen Datum volles Datum und Uhrzeit aus. Für alle anderen Ereignisse gibt es nur die Uhrzeit aus.
     | en = Works for only several messages. Outputs full date & time only for messages with unique date. For other events outputs only time.
     | en = Works for only several messages. Outputs full date & time only for messages with unique date. For other events outputs only time.
     | pl =  
     | pl =  
Line 108: Line 108:
| %date% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %date% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Date of the event
     | #default = Date of the event
     | de =  
     | de = Datum des Ereignisses
     | en = Date of the event
     | en = Date of the event
     | pl =  
     | pl =  
Line 115: Line 115:
| %time% = {{#switch: {{{lang|{{#var:PageLang}} }}}
| %time% = {{#switch: {{{lang|{{#var:PageLang}} }}}
     | #default = Time of the event
     | #default = Time of the event
     | de =  
     | de = Uhrzeit des Ereignisses
     | en = Time of the event
     | en = Time of the event
     | pl =  
     | pl =  

Revision as of 22:45, 4 April 2015

Documentation[create]