summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1213692)
raw | patch | inline | side by side (parent: 1213692)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 May 2007 20:27:00 +0000 (20:27 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 May 2007 20:27:00 +0000 (20:27 +0000) |
linuxtag 2007 edition
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6509 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6509 594d385d-05f5-0310-b6e9-bd551577e9d8
index 5a3fd11d92fec215f3fe01ba18e85cd79361b474..5c9ee0c06bffd218a98792ce3f6858dc65af9c7c 100644 (file)
Binary files a/locale/fr/LC_MESSAGES/messages.mo and b/locale/fr/LC_MESSAGES/messages.mo differ
Binary files a/locale/fr/LC_MESSAGES/messages.mo and b/locale/fr/LC_MESSAGES/messages.mo differ
index 79a6fa289dce5361d80bad181aec4df45881e515..6ad866f34310bad839658e63376561142e73f8cf 100755 (executable)
<table style="width:100%;border-top:1px solid #B0B0B0;" summary="">
<tr>
<td>
- <img alt="{t}Display macros matching{/t}" src="{$search_image}" align=middle title='{t}Display macros matching{/t}'>
+ <img alt="{t}Display macros matching{/t}" src="{$search_image}" align=middle title='{t}Display macros matching{/t}'>
</td>
<td width="99%">
<input type='text' id='regex' name='regex' maxlength='20' value='{$regex}' style='width:99%;' title='{t}Regular expression for matching macro names{/t}' onChange="mainform.submit()">
diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc
index 6339cd70a6c107b97a684c180e64e961a12a93d4..16d1645a745f9352fa4daf69ef962ec79d2b31f5 100644 (file)
$this->cleanup();
$ldap->modify ($this->attrs);
- show_ldap_error($ldap->get_error(), _("Removing PHPgw account failed"));
+ show_ldap_error($ldap->get_error(), _("Removing PHPGroupware account failed"));
/* Optionally execute a command after we're done */
$this->handle_post_events('remove',array("uid" => $this->uid));
$this->cleanup();
$ldap->modify ($this->attrs);
- show_ldap_error($ldap->get_error(), _("Saving PHPgw account failed"));
+ show_ldap_error($ldap->get_error(), _("Saving PHPGroupware account failed"));
/* Optionally execute a command after we're done */
if ($this->initially_was_account == $this->is_account){
diff --git a/plugins/personal/environment/logonManagement.tpl b/plugins/personal/environment/logonManagement.tpl
index 87e282ba343521f58b7415e94d883128c33790f2..7aa46ab967c5304d54a46205f0a28e42db1271d2 100644 (file)
<td width="50%" style="vertical-align:top;border-right:1px solid #B0B0B0">
<table summary="{t}Logon script settings{/t}">
<tr>
- <td><LABEL for="LogonName">{t}Skript name{/t}</LABEL>
+ <td><LABEL for="LogonName">{t}Script name{/t}</LABEL>
</td>
<td>
<input type="text" size=20 value="{$LogonName}" name="LogonName" {$LogonNameACL} id="LogonName">