Changeset 481536
- Timestamp:
- 12/28/2011 04:31:47 PM (14 years ago)
- Location:
- ip-filter
- Files:
-
- 10 edited
-
tags/1.0.2/ipfilter.php (modified) (1 diff)
-
tags/1.0.2/lang/ipfilter-fr_FR.mo (modified) (previous)
-
tags/1.0.2/lang/ipfilter-fr_FR.po (modified) (2 diffs)
-
tags/1.0.2/lang/ipfilter.pot (modified) (2 diffs)
-
tags/1.0.2/readme.txt (modified) (1 diff)
-
trunk/ipfilter.php (modified) (1 diff)
-
trunk/lang/ipfilter-fr_FR.mo (modified) (previous)
-
trunk/lang/ipfilter-fr_FR.po (modified) (2 diffs)
-
trunk/lang/ipfilter.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ip-filter/tags/1.0.2/ipfilter.php
r481527 r481536 570 570 } 571 571 ?> 572 <textarea id='ipfilter_setting_filteredips' name='ipfilter_options[filtered_ips]' cols='40' rows='12'><?php echo $options['filtered_ips']; ?></textarea> 572 <textarea id='ipfilter_setting_filteredips' name='ipfilter_options[filtered_ips]' cols='40' rows='12' style='display: inline-block'><?php echo $options['filtered_ips']; ?></textarea> 573 <textarea cols='25' rows='12' readonly='readonly' style='display: inline-block'> 574 <?php _e( 'Extracted:', IPFILTER_TEXTDOMAIN ); ?> 575 <?php foreach( $this->filtered_ips as $ip ): echo "\n" . $ip; endforeach; ?> 576 </textarea> 573 577 <?php 574 578 } -
ip-filter/tags/1.0.2/lang/ipfilter-fr_FR.po
r481527 r481536 3 3 "Project-Id-Version: ipfilter 1.0.2\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2011-12-2 8 23:56+0800\n"5 "POT-Creation-Date: 2011-12-29 00:29+0800\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Gabriel Hautclocq <gabriel@gabsoftware.com>\n" … … 114 114 msgstr "Autoriser l'accès aux adresses IP de la liste seulement (mais ajoutez-y votre adresse IP )" 115 115 116 #: ipfilter.php:574 117 msgid "Extracted:" 118 msgstr "Extrait :" 119 116 120 #~ msgid "List of IP addresses to filter (free format, comments allowed)" 117 121 #~ msgstr "" -
ip-filter/tags/1.0.2/lang/ipfilter.pot
r481527 r481536 3 3 "Project-Id-Version: ipfilter 1.0.2\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2011-12-2 8 23:55+0800\n"5 "POT-Creation-Date: 2011-12-29 00:29+0800\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Gabriel Hautclocq <gabriel@gabsoftware.com>\n" … … 98 98 msgstr "" 99 99 100 #: ipfilter.php:574 101 msgid "Extracted:" 102 msgstr "" 103 -
ip-filter/tags/1.0.2/readme.txt
r481527 r481536 97 97 * It is now possible to purge the log file in the settings page 98 98 * Code cleaning and simplification 99 * Added a zone that displays the IP addresses extracted from your input 99 100 100 101 = 1.0.1 = -
ip-filter/trunk/ipfilter.php
r481527 r481536 570 570 } 571 571 ?> 572 <textarea id='ipfilter_setting_filteredips' name='ipfilter_options[filtered_ips]' cols='40' rows='12'><?php echo $options['filtered_ips']; ?></textarea> 572 <textarea id='ipfilter_setting_filteredips' name='ipfilter_options[filtered_ips]' cols='40' rows='12' style='display: inline-block'><?php echo $options['filtered_ips']; ?></textarea> 573 <textarea cols='25' rows='12' readonly='readonly' style='display: inline-block'> 574 <?php _e( 'Extracted:', IPFILTER_TEXTDOMAIN ); ?> 575 <?php foreach( $this->filtered_ips as $ip ): echo "\n" . $ip; endforeach; ?> 576 </textarea> 573 577 <?php 574 578 } -
ip-filter/trunk/lang/ipfilter-fr_FR.po
r481527 r481536 3 3 "Project-Id-Version: ipfilter 1.0.2\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2011-12-2 8 23:56+0800\n"5 "POT-Creation-Date: 2011-12-29 00:29+0800\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Gabriel Hautclocq <gabriel@gabsoftware.com>\n" … … 114 114 msgstr "Autoriser l'accès aux adresses IP de la liste seulement (mais ajoutez-y votre adresse IP )" 115 115 116 #: ipfilter.php:574 117 msgid "Extracted:" 118 msgstr "Extrait :" 119 116 120 #~ msgid "List of IP addresses to filter (free format, comments allowed)" 117 121 #~ msgstr "" -
ip-filter/trunk/lang/ipfilter.pot
r481527 r481536 3 3 "Project-Id-Version: ipfilter 1.0.2\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2011-12-2 8 23:55+0800\n"5 "POT-Creation-Date: 2011-12-29 00:29+0800\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Gabriel Hautclocq <gabriel@gabsoftware.com>\n" … … 98 98 msgstr "" 99 99 100 #: ipfilter.php:574 101 msgid "Extracted:" 102 msgstr "" 103 -
ip-filter/trunk/readme.txt
r481527 r481536 97 97 * It is now possible to purge the log file in the settings page 98 98 * Code cleaning and simplification 99 * Added a zone that displays the IP addresses extracted from your input 99 100 100 101 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.