Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | 'dateformat' => '%B %d %Y', |
16 | 16 | 'hello' => 'Hello', |
17 | 17 | 'welcome' => 'Welcome', |
18 | | - 'toolversionstamp' => 'Version $1 as uploaded on $2', |
| 18 | + 'toolversionstamp' => 'Version $1 ($2)', |
19 | 19 | 'etc' => 'etc.', |
20 | 20 | 'colon-separator' => ':', |
21 | 21 | 'namespace' => 'Namespace', |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | 'dateformat' => 'Dateformat in this language. See documentation about [http://www.php.net/manual/en/function.strftime.php strftime() at php.net] for the syntax.', |
37 | 37 | 'hello' => 'A friendly greet.', |
38 | 38 | 'welcome' => 'A friendly welcome.', |
39 | | - 'toolversionstamp' => 'Short sentence about what the last version of this tool is and when this version was uploaded. <code>$1</code> is the version (eg. "1.5.5beta") and <code>$2</code> is the date.', |
| 39 | + 'toolversionstamp' => 'Short sentence about what the last version of this tool is and when the last update was. <code>$1</code> is the version (eg. "1.5.5beta") and <code>$2</code> is the date (without time).', |
40 | 40 | 'etc' => 'Abbreviated form of "et cetera"', |
41 | 41 | 'colon-separator' => 'Optional message. Change it only if your language uses another character for ":" or it needs an extra space before the colon.', |
42 | 42 | 'namespace' => '{{Identical|Namespace}}', |