aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMirco Veltri <mircoveltri@gmail.com>2010-10-23 23:09:39 +0200
committerMirco Veltri <mircoveltri@gmail.com>2010-10-23 23:09:39 +0200
commit9d0a86c475f763e33dc2323765c0c350b589eb95 (patch)
tree380a4bcdfbcfc2ee34135b2286473aba582103a3 /config
parenta143fd9ef176df24064179b6fa5be9a0c25d84b1 (diff)
downloadrefinerycms-blog-9d0a86c475f763e33dc2323765c0c350b589eb95.tar.gz
refinerycms-blog-9d0a86c475f763e33dc2323765c0c350b589eb95.tar.bz2
refinerycms-blog-9d0a86c475f763e33dc2323765c0c350b589eb95.zip
translated the missing Italian keys
Diffstat (limited to 'config')
-rw-r--r--config/locales/it.yml103
1 files changed, 103 insertions, 0 deletions
diff --git a/config/locales/it.yml b/config/locales/it.yml
new file mode 100644
index 0000000..6c78430
--- /dev/null
+++ b/config/locales/it.yml
@@ -0,0 +1,103 @@
+it:
+ plugins:
+ refinerycms_blog:
+ title: Blog
+ admin:
+ blog:
+ categories:
+ category:
+ edit: Modifica questa categoria
+ delete: Elimina questa categoria per sempre
+ index:
+ no_items_yet: 'Nessuna categoria ancora presente. Clicca "{{create}}" per aggiungere la tua prima categoria.'
+ comments:
+ approved: 'Il commento di "{{author}}" è stato approvato.'
+ comment:
+ view_live: Visualizza questo commento <em> <br/> live (apre una nuova finestra) </ em>
+ read: Leggi questo commento
+ reject: Rifiuta questo comemnto
+ approve: Approva questo commento
+ rejected: 'Il commento di "{{author}}" è stato rifiutato.'
+ index:
+ no_items_yet: 'Non ci sono {{type}} commenti.'
+ show:
+ comment: Commento
+ blog_post: Blog Post
+ from: Pubblicato da
+ date: Pubblicato il
+ message: Commento
+ details: Dettagli
+ age: età
+ actions: Azioni
+ back: Torna a tutti i commenti
+ reject: Rifiuta questo commento
+ approve: Approva questo commento
+ posts:
+ form:
+ advanced_options: Opzioni Avanzate
+ toggle_advanced_options: Clicca per accedere alle impostationi dei meta tag e del menu
+ save_as_draft: Salva come Bozza
+ published_at: Data di Pubblicazione
+ index:
+ no_items_yet: 'Non ci sono ancora Post per questo Blog. Clicca "{{create}}" per aggiungere il tuo primo post.'
+ post:
+ view_live: Visualizza questo post live nel sito <br/><em>(apre una nuova finestra)</em>
+ edit: Modifica questo post
+ delete: Rimuovi questo post per sempre
+ settings:
+ notification_recipients:
+ value: Inviare notifiche a
+ explanation: 'Ogni volta che qualcuno commenta un post del blog, Refinery invia una mail per avvisare che c'è un nuovo comemnto'
+ hint: 'Quando viene aggiunto un nuovo commento Refinery ti invierà una email di notifica.'
+ example: "Insierisci il tuo indirizzo email. È possibile insierire più indirizzi separati dalla virgole. Es: jack@work.com, jill@office.com"
+ updated: 'I destinatari delle notifiche sono stati impostati "{{recipients}}"'
+ submenu:
+ categories:
+ title: Categorie
+ manage: Gestione categorie
+ new: Crea nuova categoria
+ comments:
+ title: Commenti
+ title_with_count: 'Comment1 ({{new_count}} nuovi)'
+ new: Nuovo
+ unmoderated: Nuovo
+ approved: Approvato
+ rejected: Rifiutato
+ posts:
+ title: Posts
+ manage: Gestione post
+ new: Crea nuovo post
+ settings:
+ title: Impostazioni
+ moderation: Moderazione
+ update_notified: Aggiornare destinatorio notifica
+ blog:
+ shared:
+ categories:
+ title: Categorie
+ rss_feed:
+ title: RSS Feed
+ posts:
+ other: Altri Post
+ created_at: 'Pubblicato il {{when}}'
+ read_more: Per saperne di più
+ comments:
+ singular: commento
+ none: nessun commento
+ categories:
+ show:
+ no_posts: Nessun post ancora presente.
+ posts:
+ comment: commento
+ comments:
+ by: 'Pubblicato da {{who}}'
+ time_ago: '{{time}} fa'
+ thank_you: 'Grazie per aver commentato.'
+ thank_you_moderated: 'Grazie per aver commentato. Il tuo messaggio è stato inserito nella coda di moderazione e sarà visibile a breve.'
+ show:
+ comments:
+ title: Commenti
+ add: Scrivi un Commento
+ other: Altri Blog Post
+ filed_in: Archiviato in
+ submit: Invia commento \ No newline at end of file