Skip to content

Commit 1ac067a

Browse files
Plugin updated to version 4.29
1 parent a41bbea commit 1ac067a

19 files changed

+109
-65
lines changed

inc/css/admin.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,14 @@ td.help-text {
573573
display: inline-block;
574574
vertical-align: middle;
575575
}
576+
.not-saved {
577+
display: none;
578+
margin-right: 15px;
579+
font-family: Helvetica;
580+
line-height: 35px;
581+
vertical-align: middle;
582+
color: red;
583+
}
576584

577585
/* Titles */
578586
.meta-box-sortabless .title label {

inc/js/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jQuery(document).ready(function($) {
3434
}
3535
});
3636

37-
// Enable switches (on/off)
37+
// Enable switches
3838
$('.control-switch-onoff').checkboxpicker({
3939
reverse: true,
4040
offLabel: 'OFF',

inc/js/codemirror-settings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jQuery(document).ready(function($) {
2222
mode: 'text/x-php',
2323
autoRefresh: true,
2424
styleActiveLine: true
25+
}).on('change', function() {
26+
$( element ).closest('.postbox').children('h3').children('.pull-right').children('.not-saved').show();
2527
});
2628
});
2729

inc/php/settings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<h3 class="title">
3030
<label for="spacexchimp_p001_settings[snippets]" ><?php _e( 'Functions (PHP code)', $text ); ?></label>
3131
<div class="pull-right">
32+
<span class="not-saved"><?php _e( 'NOT SAVED!', $text ); ?></span>
3233
<input
3334
type="checkbox"
3435
name="spacexchimp_p001_settings[enable]"
0 Bytes
Binary file not shown.

languages/my-custom-functions-de_DE.po

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: My Custom Functions\n"
6-
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
7-
"PO-Revision-Date: 2018-09-22 15:46+0300\n"
6+
"POT-Creation-Date: 2018-10-08 08:38+0300\n"
7+
"PO-Revision-Date: 2018-10-08 08:38+0300\n"
88
"Last-Translator: Arthur Gareginyan\n"
99
"Language-Team: German\n"
1010
"Language: de_DE\n"
1111
"MIME-Version: 1.0\n"
1212
"Content-Type: text/plain; charset=UTF-8\n"
1313
"Content-Transfer-Encoding: 8bit\n"
1414
"Plural-Forms: nplurals=2; plural=n != 1;\n"
15-
"X-Generator: Poedit 2.0.6\n"
15+
"X-Generator: Poedit 2.1.1\n"
1616
"X-Poedit-Basepath: ..\n"
1717
"X-Poedit-WPHeader: my-custom-functions.php\n"
1818
"X-Poedit-SourceCharset: UTF-8\n"
@@ -86,7 +86,7 @@ msgstr "Verwendung"
8686
msgid "F.A.Q."
8787
msgstr "F.A.Q."
8888

89-
#: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
89+
#: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
9090
msgid "Support"
9191
msgstr "Support"
9292

@@ -361,7 +361,7 @@ msgstr "Sie können Ihre Frage auf %s dieser Seite stellen %s. Aber bitte bedenk
361361
msgid "Support Us"
362362
msgstr "Unterstütze uns"
363363

364-
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
364+
#: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365365
msgid "Donate with PayPal"
366366
msgstr "Spende mit PayPal"
367367

@@ -390,19 +390,23 @@ msgstr "Danke für Ihre Unterstützung!"
390390
msgid "Functions (PHP code)"
391391
msgstr ""
392392

393-
#: inc/php/settings.php:45
393+
#: inc/php/settings.php:32
394+
msgid "NOT SAVED!"
395+
msgstr ""
396+
397+
#: inc/php/settings.php:46
394398
msgid "Enter your PHP functions here"
395399
msgstr ""
396400

397-
#: inc/php/settings.php:50
401+
#: inc/php/settings.php:51
398402
msgid "Save changes"
399403
msgstr "Änderungen speichern"
400404

401-
#: inc/php/settings.php:55 inc/php/sidebar.php:49
405+
#: inc/php/settings.php:56 inc/php/sidebar.php:49
402406
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
403407
msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
404408

405-
#: inc/php/settings.php:62 inc/php/sidebar.php:56
409+
#: inc/php/settings.php:63 inc/php/sidebar.php:56
406410
msgid "Thanks for your support!"
407411
msgstr "Danke für Ihre Unterstützung!"
408412

0 Bytes
Binary file not shown.

