it_IT.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:26k
源码类别:

Ajax

开发平台:

Others

  1. Localization.define('it_IT') do |l|
  2.   # General
  3.   l.store "your blog", "il tuo blog"
  4.   l.store "Typo admin", "amministrazione typo"
  5.   l.store "Publish", "Pubblica"
  6.   l.store "Manage", "Gestisci"
  7.   l.store "Feedback", "Commenti"
  8.   l.store "Design", "Temi"
  9.   l.store "%d Users", ["Utente", "%d Utenti"]
  10.   l.store "Settings", "Configurazione"
  11.   l.store "Things you can do", "Cose che puoi fare"
  12.   l.store "with %s Famfamfam iconset %s", "con %s le icone Famfamfam %s"
  13.   
  14.   #admin/login.rhtml
  15.   l.store "Username", "Nome Utente"
  16.   l.store "Password", "Password"
  17.   l.store "Login", "Login"
  18.   l.store "Back to ", "Torna al "
  19.   # admin/logout.rhtml
  20.   l.store "You are now logged out of the system", "Sei uscito dall'amministrazione"
  21.   l.store "Do you want to go to your blog?", "Vuoi andare al tuo blog?"
  22.   l.store "Successfully logged out", "Sei correttamente uscito"
  23.   l.store "Logoff", "Esci"
  24.   
  25.   # admin/signup.rhtml
  26.   l.store "Signup", "Iscrizione"
  27.   l.store "Desired login", "Nome utente"
  28.   l.store "Display name", "Nome visualizzato"
  29.   l.store "Email", "Email"
  30.   l.store "Choose password", "Password"
  31.   l.store "Confirm password", "Conferma password"
  32.   
  33.   # admin/dashboard/index.rhtml
  34.   l.store "What can you do ?", "Cosa puoi fare?"
  35.   l.store "Write a post", "Scrivere Articoli"
  36.   l.store "Write Page", "Creare Pagine"
  37.   l.store "Update your profile or change your password", "Aggiornare il tuo profilo o cambiare la tua password"
  38.   l.store "Change you blog presentation", "Cambiare l'aspetto del tuo blog"
  39.   l.store "Enable plugins", "Aggiungere plugins"
  40.   l.store "Last Comments", "Ultimi commenti"
  41.   l.store "Last posts", "Ultimi articoli"
  42.   l.store "Most popular", "I più popolari"
  43.   l.store "Typo documentation", "Documentazione ufficale Typo"
  44.   l.store "No comments yet", "Nessun commento"
  45.   
  46.   #admin/base/recent_comments.rhtml
  47.   l.store "Recent comments", "Commenti recenti"
  48.   #admin/base/recent_trackbacks.rhtml
  49.   l.store "Recent trackbacks", "Trackbacks recenti"
  50.   
  51.   #admin/blacklist/_blacklis_patterns.rhtml
  52.   l.store "Pattern", "Modello"
  53.   l.store "Type", "Tipo"
  54.   l.store "Edit", "Modifica"
  55.   l.store "Delete", "Elimina"
  56.   
  57.   #admin/blacklist/_form.rhtml
  58.   l.store "String", "Stringa"
  59.   l.store "Regex", "Espressione regolare"
  60.   
  61.   #admin/blacklist/_quick_post.rhtml
  62.   l.store "Add pattern", "Aggiungi modello"
  63.   l.store "Cancel", "Annulla"
  64.   l.store "Store", "Salva"
  65.   l.store "or", "o"
  66.   
  67.   #admin/blacklist/destroy.rhtml
  68.   l.store "Blacklist Patterns", "Lista nera"
  69.   l.store "Show this pattern", "Vedi modello"
  70.   l.store "Are you sure you want to delete this item?", "Sei sicuro di voler eliminare questo elemento?"
  71.   
  72.   #admin/blacklist/edit.rhtml
  73.   l.store "Editing pattern", "Modifica modello"
  74.   
  75.   #admin/blacklist/list.rhtml
  76.   l.store "Create new Blacklist", "Aggiungi nuova lista nera"
  77.   
  78.   #admin/cache/list.rhtml
  79.   l.store "Cache", "Cache"
  80.   
  81.   #admin/categories/_categories.rhtml
  82.   l.store "Category title", "Nome della categoria"
  83.   l.store "%d Articles", ["Categoria", "%d Categorie"]
  84.   
  85.   #admin/categories/_form.rhtml
  86.   l.store "Name", "Nome"
  87.   
  88.   #admin/categories/_quick_post.rhtml
  89.   l.store "Title", "Titolo"
  90.   l.store "Add category", "Aggiungi categoria"
  91.   
  92.   #admin/categorie/destroy.rhtml
  93.   l.store "%d Categories", ["Categoria", "%d Categorie"]
  94.   l.store "Show this category", "Mostra questa categoria"
  95.   l.store "Delete this category", "Elimina questa categoria"
  96.   l.store "Are you sure you want to delete the category ", "Sei sicuro di voler eliminare questa categoria "
  97.   #admin/category/list.html.erb
  98.   l.store "add new", "aggiungi nuovo"
  99.   l.store "Profile", "Profilo"
  100.   
  101.   #admin/category/edit.rhtml
  102.   l.store "Editing category", "Modifica categoria" 
  103.   
  104.   #admin/category/list.rhtml
  105.   l.store "Manage Categories", "Gestisci categorie"
  106.   l.store "Create new category", "Crea una nuova categoria"
  107.   l.store "Reorder", "Riordina"
  108.   l.store "Sort alphabetically", "Ordina alfabeticamente"
  109.   l.store "Manage Articles", "Gestisci gli articoli"
  110.   l.store "Manage Pages", "Gestisci le pagine"
  111.   l.store "Manage Resources", "Gestici le risorse"
  112.   
  113.   #admin/category/reorder.rhtml
  114.   l.store "(Done)", "(Termina)"
  115.   
  116.   #admin/category/show
  117.   l.store "Edit this category", "Modifica questa categoria"
  118.   l.store "Articles in", "Articoli in"
  119.   #admin/comments/_form.rhtml
  120.   l.store "Author", "Autore"
  121.   l.store "Url", "Sito"
  122.   l.store "Body", "Messaggio" 
  123.   
  124.   #admin/comments/comments.rhtml
  125.   l.store "on", "su"
  126.   #admin/comments/destroy.rhtml
  127.   l.store "Comments for", "Commenti per"
  128.   
  129.   #admin/comments/edit.rhtml
  130.   l.store "Show this comment", "Mostra questo commento"
  131.   l.store "View comment on your blog", "Visualizza commento sul blog"
  132.   l.store "Editing comment", "Modifica commento"
  133.   
  134.   #admin/comments/list.rhtml
  135.   l.store "IP", "IP"
  136.   l.store "Posted date", "Data di inserimento"
  137.   
  138.   #admin/comments/new.rhtml
  139.   l.store "Creating comment", "Creazione commento"
  140.   
  141.   #admin/content/_articles.rhtml
  142.   l.store "Posts", "Articoli"
  143.   l.store "Uploads", "Uploads"
  144.   l.store "Post title", "Titolo articolo"
  145.   l.store "Posted at", "Data pubblicazione"
  146.   l.store "%d Comments", ["Commento", "%d Commenti"]
  147.   l.store "%d Trackbacks", ["Trackback", "%d Trackbacks"]
  148.   l.store "View", "Vedi"
  149.   l.store "Status", "Stato"
  150.   l.store "Offline", "Offline"
  151.   l.store "Online", "Online"
  152.   l.store "no trackbacks", "nessun trackback"
  153.   l.store "no comments", "nessun commento"
  154.   l.store "Options", "Opzioni"
  155.   
  156.   #admin/content/_attachment.rhtml
  157.   l.store "Remove", "Elimina"
  158.   l.store "Really delete attachment", "Vuoi realmente eliminare l'allegato"
  159.   l.store "Add Another Attachment", "Aggiungi un'altro allegato"
  160.   
  161.   #admin/content/_form.rhtml
  162.   l.store "Article Body", "Contenuto articolo"
  163.   l.store "Post", "Contenuto"
  164.   l.store "Optional extended content", "Contenuto esteso opzionale"
  165.   l.store "Optional Extended Content", "Contenuto Esteso Opzionale"
  166.   l.store "Article Content", "Contenuto Articolo"
  167.   l.store "Extended Content", "Contenuto esteso"
  168.   l.store "%d Tags", ["Tag", "%d Tags"]
  169.   l.store "Save", "Salva"
  170.   l.store "Article Attachments", "Allegati articolo"
  171.   l.store "Article Options", "Opzioni articolo"
  172.   l.store "Permalink", "Permalink"
  173.   l.store "Allow comments", "Permetti commenti"
  174.   l.store "Allow trackbacks", "Permetti trackbacks"
  175.   l.store "Published", "Pubblicato"
  176.   l.store "Publish at", "Pubblicato il"
  177.   l.store "Textfilter", "Formato testo"
  178.   l.store "Toggle Extended Content", "Mostra contenuto esteso"
  179.   
  180.   #admin/content/_pages.rhtml
  181.   l.store "Previous page", "Pagina precedente"
  182.   l.store "Next page", "Pagina successiva"
  183.   
  184.   #admin/content/_show_categories.rhtml
  185.   l.store "Currently this article is listed in following categories", "Questo articolo e' presente nelle seguenti categorie"
  186.   l.store "You can add it to the following categories", "Puoi aggiungerlo alle seguenti categorie"
  187.   
  188.   #admin/content/_show_ressources.rhtml
  189.   l.store "Currently this article has the following resources", "Questo articolo ha le seguenti risorse"
  190.   l.store "You can associate the following resources", "Puoi associare le seguenti risorse"
  191.   
  192.   #admin/content/destroy.rhtml
  193.   l.store "Show this article", "Vedi l'articolo"
  194.   l.store "Are you sure you want to delete this article", "Sei sicuro di voler eliminare questo articolo"
  195.   l.store "Delete this article", "Elimina articolo"
  196.   
  197.   #admin/content/edit.rhtml
  198.   l.store "Edit Article", "Modifica articolo"
  199.   l.store "View article on your blog", "Guarda l'articolo sul blog"
  200.   #admin/content/new.rhtml
  201.   l.store "Write a Page", "Scrivi un pagina"
  202.   l.store "Write an Article", "Scrivi un articolo"
  203.   #admin/content/preview.rhtml
  204.   l.store "Posted by", "Scritto da"
  205.   
  206.   #admin/content/show.rhtml
  207.   l.store "Preview Article", "Anteprima articolo"
  208.   l.store "Edit this article", "Modifica questo articolo"
  209.   l.store "Last updated", "Ultimo aggiornamento"
  210.   l.store "Attachments", "Allegati"
  211.   
  212.   #admin/feedback/list.rhtml
  213.   l.store "Limit to spam", "Limita a spam"
  214.   l.store "Limit to unconfirmed", "Limita a non confermati"
  215.   l.store "Limit to unconfirmed spam", "Limita a spam non confermato"
  216.   l.store "Blacklist", "Blacklist"
  217.   l.store "Feedback Search", "Ricerca feedback"
  218.   l.store "Comments and Trackbacks for", "Commenti e trackbacks per"
  219.   l.store "Deleted %s item(s)", "Eliminati %s elementi"
  220.   l.store "Delete Checked Items", "Elimina gli elementi selezionati"
  221.   l.store "Mark Checked Items as Ham", "Segna come confermati"
  222.   l.store "Mark Checked Items as Spam", "Segna come spam"
  223.   l.store "Confirm Classification of Checked Items", "Conferma classificazione degli elementi selezionati"
  224.   l.store "Confirmed classification of %s item(s)", "Conferma classificazione di %s elementi"
  225.   l.store "Not implemented", "Non implementato"
  226.   l.store "Search Comments and Trackbacks that contain", "Cerca commenti o trackback che contengono"
  227.   l.store "Search", "Cerca"
  228.   l.store "Comment Excerpt", "Contenuto commento"
  229.  
  230.   #admin/general/task
  231.   l.store "Basic settings", "Configurazione base"
  232.   l.store "Advanced settings", "Configurazione avanzata"
  233.   l.store "Blog advanced settings", "Settaggi avanzati del blog"
  234.   
  235.   #admin/general/index.rhtml
  236.   l.store "Blog settings", "Configurazione blog"
  237.   l.store "Which settings group would you like to edit", "Quale gruppo di settaggi vuoi modificare "
  238.   l.store "General settings", "Configurazione generale"
  239.   l.store "General Settings", "Configurazione generale"
  240.   l.store "Read", "Mostra"
  241.   l.store "Write", "Scrivi"
  242.   l.store "Discuss", "Discussione"
  243.   l.store "Notification", "Notifice"
  244.   l.store "Spam Protection", "Protezione spam"
  245.   l.store "Resource Settings", "Configurazione risorse"
  246.   l.store "Cache", "Cache"
  247.   l.store "Blog name", "Nome blog"
  248.   l.store "Blog subtitle", "Sottotitolo del blog"
  249.   l.store "Language", "Lingua"
  250.   l.store "This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!", "Queste opzioni ti permettono di scegliere tra una amministrazione semplice o quella completa, mostrando maggiori opzioni anche complicate da usare. Solo per utenti esperti!!"
  251.   l.store "Blog URL", "Indirizzo Blog"
  252.   l.store "Latitude, Longitude", "Latitudine, Longitudine"
  253.   l.store "Display", "Mostra"
  254.   l.store "your lattitude and longitude", "la tua latitudine e longitudine"
  255.   l.store "exemple", "esempio"
  256.   l.store "Search Engine Optimisation", "Ottimizzazione motori di ricerca"
  257.   l.store "Show blog name", "Mostra nome blog"
  258.   l.store "At the beginning of page title", "All'inizio della titolo pagina"
  259.   l.store "At the end of page title", "Alla fine del titolo pagina"
  260.   l.store "Don't show blog name in page title", "Non mostrare il nome del blog nel titolo pagina"
  261.   l.store "Save Settings", "Salva configurazione"
  262.   l.store "articles on my homepage by default", "articoli nella homepage"
  263.   l.store "articles in my news feed by default", "articoli nei miei rss feed"
  264.   l.store "Show full article on feed", "Visualizza articolo completo su feed"
  265.   l.store "Article filter", "Filtra articolo"
  266.   l.store "Comments filter", "Filtra commenti"
  267.   l.store "When publishing articles, Typo can send trackbacks to websites that you link to. This should be disabled for private blogs as it will leak non-public information to sites that you're discussing. For public blogs, there's no real point in disabling this.", "Quando pubblichi gli articoli, e' possibile inviare trackback ai siti di cui fornisci l'url. E' possibile disabilitare questa funzione nel caso di blog privato di cui non si vogliono condividere le informazioni. Per blog pubblici non esiste una necessita' reale di disabilitare questa funzione."
  268.   l.store "Send trackbacks", "Invia trackbacks"
  269.   l.store "URLs to ping automatically", "Indirizzi da pingare automaticamente"
  270.   l.store "This setting allows you to disable trackbacks for every article in your blog. It won't remove existing trackbacks, but it will prevent any further attempt to add a trackback anywhere on your blog.", "Questo settaggio ti permette di disabilitare i trackbacks sugli articoli. Non rimuovera' i trackback esistenti, ma ti proteggera' in futuro."
  271.   l.store "Disable trackbacks site-wide" ,"Disattiva globalmente trackbacks"
  272.   l.store "Enable Trackbacks by default", "Abilita Trackbacks come default"
  273.   l.store "You can enable site wide feeback moderation. If you do so, no comment or trackback will appear on your blog unless you validate it", "Puoi abilitare in modo globale la moderazione dei feedback. Se fai cio', nessun commento o trackback apparira' sul tuo blog se tu non lo autorizzi."
  274.   l.store "Enable feedback moderation", "Abilita la moderazione dei feedback"
  275.   l.store "Enable comments by default", "Abilita commenti di defaault"
  276.   l.store "Show your email address", "Mostra il tuo indirizzo mail"
  277.   l.store "Enable gravatars", "Abilita gravatars"
  278.   l.store "You can optionally disable non-Ajax comments. Typo will always use Ajax for comment submission if Javascript is enabled, so non-Ajax comments are either from spammers or users without Javascript.", "Puoi disabilitare i commenti non Ajax. Il blog usera' Ajax per l'invio dei commenti se i Javascript sono abilitati, in questo modo i commenti non Ajax saranno bloccati dagli spammer e dagli utenti senza javascript."
  279.   l.store "Allow non-ajax comments", "Abilita commenti non Ajax"
  280.   l.store "Disable comments after", "Disabilita commenti dopo "
  281.   l.store "Set to 0 to never disable comments", "Usa 0 per non disabilitare mai i commenti"
  282.   l.store "Typo will automatically reject comments and trackbacks which contain over a certain amount of links in them", "Il blog cancellera' automaticamente commenti e trackbacks che contengono un certo numero di link"
  283.   l.store "Max Links", "Max Links"
  284.   l.store "Set to 0 to never reject comments", "Inserisci 0 per accettare sempre i commenti."
  285.   l.store "Typo can notify you when new articles or comments are posted", "Il blog puo' notificarti l'inserimento di un nuovo articolo e/o commento"
  286.   l.store "Source Email", "Indirizzo mittente mail"
  287.   l.store "Email address used by Typo to send notifications", "Indirizzo email usato dal blog per inviare le notifiche"
  288.   l.store "Jabber account", "Account Jabber"
  289.   l.store "Spam protection", "Protezione contro lo spam"
  290.   l.store "Enabling spam protection will make typo compare the IP address of posters as well as the contents of their posts against local and remote blacklists. Good defense against spam bots", "Abilitando la protezione contro lo spam fa si che il blog compari gli IP di chi invia i commenti e anche il loro contenuto con una blacklist remota. E' una buona difesa contro gli spam robot"
  291.   l.store "Enable spam protection", "Abilita la protezione spam"
  292.   l.store "Typo can (optionally) use the %s spam-filtering service. You need to register with Akismet and receive an API key before you can use their service. If you have an Akismet key, enter it here", "Il blog puo' opzionalmente utilizzare %s come filtro spam. Registrati ad Akismet e reiceverai una chiave API prima di poter utilizzare il loro servizio. Se hai una chiave Akismet, inseriscila qui"
  293.   l.store "Akismet Key", "Chiave Akismet"
  294.   l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "Le impostazioni di seguito agiscono come default quando si sceglie di pubblicare delle risorse con metadati iTunes"
  295.   l.store "Subtitle", "Sottotitolo"
  296.   l.store "Summary", "Riassunto"
  297.   l.store "Setting for channel", "Configurazione per il canale"
  298.   l.store "Optional Name", "Nome opzionale"
  299.   l.store "Not published by Apple", "Non pubblicato da Apple"
  300.   l.store "Copyright Information", "Informazioni sul Copyright"
  301.   l.store "Explicit", "Contenuto esplicito"
  302.   l.store "Empty Fragment Cache", "Svuota la cache"
  303.   l.store "Rebuild cached HTML", "Ricostruisci l'html in cache"
  304.   l.store "days", "giorni"
  305.   
  306.   #admin/general/update_database
  307.   l.store "Database migration", "Migrazione del database"
  308.   l.store "Information", "Informazioni"
  309.   l.store "Current database version", "Versione corrente del database"
  310.   l.store "New database version", "Nuova versione del database"
  311.   l.store "Your database supports migrations", "Il tuo database supporta le migrazioni"
  312.   l.store "yes", "si"
  313.   l.store "no", "no"
  314.   l.store "Needed migrations", "Necessarie migrazioni"
  315.   l.store "You are up to date!", "Aggiornato!"
  316.   l.store "Update database now", "Aggiorna il tuo database ora"
  317.   l.store "may take a moment", "attendi alcuni istanti"
  318.   l.store "config updated.", "Configurazione aggiornata."
  319.   
  320.   #admin/pages/_form.rhtml
  321.   l.store "Page Body", "Contenuto della pagina"
  322.   l.store "Page Content", "Contenuto della pagina"
  323.   l.store "Location", "Link permanente"
  324.   l.store "Page Options", "Opzioni pagina"
  325.   
  326.   #admin/pages/_pages.rhtml
  327.   l.store "Action", "Azioni"
  328.   l.store "Pages","Pagine"
  329.   l.store "Show this page", "Mostra questa pagina"
  330.   l.store "Are you sure you want to delete the page", "Sei sicuro di voler eliminare questa pagina"
  331.   l.store "Delete this page", "Elimina questa pagina"
  332.   
  333.   #admin/pages/edit.rhtml
  334.   l.store "Create new page", "Crea una nuova pagina"
  335.   l.store "View page on your blog", "Visualizza pagina sul blog"
  336.   l.store "Editing page", "Modifica pagina"
  337.   l.store "Manage Text Filters", "Gestisci i filtri del testo"
  338.   
  339.   #admin/pages/show.rhtml
  340.   l.store "Edit this page", "Modifica questa pagina"
  341.   l.store "by", "da"
  342.   
  343.   #admin/ressources/_metadata_add.rhtml
  344.   l.store "Resource MetaData", "Risorse metadata"
  345.   l.store "Set iTunes metadata for this enclosure", "Setta i metadata iTunes per questa risorsa"
  346.   l.store "Duration", "Durata"
  347.   l.store "Key Words", "Parole chiave"
  348.   l.store "seperate with spaces", "séparez-les par des espaces"
  349.   l.store "Category", "Catégorie"
  350.   
  351.   #admin/resources/_metadata_edit.rhtml
  352.   l.store "Remove iTunes Metadata", "Rimuovi i metadata iTunes"
  353.   l.store "Content Type", "Tipo di contenuto"
  354.   
  355.   #admin/resources/_resources.rhtml
  356.   l.store "Filename", "Nome del file"
  357.   l.store "right-click for link", "clicca col destro per il link"
  358.   l.store "MetaData", "MetaData"
  359.   l.store "File Size", "Dimensione"
  360.   l.store "Uploaded", "Inviato"
  361.   l.store "Edit MetaData", "Modifica MetaData"
  362.   l.store "Add MetaData", "Aggiungi MetaData"
  363.   #admin/resources/destroy.rhtml
  364.   l.store "File Uploads", "Invia file"
  365.   l.store "Upload a new File", "Invia un nuovo file"
  366.   l.store "Are you sure you want to delete this file", "Sei sicuro di voler eliminare questo file"
  367.   l.store "Delete this file from the webserver?", "Eliminare questo file dal webserver ?"
  368.   #admin/resources/new.rhtml
  369.   l.store "Upload a File to your Site", "Invia un file al tuo sito"
  370.   l.store "Upload", "Invia"
  371.   l.store "Upload a new Resource", "Invia una nuova risorsa"
  372.   l.store "File", "File"
  373.   
  374.   #admin/sidebar/_avaliables.rhtml
  375.   l.store "You have no plugins installed", "Non hai plugins installati"
  376.   
  377.   #admin/sidebar/_publish.rhtml
  378.   l.store "Changes published", "Modifiche pubblicate"
  379.   
  380.   #admin/sidebar/_target.rhtml
  381.   l.store "Drag some plugins here to fill your sidebar", "Trascina alcuni plugins qui per popolare la tua sidebar"
  382.   
  383.   #admin/sidebar/index.rhtml
  384.   l.store "Choose a theme", "Seleziona un tema"
  385.   l.store "Drag and drop to change the sidebar items displayed on this blog.  To remove items from the sidebar just click remove  Changes are saved immediately, but not activated until you click the 'Publish' button", "Trascina e rilascia per cambiare gli elementi visualizzati nella sidebar del tuo blog. Per rimuorverli clicca su annulla Cambiamenti perche' comunque non sono salvati automaticamente ma devi cliccare il bottone 'Pubblica'"
  386.   l.store "Publish changes", "Pubblica cambiamenti"
  387.   l.store "Available Items", "Elementi disponibili"
  388.   l.store "Active Sidebar items", "Attiva elementi Sidebar"
  389.   #admin/textfilters/_form.rhtml
  390.   l.store "Description", "Descrizione"
  391.   l.store "Markup type", "Tipo di markup"
  392.   l.store "Post-processing filters", "Filtri di dopo il produzione"
  393.   l.store "Parameters", "Parametri"
  394.   
  395.   #admin/textfilters/_macros.rhtml
  396.   l.store "Show Help", "Mostra l'aiuto"
  397.   
  398.   #admin/textfilters/_textfilters.rhtml
  399.   l.store "Markup", "Markup"
  400.   l.store "Filters", "Filtri"
  401.   
  402.   #admin/textfilters/destroy.rhtml
  403.   l.store "Text Filters", "Filtri testo"
  404.   l.store "Are you sure you want to delete this filter", "Sei sicuro di voler eliminare questo filtro"
  405.   l.store "Delete this filter", "Elimina questo filtro"
  406.   
  407.   #admin/textfilters/edit.rhtml
  408.   l.store "Editing textfilter", "Modifica filtro testo"
  409.   
  410.   #admin/textfilters/list.rhtml
  411.   l.store "Create new text filter", "Crea un nuovo filtro testo"
  412.   l.store "Customize Sidebar", "Personalizza la Sidebar"
  413.   l.store "Macros", "Macros"
  414.   
  415.   #admin/textfilters/macro_help.rhtml
  416.   l.store "Macro Filter Help", "Aiuto filtro macro"
  417.   l.store "Creating text filter", "Crea un nuovo filtro testo"
  418.   
  419.   #admin/textfilters/show.rhtml
  420.   l.store "Text Filter Details", "Dettagli filtro testo"
  421.   l.store "Edit this filter", "Modifica questo filtro"
  422.   l.store "See help text for this filter", "Visualizza aiuto per questo filtro"
  423.   
  424.   #admin/themes/index.rhtml
  425.   l.store "Choose theme", "Scegli un tema"
  426.   l.store "Theme editor", "Editor dei temi"
  427.   l.store "Activate", "Attiva"
  428.   l.store "Active theme", "Tema Attivo"
  429.   l.store "Themes", "Temi"
  430.   
  431.   #admin/trackbacks/edit.rhtml
  432.   l.store "Trackbacks for", "Trackbacks per"
  433.   l.store "Editing trackback", "Modifica trackback"
  434.   
  435.   #admin/trackbacks/new.rhtml
  436.   l.store "Creating trackback", "Creaa trackback"
  437.   l.store "Edit this trackback", "Modifica questo trackback"
  438.   
  439.   #admin/users/_form.rhtml
  440.   l.store "Jabber", "Jabber"
  441.   l.store "Password Confirmation", "Conferma password"
  442.   l.store "Send notification messages via email", "Invia notifiche via mail"
  443.   l.store "Send notification messages when new articles are posted", "Invia notifiche quando viene pubblicato un nuovo articolo"
  444.   l.store "Send notification messages when comments are posted", "Invia notifiche quando viene inserito un nuovo commento"
  445.   
  446.   #admin/user/_user.rhtml
  447.   l.store "Number of Articles", "Numero di articoli"
  448.   l.store "Number of Comments", "Numero di commenti"
  449.   l.store "Notified", "Notificato"
  450.   l.store "via email", "per mail"
  451.   
  452.   #admin/user/destroy.rhtml
  453.   l.store "Show this user", "Visualizza questo utente"
  454.   l.store "Really delete user", "Veramente eliminare questo utente"
  455.   
  456.   #admin/user/edit.rhtml
  457.   l.store "Edit User", "Modifica utente"
  458.   l.store "Editing User", "Modifica utente"
  459.   l.store "New User", "Nuovo utente"
  460.   l.store "Add new user", "Aggiungi nuovo utente"
  461.   
  462.   #admin/user/new.rhtml
  463.   l.store "Add User", "Aggiungi Utente"
  464.   
  465.   #admin/user/show.rhtml
  466.   l.store "User's articles", "Articoli dell'utente"
  467.   l.store "Notify via email", "Notifiche via mail"
  468.   l.store "Notify on new articles", "Notifiche di nuovi articoli"
  469.   l.store "Notify on new comments", "Notifiche di nuovi commenti"
  470.   
  471.   #articles/_comment.rhtml
  472.   l.store "said", "dice"
  473.   l.store "This comment has been flagged for moderator approval. It won't appear on this blog until the author approves it", "Questo commento e' stato segnalato per essere moderato. Non apparira' finche' gli amministratori non l'approvano"
  474.   
  475.   #articles/_comment_box.rhtml
  476.   l.store "Your name", "Tuo nome "
  477.   l.store "Your blog", "Tuo blog "
  478.   l.store "Your email", "Tua email"
  479.   l.store "Your message", "Tuo messaggio"
  480.   l.store "Comment Markup Help", "Aiuto sul markup dei comemnti"
  481.   l.store "Preview comment", "Anteprima commento"
  482.   
  483.   #articles/_trackback.rhtml
  484.   l.store "From", "Da"
  485.   
  486.   #articles/archives.rhtml
  487.   l.store "No articles found", "Nessun articolo trovato"
  488.   
  489.   #articles/comment_preview.rhtml
  490.   l.store "is about to say", "sta per dire"
  491.   
  492.   #articles/groupings.rhtml
  493.   l.store "There are", "Ci sono"
  494.   
  495.   #articles/index.rhtml
  496.   l.store "Read more", "Continua"
  497.   l.store "Read full article", "Leggi articolo completo"
  498.   l.store "Older posts", "Articoli precedenti"
  499.   
  500.   #articles/read.rhtml
  501.   l.store "Leave a response", "Commenta"
  502.   l.store "Use the following link to trackback from your own site", "Usa il link seguente per fare un trackback dal tuo sito"
  503.   l.store "RSS feed for this post", "Feed RSS per questo post"
  504.   l.store "trackback uri", "trackback urk"
  505.   l.store "Comments are disabled", "Commenti disabilitati"
  506.  
  507.   l.store "Pictures from", "Immagine da"
  508.   
  509.   #vendor/plugins/aimpresence_sidebar/aimpresence_sidebar.rb
  510.   l.store "AIM Presence", "Presenza AIM"
  511.   #vendor/plugins/aimpresence_sidebar/views/content.rb
  512.   l.store "AIM Status", "Stato AIM"
  513.   
  514.   #vendor/plugins/xml_sidebar/xml_sidebar.rb
  515.   l.store "XML Syndication", "XML Syndication"
  516.   #vendor/plugins/xml_sidebar/xml_sidebar.rb
  517.   l.store "Syndicate", "Syndicate"
  518.   
  519.   #vendor/plugins/archives_sidebar/views/content.rb
  520.   l.store "Archives", "Archivi"
  521.   
  522.   #vendor/plugins/tags_sidebar/views/content.rb
  523.   l.store "Tags", "Tags"
  524.   
  525.   #app/helpers/admin/base_helper.rb
  526.   l.store "Back to overview", "Torna al sommario"
  527.   l.store "log out", "esci"
  528.   #app/controller/admin/cache_controller.rb
  529.   l.store "Cache was cleared", "Cache pulita"
  530.   l.store "HTML was cleared", "l'HTML cancellato"
  531.   #app/controller/admin/categories_controller.rb
  532.   l.store "Category was successfully created.", "Categoria correttamente creata"
  533.   l.store "Category could not be created.", "La categoria non puo' essere creata"
  534.   l.store "Category was successfully updated.", "Categoria correttamente aggiornata"
  535.   #app/models/article.rb
  536.   l.store "New post", "Nuovo post"
  537.   l.store "A new message was posted to ", "Un nuovo messaggio inserito in "
  538.   #app/helper/application_helper.rb
  539.   l.store "no ", "no "
  540.   #app/controller/admin/resource_controller.rb
  541.   l.store "File uploaded: ", "File inviata: "
  542.   l.store "Unable to upload", "Impossibile inviare"
  543.   l.store "Metadata was successfully removed.", "I metadata sono stati correttamente rimossi."
  544.   l.store "Metadata was successfully updated.", "I metadata sono stati correttamente aggiornati."
  545.   l.store "Not all metadata was defined correctly.", "Non tutti i metadata sono stati definiti correttamente."
  546.   l.store "Content Type was successfully updated.", "Il tipo di contenuto e' stato correttamente aggiornato."
  547.   l.store "Error occurred while updating Content Type.", "Si e' verificato un errore mentre aggiornavo il tipo di contenuto."
  548.   l.store "complete", "completato"
  549. end