touch up interfaces.php text

This commit is contained in:
Chris Buechler 2015-03-13 00:15:05 -05:00
parent 33e85f856a
commit 1cabb79c28
7 changed files with 10 additions and 10 deletions

View File

@ -14815,7 +14815,7 @@ msgstr ""
#: usr/local/www/interfaces.php:3262
msgid ""
"Allowed values are 1-9999 but should not be longer than Master Key "
"Allowed values are 1-9999. Must be longer than Master Key "
"Regeneration time."
msgstr ""
@ -14825,7 +14825,7 @@ msgstr ""
#: usr/local/www/interfaces.php:3269
msgid ""
"Allowed values are 1-9999 but should not be shorter than Key Rotation time."
"Allowed values are 1-9999. Must be shorter than Key Rotation time."
msgstr ""
#: usr/local/www/interfaces.php:3273

View File

@ -23278,7 +23278,7 @@ msgstr "キーローテーション"
#: usr/local/www/interfaces.php:2593 usr/local/www/interfaces.php:2582
#: usr/local/www/interfaces.php:2582
msgid ""
"Allowed values are 1-9999 but should not be longer than Master Key "
"Allowed values are 1-9999. Must be longer than Master Key "
"Regeneration time."
msgstr ""指定できる値は1から9999ですが、マスターキーよりも長くすべきではない」再生時間。"
@ -23294,7 +23294,7 @@ msgstr "マスターキーの再生成"
#: usr/local/www/interfaces.php:2600 usr/local/www/interfaces.php:2589
#: usr/local/www/interfaces.php:2589
msgid ""
"Allowed values are 1-9999 but should not be shorter than Key Rotation time."
"Allowed values are 1-9999. Must be shorter than Key Rotation time."
msgstr ""指定できる値は1から9999ですが、キーローテーション時間より短くすべきではない。"
#: usr/local/www/interfaces.php:2360 usr/local/www/interfaces.php:2540

View File

@ -19834,7 +19834,7 @@ msgstr "Rota
#: usr/local/www/interfaces.php:2517 usr/local/www/interfaces.php:2547
#: usr/local/www/interfaces.php:2593 usr/local/www/interfaces.php:2582
#: usr/local/www/interfaces.php:2618
msgid "Allowed values are 1-9999 but should not be longer than Master Key Regeneration time."
msgid "Allowed values are 1-9999. Must be longer than Master Key Regeneration time."
msgstr "Os valores permitidos são 1-9999 mas não devem ser mais longos que o tempo de Regeneração da Chave Master."
#: usr/local/www/interfaces.php:2353 usr/local/www/interfaces.php:2533
@ -19848,7 +19848,7 @@ msgstr "Regenera
#: usr/local/www/interfaces.php:2524 usr/local/www/interfaces.php:2554
#: usr/local/www/interfaces.php:2600 usr/local/www/interfaces.php:2589
#: usr/local/www/interfaces.php:2625
msgid "Allowed values are 1-9999 but should not be shorter than Key Rotation time."
msgid "Allowed values are 1-9999. Must be shorter than Key Rotation time."
msgstr "Os valores permitidos são 1-9999 mas devem ser menores que o tempo de Rotação da Chave."
#: usr/local/www/interfaces.php:2360 usr/local/www/interfaces.php:2540

View File

@ -15445,7 +15445,7 @@ msgstr "Anahtar Rotasyonu"
#: usr/local/www/interfaces.php:3262
msgid ""
"Allowed values are 1-9999 but should not be longer than Master Key "
"Allowed values are 1-9999. Must be longer than Master Key "
"Regeneration time."
msgstr ""
"İzin verilen değerler 1 ile 9999 arasındadır ama Ana Anahtar Yenileme "
@ -15457,7 +15457,7 @@ msgstr "Ana Anahtar Yenileme"
#: usr/local/www/interfaces.php:3269
msgid ""
"Allowed values are 1-9999 but should not be shorter than Key Rotation time."
"Allowed values are 1-9999. Must be shorter than Key Rotation time."
msgstr ""
"İzin verilen değerler 1 ile 9999 arasındadır ama Anahtar Rotasyon zamanından "
"fazla olmamalıdır."

View File

@ -3326,14 +3326,14 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<td valign="top" class="vncell"><?=gettext("Key Rotation"); ?></td>
<td class="vtable">
<input name="wpa_group_rekey" type="text" class="formfld unknown" id="wpa_group_rekey" size="30" value="<?php echo $pconfig['wpa_group_rekey'] ? $pconfig['wpa_group_rekey'] : "60";?>" />
<br /><?=gettext("Allowed values are 1-9999 but should not be longer than Master Key Regeneration time."); ?>
<br /><?=gettext("Allowed values are 1-9999. Must be longer than Master Key Regeneration time."); ?>
</td>
</tr>
<tr>
<td valign="top" class="vncell"><?=gettext("Master Key Regeneration"); ?></td>
<td class="vtable">
<input name="wpa_gmk_rekey" type="text" class="formfld" id="wpa_gmk_rekey" size="30" value="<?php echo $pconfig['wpa_gmk_rekey'] ? $pconfig['wpa_gmk_rekey'] : "3600";?>" />
<br /><?=gettext("Allowed values are 1-9999 but should not be shorter than Key Rotation time."); ?>
<br /><?=gettext("Allowed values are 1-9999. Must be shorter than Key Rotation time."); ?>
</td>
</tr>
<tr>