Version Description
Download this release
Release Info
Developer | redwallhp |
Plugin | WP125 |
Version | 1.3.9 |
Comparing to | |
See all releases |
Code changes from version 1.3.8 to 1.3.9
- adminmenus.php +1 -1
- readme.txt +5 -2
- translations/wp125-nl_NL.mo +0 -0
- translations/wp125-nl_NL.po +364 -0
- translations/wp125-pt_BR.mo +0 -0
- translations/wp125-pt_BR.po +362 -0
- wp125.php +1 -1
adminmenus.php
CHANGED
@@ -128,7 +128,7 @@ if ($post_adexp=='90') { $expiry = time() + 90 * 24 * 60 * 60; $expiry = strftim
|
|
128 |
if ($post_adexp=='120') { $expiry = time() + 120 * 24 * 60 * 60; $expiry = strftime('%m/%d/%Y', $expiry); $theenddate = $expiry; }
|
129 |
if ($post_editedad!='') { $theenddate = $post_adexpmo.'/'.$post_adexpday.'/'.$post_adexpyr; }
|
130 |
if ($post_editedad=='') {
|
131 |
-
$updatedb = "INSERT INTO $adtable_name (slot, name, start_date, end_date, clicks, status, target, image_url) VALUES ('$post_adslot', '$post_adname', '$today','$theenddate','$post_countclicks', '1', '$post_adtarget','$post_adimage')";
|
132 |
$results = $wpdb->query($updatedb);
|
133 |
echo '<div id="message" class="updated fade"><p>Ad "'.$post_adname.'" created.</p></div>';
|
134 |
} else {
|
128 |
if ($post_adexp=='120') { $expiry = time() + 120 * 24 * 60 * 60; $expiry = strftime('%m/%d/%Y', $expiry); $theenddate = $expiry; }
|
129 |
if ($post_editedad!='') { $theenddate = $post_adexpmo.'/'.$post_adexpday.'/'.$post_adexpyr; }
|
130 |
if ($post_editedad=='') {
|
131 |
+
$updatedb = "INSERT INTO $adtable_name (slot, name, start_date, end_date, clicks, status, target, image_url, pre_exp_email) VALUES ('$post_adslot', '$post_adname', '$today','$theenddate','$post_countclicks', '1', '$post_adtarget','$post_adimage', '0')";
|
132 |
$results = $wpdb->query($updatedb);
|
133 |
echo '<div id="message" class="updated fade"><p>Ad "'.$post_adname.'" created.</p></div>';
|
134 |
} else {
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link: http://www.webmaster-source.com/donate/?plugin=wp125
|
|
6 |
Tags: ads, 125x125, management, advertisement
|
7 |
Requires at least: 2.3
|
8 |
Tested up to: 2.9.1
|
9 |
-
Stable tag: 1.3.
|
10 |
|
11 |
Easy management of 125x125 ads on your blog. Ads can be run for a specified number of days, and will automatically be taken down. Track clicks too.
|
12 |
|
@@ -103,6 +103,8 @@ If you're having a problem with the plugin, try posting on the official WordPres
|
|
103 |
* Italian Translation: [Gianni Diurno](http://gidibao.net/index.php/portfolio/)
|
104 |
* Russian Translation: [M. Comfi](http://www.comfi.com)
|
105 |
* Simplified Chinese Translation: [Sam Zuo](http://bwskyer.com/)
|
|
|
|
|
106 |
|
107 |
|
108 |
|
@@ -112,4 +114,5 @@ If you're having a problem with the plugin, try posting on the official WordPres
|
|
112 |
* 1.2.x - Added new features: Recieve email notifications in advance of ads expiring, alternating CSS classes on ads, and open ads in new windows if you absolutely *must.*
|
113 |
* 1.3.x - Localization support (with French and Spanish to start), iCalendar subscription of ad expirations, WP Dashboard widget. Fixed errant "ADLINK_EXTRA"s in Single ads, fixed "no ads, no placeholders" bug, etc..
|
114 |
* 1.3.7 - Added Russian translation.
|
115 |
-
* 1.3.8 - Added zh_CN translation
|
|
6 |
Tags: ads, 125x125, management, advertisement
|
7 |
Requires at least: 2.3
|
8 |
Tested up to: 2.9.1
|
9 |
+
Stable tag: 1.3.9
|
10 |
|
11 |
Easy management of 125x125 ads on your blog. Ads can be run for a specified number of days, and will automatically be taken down. Track clicks too.
|
12 |
|
103 |
* Italian Translation: [Gianni Diurno](http://gidibao.net/index.php/portfolio/)
|
104 |
* Russian Translation: [M. Comfi](http://www.comfi.com)
|
105 |
* Simplified Chinese Translation: [Sam Zuo](http://bwskyer.com/)
|
106 |
+
* Dutch Translation: Jackey van Melis
|
107 |
+
* Brasilian Portuguese Translation: Jos� de Menezes Filho
|
108 |
|
109 |
|
110 |
|
114 |
* 1.2.x - Added new features: Recieve email notifications in advance of ads expiring, alternating CSS classes on ads, and open ads in new windows if you absolutely *must.*
|
115 |
* 1.3.x - Localization support (with French and Spanish to start), iCalendar subscription of ad expirations, WP Dashboard widget. Fixed errant "ADLINK_EXTRA"s in Single ads, fixed "no ads, no placeholders" bug, etc..
|
116 |
* 1.3.7 - Added Russian translation.
|
117 |
+
* 1.3.8 - Added zh_CN translation
|
118 |
+
* 1.3.9 - Changed SQL query on 131 of adminmenus.php to fix bug where ads are not inserted in some situations. Added Dutch and Brasilian Portuguese translation files.
|
translations/wp125-nl_NL.mo
ADDED
Binary file
|
translations/wp125-nl_NL.po
ADDED
@@ -0,0 +1,364 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP125 version 1.3.6 in Dutch\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-02-15 14:05+0100\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Jackey van Melis <webmaster@golfclub-stippelberg.nl>\n"
|
8 |
+
"Language-Team: Jackey van Melis <jackey@melisgs.nl>\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-Poedit-Language: Dutch\n"
|
14 |
+
"X-Poedit-Country: NETHERLANDS\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_c;_e;__ngettext:1,2;__ngettext_noop:1,2\n"
|
17 |
+
"X-Poedit-Basepath: .\n"
|
18 |
+
"X-Poedit-SearchPath-0: ..\n"
|
19 |
+
|
20 |
+
#: ../adminmenus.php:12
|
21 |
+
msgid "Manage Ads"
|
22 |
+
msgstr "Beheer Advertenties"
|
23 |
+
|
24 |
+
#: ../adminmenus.php:17
|
25 |
+
msgid "Are you sure you want to deactivate the ad?"
|
26 |
+
msgstr "Weet je zeker dat je de advertentie wilt deactiveren?"
|
27 |
+
|
28 |
+
#: ../adminmenus.php:17
|
29 |
+
#: ../adminmenus.php:30
|
30 |
+
#: ../adminmenus.php:142
|
31 |
+
msgid "Yes"
|
32 |
+
msgstr "Ja"
|
33 |
+
|
34 |
+
#: ../adminmenus.php:17
|
35 |
+
#: ../adminmenus.php:30
|
36 |
+
#: ../adminmenus.php:142
|
37 |
+
msgid "No!"
|
38 |
+
msgstr "Nee!"
|
39 |
+
|
40 |
+
#: ../adminmenus.php:24
|
41 |
+
msgid "Ad deactivated."
|
42 |
+
msgstr "Advertentie gedeactiveerd."
|
43 |
+
|
44 |
+
#: ../adminmenus.php:30
|
45 |
+
msgid "Are you sure you want to reactivate the ad?"
|
46 |
+
msgstr "Weet je zeker dat je de advertentie wilt reactiveren?"
|
47 |
+
|
48 |
+
#: ../adminmenus.php:37
|
49 |
+
msgid "Ad activated."
|
50 |
+
msgstr "Advertentie geactiveerd."
|
51 |
+
|
52 |
+
#: ../adminmenus.php:41
|
53 |
+
msgid "Active Ads"
|
54 |
+
msgstr "Actieve advertenties"
|
55 |
+
|
56 |
+
#: ../adminmenus.php:41
|
57 |
+
msgid "Inactive Ads"
|
58 |
+
msgstr "Inactieve advertenties"
|
59 |
+
|
60 |
+
#: ../adminmenus.php:45
|
61 |
+
#: ../adminmenus.php:165
|
62 |
+
#: ../adminmenus.php:343
|
63 |
+
msgid "Slot"
|
64 |
+
msgstr "Slot"
|
65 |
+
|
66 |
+
#: ../adminmenus.php:46
|
67 |
+
#: ../adminmenus.php:160
|
68 |
+
#: ../adminmenus.php:344
|
69 |
+
msgid "Name"
|
70 |
+
msgstr "Naam"
|
71 |
+
|
72 |
+
#: ../adminmenus.php:47
|
73 |
+
#: ../adminmenus.php:345
|
74 |
+
msgid "Clicks"
|
75 |
+
msgstr "Kliks"
|
76 |
+
|
77 |
+
#: ../adminmenus.php:48
|
78 |
+
#: ../adminmenus.php:346
|
79 |
+
msgid "Start Date"
|
80 |
+
msgstr "Startdatum"
|
81 |
+
|
82 |
+
#: ../adminmenus.php:49
|
83 |
+
#: ../adminmenus.php:347
|
84 |
+
msgid "End Date"
|
85 |
+
msgstr "Einddatum"
|
86 |
+
|
87 |
+
#: ../adminmenus.php:51
|
88 |
+
#: ../adminmenus.php:363
|
89 |
+
msgid "Add New"
|
90 |
+
msgstr "Nieuw toevoegen"
|
91 |
+
|
92 |
+
#: ../adminmenus.php:68
|
93 |
+
msgid "N/A"
|
94 |
+
msgstr "n.b."
|
95 |
+
|
96 |
+
#: ../adminmenus.php:71
|
97 |
+
msgid "Edit"
|
98 |
+
msgstr "Bewerken"
|
99 |
+
|
100 |
+
#: ../adminmenus.php:73
|
101 |
+
msgid "Activate"
|
102 |
+
msgstr "Activeren"
|
103 |
+
|
104 |
+
#: ../adminmenus.php:75
|
105 |
+
msgid "Deactivate"
|
106 |
+
msgstr "Deactiveren"
|
107 |
+
|
108 |
+
#: ../adminmenus.php:80
|
109 |
+
#: ../adminmenus.php:359
|
110 |
+
msgid "No ads found."
|
111 |
+
msgstr "Geen advertenties gevonden."
|
112 |
+
|
113 |
+
#: ../adminmenus.php:137
|
114 |
+
msgid "Ad"
|
115 |
+
msgstr "Advertentie"
|
116 |
+
|
117 |
+
#: ../adminmenus.php:137
|
118 |
+
msgid "updated."
|
119 |
+
msgstr "bijgewerkt."
|
120 |
+
|
121 |
+
#: ../adminmenus.php:142
|
122 |
+
msgid "Do you really want to delete this ad record? This action cannot be undone."
|
123 |
+
msgstr "Wil je werkelijk deze advertentiegegevens wissen? Dit kan niet ongedaan gemaakt worden."
|
124 |
+
|
125 |
+
#: ../adminmenus.php:148
|
126 |
+
msgid "Ad deleted."
|
127 |
+
msgstr "Advertentie gewist."
|
128 |
+
|
129 |
+
#: ../adminmenus.php:152
|
130 |
+
msgid "Add/Edit Ads"
|
131 |
+
msgstr "Advertenties toevoegen/bewerken"
|
132 |
+
|
133 |
+
#: ../adminmenus.php:161
|
134 |
+
msgid "Whose ad is this?"
|
135 |
+
msgstr "Van wie is deze advertentie?"
|
136 |
+
|
137 |
+
#: ../adminmenus.php:175
|
138 |
+
msgid "Target URL"
|
139 |
+
msgstr "Doel-URL"
|
140 |
+
|
141 |
+
#: ../adminmenus.php:176
|
142 |
+
msgid "Where should the ad link to?"
|
143 |
+
msgstr "Waar moet de advertentie-link naar toe wijzen."
|
144 |
+
|
145 |
+
#: ../adminmenus.php:189
|
146 |
+
msgid "Expiration"
|
147 |
+
msgstr "Afloop"
|
148 |
+
|
149 |
+
#: ../adminmenus.php:192
|
150 |
+
msgid "I'll remove it manually"
|
151 |
+
msgstr "Ik verwijder hem handmatig"
|
152 |
+
|
153 |
+
#: ../adminmenus.php:193
|
154 |
+
#: ../adminmenus.php:194
|
155 |
+
#: ../adminmenus.php:195
|
156 |
+
#: ../adminmenus.php:196
|
157 |
+
msgid "Days"
|
158 |
+
msgstr "Dagen"
|
159 |
+
|
160 |
+
#: ../adminmenus.php:197
|
161 |
+
msgid "Other"
|
162 |
+
msgstr "Overig"
|
163 |
+
|
164 |
+
#: ../adminmenus.php:199
|
165 |
+
msgid "Month:"
|
166 |
+
msgstr "Maand:"
|
167 |
+
|
168 |
+
#: ../adminmenus.php:199
|
169 |
+
msgid "Day:"
|
170 |
+
msgstr "Dag:"
|
171 |
+
|
172 |
+
#: ../adminmenus.php:199
|
173 |
+
msgid "Year:"
|
174 |
+
msgstr "Jaar:"
|
175 |
+
|
176 |
+
#: ../adminmenus.php:199
|
177 |
+
msgid "Use 00/00/0000 for manual removal."
|
178 |
+
msgstr "Gebruik 00/00/0000 voor handmatige verwijdering."
|
179 |
+
|
180 |
+
#: ../adminmenus.php:215
|
181 |
+
msgid "Click Tracking"
|
182 |
+
msgstr "Klik-tracking"
|
183 |
+
|
184 |
+
#: ../adminmenus.php:216
|
185 |
+
msgid "Count the number of times this ad is clicked"
|
186 |
+
msgstr "Tel het aantal keer dat deze advertentie is aangeklikt"
|
187 |
+
|
188 |
+
#: ../adminmenus.php:221
|
189 |
+
msgid "Ad Image"
|
190 |
+
msgstr "Voeg beeldbestand toe"
|
191 |
+
|
192 |
+
#: ../adminmenus.php:226
|
193 |
+
msgid "Save Ad"
|
194 |
+
msgstr "Advertentie opslaan"
|
195 |
+
|
196 |
+
#: ../adminmenus.php:226
|
197 |
+
msgid "Delete Ad"
|
198 |
+
msgstr "Wis advertentie"
|
199 |
+
|
200 |
+
#: ../adminmenus.php:269
|
201 |
+
#: ../adminmenus.php:363
|
202 |
+
#: ../wp125.php:72
|
203 |
+
msgid "Settings"
|
204 |
+
msgstr "Instellingen"
|
205 |
+
|
206 |
+
#: ../adminmenus.php:274
|
207 |
+
msgid "Ad Orientation"
|
208 |
+
msgstr "Advertentie oriëntatie"
|
209 |
+
|
210 |
+
#: ../adminmenus.php:277
|
211 |
+
msgid "One Column"
|
212 |
+
msgstr "Eén kolom"
|
213 |
+
|
214 |
+
#: ../adminmenus.php:278
|
215 |
+
msgid "Two Column"
|
216 |
+
msgstr "Twee kolommen"
|
217 |
+
|
218 |
+
#: ../adminmenus.php:280
|
219 |
+
msgid "How many columns should the ads be displayed in?"
|
220 |
+
msgstr "In hoeveel kolommen moeten de advertenties worden getoond?"
|
221 |
+
|
222 |
+
#: ../adminmenus.php:284
|
223 |
+
msgid "Number of Ad Slots"
|
224 |
+
msgstr "Aantal advertentieslots"
|
225 |
+
|
226 |
+
#: ../adminmenus.php:285
|
227 |
+
msgid "How many ads should be shown?"
|
228 |
+
msgstr "Hoeveel advertenties moeten er worden getoond?"
|
229 |
+
|
230 |
+
#: ../adminmenus.php:289
|
231 |
+
msgid "Ad Order"
|
232 |
+
msgstr "Advertentievolgorde"
|
233 |
+
|
234 |
+
#: ../adminmenus.php:292
|
235 |
+
msgid "Normal"
|
236 |
+
msgstr "Normaal"
|
237 |
+
|
238 |
+
#: ../adminmenus.php:293
|
239 |
+
msgid "Random"
|
240 |
+
msgstr "Willekeurig"
|
241 |
+
|
242 |
+
#: ../adminmenus.php:298
|
243 |
+
msgid "Widget Title"
|
244 |
+
msgstr "Widget-titel"
|
245 |
+
|
246 |
+
#: ../adminmenus.php:299
|
247 |
+
msgid "The title to be displayed in the widget."
|
248 |
+
msgstr "De titel die in de widget getoond gaat worden."
|
249 |
+
|
250 |
+
#: ../adminmenus.php:299
|
251 |
+
#: ../adminmenus.php:314
|
252 |
+
msgid "(Leave blank to disable.)"
|
253 |
+
msgstr "(Laat leeg om te deactiveren.)"
|
254 |
+
|
255 |
+
#: ../adminmenus.php:303
|
256 |
+
msgid "Ad Sales Page"
|
257 |
+
msgstr "Advertentieverkoop pagina"
|
258 |
+
|
259 |
+
#: ../adminmenus.php:304
|
260 |
+
msgid "Do you have a page with statistics and prices?"
|
261 |
+
msgstr "Heb je een pagina met statistieken en prijzen?"
|
262 |
+
|
263 |
+
#: ../adminmenus.php:304
|
264 |
+
msgid "(Default Ads will link here.)"
|
265 |
+
msgstr "(Standaardadvertenties zullen hier worden gelinkt.)"
|
266 |
+
|
267 |
+
#: ../adminmenus.php:308
|
268 |
+
msgid "Default Style"
|
269 |
+
msgstr "Standaard-style"
|
270 |
+
|
271 |
+
#: ../adminmenus.php:309
|
272 |
+
msgid "Include default ad stylesheet?"
|
273 |
+
msgstr "Voeg een standaard advertentiesjabloon bij?"
|
274 |
+
|
275 |
+
#: ../adminmenus.php:309
|
276 |
+
msgid "Leave checked unless you want to use your own CSS to style the ads. Refer to the documentation for further help."
|
277 |
+
msgstr "Laat aangevinkt tenzij je je eigen CSS wilt gebruiken om de advertenties op te maken. Lees de documentatie voor meer hulp."
|
278 |
+
|
279 |
+
#: ../adminmenus.php:313
|
280 |
+
msgid "Expiration Email"
|
281 |
+
msgstr "Afloop email"
|
282 |
+
|
283 |
+
#: ../adminmenus.php:314
|
284 |
+
msgid "Enter your email address if you would like to be emailed when an ad expires."
|
285 |
+
msgstr "Geef je emailadres als je een bericht wilt ontvangen als een advertentie afloopt."
|
286 |
+
|
287 |
+
#: ../adminmenus.php:318
|
288 |
+
msgid "Pre-Expiration Email"
|
289 |
+
msgstr "Pre-afloop email"
|
290 |
+
|
291 |
+
#: ../adminmenus.php:319
|
292 |
+
msgid "Remind me"
|
293 |
+
msgstr "Waarschuw me"
|
294 |
+
|
295 |
+
#: ../adminmenus.php:319
|
296 |
+
msgid "days before an ad expires."
|
297 |
+
msgstr "dagen voor het aflopen van de advertentie."
|
298 |
+
|
299 |
+
#: ../adminmenus.php:319
|
300 |
+
msgid "(Emails will be sent to the address specified above.)"
|
301 |
+
msgstr "(Emails zullen naar bovenstaand adres worden gestuurd.)"
|
302 |
+
|
303 |
+
#: ../adminmenus.php:323
|
304 |
+
msgid "Default Ad"
|
305 |
+
msgstr "Standardadvertentie"
|
306 |
+
|
307 |
+
#: ../adminmenus.php:324
|
308 |
+
msgid "Which image should be shown as a placeholder when an ad slot is empty?"
|
309 |
+
msgstr "Welk beeld moet er worden getoond als plaatsvervanger als een advertentieslot leeg is?"
|
310 |
+
|
311 |
+
#: ../adminmenus.php:324
|
312 |
+
msgid "Default"
|
313 |
+
msgstr "Standaard"
|
314 |
+
|
315 |
+
#: ../adminmenus.php:329
|
316 |
+
msgid "Save Changes"
|
317 |
+
msgstr "Veranderingen opslaan"
|
318 |
+
|
319 |
+
#: ../adminmenus.php:332
|
320 |
+
msgid "Your ads can be displayed using either the included widget, or by using the <strong><?php wp125_write_ads(); ?></strong> template tag. Also, you can display a single ad, without any formatting, using <strong><?php wp125_single_ad(<em>num</em>); ?></strong>, where <em>num</em> is the number of the ad slot you wish to show. This is useful for cases where your theme prevents the default formatting from working properly, or where you wish to display your ads in an unforeseen manner."
|
321 |
+
msgstr "Je advertenties kunnen worden weergegeven door de bijgeleverde widget, of door gebruik te maken van <strong><?php wp125_write_ads(); ?></strong> sjabloon label. Ook kun je een enkele advertentie tonen, zonder enige opmaak, door <strong><?php wp125_single_ad(<em>num</em>); ?></strong> te gebruiken, waar <em>num</em> het slotnummer is van de advertentie die je wilt tonen. Dit is nuttig in de gevallen waar je thema de normale opmaak niet toestaat, of als je de advertenties wilt tonen op een onvoorziene manier."
|
322 |
+
|
323 |
+
#: ../adminmenus.php:363
|
324 |
+
#: ../wp125.php:70
|
325 |
+
msgid "Manage"
|
326 |
+
msgstr "Beheer"
|
327 |
+
|
328 |
+
#: ../adminmenus.php:368
|
329 |
+
#: ../wp125.php:69
|
330 |
+
msgid "125x125 Ads"
|
331 |
+
msgstr "125x125 Advertenties"
|
332 |
+
|
333 |
+
#: ../adminmenus.php:379
|
334 |
+
msgid "Documentation"
|
335 |
+
msgstr "Documentatie"
|
336 |
+
|
337 |
+
#: ../adminmenus.php:379
|
338 |
+
msgid "WP125 Homepage"
|
339 |
+
msgstr "WP125 Homepage"
|
340 |
+
|
341 |
+
#: ../wp125.php:50
|
342 |
+
msgid "WP125"
|
343 |
+
msgstr "WP125"
|
344 |
+
|
345 |
+
#: ../wp125.php:69
|
346 |
+
msgid "Ads"
|
347 |
+
msgstr "Advertenties"
|
348 |
+
|
349 |
+
#: ../wp125.php:70
|
350 |
+
msgid "Manage 125x125 Ads"
|
351 |
+
msgstr "Beheer 125x125 Advertenties"
|
352 |
+
|
353 |
+
#: ../wp125.php:71
|
354 |
+
msgid "Add/Edit 125x125 Ads"
|
355 |
+
msgstr "Toevoegen/bewerken 125x125 Advertenties"
|
356 |
+
|
357 |
+
#: ../wp125.php:71
|
358 |
+
msgid "Add/Edit"
|
359 |
+
msgstr "Toevoegen/bewerken"
|
360 |
+
|
361 |
+
#: ../wp125.php:72
|
362 |
+
msgid "125x125 Ad Settings"
|
363 |
+
msgstr "125x125 Advertentie instellingen"
|
364 |
+
|
translations/wp125-pt_BR.mo
ADDED
Binary file
|
translations/wp125-pt_BR.po
ADDED
@@ -0,0 +1,362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# SOME DESCRIPTIVE TITLE.
|
2 |
+
# Copyright (C) YEAR Matt Harzewski (redwall_hp)
|
3 |
+
# This file is distributed under the same license as the PACKAGE package.
|
4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: wp125-138\n"
|
9 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp125\n"
|
10 |
+
"POT-Creation-Date: 2009-02-01 21:41+0000\n"
|
11 |
+
"PO-Revision-Date: 2010-02-22 20:47-0300\n"
|
12 |
+
"Last-Translator: José de Menezes Filho <menezes@freesoft.com.br>\n"
|
13 |
+
"Language-Team: \n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
|
18 |
+
#: adminmenus.php:6
|
19 |
+
msgid "Manage Ads"
|
20 |
+
msgstr "Gestão de Anúncios"
|
21 |
+
|
22 |
+
#: adminmenus.php:11
|
23 |
+
msgid "Are you sure you want to deactivate the ad?"
|
24 |
+
msgstr "Você tem certeza que deseja desativar o anúncio?"
|
25 |
+
|
26 |
+
#: adminmenus.php:11
|
27 |
+
#: adminmenus.php:24
|
28 |
+
#: adminmenus.php:136
|
29 |
+
msgid "Yes"
|
30 |
+
msgstr "Sim"
|
31 |
+
|
32 |
+
#: adminmenus.php:11
|
33 |
+
#: adminmenus.php:24
|
34 |
+
#: adminmenus.php:136
|
35 |
+
msgid "No!"
|
36 |
+
msgstr "Não!"
|
37 |
+
|
38 |
+
#: adminmenus.php:18
|
39 |
+
msgid "Ad deactivated."
|
40 |
+
msgstr "Anúncio desativado."
|
41 |
+
|
42 |
+
#: adminmenus.php:24
|
43 |
+
msgid "Are you sure you want to reactivate the ad?"
|
44 |
+
msgstr "Você tem certeza que deseja reativar o anúncio?"
|
45 |
+
|
46 |
+
#: adminmenus.php:31
|
47 |
+
msgid "Ad activated."
|
48 |
+
msgstr "Anúncio ativado."
|
49 |
+
|
50 |
+
#: adminmenus.php:35
|
51 |
+
msgid "Active Ads"
|
52 |
+
msgstr "Anúncios Ativos"
|
53 |
+
|
54 |
+
#: adminmenus.php:35
|
55 |
+
msgid "Inactive Ads"
|
56 |
+
msgstr "Anúncios Inativos"
|
57 |
+
|
58 |
+
#: adminmenus.php:39
|
59 |
+
#: adminmenus.php:159
|
60 |
+
#: adminmenus.php:337
|
61 |
+
msgid "Slot"
|
62 |
+
msgstr "Slot"
|
63 |
+
|
64 |
+
#: adminmenus.php:40
|
65 |
+
#: adminmenus.php:154
|
66 |
+
#: adminmenus.php:338
|
67 |
+
msgid "Name"
|
68 |
+
msgstr "Nome"
|
69 |
+
|
70 |
+
#: adminmenus.php:41
|
71 |
+
#: adminmenus.php:339
|
72 |
+
msgid "Clicks"
|
73 |
+
msgstr "Cliques"
|
74 |
+
|
75 |
+
#: adminmenus.php:42
|
76 |
+
#: adminmenus.php:340
|
77 |
+
msgid "Start Date"
|
78 |
+
msgstr "Data Inicial"
|
79 |
+
|
80 |
+
#: adminmenus.php:43
|
81 |
+
#: adminmenus.php:341
|
82 |
+
msgid "End Date"
|
83 |
+
msgstr "Data Final"
|
84 |
+
|
85 |
+
#: adminmenus.php:45
|
86 |
+
#: adminmenus.php:357
|
87 |
+
msgid "Add New"
|
88 |
+
msgstr "Adicionar Novo"
|
89 |
+
|
90 |
+
#: adminmenus.php:62
|
91 |
+
msgid "N/A"
|
92 |
+
msgstr "N/A"
|
93 |
+
|
94 |
+
#: adminmenus.php:65
|
95 |
+
msgid "Edit"
|
96 |
+
msgstr "Editar"
|
97 |
+
|
98 |
+
#: adminmenus.php:67
|
99 |
+
msgid "Activate"
|
100 |
+
msgstr "Ativar"
|
101 |
+
|
102 |
+
#: adminmenus.php:69
|
103 |
+
msgid "Deactivate"
|
104 |
+
msgstr "Desativar"
|
105 |
+
|
106 |
+
#: adminmenus.php:74
|
107 |
+
#: adminmenus.php:353
|
108 |
+
msgid "No ads found."
|
109 |
+
msgstr "Nenhum anúncio encontrado."
|
110 |
+
|
111 |
+
#: adminmenus.php:131
|
112 |
+
msgid "Ad"
|
113 |
+
msgstr "Anúncio"
|
114 |
+
|
115 |
+
#: adminmenus.php:131
|
116 |
+
msgid "updated."
|
117 |
+
msgstr "atualizado."
|
118 |
+
|
119 |
+
#: adminmenus.php:136
|
120 |
+
msgid "Do you really want to delete this ad record? This action cannot be undone."
|
121 |
+
msgstr "Você realmente deseja deletar o registro deste anúncio? Esta ação não pode ser revertida."
|
122 |
+
|
123 |
+
#: adminmenus.php:142
|
124 |
+
msgid "Ad deleted."
|
125 |
+
msgstr "Anúncio deletado."
|
126 |
+
|
127 |
+
#: adminmenus.php:146
|
128 |
+
msgid "Add/Edit Ads"
|
129 |
+
msgstr "Incluir/Editar Anúncios"
|
130 |
+
|
131 |
+
#: adminmenus.php:155
|
132 |
+
msgid "Whose ad is this?"
|
133 |
+
msgstr "De quem é este anúncio?"
|
134 |
+
|
135 |
+
#: adminmenus.php:169
|
136 |
+
msgid "Target URL"
|
137 |
+
msgstr "URL de Destino"
|
138 |
+
|
139 |
+
#: adminmenus.php:170
|
140 |
+
msgid "Where should the ad link to?"
|
141 |
+
msgstr "Para onde o anúncio deverá conectar?"
|
142 |
+
|
143 |
+
#: adminmenus.php:183
|
144 |
+
msgid "Expiration"
|
145 |
+
msgstr "Expiração"
|
146 |
+
|
147 |
+
#: adminmenus.php:186
|
148 |
+
msgid "I'll remove it manually"
|
149 |
+
msgstr "Eu irei removê-lo manualmente"
|
150 |
+
|
151 |
+
#: adminmenus.php:187
|
152 |
+
#: adminmenus.php:188
|
153 |
+
#: adminmenus.php:189
|
154 |
+
#: adminmenus.php:190
|
155 |
+
msgid "Days"
|
156 |
+
msgstr "Dias"
|
157 |
+
|
158 |
+
#: adminmenus.php:191
|
159 |
+
msgid "Other"
|
160 |
+
msgstr "Outro"
|
161 |
+
|
162 |
+
#: adminmenus.php:193
|
163 |
+
msgid "Month:"
|
164 |
+
msgstr "Mês:"
|
165 |
+
|
166 |
+
#: adminmenus.php:193
|
167 |
+
msgid "Day:"
|
168 |
+
msgstr "Dia:"
|
169 |
+
|
170 |
+
#: adminmenus.php:193
|
171 |
+
msgid "Year:"
|
172 |
+
msgstr "Ano:"
|
173 |
+
|
174 |
+
#: adminmenus.php:193
|
175 |
+
msgid "Use 00/00/0000 for manual removal."
|
176 |
+
msgstr "Use 00/00/0000 para remoção manual."
|
177 |
+
|
178 |
+
#: adminmenus.php:209
|
179 |
+
msgid "Click Tracking"
|
180 |
+
msgstr "Rastrear Cliques"
|
181 |
+
|
182 |
+
#: adminmenus.php:210
|
183 |
+
msgid "Count the number of times this ad is clicked"
|
184 |
+
msgstr "Contar o número de vezes que este anúncio for clicado"
|
185 |
+
|
186 |
+
#: adminmenus.php:215
|
187 |
+
msgid "Ad Image"
|
188 |
+
msgstr "Imagem do Anúncio"
|
189 |
+
|
190 |
+
#: adminmenus.php:220
|
191 |
+
msgid "Save Ad"
|
192 |
+
msgstr "Salvar Anúncio"
|
193 |
+
|
194 |
+
#: adminmenus.php:220
|
195 |
+
msgid "Delete Ad"
|
196 |
+
msgstr "Deletar Anúncio"
|
197 |
+
|
198 |
+
#: adminmenus.php:263
|
199 |
+
#: adminmenus.php:357
|
200 |
+
#: wp125.php:72
|
201 |
+
msgid "Settings"
|
202 |
+
msgstr "Configurações"
|
203 |
+
|
204 |
+
#: adminmenus.php:268
|
205 |
+
msgid "Ad Orientation"
|
206 |
+
msgstr "Orientaão do Anúncio"
|
207 |
+
|
208 |
+
#: adminmenus.php:271
|
209 |
+
msgid "One Column"
|
210 |
+
msgstr "Uma Coluna"
|
211 |
+
|
212 |
+
#: adminmenus.php:272
|
213 |
+
msgid "Two Column"
|
214 |
+
msgstr "Duas Colunas"
|
215 |
+
|
216 |
+
#: adminmenus.php:274
|
217 |
+
msgid "How many columns should the ads be displayed in?"
|
218 |
+
msgstr "Quantas colunas de anúncios devem ser mostradas?"
|
219 |
+
|
220 |
+
#: adminmenus.php:278
|
221 |
+
msgid "Number of Ad Slots"
|
222 |
+
msgstr "N~umero de Slots para anúncios"
|
223 |
+
|
224 |
+
#: adminmenus.php:279
|
225 |
+
msgid "How many ads should be shown?"
|
226 |
+
msgstr "Quantos anúncios serão mostrados?"
|
227 |
+
|
228 |
+
#: adminmenus.php:283
|
229 |
+
msgid "Ad Order"
|
230 |
+
msgstr "Ordem dos Anúncios"
|
231 |
+
|
232 |
+
#: adminmenus.php:286
|
233 |
+
msgid "Normal"
|
234 |
+
msgstr "Normal"
|
235 |
+
|
236 |
+
#: adminmenus.php:287
|
237 |
+
msgid "Random"
|
238 |
+
msgstr "Aleatória"
|
239 |
+
|
240 |
+
#: adminmenus.php:292
|
241 |
+
msgid "Widget Title"
|
242 |
+
msgstr "Título do Widget"
|
243 |
+
|
244 |
+
#: adminmenus.php:293
|
245 |
+
msgid "The title to be displayed in the widget."
|
246 |
+
msgstr "O título a ser mostrado no widget."
|
247 |
+
|
248 |
+
#: adminmenus.php:293
|
249 |
+
#: adminmenus.php:308
|
250 |
+
msgid "(Leave blank to disable.)"
|
251 |
+
msgstr "(Deixe am branco para desabilitar.)"
|
252 |
+
|
253 |
+
#: adminmenus.php:297
|
254 |
+
msgid "Ad Sales Page"
|
255 |
+
msgstr "Página para Anunciantes"
|
256 |
+
|
257 |
+
#: adminmenus.php:298
|
258 |
+
msgid "Do you have a page with statistics and prices?"
|
259 |
+
msgstr "Você tem uma página com estatísticas e preços?"
|
260 |
+
|
261 |
+
#: adminmenus.php:298
|
262 |
+
msgid "(Default Ads will link here.)"
|
263 |
+
msgstr "(Anúncios Padrão irão ligar aqui.)"
|
264 |
+
|
265 |
+
#: adminmenus.php:302
|
266 |
+
msgid "Default Style"
|
267 |
+
msgstr "Estilo Padrão"
|
268 |
+
|
269 |
+
#: adminmenus.php:303
|
270 |
+
msgid "Include default ad stylesheet?"
|
271 |
+
msgstr "Incluir stylesheet de anúncios padrão?"
|
272 |
+
|
273 |
+
#: adminmenus.php:303
|
274 |
+
msgid "Leave checked unless you want to use your own CSS to style the ads. Refer to the documentation for further help."
|
275 |
+
msgstr "Deixe marcado à não ser que você queira usar seu próprio CSS para estilizar os anúncios. Verifique a documentação para obter ajuda."
|
276 |
+
|
277 |
+
#: adminmenus.php:307
|
278 |
+
msgid "Expiration Email"
|
279 |
+
msgstr "Email de Espiração"
|
280 |
+
|
281 |
+
#: adminmenus.php:308
|
282 |
+
msgid "Enter your email address if you would like to be emailed when an ad expires."
|
283 |
+
msgstr "Informe seu endereço email se deseja ser avisado quando um anúncio espirar."
|
284 |
+
|
285 |
+
#: adminmenus.php:312
|
286 |
+
msgid "Pre-Expiration Email"
|
287 |
+
msgstr "Email de Pre-Expiracao"
|
288 |
+
|
289 |
+
#: adminmenus.php:313
|
290 |
+
msgid "Remind me"
|
291 |
+
msgstr "Lembre-me"
|
292 |
+
|
293 |
+
#: adminmenus.php:313
|
294 |
+
msgid "days before an ad expires."
|
295 |
+
msgstr "dias antes da expiração do anúncio."
|
296 |
+
|
297 |
+
#: adminmenus.php:313
|
298 |
+
msgid "(Emails will be sent to the address specified above.)"
|
299 |
+
msgstr "(Emails serão enviados para o endereçõ especificado acima.)"
|
300 |
+
|
301 |
+
#: adminmenus.php:317
|
302 |
+
msgid "Default Ad"
|
303 |
+
msgstr "Anúncio Padrão"
|
304 |
+
|
305 |
+
#: adminmenus.php:318
|
306 |
+
msgid "Which image should be shown as a placeholder when an ad slot is empty?"
|
307 |
+
msgstr "Qual imagem deve ser mostrada como um placeholder quando um slot de anúncio estiver vazio?"
|
308 |
+
|
309 |
+
#: adminmenus.php:318
|
310 |
+
msgid "Default"
|
311 |
+
msgstr "Padrão"
|
312 |
+
|
313 |
+
#: adminmenus.php:323
|
314 |
+
msgid "Save Changes"
|
315 |
+
msgstr "Salvar Alterações"
|
316 |
+
|
317 |
+
#: adminmenus.php:326
|
318 |
+
msgid "Your ads can be displayed using either the included widget, or by using the <strong><?php wp125_write_ads(); ?></strong> template tag. Also, you can display a single ad, without any formatting, using <strong><?php wp125_single_ad(<em>num</em>); ?></strong>, where <em>num</em> is the number of the ad slot you wish to show. This is useful for cases where your theme prevents the default formatting from working properly, or where you wish to display your ads in an unforeseen manner."
|
319 |
+
msgstr "Seus anúncioa podem ser mostrados usando o widget incluído, ou usando a tap para template <strong><?php wp125_write_ads(); ?></strong>. Você também pode mostrar um único anúncio, sem qualquer formatação, usando <strong><?php wp125_single_ad(<em>num</em>); ?></strong>, onde <em>num</em> é o número do ad-slot que você deseja mostrar. Isto é bastante útil nos casos em que seu tema impede que a formatação padrão opere adequadamente, ou quando você queira mostrar seus anúncios se uma maneira imprevista."
|
320 |
+
|
321 |
+
#: adminmenus.php:357
|
322 |
+
#: wp125.php:70
|
323 |
+
msgid "Manage"
|
324 |
+
msgstr "Gestão de Anúncios"
|
325 |
+
|
326 |
+
#: adminmenus.php:360
|
327 |
+
#: wp125.php:69
|
328 |
+
msgid "125x125 Ads"
|
329 |
+
msgstr "Núncios 125x125"
|
330 |
+
|
331 |
+
#: adminmenus.php:369
|
332 |
+
msgid "Documentation"
|
333 |
+
msgstr "Documentação"
|
334 |
+
|
335 |
+
#: adminmenus.php:369
|
336 |
+
msgid "WP125 Homepage"
|
337 |
+
msgstr "Homepage do WP125"
|
338 |
+
|
339 |
+
#: wp125.php:50
|
340 |
+
msgid "WP125"
|
341 |
+
msgstr "WP125"
|
342 |
+
|
343 |
+
#: wp125.php:69
|
344 |
+
msgid "Ads"
|
345 |
+
msgstr "Anúncio"
|
346 |
+
|
347 |
+
#: wp125.php:70
|
348 |
+
msgid "Manage 125x125 Ads"
|
349 |
+
msgstr "Gestão de Anúncios"
|
350 |
+
|
351 |
+
#: wp125.php:71
|
352 |
+
msgid "Add/Edit 125x125 Ads"
|
353 |
+
msgstr "Incluir/Editar Anúncios"
|
354 |
+
|
355 |
+
#: wp125.php:71
|
356 |
+
msgid "Add/Edit"
|
357 |
+
msgstr "Incluir/Editar Anúncios"
|
358 |
+
|
359 |
+
#: wp125.php:72
|
360 |
+
msgid "125x125 Ad Settings"
|
361 |
+
msgstr "Configurações dos Anúncios 125x125"
|
362 |
+
|
wp125.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.webmaster-source.com/wp125-ad-plugin-wordpress/
|
|
5 |
Description: Easily manage 125x125 ads within your WordPress Dashboard.
|
6 |
Author: Matt Harzewski (redwall_hp)
|
7 |
Author URI: http://www.webmaster-source.com
|
8 |
-
Version: 1.3.
|
9 |
*/
|
10 |
|
11 |
|
5 |
Description: Easily manage 125x125 ads within your WordPress Dashboard.
|
6 |
Author: Matt Harzewski (redwall_hp)
|
7 |
Author URI: http://www.webmaster-source.com
|
8 |
+
Version: 1.3.9
|
9 |
*/
|
10 |
|
11 |
|