Skip to content

Commit

Permalink
WARNING: Rails 2 users should move to the rails2-stable branch. This …
Browse files Browse the repository at this point in the history
…commit moves to the new i18n string interpolation used in Rails 3.
  • Loading branch information
awagener committed Nov 30, 2010
1 parent 572191d commit a1f7ea0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions config/locales/en.yml
Expand Up @@ -9,17 +9,17 @@ en:
edit: Edit this category
delete: Delete this category forever
index:
no_items_yet: 'There are no categories yet. Click "{{create}}" to add your first category.'
no_items_yet: 'There are no categories yet. Click "%{create}" to add your first category.'
comments:
approved: 'The comment from "{{author}}" has been approved.'
approved: 'The comment from "%{author}" has been approved.'
comment:
view_live: View this comment live <br/><em>(opens in a new window)</em>
read: Read this comment
reject: Reject this comment
approve: Approve this comment
rejected: 'The comment from "{{author}}" has been rejected.'
rejected: 'The comment from "%{author}" has been rejected.'
index:
no_items_yet: 'There are no {{type}} comments.'
no_items_yet: 'There are no %{type} comments.'
show:
comment: Comment
blog_post: Blog Post
Expand All @@ -39,7 +39,7 @@ en:
save_as_draft: Save as Draft
published_at: Publish Date
index:
no_items_yet: 'There are no Blog Posts yet. Click "{{create}}" to add your first blog post.'
no_items_yet: 'There are no Blog Posts yet. Click "%{create}" to add your first blog post.'
post:
view_live: View this blog post live <br/><em>(opens in a new window)</em>
edit: Edit this blog post
Expand All @@ -50,15 +50,15 @@ en:
explanation: 'Every time someone comments on a blog post, Refinery sends out an email to say there is a new comment.'
hint: 'When a new comment is added, Refinery will send an email notification to you.'
example: "Enter your email address(es) like: jack@work.com, jill@office.com"
updated: 'Notification recipients have been set to "{{recipients}}"'
updated: 'Notification recipients have been set to "%{recipients}"'
submenu:
categories:
title: Categories
manage: Manage
new: Create new category
comments:
title: Comments
title_with_count: 'Comments ({{new_count}} new)'
title_with_count: 'Comments (%{new_count} new)'
new: New
unmoderated: New
approved: Approved
Expand Down Expand Up @@ -90,7 +90,7 @@ en:
title: RSS Feed
posts:
other: Other Posts
created_at: 'Posted on {{when}}'
created_at: 'Posted on %{when}'
read_more: Read more
comments:
singular: comment
Expand All @@ -101,8 +101,8 @@ en:
posts:
comment: comment
comments:
by: 'Posted by {{who}}'
time_ago: '{{time}} ago'
by: 'Posted by %{who}'
time_ago: '%{time} ago'
thank_you: 'Thank you for commenting.'
thank_you_moderated: 'Thank you for commenting. Your message has been placed in the moderation queue and will appear shortly.'
show:
Expand Down
20 changes: 10 additions & 10 deletions config/locales/it.yml
Expand Up @@ -9,17 +9,17 @@ it:
edit: Modifica questa categoria
delete: Elimina questa categoria per sempre
index:
no_items_yet: 'Nessuna categoria ancora presente. Fare click su "{{create}}" per aggiungere la tua prima categoria.'
no_items_yet: 'Nessuna categoria ancora presente. Fare click su "%{create}" per aggiungere la tua prima categoria.'
comments:
approved: 'Il commento di "{{author}}" è stato approvato.'
approved: 'Il commento di "%{author}" è stato approvato.'
comment:
view_live: Visualizza questo commento <em> <br/> live (si apre in una nuova finestra) </ em>
read: Leggi questo commento
reject: Rifiuta questo commento
approve: Approva questo commento
rejected: 'Il commento di "{{author}}" è stato rifiutato.'
rejected: 'Il commento di "%{author}" è stato rifiutato.'
index:
no_items_yet: 'Non ci sono {{type}} commenti.'
no_items_yet: 'Non ci sono %{type} commenti.'
show:
comment: Commento
blog_post: Messaggio del Blog
Expand All @@ -39,7 +39,7 @@ it:
save_as_draft: Salva come Bozza
published_at: Data di Pubblicazione
index:
no_items_yet: 'Non ci sono ancora Messaggi per questo Blog. Clicca "{{create}}" per aggiungere il tuo primo messaggio.'
no_items_yet: 'Non ci sono ancora Messaggi per questo Blog. Clicca "%{create}" per aggiungere il tuo primo messaggio.'
post:
view_live: Visualizza questo messaggio live <br/><em>(si apre in una nuova finestra)</em>
edit: Modifica questo messaggio
Expand All @@ -50,15 +50,15 @@ it:
explanation: "Ogni volta che qualcuno commenta un messaggio 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: "Inserisci il tuo indirizzo email. È possibile insierire più indirizzi separati dalla virgola. Es: jack@work.com, jill@office.com"
updated: 'I destinatari delle notifiche sono stati impostati "{{recipients}}"'
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)'
title_with_count: 'Comment1 (%{new_count} nuovi)'
new: Nuovo
unmoderated: Nuovo
approved: Approvato
Expand All @@ -79,7 +79,7 @@ it:
title: RSS Feed
posts:
other: Altri Messaggi
created_at: 'Pubblicato il {{when}}'
created_at: 'Pubblicato il %{when}'
read_more: Per saperne di più
comments:
singular: commento
Expand All @@ -91,8 +91,8 @@ it:
posts:
comment: commento
comments:
by: 'Pubblicato da {{who}}'
time_ago: '{{time}} fa'
by: 'Pubblicato da %{who}'
time_ago: '%{time} fa'
thank_you: 'Grazie per aver scritto un commento.'
thank_you_moderated: 'Grazie per aver scritto un commento. Il tuo messaggio è stato inserito nella coda di moderazione e sarà visibile a breve.'
show:
Expand Down

0 comments on commit a1f7ea0

Please sign in to comment.