mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
replace the crap
This commit is contained in:
parent
ae613991c4
commit
b3cd13141f
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Preferences - categories *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Preferences - categories *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Bettina Gille [ceb@phpgroupware.org] *
|
||||
* ----------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Preferences *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Preferences *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Preferences - categories *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Preferences - categories *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Bettina Gille [ceb@phpgroupware.org] *
|
||||
* Simplified ;-) and icon & color added by RalfBecker@outdoor-training.de *
|
||||
* ----------------------------------------------- *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Mark Peters <skeeter@phpgroupware.org> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Joseph Engo <jengo@phpgroupware.org> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Preferences *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Preferences *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
@ -26,7 +26,7 @@
|
||||
create_input_box('Max matches per page','maxmatchs',
|
||||
'Any listing in phpGW will show you this number of entries or lines per page.<br>To many slow down the page display, to less will cost you the overview.','',3);
|
||||
create_select_box('Interface/Template Selection','template_set',$_templates,
|
||||
'A template defines the layout of phpGroupWare and it contains icons for each application.');
|
||||
'A template defines the layout of eGroupWare and it contains icons for each application.');
|
||||
create_select_box('Theme (colors/fonts) Selection','theme',$_themes,
|
||||
'A theme defines the colors and fonts used by the template.');
|
||||
|
||||
@ -72,7 +72,7 @@
|
||||
'd-M-Y' => 'd-M-Y'
|
||||
);
|
||||
create_select_box('Date format','dateformat',$date_formats,
|
||||
'How should phpGroupWare display dates for you.');
|
||||
'How should eGroupWare display dates for you.');
|
||||
|
||||
$time_formats = array(
|
||||
'12' => lang('12 hour'),
|
||||
@ -87,7 +87,7 @@
|
||||
|
||||
$langs = $GLOBALS['phpgw']->translation->get_installed_langs();
|
||||
create_select_box('Language','lang',$langs,
|
||||
'Select the language of texts and messages within phpGroupWare.<br>Some languages may not contain all messages, in that case you will see an english message.');
|
||||
'Select the language of texts and messages within eGroupWare.<br>Some languages may not contain all messages, in that case you will see an english message.');
|
||||
|
||||
// preference.php handles this function
|
||||
if (is_admin())
|
||||
@ -105,7 +105,7 @@
|
||||
}
|
||||
}
|
||||
create_select_box('Default application','default_app',$user_apps,
|
||||
"The default application will be started when you enter phpGroupWare or click on the homepage icon.<br>You can also have more than one application showing up on the homepage, if you don't choose a specific application here (has to be configured in the preferences of each application).");
|
||||
"The default application will be started when you enter eGroupWare or click on the homepage icon.<br>You can also have more than one application showing up on the homepage, if you don't choose a specific application here (has to be configured in the preferences of each application).");
|
||||
|
||||
create_input_box('Currency','currency',
|
||||
'Which currency symbol or name should be used in eGroupWare.');
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - preferences *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - preferences *
|
||||
* http://www.egroupware.org *
|
||||
* Written by Joseph Engo <jengo@phpgroupware.org> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Preferences *
|
||||
* http://www.phpgroupware.org *
|
||||
* eGroupWare - Preferences *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences cs %1 hodin
|
||||
12 hour preferences cs 12 hodinový
|
||||
24 hour preferences cs 24 hodinový
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences cs Vzhled definuje rozlo¾ení eGroupware a ikony pro ka¾dou aplikaci
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences cs Vzhled definuje rozlo¾ení eGroupware a ikony pro ka¾dou aplikaci
|
||||
a theme defines the colors and fonts used by the template. preferences cs Téma urèuje barvy a písma pou¾itá ve vzhledu
|
||||
acl grants have been updated preferences cs Práva ACL byla aktualizována
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences cs Ka¾dý seznam v eGroupWare zobrazí nejvý¹e tolik záznamù èi øádek na stránku.<br>Pøíli¹ mnoho mù¾e zpomalit systém, pøíli¹ málo omezí Vá¹ rozhled
|
||||
@ -33,7 +33,7 @@ how do you like to display accounts preferences cs Jak se maj
|
||||
how do you like to select accounts preferences cs Jak se mají vybírat u¾ivatelské úèty
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences cs O kolik hodin se Va¹e èasová zóna li¹í od èasu serveru.<br>Pokud jste ve stejné zónì jako server, zvolte 0, jinak zvolte Vá¹ místní èas.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences cs Kolik obrázkù (ikon) má být zobrazeno v nástrojové li¹tì na zaèátku stránky. Pøebývající ikony budou skryty v menu na pravé stranì li¹ty.
|
||||
how should phpgroupware display dates for you. preferences cs Jak se mají zobrazovat datumy
|
||||
how should egroupware display dates for you. preferences cs Jak se mají zobrazovat datumy
|
||||
icon preferences cs Obrázek
|
||||
icons and text preferences cs Obrázky i text
|
||||
icons only preferences cs Jen obrázky
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences da %1 timer
|
||||
12 hour preferences da 12 timer
|
||||
24 hour preferences da 24 timer
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences da En skabelon angiver opsætningen af eGroupWare og den indeholder ikonerne for hver applikation
|
||||
a template defines the layout ofegroupware and it contains icons for each application. preferences da En skabelon angiver opsætningen af eGroupWare og den indeholder ikonerne for hver applikation
|
||||
a theme defines the colors and fonts used by the template. preferences da Et tema, præcisere farverne og skrifttyperne brugt af skabelonen
|
||||
acl grants have been updated preferences da ACL rettighederne er blevet opdateret
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences da Enhver liste i eGroupWare vil vise det antal resultater eller linier valgt.<br>For mange vil sløve siden, for få vil koste dig overblikket.
|
||||
@ -28,7 +28,7 @@ how do you like to display accounts preferences da Hvordan vil du have vist kont
|
||||
how do you like to select accounts preferences da Hvordan vil du vælge kontoerne
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences da Hvor mange timer er du før eller efter den tidszone som serveren befinder sig i.<br>Hvis du er i den samme tidszone som serveren vælg 0 timer, ellers vælg din lokale dato og tid.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences da Hvor mange ikoner skal være vist i navigationsbjælken øverst på siden. Yderligere ikoner bliver placeret i en nedtræknings menu, via ikonet helt i højre side af navigations bjælken.
|
||||
how should phpgroupware display dates for you. preferences da Hvordan skal eGrouWare fremvise datoer for dig.
|
||||
how should egroupware display dates for you. preferences da Hvordan skal eGrouWare fremvise datoer for dig.
|
||||
icons and text preferences da Ikoner og tekst
|
||||
icons only preferences da kun ikoner
|
||||
in which country are you. this is used to set certain defaults for you. preferences da I hvilket land er du. Denne indstilling er brugt til at sætte visse standarter for dig.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences de %1 Stunden
|
||||
12 hour preferences de 12 Stunden
|
||||
24 hour preferences de 24 Stunden
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences de Die Benutzeroberfläche definert das Layout von eGroupWare und enthält die Icons (Symbole) der Anwendungen.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences de Die Benutzeroberfläche definert das Layout von eGroupWare und enthält die Icons (Symbole) der Anwendungen.
|
||||
a theme defines the colors and fonts used by the template. preferences de Das Thema definiert die Farben und Schriftarten der Benuteroberfläche.
|
||||
acl grants have been updated preferences de ACL (Zugangskontrollliste) wurde upgedatet
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences de Jede Liste in phpGroupWare zeigt diese Anzahl Zeilen pro Seite.<br>Zu viele verlangsamen den Aufbau der Seite, zu wenige kosten den Überblick.
|
||||
@ -34,7 +34,7 @@ how do you like to display accounts preferences de Wie sollen Benutzer angezeigt
|
||||
how do you like to select accounts preferences de Wie sollen Benutzer ausgewählt werden
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences de Wieviele Stunden beträgt die Abweichung Ihrer Zeitzone von der Zeitzone des Servers?<br> Wenn Sie sich in derselben Zeitzone befinden, wählen Sie 0 Stunden, sonst wählen Sie Ihre lokalen Datum-/Zeiteinstellungen
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences de Wieviele Icons sollen in der Navigationsleiste am Kopf der Seite angezeigt werden. Zusätzliche Icons erscheinen in einem Pulldownmenü, das über ein Icon ganz rechts in der Navigation aufgerufen wird.
|
||||
how should phpgroupware display dates for you. preferences de Wie soll eGroupWare das Datum für Sie anzeigen?
|
||||
how should egroupware display dates for you. preferences de Wie soll eGroupWare das Datum für Sie anzeigen?
|
||||
icon preferences de Icon
|
||||
icons and text preferences de Icons und Text
|
||||
icons only preferences de nur Icons
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences en %1 hours
|
||||
12 hour preferences en 12 hour
|
||||
24 hour preferences en 24 hour
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences en A template defines the layout of eGroupWare and it contains icons for each application.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences en A template defines the layout of eGroupWare and it contains icons for each application.
|
||||
a theme defines the colors and fonts used by the template. preferences en A theme defines the colors and fonts used by the template.
|
||||
acl grants have been updated preferences en ACL grants have been updated
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences en Any listing in eGroupWare will show you this number of entries or lines per page.<br>Too many slow down the page display, too less will cost you the overview.
|
||||
@ -31,7 +31,7 @@ how do you like to display accounts preferences en How would you like to display
|
||||
how do you like to select accounts preferences en How would you like to select accounts
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences en How many hours are you in front or after the timezone of the server.<br>If you are in the same time zone as the server select 0 hours, else select your locale date and time.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences en How many icons should be shown in the navigation bar at the top of the page. Additional icons go into a pulldown menu, callable by the icon on the far right side of the navbar.
|
||||
how should phpgroupware display dates for you. preferences en How should eGroupWare display dates for you.
|
||||
how should egroupware display dates for you. preferences en How should eGroupWare display dates for you.
|
||||
icon preferences en Icon
|
||||
icons and text preferences en Icons and text
|
||||
icons only preferences en icons only
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences es-ca %1 hores
|
||||
12 hour preferences es-ca 12 hores
|
||||
24 hour preferences es-ca 24 hores
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences es-ca Una plantilla defineix l'aparença d'eGroupWare i conté icones per a cada aplicació.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences es-ca Una plantilla defineix l'aparença d'eGroupWare i conté icones per a cada aplicació.
|
||||
a theme defines the colors and fonts used by the template. preferences es-ca Un tema defineix els colors i les fonts tipogràfiques que fa servir la plantilla.
|
||||
acl grants have been updated preferences es-ca Permissos de LCA actualitzats
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences es-ca Qualsevol llistat en eGroupWare mostrarà aquest número d'entrades o línies per plana.<br>Una quantitat elevada ralentitza la plana, massa poques poden no ser prou informació.
|
||||
@ -29,7 +29,7 @@ how do you like to display accounts preferences es-ca C
|
||||
how do you like to select accounts preferences es-ca Cóm voleu seleccionar els comptes
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences es-ca Quàntes hores de diferència teniu respecte a la zona horària del servidor.<br>Si esteu a la mateixa zona horària, seleccioneu 0 hores; si no seleccioneu el valor respecte la vostra hora i data local.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences es-ca Quàntes icones es poden mostrar a la barra de navegació a la part superior de la plana. Les icones restants es disposaràn en un menu emergent, que s'activa amb la darrera icona de la dreta de la barra de navegació.
|
||||
how should phpgroupware display dates for you. preferences es-ca Cóm voleu que eGroupWare mostri les dates.
|
||||
how should egroupware display dates for you. preferences es-ca Cóm voleu que eGroupWare mostri les dates.
|
||||
icons and text preferences es-ca Icones i text
|
||||
icons only preferences es-ca Només icones
|
||||
in which country are you. this is used to set certain defaults for you. preferences es-ca En quin pais esteu. S'utilitza per establir alguns valors per defecte.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences es-es %1 horas
|
||||
12 hour preferences es-es 12 horas
|
||||
24 hour preferences es-es 24 horas
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences es-es Una plantilla define el formato de eGroupWare y contiene iconos para cada aplicación.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences es-es Una plantilla define el formato de eGroupWare y contiene iconos para cada aplicación.
|
||||
a theme defines the colors and fonts used by the template. preferences es-es Un tema define los colores y los tipos de letra usados en la plantilla
|
||||
acl grants have been updated preferences es-es Los permisos de la ACL se han actualizado
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences es-es Cualquier listado en eGW le mostrará este número de entradas o líneas por página.<br>Demasiadas ralentizan la página, demasiado pocas pueden ser malo.
|
||||
@ -31,7 +31,7 @@ how do you like to display accounts preferences es-es
|
||||
how do you like to select accounts preferences es-es ¿Cómo desea seleccionar las cuentas?
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences es-es Cuántas horas va por delante o por detrás de la zona horaria del servidor.<br>Si está en la misma zona horaria, seleccione 0 horas, si no, seleccione su fecha y hora local.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences es-es Número de iconos a mostrar en la barra de navegación en la parte superior de la página. Los iconos adicionales van en un menú desplegable, en la parte derecha de la barra de navegación.
|
||||
how should phpgroupware display dates for you. preferences es-es Forma de mostrar las fechas
|
||||
how should egroupware display dates for you. preferences es-es Forma de mostrar las fechas
|
||||
icon preferences es-es Icono
|
||||
icons and text preferences es-es Iconos y texto
|
||||
icons only preferences es-es Sólo iconos
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences fi %1 tuntia
|
||||
12 hour preferences fi 12 tuntia
|
||||
24 hour preferences fi 24 tuntia
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences fi Mallipohja määrittelee eGroupWaren ulkoasun ja se sisältää sovellusten kuvakkeet.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences fi Mallipohja määrittelee eGroupWaren ulkoasun ja se sisältää sovellusten kuvakkeet.
|
||||
a theme defines the colors and fonts used by the template. preferences fi Teema määrittelee mallipohjan värit ja kirjasimet.
|
||||
acl grants have been updated preferences fi ACL-oikeudet on päivitetty
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences fi Kaikissa eGroupWaressa näytettävissä listauksissa näytetään tämän verran tietueita sivulla.<br>Jos arvo on liian suuri, sivun latautuminen hidastuu. Jos arvo on pieni, et näe kovin paljoa tietueita kerralla.
|
||||
@ -28,7 +28,7 @@ how do you like to display accounts preferences fi Kuinka haluat n
|
||||
how do you like to select accounts preferences fi Kuinka haluat valita käyttäjätilit
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences fi Onko aikavyöhykkeesi sama kuin palvelimen?<br>Jos olet samalla aikavyöhykkeellä, voit valita 0 tuntia, muuten valitse oikea aikavyöhyke.
|
||||
How many icons should be shown in the navbar (top of the page). Additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences fi Kuinka monta kuvaketta näytetään navigaatiopalkissa (sivun yläreunassa)? Loput kuvakkeet näytetään oikeasta reunasta avautuvasta alasvetovalikosta.
|
||||
how should phpgroupware display dates for you. preferences fi Kuinka päivämäärä näytetään eGroupWaressa.
|
||||
how should egroupware display dates for you. preferences fi Kuinka päivämäärä näytetään eGroupWaressa.
|
||||
icons and text preferences fi Kuvakkeet ja teksti
|
||||
icons only preferences fi Vain kuvakkeet
|
||||
in which country are you. this is used to set certain defaults for you. preferences fi Maa, jossa olet. Tämän avulla määritellään joitakin oletusasetuksia.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences fr %1 heures
|
||||
12 hour preferences fr 12 heures
|
||||
24 hour preferences fr 24 heures
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences fr Un modèle définit la disposition de phpGroupWare et contient les icônes pour chaque application.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences fr Un modèle définit la disposition de eGroupWare et contient les icônes pour chaque application.
|
||||
a theme defines the colors and fonts used by the template. preferences fr Un thème définit les couleurs et fontes utilisées par le modèle.
|
||||
acl grants have been updated preferences fr Les droits ACL ont été mis à jour
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences fr N'importe quelle liste dans eGroupWare va vous montrer ce nombre d'entrées ou de lignes par page.<br>Une valeur trop grande ralentit l'affichage, une valeur trop petite vous en montre moins.
|
||||
@ -27,7 +27,7 @@ hours preferences fr Heures
|
||||
how do you like to display accounts preferences fr Comment vous préférez afficher les comptes
|
||||
how do you like to select accounts preferences fr Comment vous préférez choisir les comptes
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences fr Combien d'heures en plus ou en moins vous séparent de la zone de temps du serveur.<br>Si vous êtes dans la même zone de temps que le serveur choisissez 0 heures, sinon choisissez votre date et heure locales.
|
||||
how should phpgroupware display dates for you. preferences fr Comment phpGroupWare doit vous afficher les dates.
|
||||
how should egroupware display dates for you. preferences fr Comment eGroupWare doit vous afficher les dates.
|
||||
icons and text preferences fr Icones et texte
|
||||
icons only preferences fr Icones seulement
|
||||
in which country are you. this is used to set certain defaults for you. preferences fr Dans quel pays êtes-vous. Ceci est utilisé pour régler certaines valeurs par défaut pour vous.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences hu %1 órák
|
||||
12 hour preferences hu 12 óra
|
||||
24 hour preferences hu 24 óra
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences hu Egy eGroupWare elrendezés minta definíció és az ikonokat tartalmaz minden program számára.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences hu Egy eGroupWare elrendezés minta definíció és az ikonokat tartalmaz minden program számára.
|
||||
a theme defines the colors and fonts used by the template. preferences hu Egy téma definiálja a színeket és betütipusokat amiket a minta használ.
|
||||
acl grants have been updated preferences hu ACL engedélyek frissítve
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences hu Valamelyik lista mutatja az eGruopWare-ben ennek a bejegyzésnek a számát vagy a sorok számát laponként. <br>Túl sok megjelenítés lassítani fogja a kirajzolás sebességét.
|
||||
@ -28,7 +28,7 @@ how do you like to display accounts preferences hu Hogyan szeretn
|
||||
how do you like to select accounts preferences hu Hogyan szeretnéd kiválasztani a hozzáféréseket
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences hu Hány órával vagy elörébb vagy hátrébb a szerver idözónájánál.<br>Ha Te ugyanabban az idözónában vagy mint a szerver válassz 0 órát, egyébként válaszd a Te helyi dátumodat és idödet.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences hu Mennyi ikont lehet megjeleníteni a navigációs panelen a lap tetején. További ikonok a lehulló menübe kerülnek, a navigációs panel jobb oldalán érhetök el.
|
||||
how should phpgroupware display dates for you. preferences hu Az eGroupWare hogyan jelenítse meg a dátumokat Neked?
|
||||
how should egroupware display dates for you. preferences hu Az eGroupWare hogyan jelenítse meg a dátumokat Neked?
|
||||
icons and text preferences hu Ikonok és képek
|
||||
icons only preferences hu ikonok csupán
|
||||
in which country are you. this is used to set certain defaults for you. preferences hu Melyik megyében vagy. Ennek a használatával beállíthatsz különbözö alapértelmezéseket magadnak.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences it %1 ore
|
||||
12 hour preferences it 12 ore
|
||||
24 hour preferences it 24 ore
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences it Un Template definisce il layout di eGroupWare e contiene le icone per ogni applicazione.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences it Un Template definisce il layout di eGroupWare e contiene le icone per ogni applicazione.
|
||||
a theme defines the colors and fonts used by the template. preferences it Un Tema definisce i colori e i tipi di carattere usati dal template.
|
||||
acl grants have been updated preferences it Le autorizzazioni ACL sono state aggiornate
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences it Ogni lista in eGroupWare visualizzerà questo numero di voci o di linee per pagina.<br>Un numero elevato rallenta la visualizzazione della pagina, troppo poche ti costringono ad un lavoro aggiuntivo.
|
||||
@ -31,7 +31,7 @@ how do you like to display accounts preferences it Come vuoi visualizzare gli ac
|
||||
how do you like to select accounts preferences it Come vuoi selezionare gli account
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences it Quante ora è avanti o indietro il fuso orario del tuo server.<br>Se stai usando il fuso orario del server seleziona 0 altrimenti seleziona il tuo fuso orario locale.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences it Quante icone devono essere visualizzare nella barra di navigazione in cima alla pagina. Le altre icone saranno nel menu a discesa richiamabile dall'icona all'estrema destra della barra di navigazione.
|
||||
how should phpgroupware display dates for you. preferences it Come eGroupWare deve visualizzare le date.
|
||||
how should egroupware display dates for you. preferences it Come eGroupWare deve visualizzare le date.
|
||||
icon preferences it Icona
|
||||
icons and text preferences it Icone e testo
|
||||
icons only preferences it Solo icone
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences ko %1 시간
|
||||
12 hour preferences ko 12 시간
|
||||
24 hour preferences ko 24 시간
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences ko 템플릿의 정의는 eGroupWare 레이아웃 과 각 응용프로그램의 아이콘을 포함합니다.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences ko 템플릿의 정의는 eGroupWare 레이아웃 과 각 응용프로그램의 아이콘을 포함합니다.
|
||||
a theme defines the colors and fonts used by the template. preferences ko 테마는 템플릿에서 사용할 색과 글꼴을 정의합니다.
|
||||
acl grants have been updated preferences ko ACL 허용이 업데이트 되었습니다.
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences ko eGroupWare에서 사용되는 어떠한 리스트의 개수나 페이지당 라인은 설정한 수만큼 보입니다.<br>너무 큰 수는 페이지 표시가 느려지고 , 너무 작은 수는 전체적인 보기에 많은 시간을 소비하게 됩니다.
|
||||
@ -32,7 +32,7 @@ how do you like to display accounts preferences ko
|
||||
how do you like to select accounts preferences ko 어떻게 계정을 선택하시겠습니까?
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences ko 서버의 시간대(timezone)보다 몇시간 앞서길 원하나요.<br>만약 서버와 같은 시간대에 있다면 0시간을 선택하거나 , 귀하의 현지 날짜와 시간을 선택하세요.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences ko 최상위 페이지의 네비게이션 바에서 몇개의 아이콘이 보이길 원하나요. 여분의 아이콘은 가장 네비게이션바의 가장 오른쪽 아이콘의 풀다운 메뉴안으로 들어갑니다.
|
||||
how should phpgroupware display dates for you. preferences ko eGroupWare가 날짜를 어떻게 보여드릴까요?
|
||||
how should egroupware display dates for you. preferences ko eGroupWare가 날짜를 어떻게 보여드릴까요?
|
||||
icon preferences ko 아이콘
|
||||
icons and text preferences ko 아이콘과 설명
|
||||
icons only preferences ko 오직 아이콘만
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences nl %1 uren
|
||||
12 hour preferences nl 12 uren
|
||||
24 hour preferences nl 24 uren
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences nl Een template definieerd de grafische vormgeving van eGroupWare.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences nl Een template definieerd de grafische vormgeving van eGroupWare.
|
||||
a theme defines the colors and fonts used by the template. preferences nl Een thema definieerd de kleuren en lettertypes die worden gebruikt door een template
|
||||
acl grants have been updated preferences nl ACL-toegang is bijgewerkt.
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences nl Elk overzicht in eGroupWare zal dit aantal regels per pagina weergeven. <br/> Te veel kan het systeem traag maken, te weinig kan het onoverzichtelijk maken
|
||||
@ -29,7 +29,7 @@ how do you like to display accounts preferences nl Hoe wil u accounts weergeven?
|
||||
how do you like to select accounts preferences nl Hoe wil u accounts selecteren?
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences nl Hoeveel uur bent voor of achter op de tijdzone van de server? <br/>Selecteer '0' als u zich in dezelfde tijdzone bevind.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences nl Hoeveel icoontjes moeten worden weergegeven in de navigatiebalk bovenaan de pagina? De overige icoontjes van toepassingen staan in het uitklapmenu rechtsbovenaan de pagina. Dit uitklapmenu is standaard verborgen en kunt u uitklappen door op het blauwe pijltje naar beneden te klikken.
|
||||
how should phpgroupware display dates for you. preferences nl Hoe moet eGroupWare een datum weergeven.
|
||||
how should egroupware display dates for you. preferences nl Hoe moet eGroupWare een datum weergeven.
|
||||
icons and text preferences nl Icoontjes en tekst
|
||||
icons only preferences nl Alleen icoontjes
|
||||
in which country are you. this is used to set certain defaults for you. preferences nl In welk land bevind u zich? Dit wordt gebruikt om bepaalde standaardinstellingen voor u te maken.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences no %1 timer
|
||||
12 hour preferences no 12 timer
|
||||
24 hour preferences no 24 timer
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences no En mal definerer utseende på eGroupWare og inneholder ikoner for hver applikasjon.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences no En mal definerer utseende på eGroupWare og inneholder ikoner for hver applikasjon.
|
||||
a theme defines the colors and fonts used by the template. preferences no Et tema bestemmer farger og skrifttype som brukes av malen.
|
||||
acl grants have been updated preferences no ACL tilganger ble oppdatert
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences no Alle utlistinger i eGroupWare vil vise dette antall innslag eller linjer per side.<br>For mange fører til sen sideoppdatering, for få reduserer oversiktsbildet.
|
||||
@ -31,7 +31,7 @@ how do you like to display accounts preferences no Hvordan
|
||||
how do you like to select accounts preferences no Hvordan ønsker du å velge kontoer
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences no Hvor mange timer ligger du foran eller etter tidssonen på tjeneren.<b> Hvis du er i samme tidssone som tjeneren velger du 0 timer, hvis ikke setter du lokal dato og tid.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences no Hvor mange ikoner skal vises på navigasjonslinjen på toppen av sidene. Ekstra ikoner plasseres i en rullegardinmeny helt til høyre på navigasjonslinjen.
|
||||
how should phpgroupware display dates for you. preferences no Hvordan skal eGroupWare vise datoer?
|
||||
how should egroupware display dates for you. preferences no Hvordan skal eGroupWare vise datoer?
|
||||
icon preferences no Ikon
|
||||
icons and text preferences no Ikoner og tekst
|
||||
icons only preferences no kun ikoner
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences pl %1 godzin
|
||||
12 hour preferences pl 12 godzinny
|
||||
24 hour preferences pl 24 godzinny
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences pl Szablony okre¶laj± wygl±d eGroupWare i zawieraj± ikonki dla wszystkich aplikacji
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences pl Szablony okre¶laj± wygl±d eGroupWare i zawieraj± ikonki dla wszystkich aplikacji
|
||||
a theme defines the colors and fonts used by the template. preferences pl Tematy s³u¿± do okre¶lenia kolorów i czcionek w egroupware
|
||||
acl grants have been updated preferences pl Uprawniena dostêpu (ACL) zosta³y odnowione
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences pl Wszelkie listy w eGroupWare bêd± wy¶wietlaæ ci tutaj ustawion± liczbê wierszy na strone.<br>Za wiele spowolni do¶æ znacznie wy¶wietlanie stron, za ma³o spowoduje utrate przejrzysto¶ci informacji.
|
||||
@ -29,7 +29,7 @@ how do you like to display accounts preferences pl Jak maj
|
||||
how do you like to select accounts preferences pl Jak chcia³by¶ wybieraæ/zaznaczaæ konta u¿ytkowników
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences pl Podaj o ile godzin twoja strefa czasowa ró¿ni sie od strefy lokalnej serwera eGroupWare.<br>Je¿eli znajdujesz siê w tej samej strefje czasowej co serwer, ustaw 0 godzin, w innym wypadku ustaw wed³ug twojego lokalnego czasu i daty.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences pl Jaka ilo¶æ ikonek winna byæ wy¶wietlana w listwie nawigacji. Dalsze ikonki bed± czê¶ci± menu typu pulldown które mo¿na wywo³aæ przy pomocy klikniêcia ikonki za strza³k± z zupe³nie prawej strony listwy nawigacji
|
||||
how should phpgroupware display dates for you. preferences pl W jaki spsób eGroupWare powinien wy¶wietlaæ datê
|
||||
how should egroupware display dates for you. preferences pl W jaki spsób eGroupWare powinien wy¶wietlaæ datê
|
||||
icons and text preferences pl Ikony i tekst
|
||||
icons only preferences pl Tylko ikony
|
||||
in which country are you. this is used to set certain defaults for you. preferences pl W którym znajdujesz siê panstwie. eGroupWare u¿yje tego ustawienia do wyboru pewnych konfiguracji domy¶lnych.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences pt-br %1 horas
|
||||
12 hour preferences pt-br 12 horas
|
||||
24 hour preferences pt-br 24 horas
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences pt-br Um modelo define o layout do eGroupWare e contém os ícones de cada aplicativo.
|
||||
a template defines the layout ofegroupware and it contains icons for each application. preferences pt-br Um modelo define o layout do eGroupWare e contém os ícones de cada aplicativo.
|
||||
a theme defines the colors and fonts used by the template. preferences pt-br Um tema define as cores e fontes utilizadas pelo modelo
|
||||
acl grants have been updated preferences pt-br As permissões de acesso (ACL) foram atualizadas
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences pt-br Todas as listas no eGroupWare utilizarão esta quantidade de linhas para a exibição por página. <br>Linhas demais podem deixar lenta a visualização, poucas linhas adificultam a visualização, teste várias possibilidades.
|
||||
@ -33,7 +33,7 @@ how do you like to display accounts preferences pt-br Como voc
|
||||
how do you like to select accounts preferences pt-br Como você gostaria de selecionar as contas
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences pt-br Quantas horas você está além ou aquém do fuso-horário do servidor.<br> Se você estiver no mesmo selecione 0, caso contrário, escolha o fuso-horário apropriado.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences pt-br Quantos ícones devem ser mostrados na barra de navegação no topo da página. Ícones adicionais serão colocados em um menu do tipo caixa suspensa, sendo acessado por um botão na extremidade direita da barra.
|
||||
how should phpgroupware display dates for you. preferences pt-br Como o eGroupWare deve mostrar as datas para você
|
||||
how should egroupware display dates for you. preferences pt-br Como o eGroupWare deve mostrar as datas para você
|
||||
icon preferences pt-br Ícone
|
||||
icons and text preferences pt-br Ícones e texto
|
||||
icons only preferences pt-br Somente ícones
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences sl %1 ur
|
||||
12 hour preferences sl 12 ur
|
||||
24 hour preferences sl 24 ur
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences sl Predloga definira izgled eGroupWare-a in vsebuje ikone za vse aplikacije.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences sl Predloga definira izgled eGroupWare-a in vsebuje ikone za vse aplikacije.
|
||||
a theme defines the colors and fonts used by the template. preferences sl Tema definira barve in pisave, ki so uporabljene v predlogah.
|
||||
acl grants have been updated preferences sl ACL pravice so bile spremenjene
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences sl Vsak seznam v eGW prika¾e to ¹tevilo vnosov oz. vrstic na stran.<br>Preveliko ¹tevilo upočasni vpogled strani, premajhno pa omeji vpogled na seznam.
|
||||
@ -27,7 +27,7 @@ hours preferences sl ure
|
||||
how do you like to display accounts preferences sl Kako ¾eli¹ prikazati raèune
|
||||
how do you like to select accounts preferences sl Kako ¾eli¹ izbrati raèune
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences sl Kak¹na je razlika v časovnem pasu, v katerem se nahaja¹.<br>Če se nahaja¹ v istem časovnem pasu kot stre¾nik, izberi 0.
|
||||
how should phpgroupware display dates for you. preferences sl Kako naj ti eGroupWare poka¾e datume.
|
||||
how should egroupware display dates for you. preferences sl Kako naj ti eGroupWare poka¾e datume.
|
||||
icons and text preferences sl Ikone in besedilo
|
||||
icons only preferences sl samo ikone
|
||||
in which country are you. this is used to set certain defaults for you. preferences sl V kateri dr¾avi ste. To je uporabno za pravilen izbor privzetih vrednosti.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences uk %1 годин
|
||||
12 hour preferences uk 12 годин
|
||||
24 hour preferences uk 24 години
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences uk Зразок визначає вигляд eGroupWare і має іконки для кожного приложення.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences uk Зразок визначає вигляд eGroupWare і має іконки для кожного приложення.
|
||||
a theme defines the colors and fonts used by the template. preferences uk Тема визначає кольори та фонти, що використовуються зразком.
|
||||
acl grants have been updated preferences uk ACL доступи змінено
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences uk Кожен перелік в системі буде показувати вам цю кількість записів або рядків на сторінці.<br>Надто багато буде довго загружатись, надто мало буде заставляти Вас часто пролистувати.
|
||||
@ -28,7 +28,7 @@ how do you like to display accounts preferences uk Як би ви хотіли
|
||||
how do you like to select accounts preferences uk Як би ви хотіли вибирати користувачів
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences uk На скільки годин Ви далеко від часового поясу серверу. <br>Якщо Ви в тому самому поясі, що і сервер, виберіть 0 годин, інакше виберіть локальну дату та час.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences uk Скільки іконок показувати в навігаційній панелі зверху сторінки. Додаткові іконки будуть в випадаючому меню, досупному через іконку в правій частині панелі.
|
||||
how should phpgroupware display dates for you. preferences uk Яким чином повинен eGroupWare показувати Вам дати.
|
||||
how should egroupware display dates for you. preferences uk Яким чином повинен eGroupWare показувати Вам дати.
|
||||
icons and text preferences uk Іконки та текст
|
||||
icons only preferences uk Тільки Іконки
|
||||
in which country are you. this is used to set certain defaults for you. preferences uk В якій країні Ви знаходитесь. Це використовується для встановлення деяких замовчувань.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences zh %1小时
|
||||
12 hour preferences zh 12小时
|
||||
24 hour preferences zh 24小时
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences zh 模板定义了phpGroupWare的布局方式以及每个应用程序的图标.
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences zh 模板定义了eGroupWare的布局方式以及每个应用程序的图标.
|
||||
a theme defines the colors and fonts used by the template. preferences zh 界面主题定义了模板使用的颜色和字体.
|
||||
acl grants have been updated preferences zh ACL授权已更新
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences zh 此处定义了eGroupWare每页显示的条目数或行数. <br>增大该数值可方便用户浏览(减少页面跳转次数), 但将使页面显示变慢.
|
||||
@ -30,7 +30,7 @@ how do you like to display accounts preferences zh 以何种方式显示帐户
|
||||
how do you like to select accounts preferences zh 以何种方式选择帐户
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences zh 您与服务器所在时区的时差, <br>也可以是您所在地的日期和时间. 若在同一时区, 请输入0.
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences zt 導覽列每次要顯示多少個圖示,其他圖示會顯示在一個下拉式選單中。
|
||||
how should phpgroupware display dates for you. preferences zh 以何种方式显示日期.
|
||||
how should egroupware display dates for you. preferences zh 以何种方式显示日期.
|
||||
icon preferences zt 圖示
|
||||
icons and text preferences zh 显示图标和文字
|
||||
icons only preferences zh 只显示图标
|
||||
|
@ -2,7 +2,7 @@
|
||||
%1 hours preferences zt %1 小時
|
||||
12 hour preferences zt 12 小時制
|
||||
24 hour preferences zt 24 小時制
|
||||
a template defines the layout of phpgroupware and it contains icons for each application. preferences zt 樣版定義了eGroupWare的版面配置與應用程式圖示
|
||||
a template defines the layout of egroupware and it contains icons for each application. preferences zt 樣版定義了eGroupWare的版面配置與應用程式圖示
|
||||
a theme defines the colors and fonts used by the template. preferences zt 佈景定義了樣板的顏色與字型
|
||||
acl grants have been updated preferences zt ACL 授權已經更新
|
||||
any listing in phpgw will show you this number of entries or lines per page.<br>to many slow down the page display, to less will cost you the overview. preferences zt eGroupWare將會依據這個數字顯示大部份列表的資料筆數<br>數字太大可能會造成讀取速度緩慢
|
||||
@ -30,7 +30,7 @@ how do you like to display accounts preferences zt 您喜歡如何顯示帳號
|
||||
how do you like to select accounts preferences zt 您喜歡如何選取帳號?
|
||||
how many hours are you in front or after the timezone of the server.<br>if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences zt 您跟伺服器所在位置的時差<br>如果您跟伺服器在同一個時區請輸入0,或是輸入符合您需求的時區
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. preferences zt 導覽列每次要顯示多少個圖示,其他圖示會顯示在一個下拉式選單中。
|
||||
how should phpgroupware display dates for you. preferences zt 您希望phpGroupWare如何顯示日期格式
|
||||
how should egroupware display dates for you. preferences zt 您希望eGroupWare如何顯示日期格式
|
||||
icon preferences zt 圖示
|
||||
icons and text preferences zt 圖示及文字
|
||||
icons only preferences zt 只有圖示
|
||||
|
Loading…
Reference in New Issue
Block a user