forked from extern/egroupware
fixed typos pointed out by Hans-Jürgen
This commit is contained in:
parent
badbc1fead
commit
7f06f12b1a
@ -6,7 +6,7 @@
|
||||
* @author Stefan Becker <StefanBecker-AT-outdoor-training.de>
|
||||
* @package admin
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id: class.admin_prefs_sidebox_hooks.inc.php
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -65,7 +65,7 @@ class admin_statistics
|
||||
egw::redirect_link('/admin/index.php','statistics='.($what ? $what : 'cancled'));
|
||||
}
|
||||
$sel_options['usage_type'] = array(
|
||||
'comercial' => lang('Comercial: all sorts of companies'),
|
||||
'commercial' => lang('Commercial: all sorts of companies'),
|
||||
'governmental' => lang('Governmental: incl. state or municipal authorities or services'),
|
||||
'educational' => lang('Educational: Universities, Schools, ...'),
|
||||
'non-profit' => lang('Non profit: Clubs, associations, ...'),
|
||||
@ -87,7 +87,7 @@ class admin_statistics
|
||||
7*24*3600 => lang('one week'),
|
||||
14*24*3600 => lang('two weeks'),
|
||||
30*24*3600 => lang('one month'),
|
||||
60*24*3600 => lang('two month'),
|
||||
60*24*3600 => lang('two months'),
|
||||
);
|
||||
$config = config::read(self::CONFIG_APP);
|
||||
//_debug_array($config);
|
||||
|
@ -113,8 +113,8 @@ check ip address of all sessions admin de IP-Adresse für alle Sessions überpr
|
||||
check items to <b>%1</b> to %2 for %3 admin de Durch Abhaken %3 in %2 <b>%1</b>
|
||||
click to select a color admin de Anclicken um eine Farbe auszuwählen
|
||||
color admin de Farbe
|
||||
comercial: all sorts of companies admin de Komerziell: alle Arten von Firmen
|
||||
command scheduled to run at %1 admin de Ausführung des Befehls eingeplant am/um %1
|
||||
commercial: all sorts of companies admin de Kommerziell: alle Arten von Firmen
|
||||
complete path to aspell program admin de Vollständiger Pfad zum Programm ASPELL
|
||||
cookie domain (default empty means use full domain name, for sitemgr eg. ".domain.com" allows to use the same cookie for egw.domain.com and www.domain.com) admin de Cookie Domain (Vorgabe leer bedeutet den kompletten Domainnamen, für SiteMgr erlaubt zB. ".domain.com" das gleiche Cookie für egw.domain.com und www.domain.com zu verwenden)
|
||||
cookie path (allows multiple egw sessions with different directories, has problemes with sitemgr!) admin de Cookie Pfad (erlaubt mehrere eGW Sitzungen mit unterschiedlichen Verzeichnissen, hat Probleme mit SiteMgr!)
|
||||
@ -511,7 +511,7 @@ trust level admin de Grad des Vertrauens
|
||||
trust relationship admin de Vertrauensverhältnis
|
||||
two days admin de zwei Tage
|
||||
two hours admin de zwei Stunden
|
||||
two month admin de zwei Monate
|
||||
two months admin de zwei Monate
|
||||
two weeks admin de zwei Wochen
|
||||
type '%1' already exists !!! admin de Typ '%1' existiert bereits !!!
|
||||
type of customfield admin de Typ des Benutzerdefinierten Feldes
|
||||
|
@ -113,8 +113,8 @@ check ip address of all sessions admin en Check IP address of all sessions
|
||||
check items to <b>%1</b> to %2 for %3 admin en Check items to <b>%1</b> to %2 for %3
|
||||
click to select a color admin en Click to select a color
|
||||
color admin en Color
|
||||
comercial: all sorts of companies admin en Comercial: all sorts of companies
|
||||
command scheduled to run at %1 admin en Command scheduled to run at %1
|
||||
commercial: all sorts of companies admin en Commercial: all sorts of companies
|
||||
complete path to aspell program admin en Complete path to aspell program
|
||||
config password or md5 hash from the header.inc.php admin en Config password or md5 hash from the header.inc.php
|
||||
cookie domain (default empty means use full domain name, for sitemgr eg. ".domain.com" allows to use the same cookie for egw.domain.com and www.domain.com) admin en Cookie domain (default empty means use full domain name, for SiteMgr eg. ".domain.com" allows to use the same cookie for egw.domain.com and www.domain.com)
|
||||
@ -432,7 +432,6 @@ search groups admin en Search groups
|
||||
search peer servers admin en Search peer servers
|
||||
security admin en Security
|
||||
select accounts for which the custom field should be visible admin en Select accounts for which the custom field should be visible
|
||||
select all admin en Select all
|
||||
select group managers admin en Select Group Managers
|
||||
select permissions this group will have admin en Select permissions this group will have
|
||||
select the parent category. if this is a main category select no category admin en Select the parent category. If this is a main category select NO CATEGORY
|
||||
@ -515,7 +514,7 @@ trust level admin en Trust Level
|
||||
trust relationship admin en Trust Relationship
|
||||
two days admin en two days
|
||||
two hours admin en two hours
|
||||
two month admin en two month
|
||||
two months admin en two months
|
||||
two weeks admin en two weeks
|
||||
type '%1' already exists !!! admin en type '%1' already exists !!!
|
||||
type of customfield admin en Type of customfield
|
||||
|
Loading…
Reference in New Issue
Block a user