diff options
author | Pablo Martin <caedes@sindominio.net> | 2012-10-24 02:57:20 +0000 |
---|---|---|
committer | root <root@migration.vz.lan> | 2012-10-24 02:57:35 +0000 |
commit | 8151550fc7966f9c0b039bc585d344b90548c6cc (patch) | |
tree | f78cbd70f2a886b05a72b1ef81ab1e25e89e3182 /languages/en.php | |
parent | c2e217c291872cfad308c19707843dceecd233eb (diff) | |
download | elgg-8151550fc7966f9c0b039bc585d344b90548c6cc.tar.gz elgg-8151550fc7966f9c0b039bc585d344b90548c6cc.tar.bz2 |
fix tag cloud widget and add an option to filter latest.
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index efab0aac1..9a930da9a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -70,7 +70,13 @@ "custom_index_widgets:box_style" => "Box Style",
"custom_index_widgets:social_share_index" => "Social Share",
"custom_index_widgets:login_index"=>"Login",
- "admin:appearance:custom_index_widgets" => "Index Widgets"
+ "admin:appearance:custom_index_widgets" => "Index Widgets",
+ // time limit + "custom_index_widgets:widget_created_time_limit" => "Time lapse", + "custom_index_widgets:time_limit:all" => "All time", + "custom_index_widgets:time_limit:day" => "Last day", + "custom_index_widgets:time_limit:week" => "Last week", + "custom_index_widgets:time_limit:month" => "Last month" );
|