summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe36a90)
raw | patch | inline | side by side (parent: fe36a90)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Aug 2005 09:55:41 +0000 (09:55 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Aug 2005 09:55:41 +0000 (09:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1170 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/conference/generic.tpl | patch | blob | history |
index 9c152bd160bfc8827a2b167110a375ced1414eba..43bd158c2d643a20c92706ae93dc6f46b6e9b001 100644 (file)
<tr>
<td colspan=2>
<input type="checkbox" onclick="changeState('goFonConferenceOptionFormat');" name="goFonConferenceOption_r" value="r" {$goFonConferenceOption_rCHK} {$goFonConferenceOption_rACL}>
- {t}Record Conference{/t}
+ {t}Record conference{/t}
</td>
</tr>
<tr>
</td>
<td>
- {t}Format{/t}
+ {t}Sound file format{/t}
<select id="goFonConferenceOptionFormat" size="1" name="goFonConferenceOptionFormat" {$goFonConferenceOptionFormatACL} title="{t}Choose subtree to place department in{/t}">
{html_options options=$goFonConferenceOptionFormats selected=$goFonConferenceOptionFormat}
</select>
<tr>
<td>
<input type="checkbox" name="goFonConferenceOption_s" value="s" {$goFonConferenceOption_sCHK} {$goFonConferenceOption_sACL}>
- {t}Activate menu{/t}
+ {t}Activate session menu{/t}
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="goFonConferenceOption_i" value="i" {$goFonConferenceOption_iCHK} {$goFonConferenceOption_iACL}>
- {t}Announce new or leaving user{/t}
+ {t}Announce users joining or leaving the conference{/t}
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="goFonConferenceOption_c" value="c" {$goFonConferenceOption_cCHK} {$goFonConferenceOption_cACL}>
- {t}Count user{/t}
+ {t}Count users{/t}
</td>
</tr>
</table>