Skip to content

Commit a782ea3

Browse files
VERSION 3.1.0
1 parent 204d15e commit a782ea3

15 files changed

Lines changed: 857 additions & 851 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WordPress Easy SVG Support Version 3.0.0
1+
# WordPress Easy SVG Support Version 3.1.0
22

33
Du möchtest endlich in WordPress SVG Dateien hochladen und einbinden? Dann lade dir jetzt mein Plugin herunter.
44

easy-svg.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Easy SVG Support
44
Plugin URI: https://wordpress.org/plugins/easy-svg/
55
Description: Add SVG Support for WordPress.
6-
Version: 3.0.0
6+
Version: 3.1.0
77
Author: Benjamin Zekavica
88
Author URI: https://www.benjamin-zekavica.de
99
Text Domain: easy-svg
@@ -25,7 +25,7 @@
2525
2626
2727
Copyright by:
28-
(c) 2017 - 2021 by Benjamin Zekavica. All rights reserved.
28+
© 2017 - 2021 by Benjamin Zekavica. All rights reserved.
2929
3030
Imprint:
3131
Benjamin Zekavica
@@ -188,4 +188,4 @@ function esw_svg_styles() {
188188
</style>";
189189
}
190190
add_action('admin_head', 'esw_svg_styles');
191-
}
191+
}

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
2-
// Silence is golden.
3-
1+
<?php
2+
// Silence is golden.
3+
44
if ( !defined( 'ABSPATH' ) ) exit;

languages/easy-svg-de_DE.po

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
msgid ""
2-
msgstr ""
3-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
4-
"Project-Id-Version: Easy SVG Support\n"
5-
"POT-Creation-Date: 2020-07-02 16:44+0200\n"
6-
"PO-Revision-Date: 2020-07-02 16:44+0200\n"
7-
"Language-Team: \n"
8-
"MIME-Version: 1.0\n"
9-
"Content-Type: text/plain; charset=UTF-8\n"
10-
"Content-Transfer-Encoding: 8bit\n"
11-
"X-Generator: Poedit 2.3.1\n"
12-
"X-Poedit-Basepath: ..\n"
13-
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
14-
"X-Poedit-WPHeader: easy-svg.php\n"
15-
"X-Poedit-SourceCharset: UTF-8\n"
16-
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17-
"Last-Translator: \n"
18-
"Language: de_DE\n"
19-
"X-Poedit-SearchPath-0: .\n"
20-
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
21-
22-
#. Plugin Name of the plugin/theme
23-
msgid "Easy SVG Support"
24-
msgstr "Easy SVG Support"
25-
26-
#. Plugin URI of the plugin/theme
27-
msgid "https://wordpress.org/plugins/easy-svg/"
28-
msgstr "https://wordpress.org/plugins/easy-svg/"
29-
30-
#. Description of the plugin/theme
31-
msgid "Add SVG Support for WordPress."
32-
msgstr "Fügt SVG Support für WordPress hinzu."
33-
34-
#. Author of the plugin/theme
35-
msgid "Benjamin Zekavica"
36-
msgstr "Benjamin Zekavica"
37-
38-
#. Author URI of the plugin/theme
39-
msgid "http://www.benjamin-zekavica.de"
40-
msgstr "https://www.benjamin-zekavica.de"
1+
msgid ""
2+
msgstr ""
3+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
4+
"Project-Id-Version: Easy SVG Support\n"
5+
"POT-Creation-Date: 2020-07-02 16:44+0200\n"
6+
"PO-Revision-Date: 2020-07-02 16:44+0200\n"
7+
"Language-Team: \n"
8+
"MIME-Version: 1.0\n"
9+
"Content-Type: text/plain; charset=UTF-8\n"
10+
"Content-Transfer-Encoding: 8bit\n"
11+
"X-Generator: Poedit 2.3.1\n"
12+
"X-Poedit-Basepath: ..\n"
13+
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
14+
"X-Poedit-WPHeader: easy-svg.php\n"
15+
"X-Poedit-SourceCharset: UTF-8\n"
16+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17+
"Last-Translator: \n"
18+
"Language: de_DE\n"
19+
"X-Poedit-SearchPath-0: .\n"
20+
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
21+
22+
#. Plugin Name of the plugin/theme
23+
msgid "Easy SVG Support"
24+
msgstr "Easy SVG Support"
25+
26+
#. Plugin URI of the plugin/theme
27+
msgid "https://wordpress.org/plugins/easy-svg/"
28+
msgstr "https://wordpress.org/plugins/easy-svg/"
29+
30+
#. Description of the plugin/theme
31+
msgid "Add SVG Support for WordPress."
32+
msgstr "Fügt SVG Support für WordPress hinzu."
33+
34+
#. Author of the plugin/theme
35+
msgid "Benjamin Zekavica"
36+
msgstr "Benjamin Zekavica"
37+
38+
#. Author URI of the plugin/theme
39+
msgid "http://www.benjamin-zekavica.de"
40+
msgstr "https://www.benjamin-zekavica.de"

