Version Description
- Attempt to fix ability to translate
Download this release
Release Info
Developer | Benbodhi |
Plugin | 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 +2 -1
- languages/svgsupport-en_AU.mo +0 -0
- languages/svgsupport-en_AU.po +114 -57
- languages/svgsupport-es_ES.mo +0 -0
- languages/svgsupport-es_ES.po +148 -105
- languages/svgsupport-sr_RS.mo +0 -0
- languages/svgsupport-sr_RS.po +327 -285
- languages/svgsupport.pot +267 -0
- readme.txt +9 -1
- svg-support.php +2 -2
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,
|
|
|
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
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
35 |
-
#: svg-support.php:0
|
36 |
msgid "SVG Support"
|
37 |
msgstr "SVG Support"
|
38 |
|
39 |
-
#: admin/admin-init.php:
|
40 |
msgid "You can't play with this."
|
41 |
msgstr "You can't play with this."
|
42 |
|
43 |
-
#: admin/plugin-action-meta-links.php:
|
44 |
msgid "Get Support"
|
45 |
msgstr "Get Support"
|
46 |
|
47 |
-
#: admin/plugin-action-meta-links.php:
|
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:
|
108 |
msgid "CSS Class to target"
|
109 |
msgstr "CSS Class to target"
|
110 |
|
111 |
-
#: admin/svgs-settings-page.php:
|
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:
|
122 |
msgid "Save Changes"
|
123 |
msgstr "Save Changes"
|
124 |
|
125 |
-
#: admin/svgs-settings-page.php:
|
126 |
msgid "Usage"
|
127 |
msgstr "Usage"
|
128 |
|
129 |
-
#: admin/svgs-settings-page.php:
|
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:
|
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:
|
144 |
msgid "For example:"
|
145 |
msgstr "For example:"
|
146 |
|
147 |
-
#: admin/svgs-settings-page.php:
|
148 |
msgid "or"
|
149 |
msgstr "or"
|
150 |
|
151 |
-
#: admin/svgs-settings-page.php:
|
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:
|
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:
|
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:
|
180 |
msgid "Style SVG elements directly using CSS"
|
181 |
msgstr "Style SVG elements directly using CSS"
|
182 |
|
183 |
-
#: admin/svgs-settings-page.php:
|
184 |
msgid "Restrict to Administrators only"
|
185 |
msgstr "Restrict to Administrators only"
|
186 |
|
187 |
-
#: admin/svgs-settings-page.php:
|
188 |
msgid "Extremely Simple To Use"
|
189 |
msgstr "Extremely Simple To Use"
|
190 |
|
191 |
-
#: admin/svgs-settings-page.php:
|
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:
|
200 |
msgid "The WordPress Plugin Repository"
|
201 |
msgstr "The WordPress Plugin Repository"
|
202 |
|
203 |
-
#: admin/svgs-settings-page.php:
|
204 |
msgid "Need help?"
|
205 |
msgstr "Need help?"
|
206 |
|
207 |
-
#: admin/svgs-settings-page.php:
|
208 |
msgid "Visit Support"
|
209 |
msgstr "Visit Support"
|
210 |
|
211 |
-
#: admin/svgs-settings-page.php:
|
212 |
msgid "Buy Benbodhi a Beer →"
|
213 |
msgstr "Buy Benbodhi a Beer →"
|
214 |
|
215 |
-
#: admin/svgs-settings-page.php:
|
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 →"
|
279 |
msgstr "Buy Benbodhi a Beer →"
|
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
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
9 |
-
"Language:
|
10 |
-
"Plural-Forms: nplurals=2; plural=n != 1
|
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:
|
16 |
-
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;
|
17 |
-
"_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;
|
18 |
-
"_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;
|
19 |
-
"esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_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:
|
24 |
-
"X-Poedit-SearchPath-0:
|
25 |
|
26 |
-
#: admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
32 |
msgid "SVG Support"
|
33 |
msgstr "SVG Support"
|
34 |
|
35 |
-
#: admin/admin-init.php:
|
36 |
msgid "You can't play with this."
|
37 |
msgstr "No puedes jugar con esto."
|
38 |
|
39 |
-
#: admin/plugin-action-meta-links.php:
|
40 |
msgid "Get Support"
|
41 |
msgstr "Obtener soporte"
|
42 |
|
43 |
-
#: admin/plugin-action-meta-links.php:
|
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
|
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
|
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
|
66 |
-
"to easily embed your full SVG file's code using a simple IMG tag. By
|
67 |
-
"class <code>style-svg</code> to your IMG elements, this plugin
|
68 |
-
"replaces any IMG elements containing the <code>style-svg</code>
|
69 |
-
"complete SVG."
|
70 |
msgstr ""
|
71 |
-
"Este plugin no solo da soporte SVG como su nombre indica, sino que además
|
72 |
-
"insertar el código completo SVG utilizando una simple etiqueta IMG.
|
73 |
-
"clase <code>style-svg</code> a los elementos IMG este plugin
|
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>,
|
80 |
-
"or <code>img</code> tags alone."
|
81 |
msgstr ""
|
82 |
-
"El objetivo principal es permitir darle formato a los elementos SVG.
|
83 |
-
"las opciones de formato están restringidas al usar solo las
|
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:
|
103 |
msgid "CSS Class to target"
|
104 |
msgstr "Clase CSS objetivo"
|
105 |
|
106 |
-
#: admin/svgs-settings-page.php:
|
107 |
msgid ""
|
108 |
-
"The default target class is <code>style-svg</code>. You can change it to
|
109 |
-
"class such as <code>my-class</code> by typing it here.<br />Leave
|
110 |
-
"the default class."
|
111 |
msgstr ""
|
112 |
-
"La clase por defecto es <code>style-svg</code>. Puedes cambiarla por una
|
113 |
-
"propia como <code>my-class</code> tecleándola aquí.<br />Déjalo en
|
114 |
-
"usar la clase por defecto."
|
115 |
|
116 |
-
#: admin/svgs-settings-page.php:
|
117 |
msgid "Save Changes"
|
118 |
msgstr "Guardar cambios"
|
119 |
|
120 |
-
#: admin/svgs-settings-page.php:
|
121 |
msgid "Usage"
|
122 |
msgstr "Uso"
|
123 |
|
124 |
-
#: admin/svgs-settings-page.php:
|
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
|
128 |
-
"de archivo."
|
129 |
|
130 |
-
#: admin/svgs-settings-page.php:
|
131 |
msgid ""
|
132 |
-
"Now, embed your SVG image like a standard image with the addition of adding
|
133 |
-
"class <code>style-svg</code> (or your custom class from above) to any
|
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
|
138 |
-
"IMG que quieres que se cambie por el código SVG."
|
139 |
|
140 |
-
#: admin/svgs-settings-page.php:
|
141 |
msgid "For example:"
|
142 |
msgstr "por ejemplo:"
|
143 |
|
144 |
-
#: admin/svgs-settings-page.php:
|
145 |
msgid "or"
|
146 |
msgstr "o"
|
147 |
|
148 |
-
#: admin/svgs-settings-page.php:
|
149 |
msgid ""
|
150 |
-
"The whole IMG tag element will now be dynamically replaced by the actual
|
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
|
154 |
-
"haciendo su contenido accesible."
|
155 |
|
156 |
-
#: admin/svgs-settings-page.php:
|
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:
|
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:
|
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:
|
181 |
msgid "Restrict to Administrators only"
|
182 |
msgstr "Restringido para administradores"
|
183 |
|
184 |
-
#: admin/svgs-settings-page.php:
|
185 |
msgid "Extremely Simple To Use"
|
186 |
msgstr "Muy fácil de usar"
|
187 |
|
188 |
-
#: admin/svgs-settings-page.php:
|
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:
|
197 |
msgid "The WordPress Plugin Repository"
|
198 |
msgstr "El repositorio de plugins de WordPress"
|
199 |
|
200 |
-
#: admin/svgs-settings-page.php:
|
201 |
msgid "Need help?"
|
202 |
msgstr "¿Necesitas ayuda?"
|
203 |
|
204 |
-
#: admin/svgs-settings-page.php:
|
205 |
msgid "Visit Support"
|
206 |
msgstr "Visitar soporte"
|
207 |
|
208 |
-
#: admin/svgs-settings-page.php:
|
209 |
msgid "Buy Benbodhi a Beer →"
|
210 |
msgstr "Comprar una cerveza para Benbodhi →"
|
211 |
|
212 |
-
#: admin/svgs-settings-page.php:
|
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
|
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
|
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 →"
|
262 |
msgstr "Comprar una cerveza para Benbodhi →"
|
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
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team:
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"X-Poedit-
|
16 |
-
"
|
17 |
-
"X-Poedit-
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
msgstr "
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
#: admin/svgs-settings-page.php:
|
60 |
-
msgid ""
|
61 |
-
"
|
62 |
-
"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
|
66 |
-
"
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
"
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
"
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
"
|
91 |
-
"
|
92 |
-
|
93 |
-
|
94 |
-
# @ svgsupport
|
95 |
-
#: admin/
|
96 |
-
msgid "
|
97 |
-
msgstr "
|
98 |
-
|
99 |
-
# @ svgsupport
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
"
|
123 |
-
"
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
# @ svgsupport
|
131 |
-
#: admin/svgs-settings-page.php:
|
132 |
-
msgid "
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
# @ svgsupport
|
141 |
-
#: admin/svgs-settings-page.php:
|
142 |
-
msgid ""
|
143 |
-
"
|
144 |
-
|
145 |
-
"
|
146 |
-
"
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
"
|
152 |
-
"
|
153 |
-
"
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
"
|
190 |
-
"
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
# @ svgsupport
|
204 |
-
#: admin/svgs-settings-page.php:
|
205 |
-
msgid "
|
206 |
-
msgstr "
|
207 |
-
|
208 |
-
# @ svgsupport
|
209 |
-
#: admin/svgs-settings-page.php:
|
210 |
-
msgid "
|
211 |
-
msgstr "
|
212 |
-
|
213 |
-
# @ svgsupport
|
214 |
-
#: admin/svgs-settings-page.php:
|
215 |
-
msgid "
|
216 |
-
msgstr "
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
msgstr "
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
msgstr "
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
#:
|
262 |
-
msgid ""
|
263 |
-
"
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
"
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
#:
|
272 |
-
msgid "
|
273 |
-
msgstr "
|
274 |
-
|
275 |
-
# @ svgsupport
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 →"
|
298 |
+
msgstr "Kupite Benbodhi-ju pivo →"
|
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 →"
|
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';
|
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
|