Index: trunk/tools/ToolserverI18N/public_html/index.php |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | 'displayTitle' => _( 'fullname' ), |
50 | 50 | 'krinklePrefix' => false, |
51 | 51 | 'simplePath' => '/TsIntuition/', |
52 | | - 'revisionId' => "0.1.0 (<a target=\"blank\" href=\"{$svninfo['directory-cr-rev']}?" . http_build_query($revUrlQuery) . "\">r{$svninfo['directory-rev']}</a>)", |
| 52 | + 'revisionId' => "0.1.1 (<a target=\"blank\" href=\"{$svninfo['directory-cr-rev']}?" . http_build_query($revUrlQuery) . "\">r{$svninfo['directory-rev']}</a>)", |
53 | 53 | 'revisionDate' => $I18N->dateFormatted( $svninfo['directory-up-date'] ), |
54 | 54 | 'styles' => array( 'main.css' ), |
55 | 55 | ); |
— | — | @@ -158,6 +158,9 @@ |
159 | 159 | . kfTag( _( 'clear-cookies'), 'a', array( 'href' => $Tool->generatePermalink( array( 'action' => 'clearcookies' ) ) ) ) |
160 | 160 | . ')<br />' |
161 | 161 | . kfTag( _( 'cookie-expiration' ) . _g( 'colon-separator' ), 'label' ) . kfTag( '', 'input', array( 'value' => $time, 'class' => "cookie-health $class", 'readonly' => 'readonly' ) ) |
| 162 | + . ' (' |
| 163 | + . kfTag( _( 'renew-cookies'), 'a', array( 'href' => $Tool->generatePermalink( array( 'action' => 'renewcookies' ) ) ) ) |
| 164 | + . ')<br />' |
162 | 165 | . $after |
163 | 166 | . '</form>' |
164 | 167 | ); |
Index: trunk/tools/ToolserverI18N/language/messages/Tsintuition.i18n.php |
— | — | @@ -44,6 +44,7 @@ |
45 | 45 | 'settings-legend' => 'Instellingen', |
46 | 46 | 'choose-language' => 'Kies een taal', |
47 | 47 | 'clear-cookies' => 'cookies wissen', |
| 48 | + 'renew-cookies' => 'verleng cookies', |
48 | 49 | 'cookie-expiration' => 'Cookie verlooptijd', |
49 | 50 | 'clearcookies-success' => 'Cookies gewist.', |
50 | 51 | 'renewcookies-success' => 'Cookies vernieuwd! Je bent weer helemaal gereed voor de komende $1.', |