Show More
@@ -10074,13 +10074,19 b' msgid ""' | |||||
10074 | " - nonempty: Any text. Returns '(none)' if the string is empty.\n" |
|
10074 | " - nonempty: Any text. Returns '(none)' if the string is empty.\n" | |
10075 | " - hgdate: Date. Returns the date as a pair of numbers:\n" |
|
10075 | " - hgdate: Date. Returns the date as a pair of numbers:\n" | |
10076 | " \"1157407993 25200\" (Unix timestamp, timezone offset).\n" |
|
10076 | " \"1157407993 25200\" (Unix timestamp, timezone offset).\n" | |
10077 |
" - isodate: Date. Returns the date in ISO 8601 format |
|
10077 | " - isodate: Date. Returns the date in ISO 8601 format: \"2009-08-18\n" | |
|
10078 | " 13:00 +0200\".\n" | |||
|
10079 | " - isodatesec: Date. Returns the date in ISO 8601 format, including\n" | |||
|
10080 | " seconds: \"2009-08-18 13:00:13 +0200\". See also the\n" | |||
|
10081 | " rfc3339date filter.\n" | |||
10078 | " - localdate: Date. Converts a date to local date.\n" |
|
10082 | " - localdate: Date. Converts a date to local date.\n" | |
10079 | " - obfuscate: Any text. Returns the input text rendered as a\n" |
|
10083 | " - obfuscate: Any text. Returns the input text rendered as a\n" | |
10080 | " sequence of XML entities.\n" |
|
10084 | " sequence of XML entities.\n" | |
10081 | " - person: Any text. Returns the text before an email address.\n" |
|
10085 | " - person: Any text. Returns the text before an email address.\n" | |
10082 | " - rfc822date: Date. Returns a date using the same format used\n" |
|
10086 | " - rfc822date: Date. Returns a date using the same format used\n" | |
10083 | " in email headers.\n" |
|
10087 | " in email headers: \"Tue, 18 Aug 2009 13:00:13 +0200\".\n" | |
|
10088 | " - rfc3339date: Date. Returns a date using the Internet date format\n" | |||
|
10089 | " specified in RFC 3339: \"2009-08-18T13:00:13+02:00\".\n" | |||
10084 | " - short: Changeset hash. Returns the short form of a changeset\n" |
|
10090 | " - short: Changeset hash. Returns the short form of a changeset\n" | |
10085 | " hash, i.e. a 12-byte hexadecimal string.\n" |
|
10091 | " hash, i.e. a 12-byte hexadecimal string.\n" | |
10086 | " - shortdate: Date. Returns a date like \"2006-09-18\".\n" |
|
10092 | " - shortdate: Date. Returns a date like \"2006-09-18\".\n" | |
@@ -10184,14 +10190,17 b' msgstr ""' | |||||
10184 | " - nonempty: Qualquer texto. Devolve (none) se o texto for vazio.\n" |
|
10190 | " - nonempty: Qualquer texto. Devolve (none) se o texto for vazio.\n" | |
10185 | " - hgdate: Data. Devolve a data como um par de números:\n" |
|
10191 | " - hgdate: Data. Devolve a data como um par de números:\n" | |
10186 | " \"1157407993 25200\" (timestamp Unix, defasagem de fuso)\n" |
|
10192 | " \"1157407993 25200\" (timestamp Unix, defasagem de fuso)\n" | |
10187 |
" - isodate: Data. Devolve a data em formato ISO 8601 |
|
10193 | " - isodate: Data. Devolve a data em formato ISO 8601: \"2009-08-18\n" | |
|
10194 | " 13:00 +0200\".\n" | |||
10188 | " - localdate: Data. Converte para data local.\n" |
|
10195 | " - localdate: Data. Converte para data local.\n" | |
10189 | " - obfuscate: Qualquer texto. Devolve o texto de entrada\n" |
|
10196 | " - obfuscate: Qualquer texto. Devolve o texto de entrada\n" | |
10190 | " renderizado como uma seqüência de entidades XML.\n" |
|
10197 | " renderizado como uma seqüência de entidades XML.\n" | |
10191 | " - person: Qualquer texto. Devolve o texto antes de um endereço\n" |
|
10198 | " - person: Qualquer texto. Devolve o texto antes de um endereço\n" | |
10192 | " de e-mail.\n" |
|
10199 | " de e-mail.\n" | |
10193 | " - rfc822date: Data. Devolve uma data usando o mesmo formato\n" |
|
10200 | " - rfc822date: Data. Devolve uma data usando o mesmo formato utilizado\n" | |
10194 |
" |
|
10201 | " em cabeçalhos de e-mail: \"Tue, 18 Aug 2009 13:00:13 +0200\".\n" | |
|
10202 | " - rfc3339date: Data. Devolve uma data usando o formato de data da\n" | |||
|
10203 | " Internet especificado na RFC 3339: \"2009-08-18T13:00:13+02:00\".\n" | |||
10195 | " - short: Hash do changeset. Devolve a forma curta do hash de\n" |
|
10204 | " - short: Hash do changeset. Devolve a forma curta do hash de\n" | |
10196 | " um changeset, ou seja, uma string hexadecimal de 12 bytes.\n" |
|
10205 | " um changeset, ou seja, uma string hexadecimal de 12 bytes.\n" | |
10197 | " - shortdate: Data. Devolve uma data como \"2006-09-18\".\n" |
|
10206 | " - shortdate: Data. Devolve uma data como \"2006-09-18\".\n" |
General Comments 0
You need to be logged in to leave comments.
Login now