|
| 1 | +<?php |
| 2 | +/* |
| 3 | +* Multi shortener plugin for ajaXplorer by FrenandoAloso |
| 4 | +* based in bit.ly plugin |
| 5 | +*/ |
| 6 | +$mess=array( |
| 7 | +"multi URL Shortener" => "Abbreviare URL Multi", |
| 8 | +"Shorten Download Links before sending them back to the user." => "Abbrevia i link di download prima di mostrarli all'utente.", |
| 9 | +"User ID" => "ID Utente", |
| 10 | +"adF.ly account user ID. The numbers after -= ?id= =- in of your referral program's URL" => "ID dell'utente di adF.ly.\nI numeri dopo -= ?id= =- nell'URL dell'applicativo di riferimento", |
| 11 | +"API Key" => "Chiave API", |
| 12 | +"adF.ly account API Key" => "Chiave API dell'account adF.ly", |
| 13 | +"Type of ADS" => "Tipo di ADS", |
| 14 | +"Type of AD you like to show. Select Fullscreen AD or Top banner AD" => "Tipo di AD che si desidera mostrare.\n Selezionare AD 'Schermo intero' o 'Tob banner'", |
| 15 | +"Short domain" => "Dominio corto", |
| 16 | +"adF.ly or q.gs domains, select wich you like" => "Domini adF.ly o q.gs. Indicare una preferenza.", |
| 17 | +"FullScreen" => "SchermoIntero", |
| 18 | +"Banner" => "Banner", |
| 19 | +"Bit.ly URL Shortener" => "Abbreviatore URL Bit.ly", |
| 20 | +"User Name" => "Nome Utente", |
| 21 | +"Bit.ly account user name" => "Nome utente dell'account su Bit.ly", |
| 22 | +"API Key" => "Chiave API", |
| 23 | +"Bit.ly account API Key" => "Chiave API dell'account Bit.ly", |
| 24 | +"Yourls domain" => "Dominio Yourls", |
| 25 | +"Use IDN" => "Usa IDN", |
| 26 | +"Shorten type" => "Tipo abbreviazione", |
| 27 | +); |
0 commit comments