summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a48f47)
raw | patch | inline | side by side (parent: 3a48f47)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Aug 2005 10:12:57 +0000 (10:12 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Aug 2005 10:12:57 +0000 (10:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1172 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc
index 27b858ee719c15d338b0120ee0806985fc289257..34ff88093db0c260a1a8d390c7e175c195581f8d 100644 (file)
class phoneConferenceManagment extends plugin
{
/* Definitions */
- var $plHeadline = "Phone conference";
+ var $plHeadline = "Phone conferences";
var $plDescription = "Management";
/* CLI vars */
index 3524f9265a0d2f14eac7816507a8c2e369bb55e6..d130bca435d266b2ea7d60e777d6707f83897486 100644 (file)
</div>
<div class="contentboxb">
<p class="contentboxb">
- {t}This menu allows you to create, delete and edit selected departments. Having a large size of departments, you might prefer the range selectors on top of the department list.{/t}
+ {t}This menu allows you to create, delete and edit selected phone conferences. Having a large number of phone conferences, you might prefer the range selectors on top of the conferences list.{/t}
</p>
</div>
<div class="contentboxh">
index 98b665dff740d59a6355061f18457ceb040d1987..8d78cdcea902e00c2193a53361be3c4e80c06e30 100644 (file)
/* Page header*/
if (isset($_SESSION['objectinfo'])){
- $display= print_header(get_template_path('images/conference.png'), _("conference management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+ $display= print_header(get_template_path('images/conference.png'), _("Conference management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
} else {
- $display= print_header(get_template_path('images/conference.png'), _("conference management"));
+ $display= print_header(get_template_path('images/conference.png'), _("Conference management"));
}
/* Reset requested? */