| 39 |
?> |
?> |
| 40 |
</div> |
</div> |
| 41 |
<?php |
<?php |
| 42 |
if ($show_locale_warning && $_SERVER["PHP_SELF"] != "locale.php") { |
if ($show_locale_warning && $_SERVER["PHP_SELF"] != "http://debian-med.alioth.debian.org/locales.php") { |
| 43 |
?> |
?> |
| 44 |
<div class="row"> |
<div class="row"> |
| 45 |
<span class="error"> |
<span class="error"> |
| 46 |
<p class="error"> |
<p class="error"> |
| 47 |
<img src="/img/warning.png" style="position:relative;" /> |
<div class="floatLeft"> |
| 48 |
|
<img src="/img/warning.png" /> |
| 49 |
|
</div> |
| 50 |
<?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).")?><br /> |
<?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).")?><br /> |
| 51 |
<?=str_replace(array("%1", "%2"), array('<a href="/locales.php">', "</a>"), _("Visit the %1Localization page%2."))?> |
<?=str_replace(array("%1", "%2"), array('<a href="/locales.php">', "</a>"), _("Visit the %1Localization page%2."))?> |
| 52 |
</p> |
</p> |