Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php |
— | — | @@ -24,6 +24,8 @@ |
25 | 25 | 'weeks' => 'weeks', |
26 | 26 | 'days' => 'days', |
27 | 27 | 'hours' => 'hours', |
| 28 | + 'minutes' => 'minutes', |
| 29 | + 'seconds' => 'seconds', |
28 | 30 | 'last-modified-date' => 'Last modified: $1', |
29 | 31 | 'view-source' => 'View source', |
30 | 32 | 'parentheses' => '($1)', // optional |
— | — | @@ -49,6 +51,8 @@ |
50 | 52 | 'weeks' => 'Notation of time duration for multiple weeks (eg. "Duration: x weeks" ). No support for advanced plural yet.', |
51 | 53 | 'days' => 'Notation of time duration for multiple days (eg. "Duration: x days" ). No support for advanced plural yet.', |
52 | 54 | 'hours' => 'Notation of time duration for multiple hours (eg. "Duration: x hours" ). No support for advenced plural yet.', |
| 55 | + 'minutes' => 'Notation of time duration for multiple hours (eg. "Duration: x minutes" ). No support for advenced plural yet.', |
| 56 | + 'seconds' => 'Notation of time duration for multiple hours (eg. "Duration: x seconds" ). No support for advenced plural yet.', |
53 | 57 | 'last-modified-date' => 'The date something was last modified. $1 is a date (eg. "April 5 2010, 12:30 AM")', |
54 | 58 | 'view-source' => 'Label for a button or link that, when clicked, will present the program source code.', |
55 | 59 | ); |