languages/my-custom-functions-es_ES.po

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: My Custom Functions\n"
6-
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
7-
"PO-Revision-Date: 2018-09-22 15:46+0300\n"
6+
"POT-Creation-Date: 2018-10-08 08:39+0300\n"
7+
"PO-Revision-Date: 2018-10-08 08:39+0300\n"
88
"Last-Translator: Arthur Gareginyan\n"
99
"Language-Team: Spanish\n"
1010
"Language: es_ES\n"
1111
"MIME-Version: 1.0\n"
1212
"Content-Type: text/plain; charset=UTF-8\n"
1313
"Content-Transfer-Encoding: 8bit\n"
1414
"Plural-Forms: nplurals=2; plural=n != 1;\n"
15-
"X-Generator: Poedit 2.0.6\n"
15+
"X-Generator: Poedit 2.1.1\n"
1616
"X-Poedit-Basepath: ..\n"
1717
"X-Poedit-WPHeader: my-custom-functions.php\n"
1818
"X-Poedit-SourceCharset: UTF-8\n"
@@ -86,7 +86,7 @@ msgstr "Uso"
8686
msgid "F.A.Q."
8787
msgstr "Preguntas ?"
8888

89-
#: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
89+
#: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
9090
msgid "Support"
9191
msgstr "Soporte"
9292

@@ -361,7 +361,7 @@ msgstr "Puede hacer tu pregunta en %s la página de soporte del complementos %s.
361361
msgid "Support Us"
362362
msgstr "¡Apoyanos!"
363363

364-
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
364+
#: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365365
msgid "Donate with PayPal"
366366
msgstr "Donar con PayPal"
367367

@@ -390,19 +390,23 @@ msgstr "¡Gracias por tu apoyo!"
390390
msgid "Functions (PHP code)"
391391
msgstr ""
392392

393-
#: inc/php/settings.php:45
393+
#: inc/php/settings.php:32
394+
msgid "NOT SAVED!"
395+
msgstr ""
396+
397+
#: inc/php/settings.php:46
394398
msgid "Enter your PHP functions here"
395399
msgstr ""
396400

397-
#: inc/php/settings.php:50
401+
#: inc/php/settings.php:51
398402
msgid "Save changes"
399403
msgstr "Guardar Cambios"
400404

401-
#: inc/php/settings.php:55 inc/php/sidebar.php:49
405+
#: inc/php/settings.php:56 inc/php/sidebar.php:49
402406
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
403407
msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
404408

405-
#: inc/php/settings.php:62 inc/php/sidebar.php:56
409+
#: inc/php/settings.php:63 inc/php/sidebar.php:56
406410
msgid "Thanks for your support!"
407411
msgstr "¡Gracias por tu apoyo!"
408412

0 Bytes
Binary file not shown.

languages/my-custom-functions-fr_FR.po

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: My Custom Functions\n"
6-
"POT-Creation-Date: 2018-09-22 15:32+0300\n"
7-
"PO-Revision-Date: 2018-09-22 15:46+0300\n"
6+
"POT-Creation-Date: 2018-10-08 08:38+0300\n"
7+
"PO-Revision-Date: 2018-10-08 08:38+0300\n"
88
"Last-Translator: Arthur Gareginyan\n"
99
"Language-Team: French\n"
1010
"Language: fr_FR\n"
1111
"MIME-Version: 1.0\n"
1212
"Content-Type: text/plain; charset=UTF-8\n"
1313
"Content-Transfer-Encoding: 8bit\n"
1414
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
15-
"X-Generator: Poedit 2.0.6\n"
15+
"X-Generator: Poedit 2.1.1\n"
1616
"X-Poedit-Basepath: ..\n"
1717
"X-Poedit-WPHeader: my-custom-functions.php\n"
1818
"X-Poedit-SourceCharset: UTF-8\n"
@@ -86,7 +86,7 @@ msgstr ""
8686
msgid "F.A.Q."
8787
msgstr ""
8888

89-
#: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
89+
#: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
9090
msgid "Support"
9191
msgstr ""
9292

@@ -361,7 +361,7 @@ msgstr ""
361361
msgid "Support Us"
362362
msgstr ""
363363

364-
#: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
364+
#: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365365
msgid "Donate with PayPal"
366366
msgstr ""
367367

@@ -390,19 +390,23 @@ msgstr ""
390390
msgid "Functions (PHP code)"
391391
msgstr "Fonctions (code PHP)"
392392

393-
#: inc/php/settings.php:45
393+
#: inc/php/settings.php:32
394+
msgid "NOT SAVED!"
395+
msgstr ""
396+
397+
#: inc/php/settings.php:46
394398
msgid "Enter your PHP functions here"
395399
msgstr ""
396400

397-
#: inc/php/settings.php:50
401+
#: inc/php/settings.php:51
398402
msgid "Save changes"
399403
msgstr "Enregistrer"
400404

401-
#: inc/php/settings.php:55 inc/php/sidebar.php:49
405+
#: inc/php/settings.php:56 inc/php/sidebar.php:49
402406
msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
403407
msgstr "Je suis un développeur indépendant, sans revenus réguliers, aussi chaque modeste contribution m'aide à couvrir les frais et me permet de consacrer plus de temps à créer des choses que vous appréciez."
404408

405-
#: inc/php/settings.php:62 inc/php/sidebar.php:56
409+
#: inc/php/settings.php:63 inc/php/sidebar.php:56
406410
msgid "Thanks for your support!"
407411
msgstr "Merci pour votre soutien !"
408412

0 commit comments

Comments
 (0)