From 221599c7768bf9f0bb34601ee2cb115da21224d3 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 10 Sep 2009 04:10:56 +0000 Subject: [PATCH] MINOR Updated master language tables --- lang/en_US.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lang/en_US.php b/lang/en_US.php index d7793e7..1bf710a 100644 --- a/lang/en_US.php +++ b/lang/en_US.php @@ -23,6 +23,16 @@ $lang['en_US']['Subsite']['SINGULARNAME'] = array( 50, 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface' ); +$lang['en_US']['Subsite_Template']['PLURALNAME'] = array( + 'Subsite Templats', + 50, + 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface' +); +$lang['en_US']['Subsite_Template']['SINGULARNAME'] = array( + 'Subsite Template', + 50, + 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface' +); $lang['en_US']['SubsitesVirtualPage']['PLURALNAME'] = array( 'Subsites Virtual Pags', 50,