This commit is contained in:
Chris Buechler 2014-11-06 22:11:28 -06:00
parent 6859f88157
commit a838048088
7 changed files with 5 additions and 5 deletions

View File

@ -27488,7 +27488,7 @@ msgstr ""
#: usr/local/www/vpn_pppoe.php:131 usr/local/www/vpn_pppoe.php:132
#: usr/local/www/vpn_pppoe.php:133 usr/local/www/vpn_pppoe.php:133
msgid "edit pppoe instance"
msgid "edit PPPoE instance"
msgstr ""
#: usr/local/www/vpn_pppoe.php:132 usr/local/www/vpn_pppoe.php:133

View File

@ -27498,7 +27498,7 @@ msgstr "新しいのPPPoEインスタンスを追加"
#: usr/local/www/vpn_pppoe.php:131 usr/local/www/vpn_pppoe.php:132
#: usr/local/www/vpn_pppoe.php:133 usr/local/www/vpn_pppoe.php:133
msgid "edit pppoe instance"
msgid "edit PPPoE instance"
msgstr "編集のPPPoEインスタンス"
#: usr/local/www/vpn_pppoe.php:132 usr/local/www/vpn_pppoe.php:133

View File

@ -23326,7 +23326,7 @@ msgstr "adicione uma nova inst
#: usr/local/www/vpn_pppoe.php:131 usr/local/www/vpn_pppoe.php:132
#: usr/local/www/vpn_pppoe.php:133
msgid "edit pppoe instance"
msgid "edit PPPoE instance"
msgstr "editar instância pppoe"
#: usr/local/www/vpn_pppoe.php:132 usr/local/www/vpn_pppoe.php:133

View File

@ -23979,7 +23979,7 @@ msgstr "yeni PPPoE ekle"
#: usr/local/www/vpn_pppoe.php:131 usr/local/www/vpn_pppoe.php:132
#: usr/local/www/vpn_pppoe.php:133
msgid "edit pppoe instance"
msgid "edit PPPoE instance"
msgstr "PPPoE düzenle"
#: usr/local/www/vpn_pppoe.php:132 usr/local/www/vpn_pppoe.php:133

View File

@ -130,7 +130,7 @@ include("head.inc");
<td valign="middle" class="list nowrap">
<table border="0" cellspacing="0" cellpadding="1" summary="icons">
<tr>
<td valign="middle"><a href="vpn_pppoe_edit.php?id=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="<?=gettext("edit pppoe instance"); ?>" alt="edit" /></a></td>
<td valign="middle"><a href="vpn_pppoe_edit.php?id=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="<?=gettext("edit PPPoE instance"); ?>" alt="edit" /></a></td>
<td><a href="vpn_pppoe.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this entry? All elements that still use it will become invalid (e.g. filter rules)!");?>')"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" title="<?=gettext("delete pppoe instance");?>" alt="delete" /></a></td>
</tr>
</table>