Roxen.git/
server/
etc/
modules/
Variable.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-09-27
2016-09-27 11:38:07 by Anders Johansson <anders@roxen.com>
0c7a1e6bcbf9f7dd7cc39b09d4ecb0bf5ecddef5 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
devel
Updated locale ids
1030:
LocaleString|string doc() { return ::doc() +
-
sprintf((string)LOCALE(
0
, "<p>%d is the highest priority and "
+
sprintf((string)LOCALE(
1120
, "<p>%d is the highest priority and "
"0 the lowest.</p>"), _max); }
1395:
"value": value, "checked": "checked", ]);
-
string title = sprintf(LOCALE(
332
,"(stale value %s)"), value);
+
string title = sprintf(LOCALE(
1121
,"(stale value %s)"), value);
res += sprintf("<tr><td>%s</td><td>%s</td></tr>\n", Roxen.make_tag( "input", m), Roxen.html_encode_string(title));