Version Description
Download this release
Release Info
Developer | redwallhp |
Plugin | WP125 |
Version | 1.3.4 |
Comparing to | |
See all releases |
Code changes from version 1.3.3 to 1.3.4
- adminmenus.php +3 -1
- readme.txt +2 -2
- translations/readme_italian.txt +105 -0
- translations/wp125-es_ES.mo +0 -0
- translations/wp125-es_ES.po +49 -48
- translations/wp125-it_IT.mo +0 -0
- translations/wp125-it_IT.po +362 -0
- wp125.php +5 -1
adminmenus.php
CHANGED
@@ -361,7 +361,9 @@ function wp125_dashboard_widget() {
|
|
361 |
echo '<a href="admin.php?page=wp125_addedit" class="button rbutton">'.__('Add New', 'wp125').'</a> <a href="admin.php?page=wp125/wp125.php" class="button rbutton">'.__('Manage', 'wp125').'</a> <a href="admin.php?page=wp125_settings" class="button rbutton">'.__('Settings', 'wp125').'</a>';
|
362 |
}
|
363 |
function wp125_dashboard_add_widget() {
|
364 |
-
|
|
|
|
|
365 |
}
|
366 |
add_action('wp_dashboard_setup', 'wp125_dashboard_add_widget' );
|
367 |
|
361 |
echo '<a href="admin.php?page=wp125_addedit" class="button rbutton">'.__('Add New', 'wp125').'</a> <a href="admin.php?page=wp125/wp125.php" class="button rbutton">'.__('Manage', 'wp125').'</a> <a href="admin.php?page=wp125_settings" class="button rbutton">'.__('Settings', 'wp125').'</a>';
|
362 |
}
|
363 |
function wp125_dashboard_add_widget() {
|
364 |
+
if (current_user_can(MANAGEMENT_PERMISSION)) {
|
365 |
+
wp_add_dashboard_widget('wp125_widget', __('125x125 Ads', 'wp125'), 'wp125_dashboard_widget');
|
366 |
+
}
|
367 |
}
|
368 |
add_action('wp_dashboard_setup', 'wp125_dashboard_add_widget' );
|
369 |
|
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.7.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 |
|
@@ -75,7 +75,7 @@ First, uncheck the Default Style box on the Settings page. This will remove the
|
|
75 |
If you absolutely *must* have your ads open in a new window when clicked, open the wp125.php file and find the `define(...` line near the top and remove the first `//` from the beginning.
|
76 |
|
77 |
= My ads don't appear in two columns, even though I have the option set! How do I fix this? =
|
78 |
-
The parent DIV that the ad code is inside probably isn't wide enough. You really need a *minimum* of
|
79 |
|
80 |
`#wp125adwrap_2c .wp125ad { padding:4px; }`
|
81 |
|
6 |
Tags: ads, 125x125, management, advertisement
|
7 |
Requires at least: 2.3
|
8 |
Tested up to: 2.7.1
|
9 |
+
Stable tag: 1.3.4
|
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 |
|
75 |
If you absolutely *must* have your ads open in a new window when clicked, open the wp125.php file and find the `define(...` line near the top and remove the first `//` from the beginning.
|
76 |
|
77 |
= My ads don't appear in two columns, even though I have the option set! How do I fix this? =
|
78 |
+
The parent DIV that the ad code is inside probably isn't wide enough. You really need a *minimum* of 250px of horizontal space to have two ad columns, more if you use the default CSS. You could try reducing the CSS padding around the ads from 10px to something lower.
|
79 |
|
80 |
`#wp125adwrap_2c .wp125ad { padding:4px; }`
|
81 |
|
translations/readme_italian.txt
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Nome del plugin ===
|
2 |
+
Sviluppatore: redwall_hp
|
3 |
+
URI Plugin: http://www.webmaster-source.com/wp125-ad-plugin-wordpress/
|
4 |
+
URI Autore: http://www.webmaster-source.com
|
5 |
+
URI Traduttore: http://gidibao.net
|
6 |
+
Link donazioni: http://www.webmaster-source.com/donate/?plugin=wp125
|
7 |
+
Tag: ads, 125x125, management, advertisement
|
8 |
+
Versione minima WP: 2.3
|
9 |
+
Compatibile sino alla: 2.7.1
|
10 |
+
Versione stabile: 1.3.1
|
11 |
+
|
12 |
+
Gestione facilitata degli annunci in formato 125x125 per il tuo blog. Gli annunci potranno essere attivi per un numero specifico di giorni al termine dei quali verranno disattivati. Disponibile anche il conteggio delle impressioni.
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
== Descrizione ==
|
17 |
+
|
18 |
+
Nel caso in cui ti fossi stancato dei network pubblicitari utilizzati dalla gran parte dei blogger e desiderassi vendere direttamente gli annunci, potresti sentirti frustrato per il gran numero di tempo da dovere dedicare per la gestione dei tuoi inserti pubblicitari. Inoltre, sarà necessario che tu riesca a trovare degli sponsor per il tuo blog, modificare manualmente il template affinch� tu possa inserire gli annunci nonch� prestare attenzione alla tua applicazione calendario preferita impostando la scadenza degli annunci.
|
19 |
+
|
20 |
+
L'esperienza in time consuming ritiene che tutte queste attività da ora appartengono al passato. Il plugin WP125 potrà aiutarti nella gestione dei tuoi inserti con una maggiore efficienza lasciandoti di fatto il tempo per potere scrivere dei nuovi articoli. Il plugin aggingerà al menu principale di WordPress una nuova sezione a nome "Annunci" contenente dei sotto-menu per la gestione delle impostazioni di agginta e/o rimozione degli annunci.
|
21 |
+
|
22 |
+
Funzioni:
|
23 |
+
|
24 |
+
* Disposizione per una o due colonne e supporto via template tags affinché possa essere implementato il tuo personale design.
|
25 |
+
* Numero illimitato di spazi pubblicitari da mostrare in ordine manuale o casuale
|
26 |
+
* Tracciamento delle impressioni per ogni annuncio
|
27 |
+
* Una volta creato un nuovo annuncio, non sarà necessario che tu debba calcolare la data di scadenza. Sarà sufficiente inserire il numero dei giorni che desideri abbia durata la campagna pubblicitaria e la data corretta del suo inizio. L'annuncio avrà termine automaticamente alla data di scadenza da te indicata.
|
28 |
+
* Una volta che l'anuncio sarà scaduto, il record verrà archiviato sotto la sezione degli Inattivi in modo tale che tu possa verificare il computo totale delle impressioni oppure riattivarlo nuovamente per una nuova campagna.
|
29 |
+
* Una immagine informativa di tua scelta verrà mostrata nel caso in cui lo spazio annunci fosse ancora vuoto. Ad esempio, l'immagine "Your Ad Here" collegata ad una pagina contenente le statistiche ed i prezzi oppure un link di affiliazione.
|
30 |
+
* Possibilità di ricevere delle email di notifica alla scadenza degli annunci. Funzione particolarmente utile qualora desiderassi inviare dei messaggi informativi agli inserzionisti oppure restare sempre aggiornato.
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
+
== Installazione ==
|
35 |
+
|
36 |
+
1. Scaricare e scompattare l'archivio.
|
37 |
+
2. Caricare via FTP la cartella "wp125" sotto /wp-content/plugins/
|
38 |
+
3. Attivare il plugin nella sezione "Plugin" del pannello di amministrazione.
|
39 |
+
4. Utilizzare il widget "WP125: Ads" oppure inserire il template tag `<?php wp125_write_ads(); ?>` laddove desideri che l'annuncio appaia.
|
40 |
+
5. Vai alla nuova sezione "Annunci" della amministrazione di WordPress per operare sulle impostazioni quali ad esempio il numero complessivo degli annunci da mostrare in un'unica sessione (predefinito a 6) e come desideri che essi vengano mostrati
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
== Aggiornamento ==
|
45 |
+
|
46 |
+
Potrai aggiornare il plugin grazie al sistema automatizzato di WordPress 2.5 o superiore oppure con il "vecchio-stile" scaricando la nuova versione e quindi
|
47 |
+
1. Disattivare il plugin
|
48 |
+
2. Caricare i file aggiornati
|
49 |
+
3. Riattivare il plugin
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
== FAQ ==
|
54 |
+
|
55 |
+
= E se io desiderassi disporre i miei annunci non in una o due colonne? =
|
56 |
+
Nel caso in cui desiderassi disporre i tuoi annunci in un modo personalizzato, dovrai utilizzare il template tag `<?php wp125_single_ad(num); ?>` (sostituendo "num" con il numero di uno spazio pubblicitario). Il tag attiverà un annuncio con la formattazione di minima (un semplice <a><img /></a>). Potrai infine utilizzare più richieste dal tag inserrendolo nel template in modo da impostare la disposizione dei tuoi annunci in un posto di tua preferenza.
|
57 |
+
|
58 |
+
= Uno dei miei annunci é in data di scadenza. Dove finirà? =
|
59 |
+
Quando il tempo di un annuncio viene a scadere, l'inserto sparirà dal tuo sito e verrà rimosso dalla pagina degli Annunci attivi presente nella amministrazione di WordPress. Per potere accedere al record, sarà sufficiente cliccare sul link "Inattivo" nella pagina di gestione del plugin. La pagina dovrebbe mostrare tutti i tuoi annunci inattivi.
|
60 |
+
|
61 |
+
= E se io desiderassi che un annuncio non abbia una scadenza in automatico? =
|
62 |
+
Seleziona la voce "verrà rimosso manualmente" durante l'impostazione per la data di scadenza quando crei un nuovo annuncio.
|
63 |
+
|
64 |
+
= Come posso impostare lo stile degli annunci differente da quello predefinito? =
|
65 |
+
Per prima cosa, togli il segno di spunta dalla casella Stile predefinito nella pagina delle Impostazioni in modo tale che questa operazione rimuova lo stile predefinito quindi, utilizza tutta la tua fantasia per lavorare sul CSS degli annunci. Ecco il foglio di stile predefinito:
|
66 |
+
|
67 |
+
`/* Styles for one-column display */
|
68 |
+
#wp125adwrap_1c { width:100%; }
|
69 |
+
#wp125adwrap_1c .wp125ad { margin-bottom:10px; }
|
70 |
+
|
71 |
+
/* Styles for two-column display */
|
72 |
+
#wp125adwrap_2c { width:100%; }
|
73 |
+
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:10px; }`
|
74 |
+
|
75 |
+
= Come posso fare affinché l'annuncio sia aperto in una nuova pagina? =
|
76 |
+
Nel caso in cui fosse estremamente *necessario* che gli annunci siano visualizzabili in una nuova pagina, apri il file wp125.php file, trova `define(...` in cima e rimuovi il primo `//` posizionato al suo inizio.
|
77 |
+
|
78 |
+
= Sebbene io abbia impostato l'opzione, i miei annunci non appaiono su due colonne! Cosa posso fare? =
|
79 |
+
Dipende probabilmente dal fatto che il DIV principale che contiene il codice dell'annuncio non é abbastanza esteso. Ti ricordo che é necessario almeno un *minimo* di 300px di spazio orizzontale per potere avere gli annunci disposti su due colonne e più ancora nel caso utilizzassi il CSS predefinito. Prova a ridurre il padding CSS intorno agli annunci passando dai 10px ad un valore più basso.
|
80 |
+
|
81 |
+
`#wp125adwrap_2c .wp125ad { padding:4px; }`
|
82 |
+
|
83 |
+
|
84 |
+
|
85 |
+
== Screenshots ==
|
86 |
+
1. Alcuni annunci 125x125 nel formato due-colonne.
|
87 |
+
2. La sezione Aggiungi/Modifica annunci.
|
88 |
+
|
89 |
+
|
90 |
+
|
91 |
+
== Problematiche ==
|
92 |
+
* Nel caso in cui tu avessi installato WP Super Cache nel tuo blog, potrebbe verificarsi un conflitto con la funzione di WP125 preposta al tracciamento delle impressioni. Affinché il problema possa essere risolto, aggiungi "index.php" in una nuova linea nel campo "Rejected URLs" nella pagina delle opzioni di WP Super Cache. Questa operazione farà sì che venga disabilitata la cache per miosito.com/index.php. Ai visitatori di miosito.com verrà in ogni caso proposta la versione cache mentre sino a quando l'URL del tracciamento delle impressioni di WP125 sarà simile a "/index.php?adclick=1," la cache non sarà operativa.
|
93 |
+
|
94 |
+
|
95 |
+
|
96 |
+
== Supporto ==
|
97 |
+
Per ogni problema riscontrato con il plugin, ti invito a partecipare al forum ufficiale di WordPress all'indirizzo http://wordpress.org/support/ (assicurati di usare il tag "WP125"!). Io stesso oppure un altro utente che utilizza il plugin proveremo a dare una risposta alle tue domande. In alternativa, inviami una email tramite il modulo di contatto del sito Webmaster-Source.com.
|
98 |
+
|
99 |
+
|
100 |
+
|
101 |
+
== Storico versione ==
|
102 |
+
* 1.0.0 - Versione iniziale
|
103 |
+
* 1.1.x - Riparati alcuni errori in ambito di sicurezza e prestazioni, aggiunta di alcune nuove opzioni per la personalizzazione ed alcune funzioni importanti.
|
104 |
+
* 1.2.x - Nuove funzioni aggiunte: possibilità di ricevere una email di notifica prima della scadenza degli annunci email, classi CSS per gli annunci e possibilità di fare aprire gli annunci in una nuova finestra se *necessario*.
|
105 |
+
* 1.3.x - Supporto localizzazione (francese, italiano e spagnolo), funzione iCalendar per gli annunci in scadenza e WP Dashboard widget. Risolto il problema "ADLINK_EXTRA" per gli annunci singoli, risolto il bug "niente annunci, niente immagini indicative", etc..
|
translations/wp125-es_ES.mo
CHANGED
Binary file
|
translations/wp125-es_ES.po
CHANGED
@@ -15,11 +15,11 @@ msgstr ""
|
|
15 |
|
16 |
#: adminmenus.php:6
|
17 |
msgid "Manage Ads"
|
18 |
-
msgstr "
|
19 |
|
20 |
#: adminmenus.php:11
|
21 |
msgid "Are you sure you want to deactivate the ad?"
|
22 |
-
msgstr "¿Está
|
23 |
|
24 |
#: adminmenus.php:11
|
25 |
#: adminmenus.php:24
|
@@ -35,35 +35,35 @@ msgstr "No"
|
|
35 |
|
36 |
#: adminmenus.php:18
|
37 |
msgid "Ad deactivated."
|
38 |
-
msgstr "
|
39 |
|
40 |
#: adminmenus.php:24
|
41 |
msgid "Are you sure you want to reactivate the ad?"
|
42 |
-
msgstr "¿Está
|
43 |
|
44 |
#: adminmenus.php:31
|
45 |
msgid "Ad activated."
|
46 |
-
msgstr "
|
47 |
|
48 |
#: adminmenus.php:35
|
49 |
msgid "Active Ads"
|
50 |
-
msgstr "Anuncios
|
51 |
|
52 |
#: adminmenus.php:35
|
53 |
msgid "Inactive Ads"
|
54 |
-
msgstr "Anuncios
|
55 |
|
56 |
#: adminmenus.php:39
|
57 |
#: adminmenus.php:159
|
58 |
#: adminmenus.php:337
|
59 |
msgid "Slot"
|
60 |
-
msgstr "
|
61 |
|
62 |
#: adminmenus.php:40
|
63 |
#: adminmenus.php:154
|
64 |
#: adminmenus.php:338
|
65 |
msgid "Name"
|
66 |
-
msgstr "Nombre
|
67 |
|
68 |
#: adminmenus.php:41
|
69 |
#: adminmenus.php:339
|
@@ -83,7 +83,7 @@ msgstr "Fecha finalización"
|
|
83 |
#: adminmenus.php:45
|
84 |
#: adminmenus.php:357
|
85 |
msgid "Add New"
|
86 |
-
msgstr "
|
87 |
|
88 |
#: adminmenus.php:62
|
89 |
msgid "N/A"
|
@@ -104,7 +104,7 @@ msgstr "Desactivar"
|
|
104 |
#: adminmenus.php:74
|
105 |
#: adminmenus.php:353
|
106 |
msgid "No ads found."
|
107 |
-
msgstr "
|
108 |
|
109 |
#: adminmenus.php:131
|
110 |
msgid "Ad"
|
@@ -116,7 +116,7 @@ msgstr "actualizado."
|
|
116 |
|
117 |
#: adminmenus.php:136
|
118 |
msgid "Do you really want to delete this ad record? This action cannot be undone."
|
119 |
-
msgstr "¿
|
120 |
|
121 |
#: adminmenus.php:142
|
122 |
msgid "Ad deleted."
|
@@ -124,19 +124,19 @@ msgstr "Anuncio suprimido."
|
|
124 |
|
125 |
#: adminmenus.php:146
|
126 |
msgid "Add/Edit Ads"
|
127 |
-
msgstr "
|
128 |
|
129 |
#: adminmenus.php:155
|
130 |
msgid "Whose ad is this?"
|
131 |
-
msgstr "¿De quién
|
132 |
|
133 |
#: adminmenus.php:169
|
134 |
msgid "Target URL"
|
135 |
-
msgstr "URL
|
136 |
|
137 |
#: adminmenus.php:170
|
138 |
msgid "Where should the ad link to?"
|
139 |
-
msgstr "¿
|
140 |
|
141 |
#: adminmenus.php:183
|
142 |
msgid "Expiration"
|
@@ -169,17 +169,18 @@ msgstr "Día:"
|
|
169 |
msgid "Year:"
|
170 |
msgstr "Año:"
|
171 |
|
|
|
172 |
#: adminmenus.php:193
|
173 |
msgid "Use 00/00/0000 for manual removal."
|
174 |
-
msgstr "Usar 00/00/0000 para el retiro manual."
|
175 |
|
176 |
#: adminmenus.php:209
|
177 |
msgid "Click Tracking"
|
178 |
-
msgstr "
|
179 |
|
180 |
#: adminmenus.php:210
|
181 |
msgid "Count the number of times this ad is clicked"
|
182 |
-
msgstr "Cuente el número de
|
183 |
|
184 |
#: adminmenus.php:215
|
185 |
msgid "Ad Image"
|
@@ -187,11 +188,11 @@ msgstr "Imagen del anuncio"
|
|
187 |
|
188 |
#: adminmenus.php:220
|
189 |
msgid "Save Ad"
|
190 |
-
msgstr "
|
191 |
|
192 |
#: adminmenus.php:220
|
193 |
msgid "Delete Ad"
|
194 |
-
msgstr "
|
195 |
|
196 |
#: adminmenus.php:263
|
197 |
#: adminmenus.php:357
|
@@ -213,11 +214,11 @@ msgstr "Dos columnas"
|
|
213 |
|
214 |
#: adminmenus.php:274
|
215 |
msgid "How many columns should the ads be displayed in?"
|
216 |
-
msgstr "¿
|
217 |
|
218 |
#: adminmenus.php:278
|
219 |
msgid "Number of Ad Slots"
|
220 |
-
msgstr "Número de
|
221 |
|
222 |
#: adminmenus.php:279
|
223 |
msgid "How many ads should be shown?"
|
@@ -233,7 +234,7 @@ msgstr "Normal"
|
|
233 |
|
234 |
#: adminmenus.php:287
|
235 |
msgid "Random"
|
236 |
-
msgstr "
|
237 |
|
238 |
#: adminmenus.php:292
|
239 |
msgid "Widget Title"
|
@@ -246,80 +247,80 @@ msgstr "El título que se visualizará en la widget."
|
|
246 |
#: adminmenus.php:293
|
247 |
#: adminmenus.php:308
|
248 |
msgid "(Leave blank to disable.)"
|
249 |
-
msgstr "(Deje esto
|
250 |
|
251 |
#: adminmenus.php:297
|
252 |
msgid "Ad Sales Page"
|
253 |
-
msgstr "Página de anuncios
|
254 |
|
255 |
#: adminmenus.php:298
|
256 |
msgid "Do you have a page with statistics and prices?"
|
257 |
-
msgstr "¿
|
258 |
|
259 |
#: adminmenus.php:298
|
260 |
msgid "(Default Ads will link here.)"
|
261 |
-
msgstr "Anuncios por
|
262 |
|
263 |
#: adminmenus.php:302
|
264 |
msgid "Default Style"
|
265 |
-
msgstr "CSS
|
266 |
|
267 |
#: adminmenus.php:303
|
268 |
msgid "Include default ad stylesheet?"
|
269 |
-
msgstr "¿Incluya
|
270 |
|
271 |
#: adminmenus.php:303
|
272 |
msgid "Leave checked unless you want to use your own CSS to style the ads. Refer to the documentation for further help."
|
273 |
-
msgstr "Deje
|
274 |
|
275 |
#: adminmenus.php:307
|
276 |
msgid "Expiration Email"
|
277 |
-
msgstr "
|
278 |
|
279 |
#: adminmenus.php:308
|
280 |
msgid "Enter your email address if you would like to be emailed when an ad expires."
|
281 |
-
msgstr "Inscriba su
|
282 |
|
283 |
#: adminmenus.php:312
|
284 |
msgid "Pre-Expiration Email"
|
285 |
-
msgstr "
|
286 |
|
287 |
#: adminmenus.php:313
|
288 |
msgid "Remind me"
|
289 |
-
msgstr "
|
290 |
|
291 |
#: adminmenus.php:313
|
292 |
msgid "days before an ad expires."
|
293 |
-
msgstr "días antes un anuncio
|
294 |
|
295 |
#: adminmenus.php:313
|
296 |
msgid "(Emails will be sent to the address specified above.)"
|
297 |
-
msgstr "(
|
298 |
|
299 |
#: adminmenus.php:317
|
300 |
msgid "Default Ad"
|
301 |
-
msgstr "Anuncio
|
302 |
|
303 |
#: adminmenus.php:318
|
304 |
msgid "Which image should be shown as a placeholder when an ad slot is empty?"
|
305 |
-
msgstr "¿Qué imagen será
|
306 |
|
307 |
#: adminmenus.php:318
|
308 |
msgid "Default"
|
309 |
-
msgstr "Imagen
|
310 |
|
311 |
#: adminmenus.php:323
|
312 |
msgid "Save Changes"
|
313 |
-
msgstr "
|
314 |
|
315 |
#: adminmenus.php:326
|
316 |
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."
|
317 |
-
msgstr "
|
318 |
|
319 |
#: adminmenus.php:357
|
320 |
#: wp125.php:70
|
321 |
msgid "Manage"
|
322 |
-
msgstr "
|
323 |
|
324 |
#: adminmenus.php:360
|
325 |
#: wp125.php:69
|
@@ -332,7 +333,7 @@ msgstr "Documentación"
|
|
332 |
|
333 |
#: adminmenus.php:369
|
334 |
msgid "WP125 Homepage"
|
335 |
-
msgstr "
|
336 |
|
337 |
#: wp125.php:50
|
338 |
msgid "WP125"
|
@@ -344,17 +345,17 @@ msgstr "Anuncios"
|
|
344 |
|
345 |
#: wp125.php:70
|
346 |
msgid "Manage 125x125 Ads"
|
347 |
-
msgstr "
|
348 |
|
349 |
#: wp125.php:71
|
350 |
msgid "Add/Edit 125x125 Ads"
|
351 |
-
msgstr "
|
352 |
|
353 |
#: wp125.php:71
|
354 |
msgid "Add/Edit"
|
355 |
-
msgstr "
|
356 |
|
357 |
#: wp125.php:72
|
358 |
msgid "125x125 Ad Settings"
|
359 |
-
msgstr "Opciones de
|
360 |
|
15 |
|
16 |
#: adminmenus.php:6
|
17 |
msgid "Manage Ads"
|
18 |
+
msgstr "Administrar anuncios"
|
19 |
|
20 |
#: adminmenus.php:11
|
21 |
msgid "Are you sure you want to deactivate the ad?"
|
22 |
+
msgstr "¿Está seguro que quiere desactivar el anuncio?"
|
23 |
|
24 |
#: adminmenus.php:11
|
25 |
#: adminmenus.php:24
|
35 |
|
36 |
#: adminmenus.php:18
|
37 |
msgid "Ad deactivated."
|
38 |
+
msgstr "Anuncio desactivado"
|
39 |
|
40 |
#: adminmenus.php:24
|
41 |
msgid "Are you sure you want to reactivate the ad?"
|
42 |
+
msgstr "¿Está seguro que quiere reactivar el anuncio?"
|
43 |
|
44 |
#: adminmenus.php:31
|
45 |
msgid "Ad activated."
|
46 |
+
msgstr "Anuncio activado"
|
47 |
|
48 |
#: adminmenus.php:35
|
49 |
msgid "Active Ads"
|
50 |
+
msgstr "Anuncios activos"
|
51 |
|
52 |
#: adminmenus.php:35
|
53 |
msgid "Inactive Ads"
|
54 |
+
msgstr "Anuncios desactivados"
|
55 |
|
56 |
#: adminmenus.php:39
|
57 |
#: adminmenus.php:159
|
58 |
#: adminmenus.php:337
|
59 |
msgid "Slot"
|
60 |
+
msgstr "Posición del anuncios"
|
61 |
|
62 |
#: adminmenus.php:40
|
63 |
#: adminmenus.php:154
|
64 |
#: adminmenus.php:338
|
65 |
msgid "Name"
|
66 |
+
msgstr "Nombre del anuncio"
|
67 |
|
68 |
#: adminmenus.php:41
|
69 |
#: adminmenus.php:339
|
83 |
#: adminmenus.php:45
|
84 |
#: adminmenus.php:357
|
85 |
msgid "Add New"
|
86 |
+
msgstr "Agregar anuncio"
|
87 |
|
88 |
#: adminmenus.php:62
|
89 |
msgid "N/A"
|
104 |
#: adminmenus.php:74
|
105 |
#: adminmenus.php:353
|
106 |
msgid "No ads found."
|
107 |
+
msgstr "Anuncios no encontrados."
|
108 |
|
109 |
#: adminmenus.php:131
|
110 |
msgid "Ad"
|
116 |
|
117 |
#: adminmenus.php:136
|
118 |
msgid "Do you really want to delete this ad record? This action cannot be undone."
|
119 |
+
msgstr "¿Quiere realmente suprimir este anuncio? Esta acción no puede ser deshecha."
|
120 |
|
121 |
#: adminmenus.php:142
|
122 |
msgid "Ad deleted."
|
124 |
|
125 |
#: adminmenus.php:146
|
126 |
msgid "Add/Edit Ads"
|
127 |
+
msgstr "Agregar y editar Aanuncios"
|
128 |
|
129 |
#: adminmenus.php:155
|
130 |
msgid "Whose ad is this?"
|
131 |
+
msgstr "¿De quién es este anuncio?"
|
132 |
|
133 |
#: adminmenus.php:169
|
134 |
msgid "Target URL"
|
135 |
+
msgstr "URL para el anuncio"
|
136 |
|
137 |
#: adminmenus.php:170
|
138 |
msgid "Where should the ad link to?"
|
139 |
+
msgstr "¿A dónde debe el anuncio enlazar?"
|
140 |
|
141 |
#: adminmenus.php:183
|
142 |
msgid "Expiration"
|
169 |
msgid "Year:"
|
170 |
msgstr "Año:"
|
171 |
|
172 |
+
# Remember that in Spanish the date is given as day/month/year. This field needs clarification as to what 00 means.
|
173 |
#: adminmenus.php:193
|
174 |
msgid "Use 00/00/0000 for manual removal."
|
175 |
+
msgstr "Usar 00/00/0000 para el retiro manual. Ingresar fecha como mes, día, año."
|
176 |
|
177 |
#: adminmenus.php:209
|
178 |
msgid "Click Tracking"
|
179 |
+
msgstr "Conteo de clics"
|
180 |
|
181 |
#: adminmenus.php:210
|
182 |
msgid "Count the number of times this ad is clicked"
|
183 |
+
msgstr "Cuente el número de veces que se hace clic sobre ek anuncio"
|
184 |
|
185 |
#: adminmenus.php:215
|
186 |
msgid "Ad Image"
|
188 |
|
189 |
#: adminmenus.php:220
|
190 |
msgid "Save Ad"
|
191 |
+
msgstr "Guardar el anuncio"
|
192 |
|
193 |
#: adminmenus.php:220
|
194 |
msgid "Delete Ad"
|
195 |
+
msgstr "Suprimir anuncio"
|
196 |
|
197 |
#: adminmenus.php:263
|
198 |
#: adminmenus.php:357
|
214 |
|
215 |
#: adminmenus.php:274
|
216 |
msgid "How many columns should the ads be displayed in?"
|
217 |
+
msgstr "¿En cuántas columnas se deben mostrar los anuncios?"
|
218 |
|
219 |
#: adminmenus.php:278
|
220 |
msgid "Number of Ad Slots"
|
221 |
+
msgstr "Número de espacios publicitarios"
|
222 |
|
223 |
#: adminmenus.php:279
|
224 |
msgid "How many ads should be shown?"
|
234 |
|
235 |
#: adminmenus.php:287
|
236 |
msgid "Random"
|
237 |
+
msgstr "Aleatorio"
|
238 |
|
239 |
#: adminmenus.php:292
|
240 |
msgid "Widget Title"
|
247 |
#: adminmenus.php:293
|
248 |
#: adminmenus.php:308
|
249 |
msgid "(Leave blank to disable.)"
|
250 |
+
msgstr "(Deje esto espacio en blanco para desactivar la opción.)"
|
251 |
|
252 |
#: adminmenus.php:297
|
253 |
msgid "Ad Sales Page"
|
254 |
+
msgstr "Página de anuncios en venta"
|
255 |
|
256 |
#: adminmenus.php:298
|
257 |
msgid "Do you have a page with statistics and prices?"
|
258 |
+
msgstr "¿Tiene un página con estadísticas y precios?"
|
259 |
|
260 |
#: adminmenus.php:298
|
261 |
msgid "(Default Ads will link here.)"
|
262 |
+
msgstr "Anuncios por defecto se enlazan aquí."
|
263 |
|
264 |
#: adminmenus.php:302
|
265 |
msgid "Default Style"
|
266 |
+
msgstr "Estilo CSS predeterminado"
|
267 |
|
268 |
#: adminmenus.php:303
|
269 |
msgid "Include default ad stylesheet?"
|
270 |
+
msgstr "¿Incluya hoja de estilos predeterminada?"
|
271 |
|
272 |
#: adminmenus.php:303
|
273 |
msgid "Leave checked unless you want to use your own CSS to style the ads. Refer to the documentation for further help."
|
274 |
+
msgstr "Deje esta opción marcada a menos que quiera utilizar su propia hoja de estilos. Refierase a la documentación para ayuda adicional."
|
275 |
|
276 |
#: adminmenus.php:307
|
277 |
msgid "Expiration Email"
|
278 |
+
msgstr "Dirección de correo para recibir las expiraciones"
|
279 |
|
280 |
#: adminmenus.php:308
|
281 |
msgid "Enter your email address if you would like to be emailed when an ad expires."
|
282 |
+
msgstr "Inscriba su dirección de correo electrónico si desea ser notificado cuando un anuncio expira ."
|
283 |
|
284 |
#: adminmenus.php:312
|
285 |
msgid "Pre-Expiration Email"
|
286 |
+
msgstr "Enviar correo antes de la expiración"
|
287 |
|
288 |
#: adminmenus.php:313
|
289 |
msgid "Remind me"
|
290 |
+
msgstr "Recordarme "
|
291 |
|
292 |
#: adminmenus.php:313
|
293 |
msgid "days before an ad expires."
|
294 |
+
msgstr "días antes que un anuncio expire."
|
295 |
|
296 |
#: adminmenus.php:313
|
297 |
msgid "(Emails will be sent to the address specified above.)"
|
298 |
+
msgstr "(Los mensajes serán enviados a la dirección de correo escrita arriba.)"
|
299 |
|
300 |
#: adminmenus.php:317
|
301 |
msgid "Default Ad"
|
302 |
+
msgstr "Anuncio predeterminado"
|
303 |
|
304 |
#: adminmenus.php:318
|
305 |
msgid "Which image should be shown as a placeholder when an ad slot is empty?"
|
306 |
+
msgstr "¿Qué imagen será mostrada cuando una posición de anuncio está vacia?"
|
307 |
|
308 |
#: adminmenus.php:318
|
309 |
msgid "Default"
|
310 |
+
msgstr "Imagen predeterminada."
|
311 |
|
312 |
#: adminmenus.php:323
|
313 |
msgid "Save Changes"
|
314 |
+
msgstr "Guarde los cambios"
|
315 |
|
316 |
#: adminmenus.php:326
|
317 |
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."
|
318 |
+
msgstr "Sus anuncios pueden ser mostrados usando el widget incluído o usando el <strong><?php wp125_write_ads(); ?></strong> etiqueta de plantilla. Puede mostrar un solo anuncio (sin ningún formato) usando <strong><?php wp125_single_ad(<em>num</em>); ?></strong>, dónde <em>num</em> es número de la posición del anuncio."
|
319 |
|
320 |
#: adminmenus.php:357
|
321 |
#: wp125.php:70
|
322 |
msgid "Manage"
|
323 |
+
msgstr "Administración de anuncios"
|
324 |
|
325 |
#: adminmenus.php:360
|
326 |
#: wp125.php:69
|
333 |
|
334 |
#: adminmenus.php:369
|
335 |
msgid "WP125 Homepage"
|
336 |
+
msgstr "Página principal de WP125"
|
337 |
|
338 |
#: wp125.php:50
|
339 |
msgid "WP125"
|
345 |
|
346 |
#: wp125.php:70
|
347 |
msgid "Manage 125x125 Ads"
|
348 |
+
msgstr "Administración de anuncios"
|
349 |
|
350 |
#: wp125.php:71
|
351 |
msgid "Add/Edit 125x125 Ads"
|
352 |
+
msgstr "Agregar y editar anuncios"
|
353 |
|
354 |
#: wp125.php:71
|
355 |
msgid "Add/Edit"
|
356 |
+
msgstr "Agregar y editar"
|
357 |
|
358 |
#: wp125.php:72
|
359 |
msgid "125x125 Ad Settings"
|
360 |
+
msgstr "Opciones de anuncios"
|
361 |
|
translations/wp125-it_IT.mo
ADDED
Binary file
|
translations/wp125-it_IT.po
ADDED
@@ -0,0 +1,362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WP125 in italiano\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp125\n"
|
5 |
+
"POT-Creation-Date: 2009-02-01 21:41+0000\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.com>\n"
|
8 |
+
"Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Poedit-Language: Italian\n"
|
15 |
+
"X-Poedit-Country: ITALY\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
|
18 |
+
#: adminmenus.php:6
|
19 |
+
msgid "Manage Ads"
|
20 |
+
msgstr "Gestione annunci"
|
21 |
+
|
22 |
+
#: adminmenus.php:11
|
23 |
+
msgid "Are you sure you want to deactivate the ad?"
|
24 |
+
msgstr "Sei certo di volere disattivare l'annuncio?"
|
25 |
+
|
26 |
+
#: adminmenus.php:11
|
27 |
+
#: adminmenus.php:24
|
28 |
+
#: adminmenus.php:136
|
29 |
+
msgid "Yes"
|
30 |
+
msgstr "Sì"
|
31 |
+
|
32 |
+
#: adminmenus.php:11
|
33 |
+
#: adminmenus.php:24
|
34 |
+
#: adminmenus.php:136
|
35 |
+
msgid "No!"
|
36 |
+
msgstr "No!"
|
37 |
+
|
38 |
+
#: adminmenus.php:18
|
39 |
+
msgid "Ad deactivated."
|
40 |
+
msgstr "Annuncio disattivato."
|
41 |
+
|
42 |
+
#: adminmenus.php:24
|
43 |
+
msgid "Are you sure you want to reactivate the ad?"
|
44 |
+
msgstr "Sei certo di volere riattivare l'annuncio?"
|
45 |
+
|
46 |
+
#: adminmenus.php:31
|
47 |
+
msgid "Ad activated."
|
48 |
+
msgstr "Annuncio riattivato"
|
49 |
+
|
50 |
+
#: adminmenus.php:35
|
51 |
+
msgid "Active Ads"
|
52 |
+
msgstr "Annunci attivi"
|
53 |
+
|
54 |
+
#: adminmenus.php:35
|
55 |
+
msgid "Inactive Ads"
|
56 |
+
msgstr "Annunci inattivi"
|
57 |
+
|
58 |
+
#: adminmenus.php:39
|
59 |
+
#: adminmenus.php:159
|
60 |
+
#: adminmenus.php:337
|
61 |
+
msgid "Slot"
|
62 |
+
msgstr "Spazio"
|
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 "Numero di click"
|
74 |
+
|
75 |
+
#: adminmenus.php:42
|
76 |
+
#: adminmenus.php:340
|
77 |
+
msgid "Start Date"
|
78 |
+
msgstr "Data di attivazione"
|
79 |
+
|
80 |
+
#: adminmenus.php:43
|
81 |
+
#: adminmenus.php:341
|
82 |
+
msgid "End Date"
|
83 |
+
msgstr "Data di termine"
|
84 |
+
|
85 |
+
#: adminmenus.php:45
|
86 |
+
#: adminmenus.php:357
|
87 |
+
msgid "Add New"
|
88 |
+
msgstr "Aggiungi nuovo"
|
89 |
+
|
90 |
+
#: adminmenus.php:62
|
91 |
+
msgid "N/A"
|
92 |
+
msgstr "N/D"
|
93 |
+
|
94 |
+
#: adminmenus.php:65
|
95 |
+
msgid "Edit"
|
96 |
+
msgstr "Modifica"
|
97 |
+
|
98 |
+
#: adminmenus.php:67
|
99 |
+
msgid "Activate"
|
100 |
+
msgstr "Attiva"
|
101 |
+
|
102 |
+
#: adminmenus.php:69
|
103 |
+
msgid "Deactivate"
|
104 |
+
msgstr "Disattiva"
|
105 |
+
|
106 |
+
#: adminmenus.php:74
|
107 |
+
#: adminmenus.php:353
|
108 |
+
msgid "No ads found."
|
109 |
+
msgstr "Non é stato trovato alcun annuncio."
|
110 |
+
|
111 |
+
#: adminmenus.php:131
|
112 |
+
msgid "Ad"
|
113 |
+
msgstr "Annuncio"
|
114 |
+
|
115 |
+
#: adminmenus.php:131
|
116 |
+
msgid "updated."
|
117 |
+
msgstr "aggiornato."
|
118 |
+
|
119 |
+
#: adminmenus.php:136
|
120 |
+
msgid "Do you really want to delete this ad record? This action cannot be undone."
|
121 |
+
msgstr "Sei certo di volere cancellare il record per questo annuncio? Questa operazione é irreversibile."
|
122 |
+
|
123 |
+
#: adminmenus.php:142
|
124 |
+
msgid "Ad deleted."
|
125 |
+
msgstr "Annuncio cancellato."
|
126 |
+
|
127 |
+
#: adminmenus.php:146
|
128 |
+
msgid "Add/Edit Ads"
|
129 |
+
msgstr "Aggiungi/Modifica annunci"
|
130 |
+
|
131 |
+
#: adminmenus.php:155
|
132 |
+
msgid "Whose ad is this?"
|
133 |
+
msgstr "di chi é questo annuncio?"
|
134 |
+
|
135 |
+
#: adminmenus.php:169
|
136 |
+
msgid "Target URL"
|
137 |
+
msgstr "Target URL"
|
138 |
+
|
139 |
+
#: adminmenus.php:170
|
140 |
+
msgid "Where should the ad link to?"
|
141 |
+
msgstr "link alla pagina "
|
142 |
+
|
143 |
+
#: adminmenus.php:183
|
144 |
+
msgid "Expiration"
|
145 |
+
msgstr "Scadenza"
|
146 |
+
|
147 |
+
#: adminmenus.php:186
|
148 |
+
msgid "I'll remove it manually"
|
149 |
+
msgstr "verrà rimosso manunalmente"
|
150 |
+
|
151 |
+
#: adminmenus.php:187
|
152 |
+
#: adminmenus.php:188
|
153 |
+
#: adminmenus.php:189
|
154 |
+
#: adminmenus.php:190
|
155 |
+
msgid "Days"
|
156 |
+
msgstr "giorni"
|
157 |
+
|
158 |
+
#: adminmenus.php:191
|
159 |
+
msgid "Other"
|
160 |
+
msgstr "altro"
|
161 |
+
|
162 |
+
#: adminmenus.php:193
|
163 |
+
msgid "Month:"
|
164 |
+
msgstr "Mese:"
|
165 |
+
|
166 |
+
#: adminmenus.php:193
|
167 |
+
msgid "Day:"
|
168 |
+
msgstr "Giorno:"
|
169 |
+
|
170 |
+
#: adminmenus.php:193
|
171 |
+
msgid "Year:"
|
172 |
+
msgstr "Anno:"
|
173 |
+
|
174 |
+
#: adminmenus.php:193
|
175 |
+
msgid "Use 00/00/0000 for manual removal."
|
176 |
+
msgstr "Utilizza 00/00/0000 per la rimozione manuale."
|
177 |
+
|
178 |
+
#: adminmenus.php:209
|
179 |
+
msgid "Click Tracking"
|
180 |
+
msgstr "Tracciamento click"
|
181 |
+
|
182 |
+
#: adminmenus.php:210
|
183 |
+
msgid "Count the number of times this ad is clicked"
|
184 |
+
msgstr "Conteggio delle impressioni"
|
185 |
+
|
186 |
+
#: adminmenus.php:215
|
187 |
+
msgid "Ad Image"
|
188 |
+
msgstr "Immagine annuncio"
|
189 |
+
|
190 |
+
#: adminmenus.php:220
|
191 |
+
msgid "Save Ad"
|
192 |
+
msgstr "Salva l'annnuncio"
|
193 |
+
|
194 |
+
#: adminmenus.php:220
|
195 |
+
msgid "Delete Ad"
|
196 |
+
msgstr "Cancella l'annuncio"
|
197 |
+
|
198 |
+
#: adminmenus.php:263
|
199 |
+
#: adminmenus.php:357
|
200 |
+
#: wp125.php:72
|
201 |
+
msgid "Settings"
|
202 |
+
msgstr "Impostazioni"
|
203 |
+
|
204 |
+
#: adminmenus.php:268
|
205 |
+
msgid "Ad Orientation"
|
206 |
+
msgstr "Disposizione annunci"
|
207 |
+
|
208 |
+
#: adminmenus.php:271
|
209 |
+
msgid "One Column"
|
210 |
+
msgstr "una colonna"
|
211 |
+
|
212 |
+
#: adminmenus.php:272
|
213 |
+
msgid "Two Column"
|
214 |
+
msgstr "due colonne"
|
215 |
+
|
216 |
+
#: adminmenus.php:274
|
217 |
+
msgid "How many columns should the ads be displayed in?"
|
218 |
+
msgstr "In quante colonne desideri siano disposti gli annunci?"
|
219 |
+
|
220 |
+
#: adminmenus.php:278
|
221 |
+
msgid "Number of Ad Slots"
|
222 |
+
msgstr "Numero degli spazi pubblicitari"
|
223 |
+
|
224 |
+
#: adminmenus.php:279
|
225 |
+
msgid "How many ads should be shown?"
|
226 |
+
msgstr "Quanti annunci desideri siano mostrati?"
|
227 |
+
|
228 |
+
#: adminmenus.php:283
|
229 |
+
msgid "Ad Order"
|
230 |
+
msgstr "Disposizione degli annunci"
|
231 |
+
|
232 |
+
#: adminmenus.php:286
|
233 |
+
msgid "Normal"
|
234 |
+
msgstr "normale"
|
235 |
+
|
236 |
+
#: adminmenus.php:287
|
237 |
+
msgid "Random"
|
238 |
+
msgstr "casuale"
|
239 |
+
|
240 |
+
#: adminmenus.php:292
|
241 |
+
msgid "Widget Title"
|
242 |
+
msgstr "Titolo widget"
|
243 |
+
|
244 |
+
#: adminmenus.php:293
|
245 |
+
msgid "The title to be displayed in the widget."
|
246 |
+
msgstr "Il titolo che verrà mostrato nel widget."
|
247 |
+
|
248 |
+
#: adminmenus.php:293
|
249 |
+
#: adminmenus.php:308
|
250 |
+
msgid "(Leave blank to disable.)"
|
251 |
+
msgstr "(Lascia in bianco per nessun titolo)"
|
252 |
+
|
253 |
+
#: adminmenus.php:297
|
254 |
+
msgid "Ad Sales Page"
|
255 |
+
msgstr "Pagina vendita spazi pubblicitari"
|
256 |
+
|
257 |
+
#: adminmenus.php:298
|
258 |
+
msgid "Do you have a page with statistics and prices?"
|
259 |
+
msgstr "Hai una pagina contenete i prezzi e le statistiche?"
|
260 |
+
|
261 |
+
#: adminmenus.php:298
|
262 |
+
msgid "(Default Ads will link here.)"
|
263 |
+
msgstr "(gli annunci predefiniti punteranno qui)"
|
264 |
+
|
265 |
+
#: adminmenus.php:302
|
266 |
+
msgid "Default Style"
|
267 |
+
msgstr "Stile predefinito"
|
268 |
+
|
269 |
+
#: adminmenus.php:303
|
270 |
+
msgid "Include default ad stylesheet?"
|
271 |
+
msgstr "Desideri includere il foglio di stile predefinito per gli annunci?"
|
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 "Lascia il segno di spunta nel caso in cui desiderassi fare uso del tuo CSS per lo stile degli annunci. Fai riferimento alla documentazione per ulteriori informazioni."
|
276 |
+
|
277 |
+
#: adminmenus.php:307
|
278 |
+
msgid "Expiration Email"
|
279 |
+
msgstr "Email scadenza"
|
280 |
+
|
281 |
+
#: adminmenus.php:308
|
282 |
+
msgid "Enter your email address if you would like to be emailed when an ad expires."
|
283 |
+
msgstr "Inserisci il tuo indirizzo email qualora desiderassi ricevere una notifica per gli annunci in scadenza."
|
284 |
+
|
285 |
+
#: adminmenus.php:312
|
286 |
+
msgid "Pre-Expiration Email"
|
287 |
+
msgstr "Pre-email di scadenza"
|
288 |
+
|
289 |
+
#: adminmenus.php:313
|
290 |
+
msgid "Remind me"
|
291 |
+
msgstr "Ricordami"
|
292 |
+
|
293 |
+
#: adminmenus.php:313
|
294 |
+
msgid "days before an ad expires."
|
295 |
+
msgstr "giorni prima della scadenza."
|
296 |
+
|
297 |
+
#: adminmenus.php:313
|
298 |
+
msgid "(Emails will be sent to the address specified above.)"
|
299 |
+
msgstr "(le email verranno inviate all'indirizzo specificato qui sopra)"
|
300 |
+
|
301 |
+
#: adminmenus.php:317
|
302 |
+
msgid "Default Ad"
|
303 |
+
msgstr "Annuncio predefinito"
|
304 |
+
|
305 |
+
#: adminmenus.php:318
|
306 |
+
msgid "Which image should be shown as a placeholder when an ad slot is empty?"
|
307 |
+
msgstr "Quale immagine di richiamo desideri sia mostrata negli spazi liberi?"
|
308 |
+
|
309 |
+
#: adminmenus.php:318
|
310 |
+
msgid "Default"
|
311 |
+
msgstr "Predefinita"
|
312 |
+
|
313 |
+
#: adminmenus.php:323
|
314 |
+
msgid "Save Changes"
|
315 |
+
msgstr "Salva le modifiche"
|
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 "I tuoi annunci potranno essere mostrati utilizzando il widget oppure via il template tag <strong><?php wp125_write_ads(); ?></strong>. Inoltre, potrai mostrare un singolo annuncio, senza alcuna formattazione, utilizzando <strong><?php wp125_single_ad(<em>num</em>); ?></strong>, laddove <em>num</em> fa riferimento al numero dello spazio pubblicitario che desideri sia mostrato. Questa funzione potrà esserti utilile qualora il tuo tema non funzionasse propriamente con la formattazione predefinita oppure tu desiderassi mostrare i tuoi annunci in un modo personalizzato."
|
320 |
+
|
321 |
+
#: adminmenus.php:357
|
322 |
+
#: wp125.php:70
|
323 |
+
msgid "Manage"
|
324 |
+
msgstr "Gestione"
|
325 |
+
|
326 |
+
#: adminmenus.php:360
|
327 |
+
#: wp125.php:69
|
328 |
+
msgid "125x125 Ads"
|
329 |
+
msgstr "Annunci 125x125"
|
330 |
+
|
331 |
+
#: adminmenus.php:369
|
332 |
+
msgid "Documentation"
|
333 |
+
msgstr "Documentazione"
|
334 |
+
|
335 |
+
#: adminmenus.php:369
|
336 |
+
msgid "WP125 Homepage"
|
337 |
+
msgstr "WP125 Homepage"
|
338 |
+
|
339 |
+
#: wp125.php:50
|
340 |
+
msgid "WP125"
|
341 |
+
msgstr "WP125"
|
342 |
+
|
343 |
+
#: wp125.php:69
|
344 |
+
msgid "Ads"
|
345 |
+
msgstr "Annunci"
|
346 |
+
|
347 |
+
#: wp125.php:70
|
348 |
+
msgid "Manage 125x125 Ads"
|
349 |
+
msgstr "Gestione annunci 125x125"
|
350 |
+
|
351 |
+
#: wp125.php:71
|
352 |
+
msgid "Add/Edit 125x125 Ads"
|
353 |
+
msgstr "Aggiungi/Modifica annnunci 125x125"
|
354 |
+
|
355 |
+
#: wp125.php:71
|
356 |
+
msgid "Add/Edit"
|
357 |
+
msgstr "Aggiungi/Modifica"
|
358 |
+
|
359 |
+
#: wp125.php:72
|
360 |
+
msgid "125x125 Ad Settings"
|
361 |
+
msgstr "Impostazioni annunci 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 |
|
@@ -119,6 +119,7 @@ $theads = $wpdb->get_results("SELECT * FROM $adtable_name WHERE status = '1' $ex
|
|
119 |
if ($setting_ad_orientation=='1c') {
|
120 |
echo '<div id="wp125adwrap_1c">'."\n";
|
121 |
$arraycount = 0;
|
|
|
122 |
foreach ($theads as $thead){
|
123 |
wp125_CheckAdDate($thead['end_date'], $thead['id'], $thead['pre_exp_email']);
|
124 |
$theslot = $thead['slot'];
|
@@ -130,6 +131,7 @@ srand((float)microtime() * 1000000);
|
|
130 |
shuffle($adguidearray);
|
131 |
$adguidearray_shufflefix = $adguidearray[0]; $adguidearray[0]=''; $adguidearray[]=$adguidearray_shufflefix;
|
132 |
}
|
|
|
133 |
for ($curslot=1; $curslot <= $setting_num_slots; $curslot++) {
|
134 |
$altclass = ( ' odd' != $altclass ) ? ' odd' : ' even';
|
135 |
if (isset($adguidearray[$curslot])) {
|
@@ -142,6 +144,7 @@ echo "</div>\n";
|
|
142 |
if ($setting_ad_orientation=='2c') {
|
143 |
echo '<div id="wp125adwrap_2c">'."\n";
|
144 |
$arraycount = 0;
|
|
|
145 |
foreach ($theads as $thead){
|
146 |
wp125_CheckAdDate($thead['end_date'], $thead['id'], $thead['pre_exp_email']);
|
147 |
$theslot = $thead['slot'];
|
@@ -153,6 +156,7 @@ srand((float)microtime() * 1000000);
|
|
153 |
shuffle($adguidearray);
|
154 |
$adguidearray_shufflefix = $adguidearray[0]; $adguidearray[0]=''; $adguidearray[]=$adguidearray_shufflefix;
|
155 |
}
|
|
|
156 |
for ($curslot=1; $curslot <= $setting_num_slots; $curslot++) {
|
157 |
$altclass = ( ' odd' != $altclass ) ? ' odd' : ' even';
|
158 |
if (isset($adguidearray[$curslot])) {
|
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.4
|
9 |
*/
|
10 |
|
11 |
|
119 |
if ($setting_ad_orientation=='1c') {
|
120 |
echo '<div id="wp125adwrap_1c">'."\n";
|
121 |
$arraycount = 0;
|
122 |
+
if (!empty($theads)) {
|
123 |
foreach ($theads as $thead){
|
124 |
wp125_CheckAdDate($thead['end_date'], $thead['id'], $thead['pre_exp_email']);
|
125 |
$theslot = $thead['slot'];
|
131 |
shuffle($adguidearray);
|
132 |
$adguidearray_shufflefix = $adguidearray[0]; $adguidearray[0]=''; $adguidearray[]=$adguidearray_shufflefix;
|
133 |
}
|
134 |
+
}
|
135 |
for ($curslot=1; $curslot <= $setting_num_slots; $curslot++) {
|
136 |
$altclass = ( ' odd' != $altclass ) ? ' odd' : ' even';
|
137 |
if (isset($adguidearray[$curslot])) {
|
144 |
if ($setting_ad_orientation=='2c') {
|
145 |
echo '<div id="wp125adwrap_2c">'."\n";
|
146 |
$arraycount = 0;
|
147 |
+
if (!empty($theads)) {
|
148 |
foreach ($theads as $thead){
|
149 |
wp125_CheckAdDate($thead['end_date'], $thead['id'], $thead['pre_exp_email']);
|
150 |
$theslot = $thead['slot'];
|
156 |
shuffle($adguidearray);
|
157 |
$adguidearray_shufflefix = $adguidearray[0]; $adguidearray[0]=''; $adguidearray[]=$adguidearray_shufflefix;
|
158 |
}
|
159 |
+
}
|
160 |
for ($curslot=1; $curslot <= $setting_num_slots; $curslot++) {
|
161 |
$altclass = ( ' odd' != $altclass ) ? ' odd' : ' even';
|
162 |
if (isset($adguidearray[$curslot])) {
|