Changeset 1300415
- Timestamp:
- 12/04/2015 11:03:45 AM (10 years ago)
- Location:
- wp-excerpt-settings
- Files:
-
- 9 added
- 4 edited
-
branches/1.1/languages/wp-excerpt-settings.pot (modified) (3 diffs)
-
branches/1.1/wp-excerpt-settings.php (modified) (2 diffs)
-
tags/1.1.2 (added)
-
tags/1.1.2/index.php (added)
-
tags/1.1.2/languages (added)
-
tags/1.1.2/languages/wp-excerpt-settings-fr_FR.mo (added)
-
tags/1.1.2/languages/wp-excerpt-settings-fr_FR.po (added)
-
tags/1.1.2/languages/wp-excerpt-settings.pot (added)
-
tags/1.1.2/readme.txt (added)
-
tags/1.1.2/uninstall.php (added)
-
tags/1.1.2/wp-excerpt-settings.php (added)
-
trunk/languages/wp-excerpt-settings.pot (modified) (3 diffs)
-
trunk/wp-excerpt-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-excerpt-settings/branches/1.1/languages/wp-excerpt-settings.pot
r945730 r1300415 1 # Copyright (C) 2015 WP Excerpt Settings 2 # This file is distributed under the same license as the WP Excerpt Settings package. 1 3 msgid "" 2 4 msgstr "" 3 "Project-Id-Version: wp-excerpt-settings\n" 4 "POT-Creation-Date: 2014-07-07 08:09+0100\n" 5 "PO-Revision-Date: 2014-07-07 08:10+0100\n" 6 "Last-Translator: Julien ELIAS <j.elias@laposte.net>\n" 7 "Language-Team: \n" 8 "Language: en_EN\n" 5 "Project-Id-Version: WP Excerpt Settings 1.1.1\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-excerpt-" 7 "settings\n" 8 "POT-Creation-Date: 2015-12-04 10:55:42+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 1.6.5\n" 13 "X-Poedit-Basepath: .\n" 14 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 15 "X-Poedit-SourceCharset: UTF-8\n" 16 "X-Poedit-KeywordsList: __;_e\n" 17 "X-Poedit-SearchPath-0: ..\n" 12 "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 "Language-Team: LANGUAGE <LL@li.org>\n" 18 15 19 #: ../wp-excerpt-settings.php:7116 #: wp-excerpt-settings.php:75 20 17 msgid "Settings" 21 18 msgstr "" 22 19 23 #: ../wp-excerpt-settings.php:85 ../wp-excerpt-settings.php:12520 #: wp-excerpt-settings.php:90 wp-excerpt-settings.php:130 24 21 msgid "Excerpt" 25 22 msgstr "" 26 23 27 #: ../wp-excerpt-settings.php:8624 #: wp-excerpt-settings.php:91 28 25 msgid "Excerpt text \"More\"" 29 26 msgstr "" 30 27 31 #: ../wp-excerpt-settings.php:8728 #: wp-excerpt-settings.php:92 32 29 msgid "Excerpt words length" 33 30 msgstr "" 34 31 35 #: ../wp-excerpt-settings.php:9432 #: wp-excerpt-settings.php:99 36 33 msgid "" 37 34 "By default, core excerpt display \"[...]\" text at the end and refers to the " … … 39 36 msgstr "" 40 37 41 #: ../wp-excerpt-settings.php:10338 #: wp-excerpt-settings.php:108 42 39 msgid "Default: [...]" 43 40 msgstr "" 44 41 45 #: ../wp-excerpt-settings.php:11242 #: wp-excerpt-settings.php:117 46 43 msgid "Default: 55, min: 5, max: 255" 47 44 msgstr "" 48 45 49 #: ../wp-excerpt-settings.php:12646 #: wp-excerpt-settings.php:131 50 47 msgid "" 51 48 "Displays the excerpt of the current post with the \"[...]\" text at the end. " … … 56 53 "Reference/the excerpt in Wordpress Codex</a>)" 57 54 msgstr "" 55 56 #. Plugin Name of the plugin/theme 57 msgid "WP Excerpt Settings" 58 msgstr "" 59 60 #. Plugin URI of the plugin/theme 61 msgid "http://wordpress.org/plugins/wp-excerpt-settings/" 62 msgstr "" 63 64 #. Description of the plugin/theme 65 msgid "Configure WordPress Excerpt through UI (User Interface)." 66 msgstr "" 67 68 #. Author of the plugin/theme 69 msgid "Yslo" 70 msgstr "" 71 72 #. Author URI of the plugin/theme 73 msgid "http://profiles.wordpress.org/yslo/" 74 msgstr "" -
wp-excerpt-settings/branches/1.1/wp-excerpt-settings.php
r998705 r1300415 1 1 <?php 2 2 /** 3 * @package wp-excerpt-settings 4 * @version 1.1.1 3 * Plugin Name: WP Excerpt Settings 4 * Plugin URI: http://wordpress.org/plugins/wp-excerpt-settings/ 5 * Description: Configure WordPress Excerpt through UI (User Interface). 6 * Author: Yslo 7 * Text Domain: wp-excerpt-settings 8 * Domain Path: /languages 9 * Version: 1.1.2 10 * Author URI: http://profiles.wordpress.org/yslo/ 5 11 */ 6 /*7 Plugin Name: WP Excerpt Settings8 Plugin URI: http://wordpress.org/plugins/wp-excerpt-settings/9 Description: Configure WordPress Excerpt through UI (User Interface).10 Author: Yslo11 Version: 1.1.112 Author URI: http://profiles.wordpress.org/yslo/13 */14 12 15 13 if (!defined('ABSPATH')) exit; // Exit if accessed directly … … 18 16 { 19 17 // Define version 20 const VERSION = '1.1. 1';18 const VERSION = '1.1.2'; 21 19 22 20 var $wp_excerpt_options; -
wp-excerpt-settings/trunk/languages/wp-excerpt-settings.pot
r945730 r1300415 1 # Copyright (C) 2015 WP Excerpt Settings 2 # This file is distributed under the same license as the WP Excerpt Settings package. 1 3 msgid "" 2 4 msgstr "" 3 "Project-Id-Version: wp-excerpt-settings\n" 4 "POT-Creation-Date: 2014-07-07 08:09+0100\n" 5 "PO-Revision-Date: 2014-07-07 08:10+0100\n" 6 "Last-Translator: Julien ELIAS <j.elias@laposte.net>\n" 7 "Language-Team: \n" 8 "Language: en_EN\n" 5 "Project-Id-Version: WP Excerpt Settings 1.1.1\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-excerpt-" 7 "settings\n" 8 "POT-Creation-Date: 2015-12-04 10:55:42+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "X-Generator: Poedit 1.6.5\n" 13 "X-Poedit-Basepath: .\n" 14 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 15 "X-Poedit-SourceCharset: UTF-8\n" 16 "X-Poedit-KeywordsList: __;_e\n" 17 "X-Poedit-SearchPath-0: ..\n" 12 "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 "Language-Team: LANGUAGE <LL@li.org>\n" 18 15 19 #: ../wp-excerpt-settings.php:7116 #: wp-excerpt-settings.php:75 20 17 msgid "Settings" 21 18 msgstr "" 22 19 23 #: ../wp-excerpt-settings.php:85 ../wp-excerpt-settings.php:12520 #: wp-excerpt-settings.php:90 wp-excerpt-settings.php:130 24 21 msgid "Excerpt" 25 22 msgstr "" 26 23 27 #: ../wp-excerpt-settings.php:8624 #: wp-excerpt-settings.php:91 28 25 msgid "Excerpt text \"More\"" 29 26 msgstr "" 30 27 31 #: ../wp-excerpt-settings.php:8728 #: wp-excerpt-settings.php:92 32 29 msgid "Excerpt words length" 33 30 msgstr "" 34 31 35 #: ../wp-excerpt-settings.php:9432 #: wp-excerpt-settings.php:99 36 33 msgid "" 37 34 "By default, core excerpt display \"[...]\" text at the end and refers to the " … … 39 36 msgstr "" 40 37 41 #: ../wp-excerpt-settings.php:10338 #: wp-excerpt-settings.php:108 42 39 msgid "Default: [...]" 43 40 msgstr "" 44 41 45 #: ../wp-excerpt-settings.php:11242 #: wp-excerpt-settings.php:117 46 43 msgid "Default: 55, min: 5, max: 255" 47 44 msgstr "" 48 45 49 #: ../wp-excerpt-settings.php:12646 #: wp-excerpt-settings.php:131 50 47 msgid "" 51 48 "Displays the excerpt of the current post with the \"[...]\" text at the end. " … … 56 53 "Reference/the excerpt in Wordpress Codex</a>)" 57 54 msgstr "" 55 56 #. Plugin Name of the plugin/theme 57 msgid "WP Excerpt Settings" 58 msgstr "" 59 60 #. Plugin URI of the plugin/theme 61 msgid "http://wordpress.org/plugins/wp-excerpt-settings/" 62 msgstr "" 63 64 #. Description of the plugin/theme 65 msgid "Configure WordPress Excerpt through UI (User Interface)." 66 msgstr "" 67 68 #. Author of the plugin/theme 69 msgid "Yslo" 70 msgstr "" 71 72 #. Author URI of the plugin/theme 73 msgid "http://profiles.wordpress.org/yslo/" 74 msgstr "" -
wp-excerpt-settings/trunk/wp-excerpt-settings.php
r998705 r1300415 1 1 <?php 2 2 /** 3 * @package wp-excerpt-settings 4 * @version 1.1.1 3 * Plugin Name: WP Excerpt Settings 4 * Plugin URI: http://wordpress.org/plugins/wp-excerpt-settings/ 5 * Description: Configure WordPress Excerpt through UI (User Interface). 6 * Author: Yslo 7 * Text Domain: wp-excerpt-settings 8 * Domain Path: /languages 9 * Version: 1.1.2 10 * Author URI: http://profiles.wordpress.org/yslo/ 5 11 */ 6 /*7 Plugin Name: WP Excerpt Settings8 Plugin URI: http://wordpress.org/plugins/wp-excerpt-settings/9 Description: Configure WordPress Excerpt through UI (User Interface).10 Author: Yslo11 Version: 1.1.112 Author URI: http://profiles.wordpress.org/yslo/13 */14 12 15 13 if (!defined('ABSPATH')) exit; // Exit if accessed directly … … 18 16 { 19 17 // Define version 20 const VERSION = '1.1. 1';18 const VERSION = '1.1.2'; 21 19 22 20 var $wp_excerpt_options;
Note: See TracChangeset
for help on using the changeset viewer.