summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a101057)
raw | patch | inline | side by side (parent: a101057)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Aug 2005 11:21:13 +0000 (11:21 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Aug 2005 11:21:13 +0000 (11:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1250 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc
index 71c0efc951953547378daa2db51ded22c24f403c..e4913b2f4092ae18f827e461169197a143415d94 100644 (file)
" <input type='image' src='images/list_root.png' align='middle' title='"._("Go to root department")."' name='dep_root' alt='"._("Root")."'> ".
" <input type='image' align='middle' src='images/list_home.png' title='"._("Go to users department")."' alt='"._("Home")."' name='dep_home'> ".
" <img src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ".
- " <input type='image' align='middle' src='images/list_new_user.png' title='"._("Create new user")."' alt='"._("New user")."' name='user_new'> ".
+ " <input type='image' align='middle' src='images/list_new_user.png' title='"._("Create new conference")."' alt='"._("New conference")."' name='user_new'> ".
" <img src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ".
_("Current base")." <select name='depselect' onChange='mainform.submit()'>$options</select>".
" <input type='image' src='images/list_submit.png' align='middle' title='"._("Submit department")."' name='submit_department' alt='"._("Submit"). "'> ".
$divlist->SetEntriesPerPage(20);
$divlist->SetHeader(array(
array("string" => " "),
- array("string" =>_("Name / nummer")),
+ array("string" =>_("Name - Number")),
array("string" => _("Owner")),
array("string" => _("PIN")),
array("string" =>_("Actions"), "attach" => "style='text-align: right;border:none'")));
index fd5466ac1210a4bdb38e4ff30b635aaa4a05fec5..d732546124262e75785ae4eb500e19001040b053 100644 (file)
<tr>
<td><LABEL for="goFonConferenceOption_D">{t}Type{/t}</LABEL>{$must}</td>
<td>
- <select id="goFonConferenceOption_D" size="1" name="goFonConferenceOption_D" title="{t}Choose subtree to place department in{/t}" {$goFonConferenceOption_DACL}>
+ <select id="goFonConferenceOption_D" size="1" name="goFonConferenceOption_D" title="{t}Choose subtree to place conference in{/t}" {$goFonConferenceOption_DACL}>
{html_options options=$goFonConferenceOptions selected=$goFonConferenceOption_D}
</select>
</td>
diff --git a/plugins/personal/environment/kioskManagement.tpl b/plugins/personal/environment/kioskManagement.tpl
index 4c5ae17ab73edd3105e68dc676ad121ac5d14871..612e69a7d537ba6a8cee8f80b5e2957da7905c42 100644 (file)
<option disabled> </option>
</select><br>
<input type="file" name="newProfile" value="{t}Browse{/t}">
- <input type="submit" name="profileAdd" value="{t}Add{/t}">
- <input type="submit" name="profileDel" value="{t}Remove{/t}">
+ <input type="submit" name="profileAdd" value="{t}Add{/t}">
+ <input type="submit" name="profileDel" value="{t}Remove{/t}">
</td>
<td>
</td>