From c8dcbf58cf5339e8716af7add921db3488a303e8 Mon Sep 17 00:00:00 2001 From: TeamCity Date: Fri, 23 Aug 2013 03:05:49 +1200 Subject: [PATCH] Updated master strings --- lang/en.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/lang/en.yml b/lang/en.yml index 439d2ce..52c1659 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -1,14 +1,17 @@ en: WidgetAreaEditor_ss: - AVAILABLE: "Available Widgets" - AVAILWIDGETS: "Click a widget title below to use it on this page." - NOAVAIL: "There are currently no widgets available." - INUSE: "Widgets currently used" - TOSORT: "To sort currently used widgets on this page, drag them up and down." + AVAILABLE: 'Available Widgets' + AVAILWIDGETS: 'Click a widget title below to use it on this page.' + NOAVAIL: 'There are currently no widgets available.' + INUSE: 'Widgets currently used' + TOSORT: 'To sort currently used widgets on this page, drag them up and down.' WidgetEditor_ss: - DELETE: "Delete" + DELETE: Delete WidgetDescription_ss: - CLICKTOADDWIDGET: "Click to add this widget" + CLICKTOADDWIDGET: 'Click to add this widget' WidgetArea: - PLURALNAME: "Widget areas" - SINGULARNAME: "Widget area" \ No newline at end of file + PLURALNAME: 'Widget Areas' + SINGULARNAME: 'Widget Area' + Widget: + PLURALNAME: Widgets + SINGULARNAME: Widget