From a1f7ea061ea2c9694a383c8d20137628a178d979 Mon Sep 17 00:00:00 2001 From: Amanda Wagener Date: Wed, 1 Dec 2010 11:27:26 +1300 Subject: WARNING: Rails 2 users should move to the rails2-stable branch. This commit moves to the new i18n string interpolation used in Rails 3. --- config/locales/en.yml | 20 ++++++++++---------- config/locales/it.yml | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml index d12605c..930dfad 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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
(opens in a new window) 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 @@ -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
(opens in a new window) edit: Edit this blog post @@ -50,7 +50,7 @@ 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 @@ -58,7 +58,7 @@ en: 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 @@ -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 @@ -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: diff --git a/config/locales/it.yml b/config/locales/it.yml index 93fdaf6..e0c9c79 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -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
live (si apre in una nuova finestra) 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 @@ -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
(si apre in una nuova finestra) edit: Modifica questo messaggio @@ -50,7 +50,7 @@ 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 @@ -58,7 +58,7 @@ it: 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 @@ -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 @@ -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: -- cgit v1.2.3