Project

General

Profile

« Previous | Next » 

Revision 1188cdc8

Added by Chris Buechler over 10 years ago

touch up interfaces.php text

View differences:

usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
14815 14815

  
14816 14816
#: usr/local/www/interfaces.php:3262
14817 14817
msgid ""
14818
"Allowed values are 1-9999 but should not be longer than Master Key "
14818
"Allowed values are 1-9999. Must be longer than Master Key "
14819 14819
"Regeneration time."
14820 14820
msgstr ""
14821 14821

  
......
14825 14825

  
14826 14826
#: usr/local/www/interfaces.php:3269
14827 14827
msgid ""
14828
"Allowed values are 1-9999 but should not be shorter than Key Rotation time."
14828
"Allowed values are 1-9999. Must be shorter than Key Rotation time."
14829 14829
msgstr ""
14830 14830

  
14831 14831
#: usr/local/www/interfaces.php:3273
usr/local/share/locale/ja/LC_MESSAGES/pfSense.po
23278 23278
#: usr/local/www/interfaces.php:2593 usr/local/www/interfaces.php:2582
23279 23279
#: usr/local/www/interfaces.php:2582
23280 23280
msgid ""
23281
"Allowed values are 1-9999 but should not be longer than Master Key "
23281
"Allowed values are 1-9999. Must be longer than Master Key "
23282 23282
"Regeneration time."
23283 23283
msgstr ""指定できる値は1から9999ですが、マスターキーよりも長くすべきではない」再生時間。"
23284 23284

  
......
23294 23294
#: usr/local/www/interfaces.php:2600 usr/local/www/interfaces.php:2589
23295 23295
#: usr/local/www/interfaces.php:2589
23296 23296
msgid ""
23297
"Allowed values are 1-9999 but should not be shorter than Key Rotation time."
23297
"Allowed values are 1-9999. Must be shorter than Key Rotation time."
23298 23298
msgstr ""指定できる値は1から9999ですが、キーローテーション時間より短くすべきではない。"
23299 23299

  
23300 23300
#: usr/local/www/interfaces.php:2360 usr/local/www/interfaces.php:2540
usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po
19834 19834
#: usr/local/www/interfaces.php:2517 usr/local/www/interfaces.php:2547
19835 19835
#: usr/local/www/interfaces.php:2593 usr/local/www/interfaces.php:2582
19836 19836
#: usr/local/www/interfaces.php:2618
19837
msgid "Allowed values are 1-9999 but should not be longer than Master Key Regeneration time."
19837
msgid "Allowed values are 1-9999. Must be longer than Master Key Regeneration time."
19838 19838
msgstr "Os valores permitidos s?o 1-9999 mas n?o devem ser mais longos que o tempo de Regenera??o da Chave Master."
19839 19839

  
19840 19840
#: usr/local/www/interfaces.php:2353 usr/local/www/interfaces.php:2533
......
19848 19848
#: usr/local/www/interfaces.php:2524 usr/local/www/interfaces.php:2554
19849 19849
#: usr/local/www/interfaces.php:2600 usr/local/www/interfaces.php:2589
19850 19850
#: usr/local/www/interfaces.php:2625
19851
msgid "Allowed values are 1-9999 but should not be shorter than Key Rotation time."
19851
msgid "Allowed values are 1-9999. Must be shorter than Key Rotation time."
19852 19852
msgstr "Os valores permitidos s?o 1-9999 mas devem ser menores que o tempo de Rota??o da Chave."
19853 19853

  
19854 19854
#: usr/local/www/interfaces.php:2360 usr/local/www/interfaces.php:2540
usr/local/share/locale/tr/LC_MESSAGES/pfSense.po
15445 15445

  
15446 15446
#: usr/local/www/interfaces.php:3262
15447 15447
msgid ""
15448
"Allowed values are 1-9999 but should not be longer than Master Key "
15448
"Allowed values are 1-9999. Must be longer than Master Key "
15449 15449
"Regeneration time."
15450 15450
msgstr ""
15451 15451
"İzin verilen değerler 1 ile 9999 arasındadır ama Ana Anahtar Yenileme "
......
15457 15457

  
15458 15458
#: usr/local/www/interfaces.php:3269
15459 15459
msgid ""
15460
"Allowed values are 1-9999 but should not be shorter than Key Rotation time."
15460
"Allowed values are 1-9999. Must be shorter than Key Rotation time."
15461 15461
msgstr ""
15462 15462
"İzin verilen değerler 1 ile 9999 arasındadır ama Anahtar Rotasyon zamanından "
15463 15463
"fazla olmamalıdır."
usr/local/www/interfaces.php
3326 3326
							<td valign="top" class="vncell"><?=gettext("Key Rotation"); ?></td>
3327 3327
							<td class="vtable">
3328 3328
								<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";?>" />
3329
								<br /><?=gettext("Allowed values are 1-9999 but should not be longer than Master Key Regeneration time."); ?>
3329
								<br /><?=gettext("Allowed values are 1-9999. Must be longer than Master Key Regeneration time."); ?>
3330 3330
							</td>
3331 3331
						</tr>
3332 3332
						<tr>
3333 3333
							<td valign="top" class="vncell"><?=gettext("Master Key Regeneration"); ?></td>
3334 3334
							<td class="vtable">
3335 3335
								<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";?>" />
3336
								<br /><?=gettext("Allowed values are 1-9999 but should not be shorter than Key Rotation time."); ?>
3336
								<br /><?=gettext("Allowed values are 1-9999. Must be shorter than Key Rotation time."); ?>
3337 3337
							</td>
3338 3338
						</tr>
3339 3339
						<tr>

Also available in: Unified diff