aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authorPablo Martin <caedes@sindominio.net>2012-10-24 02:57:20 +0000
committerroot <root@migration.vz.lan>2012-10-24 02:57:35 +0000
commit8151550fc7966f9c0b039bc585d344b90548c6cc (patch)
treef78cbd70f2a886b05a72b1ef81ab1e25e89e3182 /languages/en.php
parentc2e217c291872cfad308c19707843dceecd233eb (diff)
downloadelgg-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.php8
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"
);