languages/easy-svg-es.po

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
msgid ""
2-
msgstr ""
3-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
4-
"Project-Id-Version: Easy SVG Support\n"
5-
"POT-Creation-Date: 2020-07-02 16:44+0200\n"
6-
"PO-Revision-Date: 2020-07-02 16:51+0200\n"
7-
"Language-Team: \n"
8-
"MIME-Version: 1.0\n"
9-
"Content-Type: text/plain; charset=UTF-8\n"
10-
"Content-Transfer-Encoding: 8bit\n"
11-
"X-Generator: Poedit 2.3.1\n"
12-
"X-Poedit-Basepath: ..\n"
13-
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
14-
"X-Poedit-WPHeader: easy-svg.php\n"
15-
"X-Poedit-SourceCharset: UTF-8\n"
16-
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17-
"Last-Translator: \n"
18-
"Language: es\n"
19-
"X-Poedit-SearchPath-0: .\n"
20-
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
21-
22-
#. Plugin Name of the plugin/theme
23-
msgid "Easy SVG Support"
24-
msgstr "Easy SVG Support"
25-
26-
#. Plugin URI of the plugin/theme
27-
msgid "https://wordpress.org/plugins/easy-svg/"
28-
msgstr "https://wordpress.org/plugins/easy-svg/"
29-
30-
#. Description of the plugin/theme
31-
msgid "Add SVG Support for WordPress."
32-
msgstr "Añadir soporte SVG para WordPress."
33-
34-
#. Author of the plugin/theme
35-
msgid "Benjamin Zekavica"
36-
msgstr "Benjamin Zekavica"
37-
38-
#. Author URI of the plugin/theme
39-
msgid "http://www.benjamin-zekavica.de"
40-
msgstr "http://www.benjamin-zekavica.de"
1+
msgid ""
2+
msgstr ""
3+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
4+
"Project-Id-Version: Easy SVG Support\n"
5+
"POT-Creation-Date: 2020-07-02 16:44+0200\n"
6+
"PO-Revision-Date: 2020-07-02 16:51+0200\n"
7+
"Language-Team: \n"
8+
"MIME-Version: 1.0\n"
9+
"Content-Type: text/plain; charset=UTF-8\n"
10+
"Content-Transfer-Encoding: 8bit\n"
11+
"X-Generator: Poedit 2.3.1\n"
12+
"X-Poedit-Basepath: ..\n"
13+
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
14+
"X-Poedit-WPHeader: easy-svg.php\n"
15+
"X-Poedit-SourceCharset: UTF-8\n"
16+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17+
"Last-Translator: \n"
18+
"Language: es\n"
19+
"X-Poedit-SearchPath-0: .\n"
20+
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
21+
22+
#. Plugin Name of the plugin/theme
23+
msgid "Easy SVG Support"
24+
msgstr "Easy SVG Support"
25+
26+
#. Plugin URI of the plugin/theme
27+
msgid "https://wordpress.org/plugins/easy-svg/"
28+
msgstr "https://wordpress.org/plugins/easy-svg/"
29+
30+
#. Description of the plugin/theme
31+
msgid "Add SVG Support for WordPress."
32+
msgstr "Añadir soporte SVG para WordPress."
33+
34+
#. Author of the plugin/theme
35+
msgid "Benjamin Zekavica"
36+
msgstr "Benjamin Zekavica"
37+
38+
#. Author URI of the plugin/theme
39+
msgid "http://www.benjamin-zekavica.de"
40+
msgstr "http://www.benjamin-zekavica.de"

