From df460c237b5b5d66f7589a1a56b5081d167ed358 Mon Sep 17 00:00:00 2001 From: Niklas Forsdahl Date: Fri, 28 Sep 2012 11:54:45 +0300 Subject: [PATCH] MINOR: Added a lang folder with default English translation and manifest exclude files --- lang/_manifest_exclude | 0 lang/en.yml | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 lang/_manifest_exclude create mode 100644 lang/en.yml diff --git a/lang/_manifest_exclude b/lang/_manifest_exclude new file mode 100644 index 0000000..e69de29 diff --git a/lang/en.yml b/lang/en.yml new file mode 100644 index 0000000..a5f3c3e --- /dev/null +++ b/lang/en.yml @@ -0,0 +1,11 @@ +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." + WidgetEditor.ss: + DELETE: "Delete" + WidgetDescription.ss: + CLICKTOADDWIDGET: "Click to add this widget" \ No newline at end of file