Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php |
— | — | @@ -20,6 +20,7 @@ |
21 | 21 | 'form-reset' => 'Reset', |
22 | 22 | 'years' => 'years', |
23 | 23 | 'weeks' => 'weeks', |
| 24 | + 'days' => 'days', |
24 | 25 | 'hours' => 'hours', |
25 | 26 | ); |
26 | 27 | |
— | — | @@ -57,6 +58,7 @@ |
58 | 59 | 'form-reset' => 'Stel opnieuw in', |
59 | 60 | 'years' => 'jaren', |
60 | 61 | 'weeks' => 'weken', |
| 62 | + 'days' => 'dagen', |
61 | 63 | 'hours' => 'uren', |
62 | 64 | ); |
63 | 65 | |
Index: trunk/tools/ToolserverI18N/language/messages/Orphantalk2.i18n.php |
— | — | @@ -26,6 +26,7 @@ |
27 | 27 | 'tools-subject' => 'subject', |
28 | 28 | 'tools-hist' => 'hist', |
29 | 29 | 'tools-curr' => 'curr', |
| 30 | + 'tools-globalusage' => 'globalusage', |
30 | 31 | ); |
31 | 32 | |
32 | 33 | /** |
— | — | @@ -43,6 +44,7 @@ |
44 | 45 | 'tools-subject' => 'Goes to the subject page (which never existed or has been deleted) of the orphaned page. Part of the tool-links in the left column.', |
45 | 46 | 'tools-hist' => 'Goes to the history view of the orphaned page. Part of the tool-links in the left column.', |
46 | 47 | 'tools-curr' => 'Shows the latest/current edit to this orphaned page. Part of the tool-links in the left column.', |
| 48 | + 'tools-globalusage' => 'If the orphan is a Commons file talk page, this link will link to the Specila:GlobalUsage for the File page.', |
47 | 49 | ); |
48 | 50 | |
49 | 51 | /** |
— | — | @@ -59,6 +61,7 @@ |
60 | 62 | 'tools-subject' => 'artikel', |
61 | 63 | 'tools-hist' => 'gesch', |
62 | 64 | 'tools-curr' => 'huidige', |
| 65 | + 'tools-globalusage' => 'globaalgebruik', |
63 | 66 | ); |
64 | 67 | |
65 | 68 | /** |