languages/easy-svg-fr.po

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
msgid ""
2-
msgstr ""
3-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
4-
"Project-Id-Version: Easy SVG Support\n"
5-
"POT-Creation-Date: 2020-07-02 16:44+0200\n"
6-
"PO-Revision-Date: 2020-07-02 16:50+0200\n"
7-
"Language-Team: \n"
8-
"MIME-Version: 1.0\n"
9-
"Content-Type: text/plain; charset=UTF-8\n"
10-
"Content-Transfer-Encoding: 8bit\n"
11-
"X-Generator: Poedit 2.3.1\n"
12-
"X-Poedit-Basepath: ..\n"
13-
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
14-
"X-Poedit-WPHeader: easy-svg.php\n"
15-
"X-Poedit-SourceCharset: UTF-8\n"
16-
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17-
"Last-Translator: \n"
18-
"Language: fr\n"
19-
"X-Poedit-SearchPath-0: .\n"
20-
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
21-
22-
#. Plugin Name of the plugin/theme
23-
msgid "Easy SVG Support"
24-
msgstr "Easy SVG Support"
25-
26-
#. Plugin URI of the plugin/theme
27-
msgid "https://wordpress.org/plugins/easy-svg/"
28-
msgstr "https://wordpress.org/plugins/easy-svg/"
29-
30-
#. Description of the plugin/theme
31-
msgid "Add SVG Support for WordPress."
32-
msgstr "Ajouter le support SVG pour WordPress."
33-
34-
#. Author of the plugin/theme
35-
msgid "Benjamin Zekavica"
36-
msgstr "Benjamin Zekavica"
37-
38-
#. Author URI of the plugin/theme
39-
msgid "http://www.benjamin-zekavica.de"
40-
msgstr "http://www.benjamin-zekavica.de"
1+
msgid ""
2+
msgstr ""
3+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
4+
"Project-Id-Version: Easy SVG Support\n"
5+
"POT-Creation-Date: 2020-07-02 16:44+0200\n"
6+
"PO-Revision-Date: 2020-07-02 16:50+0200\n"
7+
"Language-Team: \n"
8+
"MIME-Version: 1.0\n"
9+
"Content-Type: text/plain; charset=UTF-8\n"
10+
"Content-Transfer-Encoding: 8bit\n"
11+
"X-Generator: Poedit 2.3.1\n"
12+
"X-Poedit-Basepath: ..\n"
13+
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
14+
"X-Poedit-WPHeader: easy-svg.php\n"
15+
"X-Poedit-SourceCharset: UTF-8\n"
16+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17+
"Last-Translator: \n"
18+
"Language: fr\n"
19+
"X-Poedit-SearchPath-0: .\n"
20+
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
21+
22+
#. Plugin Name of the plugin/theme
23+
msgid "Easy SVG Support"
24+
msgstr "Easy SVG Support"
25+
26+
#. Plugin URI of the plugin/theme
27+
msgid "https://wordpress.org/plugins/easy-svg/"
28+
msgstr "https://wordpress.org/plugins/easy-svg/"
29+
30+
#. Description of the plugin/theme
31+
msgid "Add SVG Support for WordPress."
32+
msgstr "Ajouter le support SVG pour WordPress."
33+
34+
#. Author of the plugin/theme
35+
msgid "Benjamin Zekavica"
36+
msgstr "Benjamin Zekavica"
37+
38+
#. Author URI of the plugin/theme
39+
msgid "http://www.benjamin-zekavica.de"
40+
msgstr "http://www.benjamin-zekavica.de"

