svgsupport.pot
7.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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
95
96
97
98
99
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
131
132
133
134
135
136
137
138
139
140
141
142
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
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# Loco Gettext template
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: SVG Support 2.2.3.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/svg-support\n"
"POT-Creation-Date: 2016-05-16 20:19:06+00:00\n"
"POT-Revision-Date: Mon May 16 2016 13:53:21 GMT-0700 (PDT)\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Benbodhi <wp@benbodhi.com>\n"
"Language-Team: Benbodhi <wp@benbodhi.com>\n"
"Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SearchPath-0: ..\n"
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
"X-Generator: Loco - https://localise.biz/"
#. #-#-#-#-# plugin.pot (SVG Support 2.2.3.1) #-#-#-#-#
#. Plugin Name of the plugin/theme
msgid "SVG Support"
msgstr ""
#. URI of the plugin
msgid "http://wordpress.org/plugins/svg-support"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Allow SVG file uploads using the WordPress Media Library uploader plus "
"direct styling of SVG elements using CSS."
msgstr ""
#. Author of the plugin/theme
msgid "Benbodhi"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://benbodhi.com"
msgstr ""
#: ../admin/admin-init.php:15
msgid "SVG Support Options and Instructions"
msgstr ""
#: ../admin/admin-init.php:29
msgid "You can't play with this."
msgstr ""
#: ../admin/plugin-action-meta-links.php:30
msgid "Get Support"
msgstr ""
#: ../admin/plugin-action-meta-links.php:31
msgid "Donate to author"
msgstr ""
#: ../admin/plugin-action-meta-links.php:32
msgid "$25 Free Credit from GoWebben"
msgstr ""
#: ../admin/svgs-settings-page.php:4
msgid "SVG Support Settings and Usage"
msgstr ""
#: ../admin/svgs-settings-page.php:12
msgid "Introduction"
msgstr ""
#: ../admin/svgs-settings-page.php:15
msgid ""
"When using SVG images on your WordPress site, it can be hard to style "
"elements within the SVG using CSS. <strong>Now you can, easily!</strong>"
msgstr ""
#: ../admin/svgs-settings-page.php:16
msgid ""
"This plugin not only provides SVG Support like the name says, it also allows "
"you to easily embed your full SVG file's code using a simple IMG tag. By "
"adding the class <code>style-svg</code> to your IMG elements, this plugin "
"dynamically replaces any IMG elements containing the <code>style-svg</code> "
"class with your complete SVG."
msgstr ""
#: ../admin/svgs-settings-page.php:17
msgid ""
"The main purpose of this is to allow styling of SVG elements. Usually your "
"styling options are restricted when using <code>embed</code>, "
"<code>object</code> or <code>img</code> tags alone."
msgstr ""
#: ../admin/svgs-settings-page.php:34
msgid "Settings"
msgstr ""
#: ../admin/svgs-settings-page.php:46
msgid "Restrict to Administrators"
msgstr ""
#: ../admin/svgs-settings-page.php:51 ../admin/svgs-settings-page.php:62 ..
#: /admin/svgs-settings-page.php:73
msgid "Yes"
msgstr ""
#: ../admin/svgs-settings-page.php:51
msgid " Restricts SVG upload priveledges to Administrators."
msgstr ""
#: ../admin/svgs-settings-page.php:57
msgid "Output JS in Footer?"
msgstr ""
#: ../admin/svgs-settings-page.php:62
msgid ""
" Normally, scripts are placed in <code>head</code> of the HTML document. If "
"this parameter is true, the script is placed before the closing "
"<code>body</code> tag. This requires the theme to have the "
"<code>wp_footer()</code> template tag in the appropriate place."
msgstr ""
#: ../admin/svgs-settings-page.php:68
msgid "Automatically insert class?"
msgstr ""
#: ../admin/svgs-settings-page.php:73
msgid ""
" Checking this will make sure that either the default class or the custom "
"one you set below is inserted into the style attributes of <code>img</code> "
"tags when you insert images. Additionally, it will remove all of the default "
"WordPress classes."
msgstr ""
#: ../admin/svgs-settings-page.php:78
msgid "CSS Class to target"
msgstr ""
#: ../admin/svgs-settings-page.php:81
msgid ""
"The default target class is <code>style-svg</code>. You can change it to "
"your own class such as <code>my-class</code> by typing it here.<br />Leave "
"blank to use the default class."
msgstr ""
#: ../admin/svgs-settings-page.php:87
msgid "Save Changes"
msgstr ""
#: ../admin/svgs-settings-page.php:98
msgid "Usage"
msgstr ""
#: ../admin/svgs-settings-page.php:101
msgid "You can simply upload SVG images to your media library like any other file."
msgstr ""
#: ../admin/svgs-settings-page.php:102
msgid ""
"Now, embed your SVG image like a standard image with the addition of adding "
"the class <code>style-svg</code> (or your custom class from above) to any "
"IMG tags that you want this plugin to swap out with your actual SVG code."
msgstr ""
#: ../admin/svgs-settings-page.php:103
msgid "For example:"
msgstr ""
#: ../admin/svgs-settings-page.php:106
msgid "or"
msgstr ""
#: ../admin/svgs-settings-page.php:109
msgid ""
"The whole IMG tag element will now be dynamically replaced by the actual "
"code of your SVG, making the inner content targetable."
msgstr ""
#: ../admin/svgs-settings-page.php:110
msgid "This allows you to target elements within your SVG using CSS."
msgstr ""
#: ../admin/svgs-settings-page.php:112
msgid "Please Note:"
msgstr ""
#: ../admin/svgs-settings-page.php:113
msgid ""
"- You will need to set your own height and width in your CSS for SVG files "
"to display correctly."
msgstr ""
#: ../admin/svgs-settings-page.php:114
msgid ""
"- Your uploaded image needs to be an SVG file for this plugin to replace the "
"img tag with the inline SVG code. It will not create SVG files for you."
msgstr ""
#: ../admin/svgs-settings-page.php:131
msgid "Plugin Features"
msgstr ""
#: ../admin/svgs-settings-page.php:134
msgid "SVG Support for your media library"
msgstr ""
#: ../admin/svgs-settings-page.php:135
msgid "Style SVG elements directly using CSS"
msgstr ""
#: ../admin/svgs-settings-page.php:136
msgid "Restrict to Administrators only"
msgstr ""
#: ../admin/svgs-settings-page.php:137
msgid "Extremely Simple To Use"
msgstr ""
#: ../admin/svgs-settings-page.php:145
msgid "About The Plugin"
msgstr ""
#: ../admin/svgs-settings-page.php:147
msgid "You can read about this plugin in detail on"
msgstr ""
#: ../admin/svgs-settings-page.php:147
msgid "The WordPress Plugin Repository"
msgstr ""
#: ../admin/svgs-settings-page.php:148
msgid "Need help?"
msgstr ""
#: ../admin/svgs-settings-page.php:148
msgid "Visit Support"
msgstr ""
#: ../admin/svgs-settings-page.php:149
msgid "Buy Benbodhi a Beer →"
msgstr ""
#: ../admin/svgs-settings-page.php:150
msgid "from"
msgstr ""
#: ../admin/svgs-settings-page.php:157
msgid "GoWebben Hosting"
msgstr ""
#: ../admin/svgs-settings-page.php:159
msgid "Claim your FREE $25 credit from"
msgstr ""
#: ../admin/svgs-settings-page.php:159
msgid ""
"No catch, just free credit for using this plugin! It will be applied "
"automatically using the link provided, but in any case you can simply use "
"code: SVGSUPPORT during checkout."
msgstr ""