Rev 211 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 211 | Rev 236 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | tr("This site uses recent <a href='https://developer.mozilla.org/en-US/docs/'" |
18 | tr("This site uses recent <a href='https://developer.mozilla.org/en-US/docs/'" |
19 | . " title='Learn more: Mozilla Developer Network'>Web technologies</a>." |
19 | . " title='Learn more: Mozilla Developer Network'>Web technologies</a>." |
20 | . " You can use the <a href='index.%s?printable=1'>%s</a>" |
20 | . " You can use the <a href='index.%s?printable=1'>%s</a>" |
21 | . " if it is not displayed properly with your software."), |
21 | . " if it is not displayed properly with your software."), |
22 | $language, |
22 | $language, |
23 | tr('Printable version')); |
23 | tr('Printable version-declensed')); |
24 | ?></span></p>
|
24 | ?></span></p>
|
25 | <?php
|
25 | <?php
|
26 | }
|
26 | }
|
27 | 27 | ||
28 | /*
|
28 | /*
|