languages/easy-svg-hr.po

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
msgid ""
2-
msgstr ""
3-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
4-
"Project-Id-Version: Easy SVG Support\n"
5-
"POT-Creation-Date: 2020-07-02 16:44+0200\n"
6-
"PO-Revision-Date: 2020-07-02 16:47+0200\n"
7-
"Language-Team: \n"
8-
"MIME-Version: 1.0\n"
9-
"Content-Type: text/plain; charset=UTF-8\n"
10-
"Content-Transfer-Encoding: 8bit\n"
11-
"X-Generator: Poedit 2.3.1\n"
12-
"X-Poedit-Basepath: ..\n"
13-
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
14-
"X-Poedit-WPHeader: easy-svg.php\n"
15-
"X-Poedit-SourceCharset: UTF-8\n"
16-
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17-
"Last-Translator: \n"
18-
"Language: hr\n"
19-
"X-Poedit-SearchPath-0: .\n"
20-
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
21-
22-
#. Plugin Name of the plugin/theme
23-
msgid "Easy SVG Support"
24-
msgstr "Easy SVG Support"
25-
26-
#. Plugin URI of the plugin/theme
27-
msgid "https://wordpress.org/plugins/easy-svg/"
28-
msgstr "https://wordpress.org/plugins/easy-svg/"
29-
30-
#. Description of the plugin/theme
31-
msgid "Add SVG Support for WordPress."
32-
msgstr "Dodaje SVG podršku za WordPress."
33-
34-
#. Author of the plugin/theme
35-
msgid "Benjamin Zekavica"
36-
msgstr "Benjamin Zekavica"
37-
38-
#. Author URI of the plugin/theme
39-
msgid "http://www.benjamin-zekavica.de"
40-
msgstr "https://www.benjamin-zekavica.de"
1+
msgid ""
2+
msgstr ""
3+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
4+
"Project-Id-Version: Easy SVG Support\n"
5+
"POT-Creation-Date: 2020-07-02 16:44+0200\n"
6+
"PO-Revision-Date: 2020-07-02 16:47+0200\n"
7+
"Language-Team: \n"
8+
"MIME-Version: 1.0\n"
9+
"Content-Type: text/plain; charset=UTF-8\n"
10+
"Content-Transfer-Encoding: 8bit\n"
11+
"X-Generator: Poedit 2.3.1\n"
12+
"X-Poedit-Basepath: ..\n"
13+
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
14+
"X-Poedit-WPHeader: easy-svg.php\n"
15+
"X-Poedit-SourceCharset: UTF-8\n"
16+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
17+
"Last-Translator: \n"
18+
"Language: hr\n"
19+
"X-Poedit-SearchPath-0: .\n"
20+
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
21+
22+
#. Plugin Name of the plugin/theme
23+
msgid "Easy SVG Support"
24+
msgstr "Easy SVG Support"
25+
26+
#. Plugin URI of the plugin/theme
27+
msgid "https://wordpress.org/plugins/easy-svg/"
28+
msgstr "https://wordpress.org/plugins/easy-svg/"
29+
30+
#. Description of the plugin/theme
31+
msgid "Add SVG Support for WordPress."
32+
msgstr "Dodaje SVG podršku za WordPress."
33+
34+
#. Author of the plugin/theme
35+
msgid "Benjamin Zekavica"
36+
msgstr "Benjamin Zekavica"
37+
38+
#. Author URI of the plugin/theme
39+
msgid "http://www.benjamin-zekavica.de"
40+
msgstr "https://www.benjamin-zekavica.de"

0 commit comments

Comments
 (0)