[ Index ] |
|
Code source de Dotclear 1.2.5 |
1 <?php 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear. 4 # Copyright (c) 2004 Olivier Meunier and contributors. All rights 5 # reserved. 6 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 # 21 # ***** END LICENSE BLOCK ***** 22 # 23 24 25 # DOT NOT MODIFY THIS FILE ! 26 27 28 29 30 $GLOBALS['__l10n']['Login'] = 'Username'; 31 $GLOBALS['__l10n']['Password'] = 'Password'; 32 $GLOBALS['__l10n']['Remember me'] = 'Ricorda i parametri'; 33 $GLOBALS['__l10n']['You must accept cookies in order to use the private area.'] = 'Devi accettare i cookies per utilizzare l\'area di amministrazione.'; 34 $GLOBALS['__l10n']['Login failed. Please try again.'] = 'Autenticazione fallita. Ritentare nuovamente.'; 35 $GLOBALS['__l10n']['ok'] = 'ok'; 36 $GLOBALS['__l10n']['yes'] = 'sì'; 37 $GLOBALS['__l10n']['no'] = 'no'; 38 $GLOBALS['__l10n']['help'] = 'aiuto'; 39 $GLOBALS['__l10n']['Error(s)'] = 'Errore(i)'; 40 $GLOBALS['__l10n']['Entries'] = 'Post'; 41 $GLOBALS['__l10n']['Entry'] = 'Post'; 42 $GLOBALS['__l10n']['Comment'] = 'Commento'; 43 $GLOBALS['__l10n']['Comments'] = 'Commenti'; 44 $GLOBALS['__l10n']['Categories'] = 'Categorie'; 45 $GLOBALS['__l10n']['Editor'] = 'Autore'; 46 $GLOBALS['__l10n']['Editors'] = 'Autori'; 47 $GLOBALS['__l10n']['Preferences'] = 'Preferenze'; 48 $GLOBALS['__l10n']['Tools'] = 'Strumenti'; 49 $GLOBALS['__l10n']['logout'] = 'logout'; 50 $GLOBALS['__l10n']['Close this window'] = 'Chiudi questa finestra'; 51 $GLOBALS['__l10n']['New entry'] = 'Nuovo post'; 52 $GLOBALS['__l10n']['Manage images'] = 'Gestione delle immagini'; 53 $GLOBALS['__l10n']['View blog'] = 'Guarda il blog'; 54 $GLOBALS['__l10n']['List of entries'] = 'Lista dei post'; 55 $GLOBALS['__l10n']['%1$d entries match your search of %2$s.'] = '%1$d post corrispondono alla ricerca di %2$s.'; 56 $GLOBALS['__l10n']['%1$d entrie matches your search of %2$s.'] = '%1$d post corrispondono alla ricerca di %2$s.'; 57 $GLOBALS['__l10n']['Last %d entries.'] = '%d ultimi post.'; 58 $GLOBALS['__l10n']['Offline entries.'] = 'Post non in linea.'; 59 $GLOBALS['__l10n']['Selected entries.'] = 'Post selezionati.'; 60 $GLOBALS['__l10n']['Month'] = 'Mese'; 61 $GLOBALS['__l10n']['Category'] = 'Categoria'; 62 $GLOBALS['__l10n']['No entry'] = 'Nessun post'; 63 $GLOBALS['__l10n']['show all'] = 'mostra tutto'; 64 $GLOBALS['__l10n']['hide all'] = 'nascondi tutto'; 65 $GLOBALS['__l10n']['show/hide'] = 'mostra/nascondi'; 66 $GLOBALS['__l10n']['edit'] = 'modifica'; 67 $GLOBALS['__l10n']['read'] = 'leggi'; 68 $GLOBALS['__l10n']['This entry is online'] = 'Questo post è in linea'; 69 $GLOBALS['__l10n']['This entry is offline'] = 'Questo post non in linea'; 70 $GLOBALS['__l10n']['This entry is selected'] = 'Questo post è selezionato'; 71 $GLOBALS['__l10n']['Online'] = 'Online'; 72 $GLOBALS['__l10n']['Offline'] = 'Offline'; 73 $GLOBALS['__l10n']['%d comment'] = '%d commento'; 74 $GLOBALS['__l10n']['%d comments'] = '%d commenti'; 75 $GLOBALS['__l10n']['%d trackback'] = '%d trackback'; 76 $GLOBALS['__l10n']['%d trackbacks'] = '%d trackbacks'; 77 $GLOBALS['__l10n']['set online'] = 'mettere in linea'; 78 $GLOBALS['__l10n']['set offline'] = 'mettere offline'; 79 $GLOBALS['__l10n']['by %s - in %s'] = 'scritto da %s - categoria %s'; 80 $GLOBALS['__l10n']['Search'] = 'Cerca'; 81 $GLOBALS['__l10n']['View all offline entries'] = 'Mostra tutti i post offline'; 82 $GLOBALS['__l10n']['View all selected entries'] = 'Mostra tutti i post selezionati'; 83 $GLOBALS['__l10n']['Bookmarklet'] = 'Bookmarklet'; 84 $GLOBALS['__l10n']['You can drag the following link to your links bar or add it to your bookmarks and when you "Blog this!" it will open up a popup window with information and a link to the site you\'re currently browsing so you can make a quick post about it.'] = 'Puoi trascinare i link sottostanti sulla tua barra dei collegamenti o nei tuoi bookmarks. Quando cliccherai su "Blog this!", si aprirà una finestra popup con le informazioni e un collegamento al sito che stai guardando in modo che tu possa postare velocemente un articolo a proposito di esso.'; 85 $GLOBALS['__l10n']['Back'] = 'Indietro'; 86 $GLOBALS['__l10n']['Back to entry'] = 'Torna al post'; 87 $GLOBALS['__l10n']['Back to list of entries'] = 'Torna alla lista dei post'; 88 $GLOBALS['__l10n']['XHTML validation'] = 'Validazione codice XHTML'; 89 $GLOBALS['__l10n']['Trackback'] = 'Trackback'; 90 $GLOBALS['__l10n']['Trackbacks'] = 'Trackbacks'; 91 $GLOBALS['__l10n']['View entry'] = 'Mostra il post'; 92 $GLOBALS['__l10n']['You have unsaved changes.'] = 'Hai delle modifiche non salvate.'; 93 $GLOBALS['__l10n']['Format'] = 'Formato'; 94 $GLOBALS['__l10n']['Status'] = 'Stato'; 95 $GLOBALS['__l10n']['Closed'] = 'Chiuso'; 96 $GLOBALS['__l10n']['Open'] = 'Aperto'; 97 $GLOBALS['__l10n']['Selection'] = 'Selezione'; 98 $GLOBALS['__l10n']['Add an image'] = 'Inserisci una immagine'; 99 $GLOBALS['__l10n']['Wiki formatting rules'] = 'Regole di formattazione Wiki'; 100 $GLOBALS['__l10n']['You can use the following shortcuts to refine your layout.'] = 'Puoi usare le seguenti scorciatoie per arricchire il layout di presentazione.'; 101 $GLOBALS['__l10n']['You are not allowed to edit a comment'] = 'Non hai i diritti per modificare un commento'; 102 $GLOBALS['__l10n']['Entry successfully removed'] = 'Il post è stato eliminato con successo'; 103 $GLOBALS['__l10n']['Permanent link'] = 'Permalink'; 104 $GLOBALS['__l10n']['Title'] = 'Titolo'; 105 $GLOBALS['__l10n']['URLed title'] = 'URLed'; 106 $GLOBALS['__l10n']['Use'] = 'Usa'; 107 $GLOBALS['__l10n']['Abstract'] = 'Introduzione'; 108 $GLOBALS['__l10n']['optional'] = 'facoltativa'; 109 $GLOBALS['__l10n']['More options'] = 'Più opzioni'; 110 $GLOBALS['__l10n']['Notepad'] = 'Bloc-notes'; 111 $GLOBALS['__l10n']['Date'] = 'Data'; 112 $GLOBALS['__l10n']['Hour'] = 'Ora'; 113 $GLOBALS['__l10n']['now'] = 'adesso'; 114 $GLOBALS['__l10n']['preview'] = 'anteprima'; 115 $GLOBALS['__l10n']['save'] = 'salva'; 116 $GLOBALS['__l10n']['convert into XHTML'] = 'convertire in XHTML'; 117 $GLOBALS['__l10n']['delete'] = 'cancella'; 118 $GLOBALS['__l10n']['Are you sure you want to delete this entry?'] = 'Sei sicuro di voler cancellare questo post?'; 119 $GLOBALS['__l10n']['Trackbacks list'] = 'Lista dei trackbacks'; 120 $GLOBALS['__l10n']['No trackback'] = 'Nessun trackback'; 121 $GLOBALS['__l10n']['Comments list'] = 'Lista dei commenti'; 122 $GLOBALS['__l10n']['No comment'] = 'Nessun commento'; 123 $GLOBALS['__l10n']['Are you sure you want to delete this comment?'] = 'Sei certo di voler cancellare questo commento?'; 124 $GLOBALS['__l10n']['From'] = 'Da'; 125 $GLOBALS['__l10n']['On %A %e %B %Y, %I:%M %p'] = 'il %A %e %B %Y alle %H:%M'; 126 $GLOBALS['__l10n']['Email'] = 'Email'; 127 $GLOBALS['__l10n']['Site'] = 'Sito'; 128 $GLOBALS['__l10n']['Post a comment'] = 'Invia un commento'; 129 $GLOBALS['__l10n']['Name'] = 'Nome'; 130 $GLOBALS['__l10n']['Notice'] = 'Nota'; 131 $GLOBALS['__l10n']['This comment has to be in HTML format'] = 'Il commento deve essere in formato HTML'; 132 $GLOBALS['__l10n']['Comments listed from most recent to oldest'] = 'Lista dei commenti in ordine cronologico dal più recente'; 133 $GLOBALS['__l10n']['This comment is online'] = 'Questo commento è online'; 134 $GLOBALS['__l10n']['This comment is offline'] = 'Questo commento è offline'; 135 $GLOBALS['__l10n']['Page(s)'] = 'Pagina(e)'; 136 $GLOBALS['__l10n']['No comment yet'] = 'Nessun commento per ora'; 137 $GLOBALS['__l10n']['Edit a comment'] = 'Modifica un commento'; 138 $GLOBALS['__l10n']['next page'] = 'prossima pagina'; 139 $GLOBALS['__l10n']['prev. page'] = 'pagina precedente'; 140 $GLOBALS['__l10n']['Categories list'] = 'Lista delle categorie'; 141 $GLOBALS['__l10n']['New category'] = 'Nuova categoria'; 142 $GLOBALS['__l10n']['No category yet'] = 'Nessuna categoria per il momento'; 143 $GLOBALS['__l10n']['Move %s up'] = 'Sposta %s verso l\'alto'; 144 $GLOBALS['__l10n']['Move %s down'] = 'Sposta %s verso il basso'; 145 $GLOBALS['__l10n']['%d entry'] = '%d post'; 146 $GLOBALS['__l10n']['%d entries'] = '%d post'; 147 $GLOBALS['__l10n']['Drag items to change their positions.'] = 'Trascina gli elementi per cambiare la loro posizione.'; 148 $GLOBALS['__l10n']['Are you sure you want to delete this category?'] = 'Sei sicuro di voler cancellare questa directory?'; 149 $GLOBALS['__l10n']['Position'] = 'Posizione'; 150 $GLOBALS['__l10n']['save order'] = 'salva l\'ordine'; 151 $GLOBALS['__l10n']['Reorder categories'] = 'Riordinare le categorie'; 152 $GLOBALS['__l10n']['Description'] = 'Descrizione'; 153 $GLOBALS['__l10n']['Category has been created'] = 'La categoria è stata creata'; 154 $GLOBALS['__l10n']['Category has been updated'] = 'La categoria è stata aggiornata'; 155 $GLOBALS['__l10n']['Category has been deleted'] = 'La categoria è stata cancellata'; 156 $GLOBALS['__l10n']['Cannot delete category'] = 'Impossibile cancellare la categoria'; 157 $GLOBALS['__l10n']['List of editors'] = 'Lista degli autori'; 158 $GLOBALS['__l10n']['New editor'] = 'Nuovo autore'; 159 $GLOBALS['__l10n']['administrator'] = 'amministratore'; 160 $GLOBALS['__l10n']['advanced editor'] = 'redattore avanzato'; 161 $GLOBALS['__l10n']['editor'] = 'autore'; 162 $GLOBALS['__l10n']['inactive'] = 'inattivo'; 163 $GLOBALS['__l10n']['Are you sure you want to delete this editor?'] = 'Sei sicuro di cancellare questo autore?'; 164 $GLOBALS['__l10n']['Editor creation'] = 'Creazione di un autore'; 165 $GLOBALS['__l10n']['Update of editor %s'] = 'Aggioramento dell\'autore %s'; 166 $GLOBALS['__l10n']['Note: Login must be letters or numbers.'] = 'Nota: lo username deve essere composto esclusivamente da caratteri alfanumerici.'; 167 $GLOBALS['__l10n']['Firstname'] = 'Nome'; 168 $GLOBALS['__l10n']['Leave empty to keep password intact'] = 'Lasciare il campo vuoto per mantenere la password invariata'; 169 $GLOBALS['__l10n']['Level'] = 'Livello'; 170 $GLOBALS['__l10n']['You are about to update you own profile. You will be disconnected after changes.'] = 'Stai per modificare il profilo. Dopo averlo aggiornato sarai disconnesso.'; 171 $GLOBALS['__l10n']['Editor created'] = 'Autore creato'; 172 $GLOBALS['__l10n']['Editor updated'] = 'Autore aggiornato'; 173 $GLOBALS['__l10n']['Editor deleted'] = 'Autore cancellato'; 174 $GLOBALS['__l10n']['User preferences'] = 'Preferenze'; 175 $GLOBALS['__l10n']['Nickname'] = 'Nickname'; 176 $GLOBALS['__l10n']['Prefered edit format'] = 'Formato di scrittura prefefinito'; 177 $GLOBALS['__l10n']['Default publication status'] = 'Stato di pubblicazione di default'; 178 $GLOBALS['__l10n']['Prefered category'] = 'Categoria preferita'; 179 $GLOBALS['__l10n']['Language'] = 'Lingua'; 180 $GLOBALS['__l10n']['Entry edit field height'] = 'Altezza dell\'area di scrittura del post'; 181 $GLOBALS['__l10n']['Number of hours between user\'s local time and the server time'] = 'Fuso orario presente tra l\'ora dell\'utente e l\'ora del server'; 182 $GLOBALS['__l10n']['Server time is %s'] = 'L\'ora del server è %s'; 183 $GLOBALS['__l10n']['Entry validation'] = 'Validazione del post'; 184 $GLOBALS['__l10n']['Comment validation'] = 'Validazione del commento'; 185 $GLOBALS['__l10n']['Cannot connect to server.'] = 'Impossibile connettersi al server.'; 186 $GLOBALS['__l10n']['Valid entry'] = 'Post valido'; 187 $GLOBALS['__l10n']['Valid comment'] = 'Commento valido'; 188 $GLOBALS['__l10n']['Invalid entry'] = 'Post non valido'; 189 $GLOBALS['__l10n']['Invalid comment'] = 'Commento non valido'; 190 $GLOBALS['__l10n']['Errors list'] = 'Lista degli errori'; 191 $GLOBALS['__l10n']['Validation done with %s'] = 'Validazione effettuata con %s'; 192 $GLOBALS['__l10n']['Directory %s is not writable. Check permissions.'] = 'La directory %s non è accessibile in scrittura. Controllare i permessi.'; 193 $GLOBALS['__l10n']['Directory %s does not exist.'] = 'La cartella %s non esiste.'; 194 $GLOBALS['__l10n']['Upload an image'] = 'Trasferire un\'immagine'; 195 $GLOBALS['__l10n']['Choose a file (max size %s)'] = 'Scegli un file (dimensione massima di %s)'; 196 $GLOBALS['__l10n']['send'] = 'invia'; 197 $GLOBALS['__l10n']['New directory'] = 'Nuova directory'; 198 $GLOBALS['__l10n']['Your images'] = 'Le tue immagini'; 199 $GLOBALS['__l10n']['Image does not exist'] = 'L\'immagine non esiste'; 200 $GLOBALS['__l10n']['Unable to delete image'] = 'Impossibile cancellare l\'immagine'; 201 $GLOBALS['__l10n']['Image deleted'] = 'Immagine cancellata'; 202 $GLOBALS['__l10n']['Image uploaded'] = 'Immagine aggiornata'; 203 $GLOBALS['__l10n']['File size exceeds the authorized limit'] = 'La dimensione del file supera i limiti stabiliti'; 204 $GLOBALS['__l10n']['File was only partially uploaded'] = 'Il file è stato trasferito solo parzialmente'; 205 $GLOBALS['__l10n']['No file'] = 'Nessun file'; 206 $GLOBALS['__l10n']['The file %s is not an image'] = 'Il file %s non è una immagine'; 207 $GLOBALS['__l10n']['An error occured while uploading the image'] = 'Si è verificato un errore durante l\'upload dell\'immagine'; 208 $GLOBALS['__l10n']['Wrong image type'] = 'Tipo di immagine non corretto'; 209 $GLOBALS['__l10n']['Image is too large'] = 'L\'immagine è troppo grande'; 210 $GLOBALS['__l10n']['No file yet'] = 'Nessun file presente per ora'; 211 $GLOBALS['__l10n']['No thumbnail'] = 'Miniatura non presente'; 212 $GLOBALS['__l10n']['Try to create thumbnail'] = 'Cerca di creare una miniatura'; 213 $GLOBALS['__l10n']['Are you sure you want to delete this %s?'] = 'Sei sicuro di voler cancellare questo/a %s?'; 214 $GLOBALS['__l10n']['directory'] = 'cartella'; 215 $GLOBALS['__l10n']['file'] = 'file'; 216 $GLOBALS['__l10n']['link'] = 'collegamento'; 217 $GLOBALS['__l10n']['Pings'] = 'Pings'; 218 $GLOBALS['__l10n']['Auto discovery of ping URLs'] = 'Auto discover degli indirizzi da pingare'; 219 $GLOBALS['__l10n']['Insert here URLs to ping'] = 'Inserire qua gli indirizzi da pingare'; 220 $GLOBALS['__l10n']['Summary to send'] = 'Introduzione da inviare'; 221 $GLOBALS['__l10n']['Ping URLs'] = 'Url da pingare'; 222 $GLOBALS['__l10n']['Previous pings sent'] = 'Ping effettuati'; 223 $GLOBALS['__l10n']['No ping yet'] = 'Nessun ping per il momento'; 224 $GLOBALS['__l10n']['Result'] = 'Risultato'; 225 $GLOBALS['__l10n']['Back to tools'] = 'Torna indietro agli strumenti'; 226 $GLOBALS['__l10n']['Cannot open file'] = 'Impossibile aprire il file'; 227 $GLOBALS['__l10n']['Plugin not valid'] = 'Plugin non valido'; 228 $GLOBALS['__l10n']['This plugin still exists. Delete it before.'] = 'Il plugin esiste già. Rimuoverlo prima di continuare.'; 229 $GLOBALS['__l10n']['An error occured while downloading the file.'] = 'Si è verificato un errore durante il download del file.'; 230 $GLOBALS['__l10n']['An error occured while writing the file.'] = 'Si è verificato un errore nella scrittura del file.'; 231 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Feb 23 21:40:15 2007 | par Balluche grâce à PHPXref 0.7 |