Child Themify - Version 1.1.1

Version Description

  • Released: 2015-01-13
  • Added French translation from FR_lucien
Download this release

Release Info

Developer JohnPBloch
Plugin Icon wp plugin Child Themify
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1 to 1.1.1

assets/js/legacy.js CHANGED
@@ -1,5 +1,5 @@
1
- /*! Child Themify - v1.1
2
- * Copyright (c) 2014 John P. Bloch */
3
  (function (window, l10n) {
4
  if (typeof l10n.link !== 'string' || l10n.link.length < 1) {
5
  return;
1
+ /*! Child Themify - v1.1.1
2
+ * Copyright (c) 2015 John P. Bloch */
3
  (function (window, l10n) {
4
  if (typeof l10n.link !== 'string' || l10n.link.length < 1) {
5
  return;
assets/js/legacy.min.js CHANGED
@@ -1,3 +1,3 @@
1
- /*! Child Themify - v1.1
2
- * Copyright (c) 2014 John P. Bloch */
3
  !function(a,b){if(!("string"!=typeof b.link||b.link.length<1)){var c,d,e,f,g=a.document,h=g.getElementById("customize-current-theme-link");if(h){h=h.parentNode;for(c in h.childNodes)if(h.childNodes.hasOwnProperty(c)&&void 0!==h.childNodes[c].nodeName&&"UL"===h.childNodes[c].nodeName.toUpperCase()){d=h.childNodes[c];break}d&&(f=g.createElement("a"),f.appendChild(g.createTextNode(b.createAChildTheme)),f.href=b.link,e=g.createElement("li"),e.appendChild(f),d.appendChild(e))}}}(window,window.childThemify);
1
+ /*! Child Themify - v1.1.1
2
+ * Copyright (c) 2015 John P. Bloch */
3
  !function(a,b){if(!("string"!=typeof b.link||b.link.length<1)){var c,d,e,f,g=a.document,h=g.getElementById("customize-current-theme-link");if(h){h=h.parentNode;for(c in h.childNodes)if(h.childNodes.hasOwnProperty(c)&&void 0!==h.childNodes[c].nodeName&&"UL"===h.childNodes[c].nodeName.toUpperCase()){d=h.childNodes[c];break}d&&(f=g.createElement("a"),f.appendChild(g.createTextNode(b.createAChildTheme)),f.href=b.link,e=g.createElement("li"),e.appendChild(f),d.appendChild(e))}}}(window,window.childThemify);
child-themify.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * Plugin Name: Child Themify
4
  * Description: Create child themes at the click of a button.
5
- * Version: 1.1
6
  * Plugin URI: https://github.com/johnpbloch/child-themify
7
  * Author: John P. Bloch
8
  * License: GPL-2.0+
@@ -10,7 +10,7 @@
10
 
11
  define( 'CTF_PATH', WP_PLUGIN_DIR . '/' . basename( dirname( __FILE__ ) ) . '/' . basename( __FILE__ ) );
12
  define( 'CTF_URL', WP_PLUGIN_URL . '/' . basename( dirname( __FILE__ ) ) . '/' . basename( __FILE__ ) );
13
- define( 'CTF_VERSION', '1.1' );
14
 
15
 
16
  function ctf_plugins_loaded() {
2
  /*
3
  * Plugin Name: Child Themify
4
  * Description: Create child themes at the click of a button.
5
+ * Version: 1.1.1
6
  * Plugin URI: https://github.com/johnpbloch/child-themify
7
  * Author: John P. Bloch
8
  * License: GPL-2.0+
10
 
11
  define( 'CTF_PATH', WP_PLUGIN_DIR . '/' . basename( dirname( __FILE__ ) ) . '/' . basename( __FILE__ ) );
12
  define( 'CTF_URL', WP_PLUGIN_URL . '/' . basename( dirname( __FILE__ ) ) . '/' . basename( __FILE__ ) );
13
+ define( 'CTF_VERSION', '1.1.1' );
14
 
15
 
16
  function ctf_plugins_loaded() {
languages/child-themify-fr_FR.mo ADDED
Binary file
languages/child-themify-fr_FR.po ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Child Themify
2
+ # This file is distributed under the same license as the Child Themify package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Child Themify 1.1\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/child-themify\n"
7
+ "POT-Creation-Date: 2014-12-20 17:08:52+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-01-13 20:00+0100\n"
12
+ "Last-Translator: C_Lucien <lutch@free.fr>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "X-Generator: Poedit 1.5.6\n"
15
+
16
+ #: includes/legacy.php:13 includes/plugin.php:14
17
+ msgid "You do not have permission to do that!"
18
+ msgstr "Vous n'avez pas les permissions pour cette action !"
19
+
20
+ #: includes/legacy.php:39 includes/plugin.php:71
21
+ msgctxt "The placeholder is for a theme's name"
22
+ msgid "Create a child theme from %s"
23
+ msgstr "Créer un thème enfant de %s"
24
+
25
+ #: includes/legacy.php:42 includes/plugin.php:74
26
+ msgid "Name your child theme"
27
+ msgstr "Nommez le thème enfant"
28
+
29
+ #: includes/legacy.php:44 includes/plugin.php:76
30
+ msgid "Let's go!"
31
+ msgstr "Action !"
32
+
33
+ #: includes/legacy.php:108 includes/legacy.php:178 includes/plugin.php:158
34
+ #: includes/plugin.php:314
35
+ msgid "Create a child theme"
36
+ msgstr "Créer un thème enfant"
37
+
38
+ #: includes/legacy.php:129 includes/plugin.php:180
39
+ msgid "Could not access the filesystem!"
40
+ msgstr "Accès impossible au dossier système !"
41
+
42
+ #: includes/legacy.php:154 includes/plugin.php:205
43
+ msgid "Your child theme was created successfully."
44
+ msgstr "Création du thème enfant réussie"
45
+
46
+ #: includes/plugin.php:246
47
+ msgid "Show previous theme"
48
+ msgstr "Afficher le thème précédent"
49
+
50
+ #: includes/plugin.php:247
51
+ msgid "Show next theme"
52
+ msgstr "Afficher le thème suivant"
53
+
54
+ #: includes/plugin.php:248
55
+ msgid "Close overlay"
56
+ msgstr "Fermer"
57
+
58
+ #: includes/plugin.php:263
59
+ msgid "Current Theme"
60
+ msgstr "Thème actif"
61
+
62
+ #: includes/plugin.php:265
63
+ msgid "Version: %s"
64
+ msgstr "Version : %s"
65
+
66
+ #: includes/plugin.php:266
67
+ msgid "By %s"
68
+ msgstr "Par %s"
69
+
70
+ #: includes/plugin.php:270
71
+ msgid "Update Available"
72
+ msgstr "Mise à jour disponible"
73
+
74
+ #: includes/plugin.php:277
75
+ msgid "This is a child theme of %s."
76
+ msgstr "Thème enfant de %s"
77
+
78
+ #: includes/plugin.php:281
79
+ msgid "Tags:"
80
+ msgstr "Mots-clés"
81
+
82
+ #: includes/plugin.php:288
83
+ msgid "Customize"
84
+ msgstr "Personnaliser"
85
+
86
+ #: includes/plugin.php:294
87
+ msgid "Activate"
88
+ msgstr "Activer"
89
+
90
+ #: includes/plugin.php:296
91
+ msgid "Live Preview"
92
+ msgstr "Prévisualisation en ligne"
93
+
94
+ #: includes/plugin.php:297
95
+ msgid "Preview"
96
+ msgstr "Prévisualiser"
97
+
98
+ #: includes/plugin.php:302
99
+ msgid "Delete"
100
+ msgstr "Supprimer"
101
+
102
+ #. Plugin Name of the plugin/theme
103
+ msgid "Child Themify"
104
+ msgstr "Child Themify"
105
+
106
+ #. Plugin URI of the plugin/theme
107
+ msgid "https://github.com/johnpbloch/child-themify"
108
+ msgstr "https://github.com/johnpbloch/child-themify"
109
+
110
+ #. Description of the plugin/theme
111
+ msgid "Create child themes at the click of a button."
112
+ msgstr "Créer un thème enfant en un clic."
113
+
114
+ #. Author of the plugin/theme
115
+ msgid "John P. Bloch"
116
+ msgstr "John P. Bloch"
languages/child-themify.pot CHANGED
@@ -1,14 +1,14 @@
1
- # Copyright (C) 2014 Child Themify
2
  # This file is distributed under the same license as the Child Themify package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Child Themify 1.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/child-themify\n"
7
- "POT-Creation-Date: 2014-12-20 17:08:52+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
1
+ # Copyright (C) 2015 Child Themify
2
  # This file is distributed under the same license as the Child Themify package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Child Themify 1.1.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/child-themify\n"
7
+ "POT-Creation-Date: 2015-01-13 13:36:37+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: JohnPBloch
3
  Tags: themes, child, theme
4
  Requires at least: 3.4.2
5
- Tested up to: 4.1.9
6
- Stable tag: 1.1
7
  License: GPL-2.0+
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -34,6 +34,10 @@ I'd really prefer that you use [Github's issue tracker](https://github.com/johnp
34
 
35
  == Changelog ==
36
 
 
 
 
 
37
  = 1.1.0 =
38
  * Released: 2014-12-20
39
  * Thumbnail now gets copied when you create a child theme
@@ -62,5 +66,5 @@ I'd really prefer that you use [Github's issue tracker](https://github.com/johnp
62
 
63
  == Upgrade Notice ==
64
 
65
- Minor release with tweaks and thumbnail support
66
 
2
  Contributors: JohnPBloch
3
  Tags: themes, child, theme
4
  Requires at least: 3.4.2
5
+ Tested up to: 4.3.9
6
+ Stable tag: 1.1.1
7
  License: GPL-2.0+
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
34
 
35
  == Changelog ==
36
 
37
+ = 1.1.1 =
38
+ * Released: 2015-01-13
39
+ * Added French translation from FR_lucien
40
+
41
  = 1.1.0 =
42
  * Released: 2014-12-20
43
  * Thumbnail now gets copied when you create a child theme
66
 
67
  == Upgrade Notice ==
68
 
69
+ Added French translation
70