| 10 | | $title = gettext("RSS Management"); |
|---|
| 11 | | $subelgg = gettext("To add this feed to your resources page, click here."); |
|---|
| 12 | | $subother = gettext("To add this feed to an external RSS aggregator, click the link that corresponds to your aggregator:"); |
|---|
| 13 | | $gubbins = gettext("Summary"); |
|---|
| 14 | | $headertitle = gettext("This is an RSS feed for "); |
|---|
| 15 | | $exit = gettext("Didn't mean to come here? Click to exit!"); |
|---|
| | 10 | $title = __gettext("RSS Management"); |
|---|
| | 11 | $subelgg = __gettext("To add this feed to your resources page, click here."); |
|---|
| | 12 | $subother = __gettext("To add this feed to an external RSS aggregator, click the link that corresponds to your aggregator:"); |
|---|
| | 13 | $gubbins = __gettext("Summary"); |
|---|
| | 14 | $headertitle = __gettext("This is an RSS feed for "); |
|---|
| | 15 | $exit = __gettext("Didn't mean to come here? Click to exit!"); |
|---|