SVG Support - Version 2.2.3.1

Version Description

  • Attempt to fix ability to translate
Download this release

Release Info

Developer Benbodhi
Plugin Icon 128x128 SVG Support
Version 2.2.3.1
Comparing to
See all releases

Code changes from version 2.2.3 to 2.2.3.1

functions/localization.php CHANGED
@@ -9,7 +9,8 @@ if ( ! defined( 'ABSPATH' ) ) {
9
  add_action( 'plugins_loaded', 'bodhi_svgs_localization' );
10
 
11
  function bodhi_svgs_localization() {
12
- load_plugin_textdomain( 'svgsupport', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
13
  }
14
 
15
  ?>
9
  add_action( 'plugins_loaded', 'bodhi_svgs_localization' );
10
 
11
  function bodhi_svgs_localization() {
12
+ load_plugin_textdomain( 'svgsupport', false, basename( dirname( __FILE__ ) ) . '/languages' );
13
+
14
  }
15
 
16
  ?>
languages/svgsupport-en_AU.mo CHANGED
Binary file
languages/svgsupport-en_AU.po CHANGED
@@ -1,11 +1,11 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: SVG Support v2.1.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: Sat Aug 08 2015 12:47:54 GMT+1000 (AEST)\n"
7
- "Last-Translator: Benbodhi <benbodhi@gmail.com>\n"
8
- "Language-Team: \n"
9
  "Language: English (Australia)\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1\n"
11
  "MIME-Version: 1.0\n"
@@ -26,25 +26,106 @@ msgstr ""
26
  "X-Textdomain-Support: yes\n"
27
  "X-Loco-Target-Locale: en_AU"
28
 
29
- #: admin/admin-init.php:12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  msgid "SVG Support Options and Instructions"
31
  msgstr "SVG Support Options and Instructions"
32
 
33
  #. translators: plugin header field 'Name'
34
- #: admin/admin-init.php:13
35
- #: svg-support.php:0
36
  msgid "SVG Support"
37
  msgstr "SVG Support"
38
 
39
- #: admin/admin-init.php:26
40
  msgid "You can't play with this."
41
  msgstr "You can't play with this."
42
 
43
- #: admin/plugin-action-meta-links.php:27
44
  msgid "Get Support"
45
  msgstr "Get Support"
46
 
47
- #: admin/plugin-action-meta-links.php:28
48
  msgid "Donate to author"
49
  msgstr "Donate to author"
50
 
@@ -96,7 +177,8 @@ msgstr "Settings"
96
  msgid "Restrict to Administrators"
97
  msgstr "Restrict to Administrators"
98
 
99
- #: admin/svgs-settings-page.php:51
 
100
  msgid "Yes"
101
  msgstr "Yes"
102
 
@@ -104,11 +186,11 @@ msgstr "Yes"
104
  msgid " Restricts SVG upload priveledges to Administrators."
105
  msgstr " Restricts SVG upload priveledges to Administrators."
106
 
107
- #: admin/svgs-settings-page.php:56
108
  msgid "CSS Class to target"
109
  msgstr "CSS Class to target"
110
 
111
- #: admin/svgs-settings-page.php:59
112
  msgid ""
113
  "The default target class is <code>style-svg</code>. You can change it to "
114
  "your own class such as <code>my-class</code> by typing it here.<br />Leave "
@@ -118,19 +200,19 @@ msgstr ""
118
  "your own class such as <code>my-class</code> by typing it here.<br />Leave "
119
  "blank to use the default class."
120
 
121
- #: admin/svgs-settings-page.php:65
122
  msgid "Save Changes"
123
  msgstr "Save Changes"
124
 
125
- #: admin/svgs-settings-page.php:76
126
  msgid "Usage"
127
  msgstr "Usage"
128
 
129
- #: admin/svgs-settings-page.php:79
130
  msgid "You can simply upload SVG images to your media library like any other file."
131
  msgstr "You can simply upload SVG images to your media library like any other file."
132
 
133
- #: admin/svgs-settings-page.php:80
134
  msgid ""
135
  "Now, embed your SVG image like a standard image with the addition of adding "
136
  "the class <code>style-svg</code> (or your custom class from above) to any "
@@ -140,15 +222,15 @@ msgstr ""
140
  "the class <code>style-svg</code> (or your custom class from above) to any "
141
  "IMG tags that you want this plugin to swap out with your actual SVG code."
142
 
143
- #: admin/svgs-settings-page.php:81
144
  msgid "For example:"
145
  msgstr "For example:"
146
 
147
- #: admin/svgs-settings-page.php:84
148
  msgid "or"
149
  msgstr "or"
150
 
151
- #: admin/svgs-settings-page.php:87
152
  msgid ""
153
  "The whole IMG tag element will now be dynamically replaced by the actual "
154
  "code of your SVG, making the inner content targetable."
@@ -156,73 +238,55 @@ msgstr ""
156
  "The whole IMG tag element will now be dynamically replaced by the actual "
157
  "code of your SVG, making the inner content targetable."
158
 
159
- #: admin/svgs-settings-page.php:88
160
  msgid "This allows you to target elements within your SVG using CSS."
161
  msgstr "This allows you to target elements within your SVG using CSS."
162
 
163
- #: admin/svgs-settings-page.php:90
164
- msgid ""
165
- "Note: Your uploaded image needs to be an SVG file for this plugin to replace "
166
- "the img tag with the inline SVG code. It will not create SVG files for you."
167
- msgstr ""
168
- "Note: Your uploaded image needs to be an SVG file for this plugin to replace "
169
- "the img tag with the inline SVG code. It will not create SVG files for you."
170
-
171
- #: admin/svgs-settings-page.php:107
172
- msgid "Features"
173
- msgstr "Features"
174
-
175
- #: admin/svgs-settings-page.php:110
176
  msgid "SVG Support for your media library"
177
  msgstr "SVG Support for your media library"
178
 
179
- #: admin/svgs-settings-page.php:111
180
  msgid "Style SVG elements directly using CSS"
181
  msgstr "Style SVG elements directly using CSS"
182
 
183
- #: admin/svgs-settings-page.php:112
184
  msgid "Restrict to Administrators only"
185
  msgstr "Restrict to Administrators only"
186
 
187
- #: admin/svgs-settings-page.php:113
188
  msgid "Extremely Simple To Use"
189
  msgstr "Extremely Simple To Use"
190
 
191
- #: admin/svgs-settings-page.php:121
192
- msgid "About the plugin"
193
- msgstr "About the plugin"
194
-
195
- #: admin/svgs-settings-page.php:123
196
  msgid "You can read about this plugin in detail on"
197
  msgstr "You can read about this plugin in detail on"
198
 
199
- #: admin/svgs-settings-page.php:123
200
  msgid "The WordPress Plugin Repository"
201
  msgstr "The WordPress Plugin Repository"
202
 
203
- #: admin/svgs-settings-page.php:124
204
  msgid "Need help?"
205
  msgstr "Need help?"
206
 
207
- #: admin/svgs-settings-page.php:124
208
  msgid "Visit Support"
209
  msgstr "Visit Support"
210
 
211
- #: admin/svgs-settings-page.php:125
212
  msgid "Buy Benbodhi a Beer &rarr;"
213
  msgstr "Buy Benbodhi a Beer &rarr;"
214
 
215
- #: admin/svgs-settings-page.php:126
216
  msgid "from"
217
  msgstr "from"
218
 
219
  #. translators: plugin header field 'PluginURI'
220
- #: svg-support.php:0
221
  msgid "http://wordpress.org/plugins/svg-support/"
222
  msgstr "http://wordpress.org/plugins/svg-support/"
223
 
224
  #. translators: plugin header field 'Description'
225
- #: svg-support.php:0
226
  msgid ""
227
  "Allow SVG file uploads using the WordPress Media Library uploader plus "
228
  "direct styling of SVG elements using CSS."
@@ -231,16 +295,9 @@ msgstr ""
231
  "direct styling of SVG elements using CSS."
232
 
233
  #. translators: plugin header field 'Author'
234
- #: svg-support.php:0
235
  msgid "Benbodhi"
236
  msgstr "Benbodhi"
237
 
238
  #. translators: plugin header field 'AuthorURI'
239
- #: svg-support.php:0
240
  msgid "http://benbodhi.com"
241
  msgstr "http://benbodhi.com"
242
-
243
- #. translators: plugin header field 'Version'
244
- #: svg-support.php:0
245
- msgid "2.1.4"
246
- msgstr "2.1.4"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: SVG Support 2.2.3.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-16 20:19:06+00:00\n"
6
+ "PO-Revision-Date: Mon May 16 2016 13:29:24 GMT-0700 (PDT)\n"
7
+ "Last-Translator: root <benbodhi@gmail.com>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "Language: English (Australia)\n"
10
  "Plural-Forms: nplurals=2; plural=n != 1\n"
11
  "MIME-Version: 1.0\n"
26
  "X-Textdomain-Support: yes\n"
27
  "X-Loco-Target-Locale: en_AU"
28
 
29
+ #: admin/plugin-action-meta-links.php:32
30
+ msgid "$25 Free Credit from GoWebben"
31
+ msgstr "$25 Free Credit from GoWebben"
32
+
33
+ #: admin/svgs-settings-page.php:57
34
+ msgid "Output JS in Footer?"
35
+ msgstr "Output JS in Footer?"
36
+
37
+ #: admin/svgs-settings-page.php:62
38
+ msgid ""
39
+ " Normally, scripts are placed in <code>head</code> of the HTML document. If "
40
+ "this parameter is true, the script is placed before the closing "
41
+ "<code>body</code> tag. This requires the theme to have the "
42
+ "<code>wp_footer()</code> template tag in the appropriate place."
43
+ msgstr ""
44
+ " Normally, scripts are placed in <code>head</code> of the HTML document. If "
45
+ "this parameter is true, the script is placed before the closing "
46
+ "<code>body</code> tag. This requires the theme to have the "
47
+ "<code>wp_footer()</code> template tag in the appropriate place."
48
+
49
+ #: admin/svgs-settings-page.php:68
50
+ msgid "Automatically insert class?"
51
+ msgstr "Automatically insert class?"
52
+
53
+ #: admin/svgs-settings-page.php:73
54
+ msgid ""
55
+ " Checking this will make sure that either the default class or the custom "
56
+ "one you set below is inserted into the style attributes of <code>img</code> "
57
+ "tags when you insert images. Additionally, it will remove all of the default "
58
+ "WordPress classes."
59
+ msgstr ""
60
+ " Checking this will make sure that either the default class or the custom "
61
+ "one you set below is inserted into the style attributes of <code>img</code> "
62
+ "tags when you insert images. Additionally, it will remove all of the default "
63
+ "WordPress classes."
64
+
65
+ #: admin/svgs-settings-page.php:112
66
+ msgid "Please Note:"
67
+ msgstr "Please Note:"
68
+
69
+ #: admin/svgs-settings-page.php:113
70
+ msgid ""
71
+ "- You will need to set your own height and width in your CSS for SVG files "
72
+ "to display correctly."
73
+ msgstr ""
74
+ "- You will need to set your own height and width in your CSS for SVG files "
75
+ "to display correctly."
76
+
77
+ #: admin/svgs-settings-page.php:114
78
+ msgid ""
79
+ "- Your uploaded image needs to be an SVG file for this plugin to replace the "
80
+ "img tag with the inline SVG code. It will not create SVG files for you."
81
+ msgstr ""
82
+ "- Your uploaded image needs to be an SVG file for this plugin to replace the "
83
+ "img tag with the inline SVG code. It will not create SVG files for you."
84
+
85
+ #: admin/svgs-settings-page.php:131
86
+ msgid "Plugin Features"
87
+ msgstr "Plugin Features"
88
+
89
+ #: admin/svgs-settings-page.php:145
90
+ msgid "About The Plugin"
91
+ msgstr "About The Plugin"
92
+
93
+ #: admin/svgs-settings-page.php:157
94
+ msgid "GoWebben Hosting"
95
+ msgstr "GoWebben Hosting"
96
+
97
+ #: admin/svgs-settings-page.php:159
98
+ msgid "Claim your FREE $25 credit from"
99
+ msgstr "Claim your FREE $25 credit from"
100
+
101
+ #: admin/svgs-settings-page.php:159
102
+ msgid ""
103
+ "No catch, just free credit for using this plugin! It will be applied "
104
+ "automatically using the link provided, but in any case you can simply use "
105
+ "code: SVGSUPPORT during checkout."
106
+ msgstr ""
107
+ "No catch, just free credit for using this plugin! It will be applied "
108
+ "automatically using the link provided, but in any case you can simply use "
109
+ "code: SVGSUPPORT during checkout."
110
+
111
+ #: admin/admin-init.php:15
112
  msgid "SVG Support Options and Instructions"
113
  msgstr "SVG Support Options and Instructions"
114
 
115
  #. translators: plugin header field 'Name'
116
+ #: admin/admin-init.php:16
 
117
  msgid "SVG Support"
118
  msgstr "SVG Support"
119
 
120
+ #: admin/admin-init.php:29
121
  msgid "You can't play with this."
122
  msgstr "You can't play with this."
123
 
124
+ #: admin/plugin-action-meta-links.php:30
125
  msgid "Get Support"
126
  msgstr "Get Support"
127
 
128
+ #: admin/plugin-action-meta-links.php:31
129
  msgid "Donate to author"
130
  msgstr "Donate to author"
131
 
177
  msgid "Restrict to Administrators"
178
  msgstr "Restrict to Administrators"
179
 
180
+ #: admin/svgs-settings-page.php:51 admin/svgs-settings-page.php:62
181
+ #: admin/svgs-settings-page.php:73
182
  msgid "Yes"
183
  msgstr "Yes"
184
 
186
  msgid " Restricts SVG upload priveledges to Administrators."
187
  msgstr " Restricts SVG upload priveledges to Administrators."
188
 
189
+ #: admin/svgs-settings-page.php:78
190
  msgid "CSS Class to target"
191
  msgstr "CSS Class to target"
192
 
193
+ #: admin/svgs-settings-page.php:81
194
  msgid ""
195
  "The default target class is <code>style-svg</code>. You can change it to "
196
  "your own class such as <code>my-class</code> by typing it here.<br />Leave "
200
  "your own class such as <code>my-class</code> by typing it here.<br />Leave "
201
  "blank to use the default class."
202
 
203
+ #: admin/svgs-settings-page.php:87
204
  msgid "Save Changes"
205
  msgstr "Save Changes"
206
 
207
+ #: admin/svgs-settings-page.php:98
208
  msgid "Usage"
209
  msgstr "Usage"
210
 
211
+ #: admin/svgs-settings-page.php:101
212
  msgid "You can simply upload SVG images to your media library like any other file."
213
  msgstr "You can simply upload SVG images to your media library like any other file."
214
 
215
+ #: admin/svgs-settings-page.php:102
216
  msgid ""
217
  "Now, embed your SVG image like a standard image with the addition of adding "
218
  "the class <code>style-svg</code> (or your custom class from above) to any "
222
  "the class <code>style-svg</code> (or your custom class from above) to any "
223
  "IMG tags that you want this plugin to swap out with your actual SVG code."
224
 
225
+ #: admin/svgs-settings-page.php:103
226
  msgid "For example:"
227
  msgstr "For example:"
228
 
229
+ #: admin/svgs-settings-page.php:106
230
  msgid "or"
231
  msgstr "or"
232
 
233
+ #: admin/svgs-settings-page.php:109
234
  msgid ""
235
  "The whole IMG tag element will now be dynamically replaced by the actual "
236
  "code of your SVG, making the inner content targetable."
238
  "The whole IMG tag element will now be dynamically replaced by the actual "
239
  "code of your SVG, making the inner content targetable."
240
 
241
+ #: admin/svgs-settings-page.php:110
242
  msgid "This allows you to target elements within your SVG using CSS."
243
  msgstr "This allows you to target elements within your SVG using CSS."
244
 
245
+ #: admin/svgs-settings-page.php:134
 
 
 
 
 
 
 
 
 
 
 
 
246
  msgid "SVG Support for your media library"
247
  msgstr "SVG Support for your media library"
248
 
249
+ #: admin/svgs-settings-page.php:135
250
  msgid "Style SVG elements directly using CSS"
251
  msgstr "Style SVG elements directly using CSS"
252
 
253
+ #: admin/svgs-settings-page.php:136
254
  msgid "Restrict to Administrators only"
255
  msgstr "Restrict to Administrators only"
256
 
257
+ #: admin/svgs-settings-page.php:137
258
  msgid "Extremely Simple To Use"
259
  msgstr "Extremely Simple To Use"
260
 
261
+ #: admin/svgs-settings-page.php:147
 
 
 
 
262
  msgid "You can read about this plugin in detail on"
263
  msgstr "You can read about this plugin in detail on"
264
 
265
+ #: admin/svgs-settings-page.php:147
266
  msgid "The WordPress Plugin Repository"
267
  msgstr "The WordPress Plugin Repository"
268
 
269
+ #: admin/svgs-settings-page.php:148
270
  msgid "Need help?"
271
  msgstr "Need help?"
272
 
273
+ #: admin/svgs-settings-page.php:148
274
  msgid "Visit Support"
275
  msgstr "Visit Support"
276
 
277
+ #: admin/svgs-settings-page.php:149
278
  msgid "Buy Benbodhi a Beer &rarr;"
279
  msgstr "Buy Benbodhi a Beer &rarr;"
280
 
281
+ #: admin/svgs-settings-page.php:150
282
  msgid "from"
283
  msgstr "from"
284
 
285
  #. translators: plugin header field 'PluginURI'
 
286
  msgid "http://wordpress.org/plugins/svg-support/"
287
  msgstr "http://wordpress.org/plugins/svg-support/"
288
 
289
  #. translators: plugin header field 'Description'
 
290
  msgid ""
291
  "Allow SVG file uploads using the WordPress Media Library uploader plus "
292
  "direct styling of SVG elements using CSS."
295
  "direct styling of SVG elements using CSS."
296
 
297
  #. translators: plugin header field 'Author'
 
298
  msgid "Benbodhi"
299
  msgstr "Benbodhi"
300
 
301
  #. translators: plugin header field 'AuthorURI'
 
302
  msgid "http://benbodhi.com"
303
  msgstr "http://benbodhi.com"
 
 
 
 
 
languages/svgsupport-es_ES.mo CHANGED
Binary file
languages/svgsupport-es_ES.po CHANGED
@@ -1,46 +1,113 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: SVG Support v2.1.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2016-03-21 19:32+0100\n"
7
- "Last-Translator: Ramon <marketing@apasionados.es>\n"
8
- "Language-Team: Apasionados.es <info@apasionados.es>\n"
9
- "Language: es_ES\n"
10
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 1.8.7\n"
16
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
17
- "_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;"
18
- "_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;"
19
- "esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;"
20
- "comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
  "X-Poedit-Basepath: ..\n"
22
  "X-Textdomain-Support: yes\n"
23
- "X-Loco-Target-Locale: en_AU\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
 
26
- #: admin/admin-init.php:12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  msgid "SVG Support Options and Instructions"
28
  msgstr "SVG Support Opciones e Instrucciones"
29
 
30
  #. translators: plugin header field 'Name'
31
- #: admin/admin-init.php:13 svg-support.php:0
32
  msgid "SVG Support"
33
  msgstr "SVG Support"
34
 
35
- #: admin/admin-init.php:26
36
  msgid "You can't play with this."
37
  msgstr "No puedes jugar con esto."
38
 
39
- #: admin/plugin-action-meta-links.php:27
40
  msgid "Get Support"
41
  msgstr "Obtener soporte"
42
 
43
- #: admin/plugin-action-meta-links.php:28
44
  msgid "Donate to author"
45
  msgstr "Donar al autor"
46
 
@@ -54,34 +121,34 @@ msgstr "Introducción"
54
 
55
  #: admin/svgs-settings-page.php:15
56
  msgid ""
57
- "When using SVG images on your WordPress site, it can be hard to style elements "
58
- "within the SVG using CSS. <strong>Now you can, easily!</strong>"
59
  msgstr ""
60
- "Al usar imágenes SVG en un sitio de WordPress es complicado darle formato a los "
61
- "elementos SVG usando CSS. <strong>¡Ahora esto es sencillo!</strong>"
62
 
63
  #: admin/svgs-settings-page.php:16
64
  msgid ""
65
- "This plugin not only provides SVG Support like the name says, it also allows you "
66
- "to easily embed your full SVG file's code using a simple IMG tag. By adding the "
67
- "class <code>style-svg</code> to your IMG elements, this plugin dynamically "
68
- "replaces any IMG elements containing the <code>style-svg</code> class with your "
69
- "complete SVG."
70
  msgstr ""
71
- "Este plugin no solo da soporte SVG como su nombre indica, sino que además permite "
72
- "insertar el código completo SVG utilizando una simple etiqueta IMG. Añadiendo la "
73
- "clase <code>style-svg</code> a los elementos IMG este plugin los reemplaza de "
74
- "forma dinámica con los SVG completos."
75
 
76
  #: admin/svgs-settings-page.php:17
77
  msgid ""
78
  "The main purpose of this is to allow styling of SVG elements. Usually your "
79
- "styling options are restricted when using <code>embed</code>, <code>object</code> "
80
- "or <code>img</code> tags alone."
81
  msgstr ""
82
- "El objetivo principal es permitir darle formato a los elementos SVG. Normalmente "
83
- "las opciones de formato están restringidas al usar solo las etiquetas "
84
- "<code>embed</code>, <code>object</code> o <code>img</code>."
85
 
86
  #: admin/svgs-settings-page.php:34
87
  msgid "Settings"
@@ -91,7 +158,8 @@ msgstr "Configuración"
91
  msgid "Restrict to Administrators"
92
  msgstr "Restringir a los administradores"
93
 
94
- #: admin/svgs-settings-page.php:51
 
95
  msgid "Yes"
96
  msgstr "Si"
97
 
@@ -99,145 +167,120 @@ msgstr "Si"
99
  msgid " Restricts SVG upload priveledges to Administrators."
100
  msgstr " Restringe la subida de archivos SVG a los administradores."
101
 
102
- #: admin/svgs-settings-page.php:56
103
  msgid "CSS Class to target"
104
  msgstr "Clase CSS objetivo"
105
 
106
- #: admin/svgs-settings-page.php:59
107
  msgid ""
108
- "The default target class is <code>style-svg</code>. You can change it to your own "
109
- "class such as <code>my-class</code> by typing it here.<br />Leave blank to use "
110
- "the default class."
111
  msgstr ""
112
- "La clase por defecto es <code>style-svg</code>. Puedes cambiarla por una clase "
113
- "propia como <code>my-class</code> tecleándola aquí.<br />Déjalo en blanco para "
114
- "usar la clase por defecto."
115
 
116
- #: admin/svgs-settings-page.php:65
117
  msgid "Save Changes"
118
  msgstr "Guardar cambios"
119
 
120
- #: admin/svgs-settings-page.php:76
121
  msgid "Usage"
122
  msgstr "Uso"
123
 
124
- #: admin/svgs-settings-page.php:79
125
  msgid "You can simply upload SVG images to your media library like any other file."
126
  msgstr ""
127
- "Puedes subir fácilmente imágenes SVG a tu librería de medios como otros formatos "
128
- "de archivo."
129
 
130
- #: admin/svgs-settings-page.php:80
131
  msgid ""
132
- "Now, embed your SVG image like a standard image with the addition of adding the "
133
- "class <code>style-svg</code> (or your custom class from above) to any IMG tags "
134
- "that you want this plugin to swap out with your actual SVG code."
135
  msgstr ""
136
  "Ahora, incluye tu imagen SVG como una imágen estándar añadiendo la clase "
137
- "<code>style-svg</code> (o tu clase propia definida arriba) a cualquier etiqueta "
138
- "IMG que quieres que se cambie por el código SVG."
139
 
140
- #: admin/svgs-settings-page.php:81
141
  msgid "For example:"
142
  msgstr "por ejemplo:"
143
 
144
- #: admin/svgs-settings-page.php:84
145
  msgid "or"
146
  msgstr "o"
147
 
148
- #: admin/svgs-settings-page.php:87
149
  msgid ""
150
- "The whole IMG tag element will now be dynamically replaced by the actual code of "
151
- "your SVG, making the inner content targetable."
152
  msgstr ""
153
- "Toda la etiqueta IMG ahora se reemplaza de forma dinámica con el código del SVG "
154
- "haciendo su contenido accesible."
155
 
156
- #: admin/svgs-settings-page.php:88
157
  msgid "This allows you to target elements within your SVG using CSS."
158
  msgstr "Esto permite acceder a los elementos SVG usando CSS."
159
 
160
- #: admin/svgs-settings-page.php:90
161
- msgid ""
162
- "Note: Your uploaded image needs to be an SVG file for this plugin to replace the "
163
- "img tag with the inline SVG code. It will not create SVG files for you."
164
- msgstr ""
165
- "Nota: La imagen subida tiene que ser un SVG para que este plugin reemplace la "
166
- "etiqueta IMG con el código SVG. No crea archivos SVG."
167
-
168
- #: admin/svgs-settings-page.php:107
169
- msgid "Features"
170
- msgstr "Características"
171
-
172
- #: admin/svgs-settings-page.php:110
173
  msgid "SVG Support for your media library"
174
  msgstr "Soporte SVG para la librería de medios"
175
 
176
- #: admin/svgs-settings-page.php:111
177
  msgid "Style SVG elements directly using CSS"
178
  msgstr "Dar formato a los elementos SVG usando CSS"
179
 
180
- #: admin/svgs-settings-page.php:112
181
  msgid "Restrict to Administrators only"
182
  msgstr "Restringido para administradores"
183
 
184
- #: admin/svgs-settings-page.php:113
185
  msgid "Extremely Simple To Use"
186
  msgstr "Muy fácil de usar"
187
 
188
- #: admin/svgs-settings-page.php:121
189
- msgid "About the plugin"
190
- msgstr "Sobre el plugin"
191
-
192
- #: admin/svgs-settings-page.php:123
193
  msgid "You can read about this plugin in detail on"
194
  msgstr "Puedes leer todo sobre el plugin en"
195
 
196
- #: admin/svgs-settings-page.php:123
197
  msgid "The WordPress Plugin Repository"
198
  msgstr "El repositorio de plugins de WordPress"
199
 
200
- #: admin/svgs-settings-page.php:124
201
  msgid "Need help?"
202
  msgstr "¿Necesitas ayuda?"
203
 
204
- #: admin/svgs-settings-page.php:124
205
  msgid "Visit Support"
206
  msgstr "Visitar soporte"
207
 
208
- #: admin/svgs-settings-page.php:125
209
  msgid "Buy Benbodhi a Beer &rarr;"
210
  msgstr "Comprar una cerveza para Benbodhi &rarr;"
211
 
212
- #: admin/svgs-settings-page.php:126
213
  msgid "from"
214
  msgstr "de"
215
 
216
  #. translators: plugin header field 'PluginURI'
217
- #: svg-support.php:0
218
  msgid "http://wordpress.org/plugins/svg-support/"
219
  msgstr "http://wordpress.org/plugins/svg-support/"
220
 
221
  #. translators: plugin header field 'Description'
222
- #: svg-support.php:0
223
  msgid ""
224
- "Allow SVG file uploads using the WordPress Media Library uploader plus direct "
225
- "styling of SVG elements using CSS."
226
  msgstr ""
227
- "Permitir la subida de archivos SVG a través de la librería de medios además de "
228
- "dar formato a los elementos SVG usando CSS."
229
 
230
  #. translators: plugin header field 'Author'
231
- #: svg-support.php:0
232
  msgid "Benbodhi"
233
  msgstr "Benbodhi"
234
 
235
  #. translators: plugin header field 'AuthorURI'
236
- #: svg-support.php:0
237
  msgid "http://benbodhi.com"
238
  msgstr "http://benbodhi.com"
239
-
240
- #. translators: plugin header field 'Version'
241
- #: svg-support.php:0
242
- msgid "2.1.4"
243
- msgstr "2.1.4"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: SVG Support 2.2.3.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-16 20:19:06+00:00\n"
6
+ "PO-Revision-Date: Mon May 16 2016 13:29:19 GMT-0700 (PDT)\n"
7
+ "Last-Translator: root <benbodhi@gmail.com>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "Language: Spanish (Spain)\n"
10
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Loco - https://localise.biz/\n"
16
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
  "X-Poedit-Basepath: ..\n"
22
  "X-Textdomain-Support: yes\n"
23
+ "X-Loco-Target-Locale: es_ES\n"
24
+ "X-Poedit-SearchPath-0: ."
25
 
26
+ #: admin/plugin-action-meta-links.php:32
27
+ msgid "$25 Free Credit from GoWebben"
28
+ msgstr ""
29
+
30
+ #: admin/svgs-settings-page.php:57
31
+ msgid "Output JS in Footer?"
32
+ msgstr ""
33
+
34
+ #: admin/svgs-settings-page.php:62
35
+ msgid ""
36
+ " Normally, scripts are placed in <code>head</code> of the HTML document. If "
37
+ "this parameter is true, the script is placed before the closing "
38
+ "<code>body</code> tag. This requires the theme to have the "
39
+ "<code>wp_footer()</code> template tag in the appropriate place."
40
+ msgstr ""
41
+
42
+ #: admin/svgs-settings-page.php:68
43
+ msgid "Automatically insert class?"
44
+ msgstr ""
45
+
46
+ #: admin/svgs-settings-page.php:73
47
+ msgid ""
48
+ " Checking this will make sure that either the default class or the custom "
49
+ "one you set below is inserted into the style attributes of <code>img</code> "
50
+ "tags when you insert images. Additionally, it will remove all of the default "
51
+ "WordPress classes."
52
+ msgstr ""
53
+
54
+ #: admin/svgs-settings-page.php:112
55
+ msgid "Please Note:"
56
+ msgstr ""
57
+
58
+ #: admin/svgs-settings-page.php:113
59
+ msgid ""
60
+ "- You will need to set your own height and width in your CSS for SVG files "
61
+ "to display correctly."
62
+ msgstr ""
63
+
64
+ #: admin/svgs-settings-page.php:114
65
+ msgid ""
66
+ "- Your uploaded image needs to be an SVG file for this plugin to replace the "
67
+ "img tag with the inline SVG code. It will not create SVG files for you."
68
+ msgstr ""
69
+
70
+ #: admin/svgs-settings-page.php:131
71
+ msgid "Plugin Features"
72
+ msgstr ""
73
+
74
+ #: admin/svgs-settings-page.php:145
75
+ msgid "About The Plugin"
76
+ msgstr ""
77
+
78
+ #: admin/svgs-settings-page.php:157
79
+ msgid "GoWebben Hosting"
80
+ msgstr ""
81
+
82
+ #: admin/svgs-settings-page.php:159
83
+ msgid "Claim your FREE $25 credit from"
84
+ msgstr ""
85
+
86
+ #: admin/svgs-settings-page.php:159
87
+ msgid ""
88
+ "No catch, just free credit for using this plugin! It will be applied "
89
+ "automatically using the link provided, but in any case you can simply use "
90
+ "code: SVGSUPPORT during checkout."
91
+ msgstr ""
92
+
93
+ #: admin/admin-init.php:15
94
  msgid "SVG Support Options and Instructions"
95
  msgstr "SVG Support Opciones e Instrucciones"
96
 
97
  #. translators: plugin header field 'Name'
98
+ #: admin/admin-init.php:16
99
  msgid "SVG Support"
100
  msgstr "SVG Support"
101
 
102
+ #: admin/admin-init.php:29
103
  msgid "You can't play with this."
104
  msgstr "No puedes jugar con esto."
105
 
106
+ #: admin/plugin-action-meta-links.php:30
107
  msgid "Get Support"
108
  msgstr "Obtener soporte"
109
 
110
+ #: admin/plugin-action-meta-links.php:31
111
  msgid "Donate to author"
112
  msgstr "Donar al autor"
113
 
121
 
122
  #: admin/svgs-settings-page.php:15
123
  msgid ""
124
+ "When using SVG images on your WordPress site, it can be hard to style "
125
+ "elements within the SVG using CSS. <strong>Now you can, easily!</strong>"
126
  msgstr ""
127
+ "Al usar imágenes SVG en un sitio de WordPress es complicado darle formato a "
128
+ "los elementos SVG usando CSS. <strong>¡Ahora esto es sencillo!</strong>"
129
 
130
  #: admin/svgs-settings-page.php:16
131
  msgid ""
132
+ "This plugin not only provides SVG Support like the name says, it also allows "
133
+ "you to easily embed your full SVG file's code using a simple IMG tag. By "
134
+ "adding the class <code>style-svg</code> to your IMG elements, this plugin "
135
+ "dynamically replaces any IMG elements containing the <code>style-svg</code> "
136
+ "class with your complete SVG."
137
  msgstr ""
138
+ "Este plugin no solo da soporte SVG como su nombre indica, sino que además "
139
+ "permite insertar el código completo SVG utilizando una simple etiqueta IMG. "
140
+ "Añadiendo la clase <code>style-svg</code> a los elementos IMG este plugin "
141
+ "los reemplaza de forma dinámica con los SVG completos."
142
 
143
  #: admin/svgs-settings-page.php:17
144
  msgid ""
145
  "The main purpose of this is to allow styling of SVG elements. Usually your "
146
+ "styling options are restricted when using <code>embed</code>, "
147
+ "<code>object</code> or <code>img</code> tags alone."
148
  msgstr ""
149
+ "El objetivo principal es permitir darle formato a los elementos SVG. "
150
+ "Normalmente las opciones de formato están restringidas al usar solo las "
151
+ "etiquetas <code>embed</code>, <code>object</code> o <code>img</code>."
152
 
153
  #: admin/svgs-settings-page.php:34
154
  msgid "Settings"
158
  msgid "Restrict to Administrators"
159
  msgstr "Restringir a los administradores"
160
 
161
+ #: admin/svgs-settings-page.php:51 admin/svgs-settings-page.php:62
162
+ #: admin/svgs-settings-page.php:73
163
  msgid "Yes"
164
  msgstr "Si"
165
 
167
  msgid " Restricts SVG upload priveledges to Administrators."
168
  msgstr " Restringe la subida de archivos SVG a los administradores."
169
 
170
+ #: admin/svgs-settings-page.php:78
171
  msgid "CSS Class to target"
172
  msgstr "Clase CSS objetivo"
173
 
174
+ #: admin/svgs-settings-page.php:81
175
  msgid ""
176
+ "The default target class is <code>style-svg</code>. You can change it to "
177
+ "your own class such as <code>my-class</code> by typing it here.<br />Leave "
178
+ "blank to use the default class."
179
  msgstr ""
180
+ "La clase por defecto es <code>style-svg</code>. Puedes cambiarla por una "
181
+ "clase propia como <code>my-class</code> tecleándola aquí.<br />Déjalo en "
182
+ "blanco para usar la clase por defecto."
183
 
184
+ #: admin/svgs-settings-page.php:87
185
  msgid "Save Changes"
186
  msgstr "Guardar cambios"
187
 
188
+ #: admin/svgs-settings-page.php:98
189
  msgid "Usage"
190
  msgstr "Uso"
191
 
192
+ #: admin/svgs-settings-page.php:101
193
  msgid "You can simply upload SVG images to your media library like any other file."
194
  msgstr ""
195
+ "Puedes subir fácilmente imágenes SVG a tu librería de medios como otros "
196
+ "formatos de archivo."
197
 
198
+ #: admin/svgs-settings-page.php:102
199
  msgid ""
200
+ "Now, embed your SVG image like a standard image with the addition of adding "
201
+ "the class <code>style-svg</code> (or your custom class from above) to any "
202
+ "IMG tags that you want this plugin to swap out with your actual SVG code."
203
  msgstr ""
204
  "Ahora, incluye tu imagen SVG como una imágen estándar añadiendo la clase "
205
+ "<code>style-svg</code> (o tu clase propia definida arriba) a cualquier "
206
+ "etiqueta IMG que quieres que se cambie por el código SVG."
207
 
208
+ #: admin/svgs-settings-page.php:103
209
  msgid "For example:"
210
  msgstr "por ejemplo:"
211
 
212
+ #: admin/svgs-settings-page.php:106
213
  msgid "or"
214
  msgstr "o"
215
 
216
+ #: admin/svgs-settings-page.php:109
217
  msgid ""
218
+ "The whole IMG tag element will now be dynamically replaced by the actual "
219
+ "code of your SVG, making the inner content targetable."
220
  msgstr ""
221
+ "Toda la etiqueta IMG ahora se reemplaza de forma dinámica con el código del "
222
+ "SVG haciendo su contenido accesible."
223
 
224
+ #: admin/svgs-settings-page.php:110
225
  msgid "This allows you to target elements within your SVG using CSS."
226
  msgstr "Esto permite acceder a los elementos SVG usando CSS."
227
 
228
+ #: admin/svgs-settings-page.php:134
 
 
 
 
 
 
 
 
 
 
 
 
229
  msgid "SVG Support for your media library"
230
  msgstr "Soporte SVG para la librería de medios"
231
 
232
+ #: admin/svgs-settings-page.php:135
233
  msgid "Style SVG elements directly using CSS"
234
  msgstr "Dar formato a los elementos SVG usando CSS"
235
 
236
+ #: admin/svgs-settings-page.php:136
237
  msgid "Restrict to Administrators only"
238
  msgstr "Restringido para administradores"
239
 
240
+ #: admin/svgs-settings-page.php:137
241
  msgid "Extremely Simple To Use"
242
  msgstr "Muy fácil de usar"
243
 
244
+ #: admin/svgs-settings-page.php:147
 
 
 
 
245
  msgid "You can read about this plugin in detail on"
246
  msgstr "Puedes leer todo sobre el plugin en"
247
 
248
+ #: admin/svgs-settings-page.php:147
249
  msgid "The WordPress Plugin Repository"
250
  msgstr "El repositorio de plugins de WordPress"
251
 
252
+ #: admin/svgs-settings-page.php:148
253
  msgid "Need help?"
254
  msgstr "¿Necesitas ayuda?"
255
 
256
+ #: admin/svgs-settings-page.php:148
257
  msgid "Visit Support"
258
  msgstr "Visitar soporte"
259
 
260
+ #: admin/svgs-settings-page.php:149
261
  msgid "Buy Benbodhi a Beer &rarr;"
262
  msgstr "Comprar una cerveza para Benbodhi &rarr;"
263
 
264
+ #: admin/svgs-settings-page.php:150
265
  msgid "from"
266
  msgstr "de"
267
 
268
  #. translators: plugin header field 'PluginURI'
 
269
  msgid "http://wordpress.org/plugins/svg-support/"
270
  msgstr "http://wordpress.org/plugins/svg-support/"
271
 
272
  #. translators: plugin header field 'Description'
 
273
  msgid ""
274
+ "Allow SVG file uploads using the WordPress Media Library uploader plus "
275
+ "direct styling of SVG elements using CSS."
276
  msgstr ""
277
+ "Permitir la subida de archivos SVG a través de la librería de medios además "
278
+ "de dar formato a los elementos SVG usando CSS."
279
 
280
  #. translators: plugin header field 'Author'
 
281
  msgid "Benbodhi"
282
  msgstr "Benbodhi"
283
 
284
  #. translators: plugin header field 'AuthorURI'
 
285
  msgid "http://benbodhi.com"
286
  msgstr "http://benbodhi.com"
 
 
 
 
 
languages/svgsupport-sr_RS.mo CHANGED
Binary file
languages/svgsupport-sr_RS.po CHANGED
@@ -1,285 +1,327 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: SVG Support v2.1.4\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2014-08-08 10:51+0100\n"
7
- "Last-Translator: jelena kovacevic <jecajeca260@gmail.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Generator: Poedit 1.5.5\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "Language: en_AU\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- # @ svgsupport
23
- #: admin/admin-init.php:12
24
- msgid "SVG Support Options and Instructions"
25
- msgstr "SVG opcije podrške i uputstva"
26
-
27
- # @ svgsupport
28
- #. translators: plugin header field 'Name'
29
- #: admin/admin-init.php:13 svg-support.php:0
30
- msgid "SVG Support"
31
- msgstr "SVG Podrška"
32
-
33
- # @ svgsupport
34
- #: admin/admin-init.php:26
35
- msgid "You can't play with this."
36
- msgstr "Ne možete se igrati ovim."
37
-
38
- # @ svgsupport
39
- #: admin/plugin-action-meta-links.php:27
40
- msgid "Get Support"
41
- msgstr "Obezbedite podršku"
42
-
43
- # @ svgsupport
44
- #: admin/plugin-action-meta-links.php:28
45
- msgid "Donate to author"
46
- msgstr "Donirajte autoru"
47
-
48
- # @ svgsupport
49
- #: admin/svgs-settings-page.php:4
50
- msgid "SVG Support Settings and Usage"
51
- msgstr "SVG postavke podrške i upotreba"
52
-
53
- # @ svgsupport
54
- #: admin/svgs-settings-page.php:12
55
- msgid "Introduction"
56
- msgstr "Uvod"
57
-
58
- # @ svgsupport
59
- #: admin/svgs-settings-page.php:15
60
- msgid ""
61
- "When using SVG images on your WordPress site, it can be hard to style "
62
- "elements within the SVG using CSS. <strong>Now you can, easily!</strong>"
63
- msgstr ""
64
- "Kad koristite SVG slike na svom WordPress sajtu, može vam biti teško da "
65
- "stilizujete elemente u SVG-u uz pomoć CSS-a. <strong>Sad to možete uraditi s "
66
- "lakoćom!</strong>"
67
-
68
- # @ svgsupport
69
- #: admin/svgs-settings-page.php:16
70
- msgid ""
71
- "This plugin not only provides SVG Support like the name says, it also allows "
72
- "you to easily embed your full SVG file's code using a simple IMG tag. By "
73
- "adding the class <code>style-svg</code> to your IMG elements, this plugin "
74
- "dynamically replaces any IMG elements containing the <code>style-svg</code> "
75
- "class with your complete SVG."
76
- msgstr ""
77
- "Ovaj plugin ne obezbeđuje samo SVG podršku, kao što mu ime kaže, već vam "
78
- "omogućava i da s lakoćom ugradite svoj puni kod SVG datoteke uz pomoć "
79
- "jednostavne IMG oznake. Dodavanjem klase <code>style-svg</code> svojim IMG "
80
- "elementima, ovaj plugin dinamički zamenjuje bilo koje IMG elemente koji "
81
- "sadrže <code>style-svg</code klasu vašim kompletnim SVG-om."
82
-
83
- # @ svgsupport
84
- #: admin/svgs-settings-page.php:17
85
- msgid ""
86
- "The main purpose of this is to allow styling of SVG elements. Usually your "
87
- "styling options are restricted when using <code>embed</code>, <code>object</"
88
- "code> or <code>img</code> tags alone."
89
- msgstr ""
90
- "Osnovna svrha ovoga je da omogući stilizovanje SVG elemenata. Obično su "
91
- "opcije stilizovanja ograničene ako koristite samo oznake: <code>embed</"
92
- "code>, <code>object</code> or <code>img</code>."
93
-
94
- # @ svgsupport
95
- #: admin/svgs-settings-page.php:34
96
- msgid "Settings"
97
- msgstr "Postavke"
98
-
99
- # @ svgsupport
100
- #: admin/svgs-settings-page.php:46
101
- msgid "Restrict to Administrators"
102
- msgstr "Ograniči administratorima"
103
-
104
- # @ svgsupport
105
- #: admin/svgs-settings-page.php:51
106
- msgid "Yes"
107
- msgstr "Da"
108
-
109
- # @ svgsupport
110
- #: admin/svgs-settings-page.php:51
111
- msgid " Restricts SVG upload priveledges to Administrators."
112
- msgstr "Ograničava privilegije SVG učitavanja administratorima."
113
-
114
- # @ svgsupport
115
- #: admin/svgs-settings-page.php:56
116
- msgid "CSS Class to target"
117
- msgstr "CSS meta za ciljanje"
118
-
119
- # @ svgsupport
120
- #: admin/svgs-settings-page.php:59
121
- msgid ""
122
- "The default target class is <code>style-svg</code>. You can change it to "
123
- "your own class such as <code>my-class</code> by typing it here.<br />Leave "
124
- "blank to use the default class."
125
- msgstr ""
126
- "Podrazumevana ciljna klasa je <code>style-svg</code>. Možete je promeniti u "
127
- "svoju klasu, kao što je <code>my-class</code> tako što ćete je ukucati ovde."
128
- "<br /> Ostavite prazno polje da biste koristili podrazumevanu klasu."
129
-
130
- # @ svgsupport
131
- #: admin/svgs-settings-page.php:65
132
- msgid "Save Changes"
133
- msgstr "Sačuvaj izmene"
134
-
135
- # @ svgsupport
136
- #: admin/svgs-settings-page.php:76
137
- msgid "Usage"
138
- msgstr "Upotreba"
139
-
140
- # @ svgsupport
141
- #: admin/svgs-settings-page.php:79
142
- msgid ""
143
- "You can simply upload SVG images to your media library like any other file."
144
- msgstr ""
145
- "Jednostavno, možete učitati SVG slike u svoju biblioteku medija kao i bilo "
146
- "koju drugu datoteku."
147
-
148
- # @ svgsupport
149
- #: admin/svgs-settings-page.php:80
150
- msgid ""
151
- "Now, embed your SVG image like a standard image with the addition of adding "
152
- "the class <code>style-svg</code> (or your custom class from above) to any "
153
- "IMG tags that you want this plugin to swap out with your actual SVG code."
154
- msgstr ""
155
- "Sada ugradite svoju SVG sliku kao standardnu sliku uz dodatak klase "
156
- "<code>style-svg</code> (ili svoje prilagođene navedene klase) u bilo koju od "
157
- "IMG oznaka koju želite da ovaj plugin zameni vašim pravim SVG kodom."
158
-
159
- # @ svgsupport
160
- #: admin/svgs-settings-page.php:81
161
- msgid "For example:"
162
- msgstr "Na primer:"
163
-
164
- # @ svgsupport
165
- #: admin/svgs-settings-page.php:84
166
- msgid "or"
167
- msgstr "ili"
168
-
169
- # @ svgsupport
170
- #: admin/svgs-settings-page.php:87
171
- msgid ""
172
- "The whole IMG tag element will now be dynamically replaced by the actual "
173
- "code of your SVG, making the inner content targetable."
174
- msgstr ""
175
- "Sada će ceo IMG element oznake biti dinamički zamenjen pravim kodom ili "
176
- "vašim SVG-om, što znači da će unutrašnji sadržaj biti raspoloživ za ciljanje."
177
-
178
- # @ svgsupport
179
- #: admin/svgs-settings-page.php:88
180
- msgid "This allows you to target elements within your SVG using CSS."
181
- msgstr "Omogućava vam da ciljate elemente u svom SVG-u koristeći CSS."
182
-
183
- # @ svgsupport
184
- #: admin/svgs-settings-page.php:90
185
- msgid ""
186
- "Note: Your uploaded image needs to be an SVG file for this plugin to replace "
187
- "the img tag with the inline SVG code. It will not create SVG files for you."
188
- msgstr ""
189
- "Napomena: Vaša učitana slika treba da bude SVG datoteka da bi ovaj plugin "
190
- "zamenio img oznaku ugrađenim SVG kodom. Neće kreirati SVG datoteke umesto "
191
- "vas."
192
-
193
- # @ svgsupport
194
- #: admin/svgs-settings-page.php:107
195
- msgid "Features"
196
- msgstr "Funkcije"
197
-
198
- # @ svgsupport
199
- #: admin/svgs-settings-page.php:110
200
- msgid "SVG Support for your media library"
201
- msgstr "SVG podrška za vaše biblioteke medija"
202
-
203
- # @ svgsupport
204
- #: admin/svgs-settings-page.php:111
205
- msgid "Style SVG elements directly using CSS"
206
- msgstr "Stilizuj SVG elemente direktno koristeći CSS"
207
-
208
- # @ svgsupport
209
- #: admin/svgs-settings-page.php:112
210
- msgid "Restrict to Administrators only"
211
- msgstr "Ograniči samo za administratore"
212
-
213
- # @ svgsupport
214
- #: admin/svgs-settings-page.php:113
215
- msgid "Extremely Simple To Use"
216
- msgstr "Izuzetno jednostavan za upotrebu"
217
-
218
- # @ svgsupport
219
- #: admin/svgs-settings-page.php:121
220
- msgid "About the plugin"
221
- msgstr "O plugin-u"
222
-
223
- # @ svgsupport
224
- #: admin/svgs-settings-page.php:123
225
- msgid "You can read about this plugin in detail on"
226
- msgstr "O ovom plugin-u detaljnije možete pročitati na:"
227
-
228
- # @ svgsupport
229
- #: admin/svgs-settings-page.php:123
230
- msgid "The WordPress Plugin Repository"
231
- msgstr "WordPress Plugin Repository"
232
-
233
- # @ svgsupport
234
- #: admin/svgs-settings-page.php:124
235
- msgid "Need help?"
236
- msgstr "Potrebna vam je pomoć?"
237
-
238
- # @ svgsupport
239
- #: admin/svgs-settings-page.php:124
240
- msgid "Visit Support"
241
- msgstr "Posetite podršku"
242
-
243
- # @ svgsupport
244
- #: admin/svgs-settings-page.php:125
245
- msgid "Buy Benbodhi a Beer &rarr;"
246
- msgstr "Kupite Benbodhi-ju pivo &rarr;"
247
-
248
- # @ svgsupport
249
- #: admin/svgs-settings-page.php:126
250
- msgid "from"
251
- msgstr "od"
252
-
253
- # @ svgsupport
254
- #. translators: plugin header field 'PluginURI'
255
- #: svg-support.php:0
256
- msgid "http://wordpress.org/plugins/svg-support/"
257
- msgstr "http://wordpress.org/plugins/svg-support/"
258
-
259
- # @ svgsupport
260
- #. translators: plugin header field 'Description'
261
- #: svg-support.php:0
262
- msgid ""
263
- "Allow SVG file uploads using the WordPress Media Library uploader plus "
264
- "direct styling of SVG elements using CSS."
265
- msgstr ""
266
- "Aktivirajte učitavanje SVG datoteka uz pomoć WordPress Media Library "
267
- "uploader-a i direktno stilizovanje SVG elemenata uz pomoć CSS-a."
268
-
269
- # @ svgsupport
270
- #. translators: plugin header field 'Author'
271
- #: svg-support.php:0
272
- msgid "Benbodhi"
273
- msgstr "Benbodhi"
274
-
275
- # @ svgsupport
276
- #. translators: plugin header field 'AuthorURI'
277
- #: svg-support.php:0
278
- msgid "http://benbodhi.com"
279
- msgstr "http://benbodhi.com"
280
-
281
- # @ svgsupport
282
- #. translators: plugin header field 'Version'
283
- #: svg-support.php:0
284
- msgid "2.1.4"
285
- msgstr "2.1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: SVG Support 2.2.3.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-05-16 20:19:06+00:00\n"
6
+ "PO-Revision-Date: Mon May 16 2016 13:29:11 GMT-0700 (PDT)\n"
7
+ "Last-Translator: root <benbodhi@gmail.com>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "Language: Serbian\n"
10
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && "
11
+ "n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Loco - https://localise.biz/\n"
17
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
+ "X-Poedit-Basepath: ../\n"
23
+ "X-Textdomain-Support: yes\n"
24
+ "X-Poedit-SearchPath-0: .\n"
25
+ "X-Loco-Target-Locale: sr_RS"
26
+
27
+ #: admin/plugin-action-meta-links.php:32
28
+ msgid "$25 Free Credit from GoWebben"
29
+ msgstr ""
30
+
31
+ #: admin/svgs-settings-page.php:57
32
+ msgid "Output JS in Footer?"
33
+ msgstr ""
34
+
35
+ #: admin/svgs-settings-page.php:62
36
+ msgid ""
37
+ " Normally, scripts are placed in <code>head</code> of the HTML document. If "
38
+ "this parameter is true, the script is placed before the closing "
39
+ "<code>body</code> tag. This requires the theme to have the "
40
+ "<code>wp_footer()</code> template tag in the appropriate place."
41
+ msgstr ""
42
+
43
+ #: admin/svgs-settings-page.php:68
44
+ msgid "Automatically insert class?"
45
+ msgstr ""
46
+
47
+ #: admin/svgs-settings-page.php:73
48
+ msgid ""
49
+ " Checking this will make sure that either the default class or the custom "
50
+ "one you set below is inserted into the style attributes of <code>img</code> "
51
+ "tags when you insert images. Additionally, it will remove all of the default "
52
+ "WordPress classes."
53
+ msgstr ""
54
+
55
+ #: admin/svgs-settings-page.php:112
56
+ msgid "Please Note:"
57
+ msgstr ""
58
+
59
+ #: admin/svgs-settings-page.php:113
60
+ msgid ""
61
+ "- You will need to set your own height and width in your CSS for SVG files "
62
+ "to display correctly."
63
+ msgstr ""
64
+
65
+ #: admin/svgs-settings-page.php:114
66
+ msgid ""
67
+ "- Your uploaded image needs to be an SVG file for this plugin to replace the "
68
+ "img tag with the inline SVG code. It will not create SVG files for you."
69
+ msgstr ""
70
+
71
+ #: admin/svgs-settings-page.php:131
72
+ msgid "Plugin Features"
73
+ msgstr ""
74
+
75
+ #: admin/svgs-settings-page.php:145
76
+ msgid "About The Plugin"
77
+ msgstr ""
78
+
79
+ #: admin/svgs-settings-page.php:157
80
+ msgid "GoWebben Hosting"
81
+ msgstr ""
82
+
83
+ #: admin/svgs-settings-page.php:159
84
+ msgid "Claim your FREE $25 credit from"
85
+ msgstr ""
86
+
87
+ #: admin/svgs-settings-page.php:159
88
+ msgid ""
89
+ "No catch, just free credit for using this plugin! It will be applied "
90
+ "automatically using the link provided, but in any case you can simply use "
91
+ "code: SVGSUPPORT during checkout."
92
+ msgstr ""
93
+
94
+ # @ svgsupport
95
+ #: admin/admin-init.php:15
96
+ msgid "SVG Support Options and Instructions"
97
+ msgstr "SVG opcije podrške i uputstva"
98
+
99
+ # @ svgsupport
100
+ #. translators: plugin header field 'Name'
101
+ #: admin/admin-init.php:16
102
+ msgid "SVG Support"
103
+ msgstr "SVG Podrška"
104
+
105
+ # @ svgsupport
106
+ #: admin/admin-init.php:29
107
+ msgid "You can't play with this."
108
+ msgstr "Ne možete se igrati ovim."
109
+
110
+ # @ svgsupport
111
+ #: admin/plugin-action-meta-links.php:30
112
+ msgid "Get Support"
113
+ msgstr "Obezbedite podršku"
114
+
115
+ # @ svgsupport
116
+ #: admin/plugin-action-meta-links.php:31
117
+ msgid "Donate to author"
118
+ msgstr "Donirajte autoru"
119
+
120
+ # @ svgsupport
121
+ #: admin/svgs-settings-page.php:4
122
+ msgid "SVG Support Settings and Usage"
123
+ msgstr "SVG postavke podrške i upotreba"
124
+
125
+ # @ svgsupport
126
+ #: admin/svgs-settings-page.php:12
127
+ msgid "Introduction"
128
+ msgstr "Uvod"
129
+
130
+ # @ svgsupport
131
+ #: admin/svgs-settings-page.php:15
132
+ msgid ""
133
+ "When using SVG images on your WordPress site, it can be hard to style "
134
+ "elements within the SVG using CSS. <strong>Now you can, easily!</strong>"
135
+ msgstr ""
136
+ "Kad koristite SVG slike na svom WordPress sajtu, može vam biti teško da "
137
+ "stilizujete elemente u SVG-u uz pomoć CSS-a. <strong>Sad to možete uraditi s "
138
+ "lakoćom!</strong>"
139
+
140
+ # @ svgsupport
141
+ #: admin/svgs-settings-page.php:16
142
+ msgid ""
143
+ "This plugin not only provides SVG Support like the name says, it also allows "
144
+ "you to easily embed your full SVG file's code using a simple IMG tag. By "
145
+ "adding the class <code>style-svg</code> to your IMG elements, this plugin "
146
+ "dynamically replaces any IMG elements containing the <code>style-svg</code> "
147
+ "class with your complete SVG."
148
+ msgstr ""
149
+ "Ovaj plugin ne obezbeđuje samo SVG podršku, kao što mu ime kaže, već vam "
150
+ "omogućava i da s lakoćom ugradite svoj puni kod SVG datoteke uz pomoć "
151
+ "jednostavne IMG oznake. Dodavanjem klase <code>style-svg</code> svojim IMG "
152
+ "elementima, ovaj plugin dinamički zamenjuje bilo koje IMG elemente koji "
153
+ "sadrže <code>style-svg</code klasu vašim kompletnim SVG-om."
154
+
155
+ # @ svgsupport
156
+ #: admin/svgs-settings-page.php:17
157
+ msgid ""
158
+ "The main purpose of this is to allow styling of SVG elements. Usually your "
159
+ "styling options are restricted when using <code>embed</code>, "
160
+ "<code>object</code> or <code>img</code> tags alone."
161
+ msgstr ""
162
+ "Osnovna svrha ovoga je da omogući stilizovanje SVG elemenata. Obično su "
163
+ "opcije stilizovanja ograničene ako koristite samo oznake: <code>embed</code>,"
164
+ " <code>object</code> or <code>img</code>."
165
+
166
+ # @ svgsupport
167
+ #: admin/svgs-settings-page.php:34
168
+ msgid "Settings"
169
+ msgstr "Postavke"
170
+
171
+ # @ svgsupport
172
+ #: admin/svgs-settings-page.php:46
173
+ msgid "Restrict to Administrators"
174
+ msgstr "Ograniči administratorima"
175
+
176
+ # @ svgsupport
177
+ #: admin/svgs-settings-page.php:51 admin/svgs-settings-page.php:62
178
+ #: admin/svgs-settings-page.php:73
179
+ msgid "Yes"
180
+ msgstr "Da"
181
+
182
+ # @ svgsupport
183
+ #: admin/svgs-settings-page.php:51
184
+ msgid " Restricts SVG upload priveledges to Administrators."
185
+ msgstr "Ograničava privilegije SVG učitavanja administratorima."
186
+
187
+ # @ svgsupport
188
+ #: admin/svgs-settings-page.php:78
189
+ msgid "CSS Class to target"
190
+ msgstr "CSS meta za ciljanje"
191
+
192
+ # @ svgsupport
193
+ #: admin/svgs-settings-page.php:81
194
+ msgid ""
195
+ "The default target class is <code>style-svg</code>. You can change it to "
196
+ "your own class such as <code>my-class</code> by typing it here.<br />Leave "
197
+ "blank to use the default class."
198
+ msgstr ""
199
+ "Podrazumevana ciljna klasa je <code>style-svg</code>. Možete je promeniti u "
200
+ "svoju klasu, kao što je <code>my-class</code> tako što ćete je ukucati ovde."
201
+ "<br /> Ostavite prazno polje da biste koristili podrazumevanu klasu."
202
+
203
+ # @ svgsupport
204
+ #: admin/svgs-settings-page.php:87
205
+ msgid "Save Changes"
206
+ msgstr "Sačuvaj izmene"
207
+
208
+ # @ svgsupport
209
+ #: admin/svgs-settings-page.php:98
210
+ msgid "Usage"
211
+ msgstr "Upotreba"
212
+
213
+ # @ svgsupport
214
+ #: admin/svgs-settings-page.php:101
215
+ msgid "You can simply upload SVG images to your media library like any other file."
216
+ msgstr ""
217
+ "Jednostavno, možete učitati SVG slike u svoju biblioteku medija kao i bilo "
218
+ "koju drugu datoteku."
219
+
220
+ # @ svgsupport
221
+ #: admin/svgs-settings-page.php:102
222
+ msgid ""
223
+ "Now, embed your SVG image like a standard image with the addition of adding "
224
+ "the class <code>style-svg</code> (or your custom class from above) to any "
225
+ "IMG tags that you want this plugin to swap out with your actual SVG code."
226
+ msgstr ""
227
+ "Sada ugradite svoju SVG sliku kao standardnu sliku uz dodatak klase "
228
+ "<code>style-svg</code> (ili svoje prilagođene navedene klase) u bilo koju od "
229
+ "IMG oznaka koju želite da ovaj plugin zameni vašim pravim SVG kodom."
230
+
231
+ # @ svgsupport
232
+ #: admin/svgs-settings-page.php:103
233
+ msgid "For example:"
234
+ msgstr "Na primer:"
235
+
236
+ # @ svgsupport
237
+ #: admin/svgs-settings-page.php:106
238
+ msgid "or"
239
+ msgstr "ili"
240
+
241
+ # @ svgsupport
242
+ #: admin/svgs-settings-page.php:109
243
+ msgid ""
244
+ "The whole IMG tag element will now be dynamically replaced by the actual "
245
+ "code of your SVG, making the inner content targetable."
246
+ msgstr ""
247
+ "Sada će ceo IMG element oznake biti dinamički zamenjen pravim kodom ili "
248
+ "vašim SVG-om, što znači da će unutrašnji sadržaj biti raspoloživ za ciljanje."
249
+
250
+ # @ svgsupport
251
+ #: admin/svgs-settings-page.php:110
252
+ msgid "This allows you to target elements within your SVG using CSS."
253
+ msgstr "Omogućava vam da ciljate elemente u svom SVG-u koristeći CSS."
254
+
255
+ # @ svgsupport
256
+ #: admin/svgs-settings-page.php:134
257
+ msgid "SVG Support for your media library"
258
+ msgstr "SVG podrška za vaše biblioteke medija"
259
+
260
+ # @ svgsupport
261
+ #: admin/svgs-settings-page.php:135
262
+ msgid "Style SVG elements directly using CSS"
263
+ msgstr "Stilizuj SVG elemente direktno koristeći CSS"
264
+
265
+ # @ svgsupport
266
+ #: admin/svgs-settings-page.php:136
267
+ msgid "Restrict to Administrators only"
268
+ msgstr "Ograniči samo za administratore"
269
+
270
+ # @ svgsupport
271
+ #: admin/svgs-settings-page.php:137
272
+ msgid "Extremely Simple To Use"
273
+ msgstr "Izuzetno jednostavan za upotrebu"
274
+
275
+ # @ svgsupport
276
+ #: admin/svgs-settings-page.php:147
277
+ msgid "You can read about this plugin in detail on"
278
+ msgstr "O ovom plugin-u detaljnije možete pročitati na:"
279
+
280
+ # @ svgsupport
281
+ #: admin/svgs-settings-page.php:147
282
+ msgid "The WordPress Plugin Repository"
283
+ msgstr "WordPress Plugin Repository"
284
+
285
+ # @ svgsupport
286
+ #: admin/svgs-settings-page.php:148
287
+ msgid "Need help?"
288
+ msgstr "Potrebna vam je pomoć?"
289
+
290
+ # @ svgsupport
291
+ #: admin/svgs-settings-page.php:148
292
+ msgid "Visit Support"
293
+ msgstr "Posetite podršku"
294
+
295
+ # @ svgsupport
296
+ #: admin/svgs-settings-page.php:149
297
+ msgid "Buy Benbodhi a Beer &rarr;"
298
+ msgstr "Kupite Benbodhi-ju pivo &rarr;"
299
+
300
+ # @ svgsupport
301
+ #: admin/svgs-settings-page.php:150
302
+ msgid "from"
303
+ msgstr "od"
304
+
305
+ # @ svgsupport
306
+ #. translators: plugin header field 'PluginURI'
307
+ msgid "http://wordpress.org/plugins/svg-support/"
308
+ msgstr "http://wordpress.org/plugins/svg-support/"
309
+
310
+ # @ svgsupport
311
+ #. translators: plugin header field 'Description'
312
+ msgid ""
313
+ "Allow SVG file uploads using the WordPress Media Library uploader plus "
314
+ "direct styling of SVG elements using CSS."
315
+ msgstr ""
316
+ "Aktivirajte učitavanje SVG datoteka uz pomoć WordPress Media Library "
317
+ "uploader-a i direktno stilizovanje SVG elemenata uz pomoć CSS-a."
318
+
319
+ # @ svgsupport
320
+ #. translators: plugin header field 'Author'
321
+ msgid "Benbodhi"
322
+ msgstr "Benbodhi"
323
+
324
+ # @ svgsupport
325
+ #. translators: plugin header field 'AuthorURI'
326
+ msgid "http://benbodhi.com"
327
+ msgstr "http://benbodhi.com"
languages/svgsupport.pot ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Loco Gettext template
2
+ #, fuzzy
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: SVG Support 2.2.3.1\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/svg-support\n"
7
+ "POT-Creation-Date: 2016-05-16 20:19:06+00:00\n"
8
+ "POT-Revision-Date: Mon May 16 2016 13:29:30 GMT-0700 (PDT)\n"
9
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
+ "Last-Translator: Benbodhi <wp@benbodhi.com>\n"
11
+ "Language-Team: LANGUAGE <LL@li.org>\n"
12
+ "Language: \n"
13
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-Basepath: .\n"
19
+ "X-Poedit-SearchPath-0: ..\n"
20
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
21
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
22
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
23
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
24
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
25
+ "X-Generator: Loco - https://localise.biz/"
26
+
27
+ #: admin/admin-init.php:15
28
+ msgid "SVG Support Options and Instructions"
29
+ msgstr ""
30
+
31
+ #. #-#-#-#-# plugin.pot (SVG Support 2.2.3.1) #-#-#-#-#
32
+ #. Plugin Name of the plugin/theme
33
+ #: admin/admin-init.php:16
34
+ msgid "SVG Support"
35
+ msgstr ""
36
+
37
+ #: admin/admin-init.php:29
38
+ msgid "You can't play with this."
39
+ msgstr ""
40
+
41
+ #: admin/plugin-action-meta-links.php:30
42
+ msgid "Get Support"
43
+ msgstr ""
44
+
45
+ #: admin/plugin-action-meta-links.php:31
46
+ msgid "Donate to author"
47
+ msgstr ""
48
+
49
+ #: admin/plugin-action-meta-links.php:32
50
+ msgid "$25 Free Credit from GoWebben"
51
+ msgstr ""
52
+
53
+ #: admin/svgs-settings-page.php:4
54
+ msgid "SVG Support Settings and Usage"
55
+ msgstr ""
56
+
57
+ #: admin/svgs-settings-page.php:12
58
+ msgid "Introduction"
59
+ msgstr ""
60
+
61
+ #: admin/svgs-settings-page.php:15
62
+ msgid ""
63
+ "When using SVG images on your WordPress site, it can be hard to style "
64
+ "elements within the SVG using CSS. <strong>Now you can, easily!</strong>"
65
+ msgstr ""
66
+
67
+ #: admin/svgs-settings-page.php:16
68
+ msgid ""
69
+ "This plugin not only provides SVG Support like the name says, it also allows "
70
+ "you to easily embed your full SVG file's code using a simple IMG tag. By "
71
+ "adding the class <code>style-svg</code> to your IMG elements, this plugin "
72
+ "dynamically replaces any IMG elements containing the <code>style-svg</code> "
73
+ "class with your complete SVG."
74
+ msgstr ""
75
+
76
+ #: admin/svgs-settings-page.php:17
77
+ msgid ""
78
+ "The main purpose of this is to allow styling of SVG elements. Usually your "
79
+ "styling options are restricted when using <code>embed</code>, "
80
+ "<code>object</code> or <code>img</code> tags alone."
81
+ msgstr ""
82
+
83
+ #: admin/svgs-settings-page.php:34
84
+ msgid "Settings"
85
+ msgstr ""
86
+
87
+ #: admin/svgs-settings-page.php:46
88
+ msgid "Restrict to Administrators"
89
+ msgstr ""
90
+
91
+ #: admin/svgs-settings-page.php:51 admin/svgs-settings-page.php:62
92
+ #: admin/svgs-settings-page.php:73
93
+ msgid "Yes"
94
+ msgstr ""
95
+
96
+ #: admin/svgs-settings-page.php:51
97
+ msgid " Restricts SVG upload priveledges to Administrators."
98
+ msgstr ""
99
+
100
+ #: admin/svgs-settings-page.php:57
101
+ msgid "Output JS in Footer?"
102
+ msgstr ""
103
+
104
+ #: admin/svgs-settings-page.php:62
105
+ msgid ""
106
+ " Normally, scripts are placed in <code>head</code> of the HTML document. If "
107
+ "this parameter is true, the script is placed before the closing "
108
+ "<code>body</code> tag. This requires the theme to have the "
109
+ "<code>wp_footer()</code> template tag in the appropriate place."
110
+ msgstr ""
111
+
112
+ #: admin/svgs-settings-page.php:68
113
+ msgid "Automatically insert class?"
114
+ msgstr ""
115
+
116
+ #: admin/svgs-settings-page.php:73
117
+ msgid ""
118
+ " Checking this will make sure that either the default class or the custom "
119
+ "one you set below is inserted into the style attributes of <code>img</code> "
120
+ "tags when you insert images. Additionally, it will remove all of the default "
121
+ "WordPress classes."
122
+ msgstr ""
123
+
124
+ #: admin/svgs-settings-page.php:78
125
+ msgid "CSS Class to target"
126
+ msgstr ""
127
+
128
+ #: admin/svgs-settings-page.php:81
129
+ msgid ""
130
+ "The default target class is <code>style-svg</code>. You can change it to "
131
+ "your own class such as <code>my-class</code> by typing it here.<br />Leave "
132
+ "blank to use the default class."
133
+ msgstr ""
134
+
135
+ #: admin/svgs-settings-page.php:87
136
+ msgid "Save Changes"
137
+ msgstr ""
138
+
139
+ #: admin/svgs-settings-page.php:98
140
+ msgid "Usage"
141
+ msgstr ""
142
+
143
+ #: admin/svgs-settings-page.php:101
144
+ msgid "You can simply upload SVG images to your media library like any other file."
145
+ msgstr ""
146
+
147
+ #: admin/svgs-settings-page.php:102
148
+ msgid ""
149
+ "Now, embed your SVG image like a standard image with the addition of adding "
150
+ "the class <code>style-svg</code> (or your custom class from above) to any "
151
+ "IMG tags that you want this plugin to swap out with your actual SVG code."
152
+ msgstr ""
153
+
154
+ #: admin/svgs-settings-page.php:103
155
+ msgid "For example:"
156
+ msgstr ""
157
+
158
+ #: admin/svgs-settings-page.php:106
159
+ msgid "or"
160
+ msgstr ""
161
+
162
+ #: admin/svgs-settings-page.php:109
163
+ msgid ""
164
+ "The whole IMG tag element will now be dynamically replaced by the actual "
165
+ "code of your SVG, making the inner content targetable."
166
+ msgstr ""
167
+
168
+ #: admin/svgs-settings-page.php:110
169
+ msgid "This allows you to target elements within your SVG using CSS."
170
+ msgstr ""
171
+
172
+ #: admin/svgs-settings-page.php:112
173
+ msgid "Please Note:"
174
+ msgstr ""
175
+
176
+ #: admin/svgs-settings-page.php:113
177
+ msgid ""
178
+ "- You will need to set your own height and width in your CSS for SVG files "
179
+ "to display correctly."
180
+ msgstr ""
181
+
182
+ #: admin/svgs-settings-page.php:114
183
+ msgid ""
184
+ "- Your uploaded image needs to be an SVG file for this plugin to replace the "
185
+ "img tag with the inline SVG code. It will not create SVG files for you."
186
+ msgstr ""
187
+
188
+ #: admin/svgs-settings-page.php:131
189
+ msgid "Plugin Features"
190
+ msgstr ""
191
+
192
+ #: admin/svgs-settings-page.php:134
193
+ msgid "SVG Support for your media library"
194
+ msgstr ""
195
+
196
+ #: admin/svgs-settings-page.php:135
197
+ msgid "Style SVG elements directly using CSS"
198
+ msgstr ""
199
+
200
+ #: admin/svgs-settings-page.php:136
201
+ msgid "Restrict to Administrators only"
202
+ msgstr ""
203
+
204
+ #: admin/svgs-settings-page.php:137
205
+ msgid "Extremely Simple To Use"
206
+ msgstr ""
207
+
208
+ #: admin/svgs-settings-page.php:145
209
+ msgid "About The Plugin"
210
+ msgstr ""
211
+
212
+ #: admin/svgs-settings-page.php:147
213
+ msgid "You can read about this plugin in detail on"
214
+ msgstr ""
215
+
216
+ #: admin/svgs-settings-page.php:147
217
+ msgid "The WordPress Plugin Repository"
218
+ msgstr ""
219
+
220
+ #: admin/svgs-settings-page.php:148
221
+ msgid "Need help?"
222
+ msgstr ""
223
+
224
+ #: admin/svgs-settings-page.php:148
225
+ msgid "Visit Support"
226
+ msgstr ""
227
+
228
+ #: admin/svgs-settings-page.php:149
229
+ msgid "Buy Benbodhi a Beer &rarr;"
230
+ msgstr ""
231
+
232
+ #: admin/svgs-settings-page.php:150
233
+ msgid "from"
234
+ msgstr ""
235
+
236
+ #: admin/svgs-settings-page.php:157
237
+ msgid "GoWebben Hosting"
238
+ msgstr ""
239
+
240
+ #: admin/svgs-settings-page.php:159
241
+ msgid "Claim your FREE $25 credit from"
242
+ msgstr ""
243
+
244
+ #: admin/svgs-settings-page.php:159
245
+ msgid ""
246
+ "No catch, just free credit for using this plugin! It will be applied "
247
+ "automatically using the link provided, but in any case you can simply use "
248
+ "code: SVGSUPPORT during checkout."
249
+ msgstr ""
250
+
251
+ #. Plugin URI of the plugin/theme
252
+ msgid "http://wordpress.org/plugins/svg-support/"
253
+ msgstr ""
254
+
255
+ #. Description of the plugin/theme
256
+ msgid ""
257
+ "Allow SVG file uploads using the WordPress Media Library uploader plus "
258
+ "direct styling of SVG elements using CSS."
259
+ msgstr ""
260
+
261
+ #. Author of the plugin/theme
262
+ msgid "Benbodhi"
263
+ msgstr ""
264
+
265
+ #. Author URI of the plugin/theme
266
+ msgid "http://benbodhi.com"
267
+ msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: svg, vector, css, style, mime, mime type, embed, img, inline
5
  Requires at least: 4.0
6
  Tested up to: 4.6
7
- Stable tag: 2.2.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -110,6 +110,10 @@ I will put the answers to any questions asked here.
110
 
111
  == Changelog ==
112
 
 
 
 
 
113
  = 2.2.3 =
114
 
115
  * Modified code in svg-support/js/svg-inline.js and svg-support/js/min/svg-inline-min.js to allow JS control of the SVG elements and detect if they have been loaded (IMG tag swapped out). Thanks to [laurosello](https://wordpress.org/support/profile/laurosollero) for this suggestion and code contribution.
@@ -190,6 +194,10 @@ I will put the answers to any questions asked here.
190
 
191
  == Upgrade Notice ==
192
 
 
 
 
 
193
  = 2.2.3 =
194
 
195
  * Feature - Changed code to allow JS detection if SVG has loaded and ability to control SVG using JS.
4
  Tags: svg, vector, css, style, mime, mime type, embed, img, inline
5
  Requires at least: 4.0
6
  Tested up to: 4.6
7
+ Stable tag: 2.2.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
110
 
111
  == Changelog ==
112
 
113
+ = 2.2.3.1 =
114
+
115
+ * Attempt to fix ability to translate
116
+
117
  = 2.2.3 =
118
 
119
  * Modified code in svg-support/js/svg-inline.js and svg-support/js/min/svg-inline-min.js to allow JS control of the SVG elements and detect if they have been loaded (IMG tag swapped out). Thanks to [laurosello](https://wordpress.org/support/profile/laurosollero) for this suggestion and code contribution.
194
 
195
  == Upgrade Notice ==
196
 
197
+ = 2.2.3.1 =
198
+
199
+ * This release attempts to fix translation issues.
200
+
201
  = 2.2.3 =
202
 
203
  * Feature - Changed code to allow JS detection if SVG has loaded and ability to control SVG using JS.
svg-support.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SVG Support
4
  Plugin URI: http://wordpress.org/plugins/svg-support/
5
  Description: Allow SVG file uploads using the WordPress Media Library uploader plus direct styling of SVG elements using CSS.
6
- Version: 2.2.3
7
  Author: Benbodhi
8
  Author URI: http://benbodhi.com
9
  Text Domain: svgsupport
@@ -35,7 +35,7 @@ if ( ! defined( 'ABSPATH' ) ) {
35
  /********************************************
36
  * GLOBAL VARIABLES
37
  ********************************************/
38
- $svgs_plugin_version = '2.2.3'; // for use on admin pages
39
  $plugin_file = plugin_basename(__FILE__); // plugin file for reference
40
  define( 'BODHI_SVGS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // define the absolute plugin path for includes
41
  $bodhi_svgs_options = get_option('bodhi_svgs_settings'); // retrieve our plugin settings from the options table
3
  Plugin Name: SVG Support
4
  Plugin URI: http://wordpress.org/plugins/svg-support/
5
  Description: Allow SVG file uploads using the WordPress Media Library uploader plus direct styling of SVG elements using CSS.
6
+ Version: 2.2.3.1
7
  Author: Benbodhi
8
  Author URI: http://benbodhi.com
9
  Text Domain: svgsupport
35
  /********************************************
36
  * GLOBAL VARIABLES
37
  ********************************************/
38
+ $svgs_plugin_version = '2.2.3.1'; // for use on admin pages
39
  $plugin_file = plugin_basename(__FILE__); // plugin file for reference
40
  define( 'BODHI_SVGS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // define the absolute plugin path for includes
41
  $bodhi_svgs_options = get_option('bodhi_svgs_settings'); // retrieve our plugin settings from the options table