From 6c37e97bee1051e633b1644e93e5a54fc43c5e5d Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 18 Nov 2010 08:47:38 -0800 Subject: [PATCH] [#3724] Use en-GB.yml for British --- config/locales/en-GB.yml | 50 ++++++++++++++++++++++++++++++++++++++++ config/locales/en.yml | 6 ++--- 2 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 config/locales/en-GB.yml diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml new file mode 100644 index 0000000..23ad787 --- /dev/null +++ b/config/locales/en-GB.yml @@ -0,0 +1,50 @@ +en-GB: + budget_title: Budget + field_cost_per_hour: Cost per hour + field_total_hours: Total hours + field_overhead: Overhead + label_overhead: "Overhead: " + field_materials: Material costs + label_materials: "Materials: " + field_profit: Profit + field_budget: Total Budget + label_budget: "Total Budget: " + field_fixed_cost: Fixed Bid + field_project_manager_signoff: Project Manager Signoff + field_client_signoff: Client Signoff + field_deliverable: Deliverable + field_deliverable_subject: Deliverable + field_due: Due Date + label_member_rate: Rate (£) + label_currency: £ + message_updated_issues: Updated %d issues + message_budget_settings: Enter an amount in pounds, or a percentage into each field to set your default amount. Use %% in the field for percentages. + label_non_billable_overhead: Non billable overhead + label_materials: Materials + label_profit: Profit + label_new_deliverable: New deliverable + label_fixed_cost: Fixed cost + caption_due: Due + caption_progress: Progress + caption_subject: Subject + caption_score: Score + caption_budget: Budget + caption_labor_budget: Labor Budget + caption_spent: Spent + label_update_deliverable: Update Deliverable + label_labor_budget: "Labor Budget: " + label_labor_budget_spent: "Labor Budget Spent: " + label_labor_budget_remaining: "Labor Budget Remaining: " + label_progress: "Progress: " + label_budget_score: "Budget Score: " + label_overruns: "Overruns: " + label_missing_on: Missing on + label_next_due_date: "Next Due Date: " + label_completion: "Completion: " + label_potential_profit: "Potential Profit: " + label_bulk_assign: Bulk Assign + label_labor: "Labor: " + label_fixed_amount: "Fixed Amount: " + label_hours_estimated: "Hours Estimated: " + label_hours_used: "Hours Used: " + label_toggle_all: "Expand all deliverable rows" diff --git a/config/locales/en.yml b/config/locales/en.yml index b2f7d06..3fbca59 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -15,10 +15,10 @@ en: field_deliverable: Deliverable field_deliverable_subject: Deliverable field_due: Due Date - label_member_rate: Rate (£) - label_currency: £ + label_member_rate: Rate ($) + label_currency: $ message_updated_issues: Updated %d issues - message_budget_settings: Enter an amount in pounds, or a percentage into each field to set your default amount. Use %% in the field for percentages. + message_budget_settings: Enter an amount in dollars, or a percentage into each field to set your default amount. Use %% in the field for percentages. label_non_billable_overhead: Non billable overhead label_materials: Materials label_profit: Profit