diff options
author | Sem <sembrestels@riseup.net> | 2013-09-05 20:46:40 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2013-09-05 20:46:40 +0200 |
commit | 7088874171f29e4f6decae143681bab458134a0b (patch) | |
tree | 72db146365ddfa6a8f8bc9a95b11305afa55c79b /languages | |
parent | e657a8c940a08dbe90d8a53f88ff40aad7e7a729 (diff) | |
download | elgg-7088874171f29e4f6decae143681bab458134a0b.tar.gz elgg-7088874171f29e4f6decae143681bab458134a0b.tar.bz2 |
Removed deprecated function uses.
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/languages/en.php b/languages/en.php index 9a930da9a..ba9cb4859 100644 --- a/languages/en.php +++ b/languages/en.php @@ -49,7 +49,6 @@ 'custom_index_widgets:admin:notfound' => 'Page not found',
'custom_index_widgets:index' => "Index widgetisation",
'custom_index_widgets:num_items' => "Number of items",
- 'custom_index_widgets:reset' => "Reset all zones",
'custom_index_widgets:pleaselogin' => "Please, please, login to see more...",
@@ -61,22 +60,22 @@ 'custom_index_widgets:login_style'=>"Login position",
'custom_index_widgets:inlayout'=>"In layout",
'custom_index_widgets:topbar'=>"Top bar",
- 'custom_index_widgets:widget_all_groups' => "All groups", + 'custom_index_widgets:widget_all_groups' => "All groups",
- "custom_index_widgets:showdashboard"=>"End index with dashboard", + "custom_index_widgets:showdashboard"=>"End index with dashboard",
"custom_index_widgets:showdashboard_yes"=>"Yes",
- "custom_index_widgets:showdashboard_no"=>"No", - "custom_index_widgets:guest_only" => "Guest only", + "custom_index_widgets:showdashboard_no"=>"No",
+ "custom_index_widgets:guest_only" => "Guest only",
"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",
- // 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" + // 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"
);
|