diff --git a/addressbook/inc/class.boaddressbook.inc.php b/addressbook/inc/class.boaddressbook.inc.php
index c282c8621c..5dc2abd136 100644
--- a/addressbook/inc/class.boaddressbook.inc.php
+++ b/addressbook/inc/class.boaddressbook.inc.php
@@ -193,9 +193,11 @@ class boaddressbook
$data = array_diff($data,array('',null));
// translate birthday to a iso8601 date
- if(isset($data['bday']))
+ if(isset($data['bday']) && $data['bday'])
{
+ $y = $m = $d = null;
list($y,$m,$d) = explode('-',$data['bday']);
+ if (is_null($d)) list($m,$d,$y) = explode('/',$data['bday']);
$data['bday'] = $GLOBALS['server']->date2iso8601(array('year'=>$y,'month'=>$m,'mday'=>$d));
}
// translate timestamps
diff --git a/addressbook/inc/class.contacts_admin_prefs.inc.php b/addressbook/inc/class.contacts_admin_prefs.inc.php
index 005708747f..1e439ad8a9 100644
--- a/addressbook/inc/class.contacts_admin_prefs.inc.php
+++ b/addressbook/inc/class.contacts_admin_prefs.inc.php
@@ -163,7 +163,7 @@ class contacts_admin_prefs
'label' => 'Fields for the CSV export',
'name' => 'csv_fields',
'values' => array(
- '' => lang('All'),
+ 'all' => lang('All'),
'business' => lang('Business address'),
'home' => lang('Home address'),
),
diff --git a/addressbook/inc/class.so_ldap.inc.php b/addressbook/inc/class.so_ldap.inc.php
index 79becdf1c3..4175afbc22 100644
--- a/addressbook/inc/class.so_ldap.inc.php
+++ b/addressbook/inc/class.so_ldap.inc.php
@@ -702,7 +702,7 @@ class so_ldap
$filters = '';
foreach($filter as $key => $value)
{
- if ($key != 'cat_id' && !$value) continue;
+ if ($key != 'cat_id' && $key != 'account_id' && !$value) continue;
switch((string) $key)
{
@@ -710,6 +710,18 @@ class so_ldap
case 'tid': // ignored
break;
+ case 'account_id':
+ if (is_null($value))
+ {
+ $filters .= '(!(uidNumber=*))';
+ }
+ elseif ($value)
+ {
+ $filters .= '(uidNumber='.ldap::quote($value).')';
+
+ }
+ break;
+
case 'cat_id':
if (is_null($value))
{
diff --git a/addressbook/setup/phpgw_es-es.lang b/addressbook/setup/phpgw_es-es.lang
index e65ed1e438..a14355021f 100644
--- a/addressbook/setup/phpgw_es-es.lang
+++ b/addressbook/setup/phpgw_es-es.lang
@@ -95,6 +95,7 @@ csv-filename addressbook es-es Archivo CSV
custom addressbook es-es Personalizado
custom fields addressbook es-es Campos personalizados
debug output in browser addressbook es-es Depurar salida en el navegador
+default address format addressbook es-es Formato predeterminado de las drecciones
default addressbook for adding contacts addressbook es-es Libreta de direcciones predeterminada para ańadir contactos
default filter addressbook es-es Filtro predeterminado
delete a single entry by passing the id. addressbook es-es Borrar una entrada sencilla pasando el id
@@ -300,6 +301,7 @@ view linked infolog entries addressbook es-es Ver las entradas del Registro que
warning!! ldap is valid only if you are not using contacts for accounts storage! admin es-es ĄAtención! ĄLDAP es valido sólo si no está usando contactos para almacenar las cuentas!
warning: all contacts found will be deleted! addressbook es-es ATENCIÓN: ĄSe borrarán todos los contactos encontrados!
what should links to the addressbook display in other applications. empty values will be left out. you need to log in anew, if you change this setting! addressbook es-es Qué deben mostrar los enlaces a la libreta de direcciones en otras aplicaciones. Los valores vacíos se ignorarán. Es necesario volver a iniciar la sesión si se cambia esta opción.
+which address format should the addressbook use for countries it does not know the address format. if the address format of a country is known, it uses it independent of this setting. addressbook es-es Qué formato de dirección debe usar la libreta de direcciones para países de los que no conoce el formato de las direcciones. Si se conoce el formato de las direcciones, se usa independientemente de lo indicado en esta opción
which addressbook should be selected when adding a contact and you have no add rights to the current addressbook. addressbook es-es Qué libreta de direcciones debe seleccionarse al ańadir un contacto Y cuando no haya permiso de ańadir en la libreta de direcciones actual.
which charset should be used for the csv export. the system default is the charset of this egroupware installation. addressbook es-es Juego de caracteres a usar para exportar a CSV. El predeterminado del sistema es el juego de caracteres de esta instalación de eGroupWare.
which fields should be exported. all means every field stored in the addressbook incl. the custom fields. the business or home address only contains name, company and the selected address. addressbook es-es Qué campos deben exportarse. Indicar todos significa que cada campo almacenado en la libreta de direcciones, incluyendo los personalizados. La dirección del trabajo o particular sólo contiene el nombre, la empresa y la dirección seleccionada.
diff --git a/addressbook/setup/phpgw_fi.lang b/addressbook/setup/phpgw_fi.lang
index c5c8766c08..ca7100b833 100644
--- a/addressbook/setup/phpgw_fi.lang
+++ b/addressbook/setup/phpgw_fi.lang
@@ -1,25 +1,33 @@
%1 added addressbook fi %1 lisätty
%1 contact(s) %2 addressbook fi %1 yhteystieto(a) %2
%1 contact(s) %2, %3 failed because of insufficent rights !!! addressbook fi %1 yhteystieto(a) %2, %3 epäonnistui puutteellisien oikeuksien takia !!!
+%1 fields in %2 other organisation member(s) changed addressbook fi %1 kenttiä %2:ssa muun organisaation jäsen(iä) on muutettu
%1 records imported addressbook fi %1 tietuetta tuotu
%1 records read (not yet imported, you may go %2back%3 and uncheck test import) addressbook fi %1 tietuetta luettu (ei vielä tuotu, voit %2palata%3 takaisin ja poistaa valinnan Testaa tuontia)
%1 starts with '%2' addressbook fi %1 alkaa %2
(e.g. 1969) addressbook fi (esim. 1969)
no conversion type <none> could be located. please choose a conversion type from the list addressbook fi Muunnostyyppiä ei löydy. Valitse muunnostyyppi
@-eval() is only availible to admins!!! addressbook fi @-eval() on vain ylläpitäjien käytettävissä!
+account repository admin fi Käyttäjätilien varasto
accounts addressbook fi Käyttäjätunnukset
actions addressbook fi Toimenpiteet
add %1 addressbook fi Lisää %1
add a contact to this organisation addressbook fi Lisää yhteystieto tähän organisaatioon
add a new contact addressbook fi Lisää uusi yhteystieto
+add a new list addressbook fi Lisää uusi lista
add a single entry by passing the fields. addressbook fi Lisää yksittäinen tietue antamalla kentät.
add custom field addressbook fi Lisää oma kenttä
+add to distribution list: addressbook fi Lisää jakelulista
+added by synchronisation addressbook fi lisätty synckronoinnin yhteydessä
+added to distribution list addressbook fi lisätty jakelulistalle
+additional information about using ldap as contact repository admin fi Valinnaista tietoa LDAP:n käyttämisestä yhteystietojen varastona.
address book common fi Osoitekirja
address book - vcard in addressbook fi Osoitekirja - VCard kohteessa
address book - view addressbook fi Osoitekirja - näytä
address line 2 addressbook fi Osoite rivi 1
address type addressbook fi Osoitteen laji
addressbook common fi Osoitekirja
+addressbook csv export addressbook fi Osoitekirjan vienti CSV:hen
addressbook menu addressbook fi Osoitekirjan valikko
addressbook preferences addressbook fi Osoitekirjan asetukset
addressbook the contact should be saved to addressbook fi Osoitekirjan yhteystiedot tulisi tallentaa
@@ -27,6 +35,7 @@ addressbook-fieldname addressbook fi Osoitekirja - kent
addvcard addressbook fi Lisää VCard
advanced search addressbook fi Tarkempi haku
all contacts addressbook fi Kaikki yhteystiedot
+allow users to maintain their own account-data admin fi Salli käyttäjän tuoda omia asiakastietoja
alt. csv import addressbook fi Alt. CSV Tuonti
always addressbook fi aina
apply changes to all members, whose fields have the same previous content addressbook fi Hyväksy muutos kaikille jäsenillä, joilla on kentässä sama sisältö entuudestaan
@@ -45,7 +54,7 @@ business country addressbook fi Maa
business email addressbook fi Sähköposti
business fax addressbook fi Fax
business phone addressbook fi Puhelin
-business state addressbook fi Osavaltio
+business state addressbook fi Lääni
business street addressbook fi Katuosoite
business zip code addressbook fi Postinumero
calendar uri addressbook fi Kalenterin URL
@@ -68,23 +77,28 @@ contact application admin fi Yhteystietojen hallinta
contact copied addressbook fi Yhteystieto kopioitu
contact deleted addressbook fi Yhteystieto poistettu
contact id addressbook fi Yhteystiedon ID
+contact repository admin fi Yhteystietojen varasto
contact saved addressbook fi Kontakti tallennettu
contact settings admin fi Yhteystiedot - asetukset
contacts to ldap admin fi yhteystiedot LDAP:sta
+contacts to ldap, account contact-data to sql admin fi Yhteystiedot LDAP:ssa, käyttäjätilien yhteysttiedot SQL:ssä
contains addressbook fi sisältää
copied by %1, from record #%2. addressbook fi Kopioinut %1 tietueesta #%2.
copy a contact and edit the copy addressbook fi Kopioi yhteystieto ja muokkaa kopiota
country common fi Maa
create new links addressbook fi Luo uusia linkkejä
created addressbook fi Luotu
+credit addressbook fi Luotto
csv-fieldname addressbook fi CSV-kentän nimi
csv-filename addressbook fi CSV-tiedoston nimi
custom addressbook fi Oma
custom fields addressbook fi Omat kentät
debug output in browser addressbook fi Virheenselvitys selaimessa
+default address format addressbook fi Oletus osoitteen muoto
default addressbook for adding contacts addressbook fi Oletus osoitekirja johon yhteystiedot tallennetaan
default filter addressbook fi Oletusrajaus
delete a single entry by passing the id. addressbook fi Poista tietue antamalla sen tunniste
+delete selected distribution list! addressbook fi Poista valittu jakelulista
delete this contact addressbook fi Poista tämä yhteystieto
delete this organisation including all its contacts addressbook fi Poista tämä organisaatio ja KAIKKI sen sisältämät yhteystiedot.
deleted addressbook fi poistettu
@@ -92,15 +106,19 @@ deletes the photo addressbook fi Poistetaan kuva
department common fi Osasto
departments addressbook fi osastot
displays a remider for birthdays on the startpage (page you get when you enter egroupware or click on the homepage icon). addressbook fi Näytä etusivulla syntymäpäivien muistutus (sivu joka avautuu kun kirjaudut eGroupWareen tai painat Etusivun kuvaketta).
-do you want a private addressbook, which can not be viewed by users, you grant access to your personal addressbook? addressbook fi Haluatko yksityisen vieraskirjan, jota muut käyttäjät eivät näe?
+distribution list deleted addressbook fi Jakelulista poistettu
+distribution lists addressbook fi Jakelulistat
+do you want a private addressbook, which can not be viewed by users, you grant access to your personal addressbook? addressbook fi Haluatko yksityisen osoitekirjan, jota muut käyttäjät eivät näe?
do your really want to delete this contact? addressbook fi Haluatko varmasti poistaa tämän kontaktin?
doesn't matter addressbook fi Ei väliä
domestic addressbook fi Kotimainen
+don't hide empty columns addressbook fi Älä piiloita tyhjiä sarakkeita
download addressbook fi Lataa
download export file (uncheck to debug output in browser) addressbook fi Lataa vientitiedosto (Poista debug valinta selaimesta)
download this contact as vcard file addressbook fi Lataa tämä kontakti vCard-tiedostona
edit custom field addressbook fi Muokkaa oma kenttä
edit custom fields admin fi Muokka omia kenttiä
+edit extra account-data in the addressbook admin fi Muokkaa käyttäjän omia asiakastietoja osoitekirjassa
edit phonenumbers - addressbook fi Muokkaa puhelinnumeroita
email & internet addressbook fi Sähköposti Ja Internet
empty for all addressbook fi tyhjä kaikille
@@ -117,7 +135,9 @@ export file name addressbook fi Vie tiedostoon
export from addressbook addressbook fi Vie osoitekirjasta
export selection addressbook fi Vie valinnat
exported addressbook fi viety
+exports contacts from your addressbook into a csv file. csv means 'comma seperated values'. however in the options tab you can also choose other seperators. addressbook fi Vie osoitekirjan yhteystiedot CSV tiedostoon. CVS (Comma Seperated Values) tarkoittaa pilkulla erotettua muotoilua. Voit valita Asetukset välilehdeltä myös muita erotustapoja.
extra addressbook fi Lisätiedot
+failed to change %1 organisation member(s) (insufficent rights) !!! addressbook fi %1 organisaation jäsen(ien) muutos epäonnistui (Puutteelliset oikeudet) !!!
fax addressbook fi Faksi
fax number common fi Faksi
field %1 has been added ! addressbook fi Kenttä %1 on lisätty!
@@ -128,12 +148,15 @@ fields the user is allowed to edit himself admin fi Kent
fields to show in address list addressbook fi Osoitelistan kentät
fieldseparator addressbook fi Kenttäerotin
for read only ldap admin fi vain luku LDAP:sta
+freebusy uri addressbook fi Freebusy URI
full name addressbook fi Koko nimi
general addressbook fi Yleinen
geo addressbook fi GEO
global categories addressbook fi Yleiset kategoriat
grant addressbook access common fi Anna pääsy osoitekirjaan
group %1 addressbook fi Ryhmä %1
+hide accounts from addressbook addressbook fi Piiloita käyttäjätilit osoitekirjasta
+hides accounts completly from the adressbook. addressbook fi Piiloita käyttäjätilit kokonaan osoitekirjasta.
home address addressbook fi Kotiosoite
home address, birthday, ... addressbook fi Kotiosoite, syntymäpäivä
home city addressbook fi Kaupunki
@@ -157,6 +180,7 @@ import next set addressbook fi Tuo seuraava ryhm
import_instructions addressbook fi Netscapessa: Avaa Addressbook ja valitse File -valikosta Export . Syntyvä tiedosto on LDIF -muodossa.
{lang_Enable_the_soap_service} {lang_(default_No,_leave_it_off_if_you_dont_use_it)}:
diff --git a/calendar/egroupware.org/holidays.AT.csv b/calendar/egroupware.org/holidays.AT.csv
index 611e22020f..c72e15650a 100644
--- a/calendar/egroupware.org/holidays.AT.csv
+++ b/calendar/egroupware.org/holidays.AT.csv
@@ -1,18 +1,11 @@
charset iso-8859-1
+
+regular (year=0):
AT Neujahr 1 1 0 0 0
AT Hl. Drei Könige 6 1 0 0 0
-AT Ostersonntag 27 3 2005 0 0
-AT Ostermontag 28 3 2005 0 0
-AT Ostersonntag 11 4 2004 0 0
-AT Ostermontag 12 4 2004 0 0
AT Staatsfeiertag 1 5 0 0 0
-AT Pfingstsonntag 15 5 2005 0 0
-AT Pfingstmontag 16 5 2005 0 0
-AT Christi Himmelfahrt 20 5 2004 0 0
-AT Fronleichnam 26 5 2005 0 0
-AT Pfingstsonntag 30 5 2004 0 0
-AT Pfingstmontag 31 5 2004 0 0
-AT Fronleichnam 10 6 2004 0 0
+AT Pfingstmontag 28 5 0 0 0
+AT Fronleichnam 7 6 0 0 0
AT Maria Himmelfahrt 15 8 0 0 0
AT Nationalfeiertag 26 10 0 0 0
AT Allerheiligen 1 11 0 0 0
@@ -20,3 +13,24 @@ AT Maria Empf
AT Heiliger Abend 24 12 0 0 0
AT Christtag 25 12 0 0 0
AT Stephanitag 26 12 0 0 0
+
+2004:
+AT Ostersonntag 11 4 2004 0 0
+AT Ostermontag 12 4 2004 0 0
+AT Christi Himmelfahrt 20 5 2004 0 0
+AT Pfingstsonntag 30 5 2004 0 0
+AT Pfingstmontag 31 5 2004 0 0
+AT Fronleichnam 10 6 2004 0 0
+
+2005:
+AT Ostersonntag 27 3 2005 0 0
+AT Ostermontag 28 3 2005 0 0
+AT Pfingstsonntag 15 5 2005 0 0
+AT Pfingstmontag 16 5 2005 0 0
+AT Fronleichnam 26 5 2005 0 0
+
+2007:
+AT Ostersonntag 8 4 2007 0 0
+AT Ostermontag 9 4 2007 0 0
+AT Christi Himmelfahrt 17 5 2007 0 0
+AT Pfingstsonntag 27 5 2007 0 0
diff --git a/calendar/inc/class.uiviews.inc.php b/calendar/inc/class.uiviews.inc.php
index 75ea2ec448..6d232e9a58 100644
--- a/calendar/inc/class.uiviews.inc.php
+++ b/calendar/inc/class.uiviews.inc.php
@@ -908,10 +908,15 @@ class uiviews extends uical
$ts = $this->bo->date2ts((string)$day_ymd);
$title = !is_bool($short_title) ? $short_title :
($short_title ? lang(adodb_date('l',$ts)).' '.adodb_date('d.',$ts) : $this->bo->long_date($ts,0,false,true));
+
$day_view = array(
'menuaction' => 'calendar.uiviews.day',
'date' => $day_ymd,
);
+ $this->_day_class_holiday($day_ymd,$class,$holidays);
+ // the weekday and date
+ if (!$short_title && $holidays) $title .= ': '.$holidays;
+
if ($short_title === true)
{
$title = $this->html->a_href($title,$day_view,'',
@@ -925,10 +930,8 @@ class uiviews extends uical
$day_view['date'] = $this->bo->date2string($ts += 48*HOUR_s);
$title .= ' '.$this->html->a_href($this->html->image('phpgwapi','right',$this->bo->long_date($ts)),$day_view);
}
- $this->_day_class_holiday($day_ymd,$class,$holidays);
- // the weekday and date
$html .= $indent."\t".'\n";
+ $title."\n";
if ($this->use_time_grid)
{
diff --git a/calendar/setup/phpgw_es-es.lang b/calendar/setup/phpgw_es-es.lang
index 0e4c89beb4..bb033f90d9 100644
--- a/calendar/setup/phpgw_es-es.lang
+++ b/calendar/setup/phpgw_es-es.lang
@@ -22,6 +22,7 @@ alarms calendar es-es Alarmas
all categories calendar es-es Todas las categorías
all day calendar es-es Todo el día
all events calendar es-es Todos los eventos
+all future calendar es-es Todos los futuros
all participants calendar es-es Todos los participantes
allows to edit the event again calendar es-es Permite volver a editar el evento
apply the changes calendar es-es Aplicar los cambios
@@ -116,8 +117,6 @@ filename of the download calendar es-es Nombre de fichero de la descarga
find free timeslots where the selected participants are availible for the given timespan calendar es-es Buscar márgenes de tiempo libres donde los participantes seleccionados estén disponibles para las horas indicadas
firstname of person to notify calendar es-es Nombre de pila de la persona a notificar
for calendar es-es para
-for all future events calendar es-es Para todos los eventos futuros
-for this event calendar es-es Para este evento
for which views should calendar show distinct lines with a fixed time interval. calendar es-es Para qué vistas debe mostrar el calendario distintas líneas con un intervalo fijo de tiempo.
format of event updates calendar es-es Formato de las actualizaciones de eventos
forward half a month calendar es-es medio mes hacia adelante
@@ -266,7 +265,6 @@ startdate and -time of the search calendar es-es Fecha de inicio y -hora de la b
startdate of the export calendar es-es Fecha de inicio de la exportación
startrecord calendar es-es Registro inicial
status changed calendar es-es Estado modificado
-status recurrence calendar es-es Recurrencia del estado
submit to repository calendar es-es Enviar al repositorio
sun calendar es-es Dom
tentative calendar es-es Provisional
diff --git a/calendar/setup/phpgw_fi.lang b/calendar/setup/phpgw_fi.lang
index 9ab92d0a6d..675372545b 100644
--- a/calendar/setup/phpgw_fi.lang
+++ b/calendar/setup/phpgw_fi.lang
@@ -11,6 +11,7 @@ actions calendar fi Toimenpiteet
actions... calendar fi Toimenpiteet...
add alarm calendar fi Lisää hälytys
added calendar fi Lisätty
+after %1 calendar fi %1 jälkeen
after current date calendar fi Nykyisen päivän jälkeen
alarm calendar fi Hälytys
alarm added calendar fi Hälytys lisätty
@@ -21,6 +22,7 @@ alarms calendar fi H
all categories calendar fi Kaikki kategoriat
all day calendar fi Koko päivä
all events calendar fi Kaikki tapahtumat
+all future calendar fi Kaikki tulevat
all participants calendar fi Kaikki osallistujat
allows to edit the event again calendar fi Sallii tapahtuman muokkaamisen uudelleen
apply the changes calendar fi lisää muutokset
@@ -28,6 +30,7 @@ are you sure you want to delete this country ? calendar fi Haluatko varmasti poi
are you sure you want to delete this holiday ? calendar fi Haluatko varmasti poistaa tämän loman?
back half a month calendar fi puoli kuukautta taaksepäin
back one month calendar fi kuukausi taaksepäin
+before %1 calendar fi %1 ennen
before current date calendar fi Ennen nykyistä päivää
before the event calendar fi Ennen tapahtumaa
birthday calendar fi Syntymäpäivä
@@ -48,6 +51,7 @@ copy of: calendar fi Kopio kohteesta:
copy this event calendar fi Kopioi tämä tapahtuma
countries calendar fi Maat
country calendar fi Maa
+create an exception for the given date calendar fi Luo odotusarvo annetulle päivälle
create new links calendar fi Luo uusia linkkejä
csv calendar fi CSV
csv-fieldname calendar fi CSV-kentän nimi
@@ -236,13 +240,16 @@ select a %1 calendar fi valitse %1
select a time calendar fi valitse aika
select resources calendar fi Valitse resurssit
select who should get the alarm calendar fi Valitse kuka saa hälytyksen
+selected range calendar fi Valitse aikaväli
set a year only for one-time / non-regular holidays. calendar fi Määrittele vain kerran tapahtuvien / epäsäännöllisten lomien vuosi.
set new events to private calendar fi Määrittele uudet tapahtumat yksityisiksi
should invitations you rejected still be shown in your calendar ? you can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your calendar! calendar fi Säilytetäänkö hylätyt kutsut kalenterissa? Voit hyväksyä kutsun myöhemmin (esim. päällekkäisyyden poistuttua), jos tapahtuma on kalenterissasi!
should new events created as private by default ? calendar fi Luodaanko uudet tapahtumat oletuksena yksityisenä?
should not loged in persons be able to see your freebusy information? you can set an extra password, different from your normal password, to protect this informations. the freebusy information is in ical format and only include the times when you are busy. it does not include the event-name, description or locations. the url to your freebusy information is %1. calendar fi Should not loged in persons be able to see your freebusy information? You can set an extra password, different from your normal password, to protect this informations. The freebusy information is in iCal format and only include the times when you are busy. It does not include the event-name, description or locations. The URL to your freebusy information is %1.
+should the planner display an empty row for users or categories without any appointment. calendar fi Näytetäänkö suunnittelunäkymässä tyhjät rivit käyttäjillä tai kategorioilla joilla ei ole tapahtumia.
should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ? calendar fi Näytetäänkö osallistujien tila osallistujan nimen jälkeen?
show default view on main screen calendar fi Näytä oletusnäkymä päänäytöllä
+show empty rows in planner calendar fi Näytä tyhjät rivit suunnitelunäkymässä
show invitations you rejected calendar fi Näytä hylkäämäsi kutsut
show list of upcoming events calendar fi Näytä tulevien tapahtumien luettelo
show this month calendar fi näytä tämä kuukausi
diff --git a/calendar/setup/phpgw_fr.lang b/calendar/setup/phpgw_fr.lang
index 6cf58b0abf..269b67d309 100644
--- a/calendar/setup/phpgw_fr.lang
+++ b/calendar/setup/phpgw_fr.lang
@@ -308,7 +308,7 @@ weekview with weekend calendar fr Vue hebdomadaire avec weekend
weekview without weekend calendar fr Vue hebdomadaire sans weekend
which events do you want to see when you enter the calendar. calendar fr Quels événements voulez-vous voir quand vous entrez dans le calendrier.
which of calendar view do you want to see, when you start calendar ? calendar fr Quelle vue du calendrier voulez-vous voir quand vous démarrez le calendrier ?
-whole day calendar fr jurnée entičre
+whole day calendar fr Journée entičre
wk calendar fr Sem.
work day ends on calendar fr Journée de travail finit ŕ
work day starts on calendar fr Journée de travail démarre ŕ
diff --git a/calendar/setup/phpgw_pl.lang b/calendar/setup/phpgw_pl.lang
index 6d129a14e5..57589f0f42 100755
--- a/calendar/setup/phpgw_pl.lang
+++ b/calendar/setup/phpgw_pl.lang
@@ -1,6 +1,6 @@
%1 %2 in %3 calendar pl %1 %2 w %3
%1 records imported calendar pl Zaimportowano %1 rekordów
-%1 records read (not yet imported, you may go back and uncheck test import) calendar pl Wczytano %1 rekordów (jeszcze nie zaimportowano; możesz się cofnąc i odznaczyć Import Testowy)
+%1 records read (not yet imported, you may go back and uncheck test import) calendar pl Wczytano %1 rekordów (jeszcze nie zaimportowano; możesz się cofnąć i odznaczyć Import Testowy)
please note : the calendar use the holidays of your country, which is set to %1. you can change it in your %2. holidays are %3 automatic installed from %4. you can changed it in %5. calendar pl Zauważ : Kalendarz używa listy dni świątecznych dla Twojego kraju, tj. dla %1. Możesz zmienić to zachowanie w Twoim %2. Dni świąteczne są %3 automatycznie instalowane z %4. Możesz zmienić to w %5.
a non blocking event will not conflict with other events calendar pl Termin nie blokujący nie będzie w konflikcie z innymi terminami kalendarza
accept or reject an invitation calendar pl Zaakeptuj lub odrzuć zaproszenie
@@ -22,6 +22,7 @@ alarms calendar pl Alarmy
all categories calendar pl Wszystkie kategorie
all day calendar pl Wszystkie dni
all events calendar pl Wszystkie terminy
+all future calendar pl Wszystkie przyszłe
all participants calendar pl Wszyscy uczestnicy
allows to edit the event again calendar pl Pozwala edytować termin ponownie
apply the changes calendar pl zastosuj zmiany
@@ -74,10 +75,10 @@ delete this series of recuring events calendar pl Usu
disinvited calendar pl Zaproszenie cofnięto
display status of events calendar pl Wyświetl status zdarzeń
displayed view calendar pl bieżący widok
-displays your default calendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)? calendar pl Pokazywać Twój kalendarz na stronie głównej (stronie, którą widzisz po zalogowaniu się do eGW lub po kliknięciu na ikonę strony domowej - homepage)?
+displays your default calendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)? calendar pl Pokazywać Twój kalendarz na stronie głównej (stronie, którą widzisz po zalogowaniu się do eGroupWare lub po kliknięciu na ikonę strony domowej)?
do you want a weekview with or without weekend? calendar pl Czy widok tygodniowy powinien zawierać weekend?
-do you want to be notified about new or changed appointments? you be notified about changes you make yourself. you can limit the notifications to certain changes only. each item includes all the notification listed above it. all modifications include changes of title, description, participants, but no participant responses. if the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too. calendar pl Czy chcesz być powiadamiany o nowych lub zmienionych spotkaniach? Będziesz powiadamiany o zmianach któe sam zrobisz. Możesz ograniczyć powiadomienia tylko do niektórych zmian. Każda pozycja zawiera wszystkie powiadomienia wymienione powyżej. Wszystkie zmiany zawierają zmiany nazwy, opisu, uczestników, ale nie same odpowiedzi uczestników. Jeżeli właściciel zdarzenia wybierze powiadomienia dowolne, będzie otrzymywał również odpowiedzi uczestników, takie jak akceptacje czy odrzucenia.
-do you want to receive a regulary summary of your appointsments via email? the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys. it is only sent when you have any appointments on that day or week. calendar pl Czy chcesz otrzymywać mailem regularne podsumowania swoich spotkań? Podsumowanie jest wysyłane na Twój adres email codziennie rano, lub w poniedziałki dla podsumowań tygodniowych. Podsumowanie jest wysyłane tylko jeżeli masz zaplanowane jakieś spotkania w danym dniu lub tygodniu.
+do you want to be notified about new or changed appointments? you be notified about changes you make yourself. you can limit the notifications to certain changes only. each item includes all the notification listed above it. all modifications include changes of title, description, participants, but no participant responses. if the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too. calendar pl Czy chcesz być powiadamiany o nowych lub zmienionych spotkaniach? Będziesz powiadamiany o zmianach które sam zrobisz. Możesz ograniczyć powiadomienia tylko do niektórych zmian. Każda pozycja zawiera wszystkie powiadomienia wymienione powyżej. Wszystkie zmiany zawierają zmiany nazwy, opisu, uczestników, ale nie same odpowiedzi uczestników. Jeżeli właściciel zdarzenia wybierze powiadomienia dowolne, będzie otrzymywał również odpowiedzi uczestników, takie jak akceptacje czy odrzucenia.
+do you want to receive a regulary summary of your appointsments via email? the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys. it is only sent when you have any appointments on that day or week. calendar pl Czy chcesz otrzymywać mailem regularne podsumowania swoich spotkań? Podsumowanie jest wysyłane na Twój adres e-mail codziennie rano, lub w poniedziałki dla podsumowań tygodniowych. Podsumowanie jest wysyłane tylko jeżeli masz zaplanowane jakieś spotkania w danym dniu lub tygodniu.
do you wish to autoload calendar holidays files dynamically? admin pl Czy chcesz automatycznie ładować do kalendarza listę świąt?
download calendar pl Ściągnij
download this event as ical calendar pl Ściągnij zdarzenia w formacie iCal
@@ -116,8 +117,6 @@ filename of the download calendar pl Nazwa pliku do
find free timeslots where the selected participants are availible for the given timespan calendar pl Wyszukaj wolne przedziały czasu, dla których wybrani uczestnicy są dostępni przez określony okres
firstname of person to notify calendar pl Imię osoby do powiadomienia
for calendar pl dla
-for all future events calendar pl Dla wszystkich przyszłych terminów
-for this event calendar pl Dla tego terminu
for which views should calendar show distinct lines with a fixed time interval. calendar pl Które widoki kalendarza powinny zawierać poziomie linie, reprezentujące siatkę godzin?
format of event updates calendar pl Format uaktualnień wydarzeń
forward half a month calendar pl naprzód o pół miesiąca
@@ -265,7 +264,6 @@ startdate and -time of the search calendar pl Data/czas rozpocz
startdate of the export calendar pl Data początkowa dla eksportu
startrecord calendar pl Pierwszy wpis
status changed calendar pl Status został zmieniony
-status recurrence calendar pl Status powtarzania
submit to repository calendar pl Wyślij do repozytorium
sun calendar pl Nie
tentative calendar pl Niezobowiązujący
diff --git a/calendar/setup/phpgw_pt-br.lang b/calendar/setup/phpgw_pt-br.lang
index a1e9071e74..c3fcdcfac6 100644
--- a/calendar/setup/phpgw_pt-br.lang
+++ b/calendar/setup/phpgw_pt-br.lang
@@ -22,6 +22,7 @@ alarms calendar pt-br Alarmes
all categories calendar pt-br Todas as categorias
all day calendar pt-br Todo o dia
all events calendar pt-br Todos os eventos
+all future calendar pt-br Todos futuros
all participants calendar pt-br Todos os participantes
allows to edit the event again calendar pt-br Permite editar o evento novamente
apply the changes calendar pt-br aplicar as alteraçőes
@@ -116,8 +117,6 @@ filename of the download calendar pt-br Nome do arquivo do download
find free timeslots where the selected participants are availible for the given timespan calendar pt-br Encontrar horário onde os participantes selecionados estăo disponíveis
firstname of person to notify calendar pt-br Primeiro nome da pessoa a ser notificada
for calendar pt-br para
-for all future events calendar pt-br Para todos os eventos futuros
-for this event calendar pt-br Para este evento
for which views should calendar show distinct lines with a fixed time interval. calendar pt-br Para cada visualizaçăo a Agenda deverá exibir linhas distintas com intervalos de tempo fixos.
format of event updates calendar pt-br Formato de atualizçăo de eventos
forward half a month calendar pt-br avançar metade de um męs
@@ -266,7 +265,6 @@ startdate and -time of the search calendar pt-br In
startdate of the export calendar pt-br Data Inicial da exportaçăo
startrecord calendar pt-br Registro inicial
status changed calendar pt-br Status alterado
-status recurrence calendar pt-br Status da recorręncia
submit to repository calendar pt-br Enviar para o repositório
sun calendar pt-br Dom
tentative calendar pt-br Tentativa
diff --git a/calendar/setup/phpgw_sk.lang b/calendar/setup/phpgw_sk.lang
index 1ffdf411f7..dc1aef9e16 100644
--- a/calendar/setup/phpgw_sk.lang
+++ b/calendar/setup/phpgw_sk.lang
@@ -1,49 +1,52 @@
%1 %2 in %3 calendar sk %1 %2 v %3
-%1 records imported calendar sk Naimportovaných %1 záznamov
+%1 records imported calendar sk Naimportovaných bolo %1 záznamov
%1 records read (not yet imported, you may go back and uncheck test import) calendar sk načítalo sa %1 záznamov (zatiaľ neboli naimportované, vraťte sa a ODznačte Test importu)
please note : the calendar use the holidays of your country, which is set to %1. you can change it in your %2. holidays are %3 automatic installed from %4. you can changed it in %5. calendar sk Upozornenie: V Kalendári sa používajú sviatky, ktoré platia vo Vašej krajine. Tá je nastavená na %1. Môžete ju zmeniť vo vašom %2. Sviatky sa %3 automaticky inštalujú z %4. Môžete to zmeniť v %5.
a non blocking event will not conflict with other events calendar sk Neblokujúca udalosť nebude v konflikte s ostatnými udalosťami
accept or reject an invitation calendar sk Prijať alebo odmietnuť pozvanie
accepted calendar sk Prijal
-access denied to the calendar of %1 !!! calendar sk Prístup odopretý ku kalendáru patriacemu %1 !!!
+access denied to the calendar of %1 !!! calendar sk Prístup bol ODMIETNUTÝ, kalendár patrí používateľovi %1 !!!
action that caused the notify: added, canceled, accepted, rejected, ... calendar sk Zmena, ktorá vyvolala upozornenie: Nové, Zrušené, Prijaté, Odmietnuté, ...
actions calendar sk Akcie
actions... calendar sk Akcie...
add alarm calendar sk Pridaj pripomienku
added calendar sk Pridané
+after %1 calendar sk Až po %1
after current date calendar sk Po súčasnom dátume
alarm calendar sk Pripomienka
-alarm added calendar sk Pripomienka pridaná
-alarm deleted calendar sk Pripomienka zmazaná
+alarm added calendar sk Pripomienka bola pridaná
+alarm deleted calendar sk Pripomienka bola odstránená
alarm for %1 at %2 in %3 calendar sk Pripomienka %1 %2 v %2
alarm management calendar sk Pripomienkovač
alarms calendar sk Pripomienky
all categories calendar sk Všetky kategórie
all day calendar sk Celý deň
all events calendar sk Všetky udalosti
+all future calendar sk Všetky budúce
all participants calendar sk Všetci účastníci
allows to edit the event again calendar sk Povolí znovu upraviť udalosť
-apply the changes calendar sk vykonať zmeny
-are you sure you want to delete this country ? calendar sk Naozaj zmazať túto krajinu ?
-are you sure you want to delete this holiday ? calendar sk Naozaj zmazať tento sviatok ?
+apply the changes calendar sk vykonať uvedené zmeny
+are you sure you want to delete this country ? calendar sk Naozaj odstrániť túto krajinu?
+are you sure you want to delete this holiday ? calendar sk Naozaj odstrániť tento sviatok?
back half a month calendar sk naspäť o pol mesiaca
back one month calendar sk naspäť o mesiac
+before %1 calendar sk Pred %1
before current date calendar sk Pred súčasným dátumom
before the event calendar sk pred udalosťou
birthday calendar sk Narodeniny
busy calendar sk zaneprázdnený
by calendar sk (kým)
calendar event calendar sk Udalosť v kalendári
-calendar holiday management admin sk Správa sviatkov v kalendári
+calendar holiday management admin sk Správa sviatkov v kalendári
calendar menu calendar sk Menu Kalendára
calendar preferences calendar sk Predvoľby Kalendára
calendar settings admin sk Nastavenia Kalendára
-calendar-fieldname calendar sk Kalendár - názov položky
+calendar-fieldname calendar sk Kalendár - názov poľa
can't add alarms in the past !!! calendar sk Pripomienky sa nedajú zadávať do minulosti!!!
canceled calendar sk Zrušené
charset of file calendar sk Znaková sada súboru
close the window calendar sk Zavrieť okno
-compose a mail to all participants after the event is saved calendar sk po uložení udalosti napísať email všetkým účastníkom
+compose a mail to all participants after the event is saved calendar sk po uložení udalosti napísať E-mail všetkým účastníkom
copy of: calendar sk Kópia (čoho):
copy this event calendar sk Kopírovať udalosť
countries calendar sk Krajiny
@@ -51,9 +54,9 @@ country calendar sk Krajina
create an exception for the given date calendar sk Vytvoriť výnimku pre zadaný dátum
create new links calendar sk Vytvoriť nové odkazy
csv calendar sk CSV
-csv-fieldname calendar sk Pole v CVS
-csv-filename calendar sk CVS súbor
-custom fields common sk Používateľské položky
+csv-fieldname calendar sk Pole v CSV
+csv-filename calendar sk CSV súbor
+custom fields common sk Vlastné polia
daily calendar sk Denne
days calendar sk dni
days of the week for a weekly repeated event calendar sk Dni v týždni pre týždenne sa opakujúce udalosti
@@ -64,19 +67,19 @@ default calendar filter calendar sk Predvolen
default calendar view calendar sk Predvolený pohľad na kalendár
default length of newly created events. the length is in minutes, eg. 60 for 1 hour. calendar sk Predvolená dĺžka novovytvorených udalostí, v minútach.
default week view calendar sk Predvolený týždenný pohľad
-delete series calendar sk Zmazať sériu
-delete this alarm calendar sk Zmazať túto pripomienku
-delete this event calendar sk Zmazať túto udalosť
-delete this exception calendar sk Zmazať túto výnimku
-delete this series of recuring events calendar sk Zmazať túto sériu pravidelných udalostí
+delete series calendar sk Odstrániť sériu
+delete this alarm calendar sk Odstrániť túto pripomienku
+delete this event calendar sk Odstrániť túto udalosť
+delete this exception calendar sk Odstrániť túto výnimku
+delete this series of recuring events calendar sk Odstrániť túto sériu pravidelných udalostí
disinvited calendar sk Zrušená pozvánka
display status of events calendar sk Zobraziť stav udalostí
displayed view calendar sk zobrazený pohľad
displays your default calendar view on the startpage (page you get when you enter egroupware or click on the homepage icon)? calendar sk Zobraziť predvolený kalendár na úvodnej stránke (tej, ktorá sa zobrazuje hneď po prihlásení do eGroupWare)?
do you want a weekview with or without weekend? calendar sk Želáte si týždenný pohľad s víkendom alebo bez?
do you want to be notified about new or changed appointments? you be notified about changes you make yourself. you can limit the notifications to certain changes only. each item includes all the notification listed above it. all modifications include changes of title, description, participants, but no participant responses. if the owner of an event requested any notifcations, he will always get the participant responses like acceptions and rejections too. calendar sk Chcete dostávať správy, ktoré Vás upovedomia o nových alebo zmenených udalostiach? Budete informovaní aj o zmenách ktoré sami urobíte. Upovedomenia sa dajú aj obmedziť na určité typy zmien. Každý prvok obsahuje zároveň všetky predošlé upovedomenia. Všetky zmeny zahŕňajú zmeny titulku, opisu, účastníkov, ale nie odpovede účastníkov. Ak vlastník udalosti žiada akékoľvek správy o zmenách, dostane vždy aj odozvy účastníkov, napríklad prijatia a odmietnutia.
-do you want to receive a regulary summary of your appointsments via email? the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys. it is only sent when you have any appointments on that day or week. calendar sk Chcete dostávať emailom pravidelný súhrn vašich schôdzok? Súhrn sa bude posielať na vašu bežnú adresu každé ráno, prípadne v pondelok pre týždenný súhrn. Posiela sa len vtedy, ak máte plánované nejaké schôdzky na daný deň alebo týždeň.
-do you wish to autoload calendar holidays files dynamically? admin sk Mám automaticky nahrávať súbory sviatkov?
+do you want to receive a regulary summary of your appointsments via email? the summary is sent to your standard email-address on the morning of that day or on monday for weekly summarys. it is only sent when you have any appointments on that day or week. calendar sk Chcete dostávať E-mailom pravidelný súhrn vašich schôdzok? Súhrn sa bude posielať na vašu bežnú adresu každé ráno, prípadne v pondelok pre týždenný súhrn. Posiela sa len vtedy, ak máte plánované nejaké schôdzky na daný deň alebo týždeň.
+do you wish to autoload calendar holidays files dynamically? admin sk Mám automaticky načítavať súbory sviatkov?
download calendar sk Stiahnuť
download this event as ical calendar sk Stiahnuť túto udalosť ako iCal
duration of the meeting calendar sk Dĺžka trvania stretnutia
@@ -86,20 +89,20 @@ edit this event calendar sk Upravi
edit this series of recuring events calendar sk Upraviť túto sériu pravidelných udalostí
empty for all calendar sk prázdne znamená všetko
end calendar sk Koniec
-end date/time calendar sk Koncový dátum a čas
-enddate calendar sk Koncový dátum
-enddate / -time of the meeting, eg. for more then one day calendar sk Koncový dátum / -čas stretnutia, napr. keď je viacdňové
-enddate of the export calendar sk Koncový dátum exportu
+end date/time calendar sk Dátum a čas ukončenia
+enddate calendar sk Dátum ukončenia
+enddate / -time of the meeting, eg. for more then one day calendar sk Dátum ukončenia / -čas stretnutia, napr. keď je viacdňové
+enddate of the export calendar sk Dátum ukončenia exportu
ends calendar sk končí
-error adding the alarm calendar sk Chyba pri pridávaní pripomienky
+error adding the alarm calendar sk Chyba počas pridávania pripomienky
error: importing the ical calendar sk Chyba: import iCal-u
error: no participants selected !!! calendar sk Chyba: Neboli vybraní účastníci!!!
error: saving the event !!! calendar sk Chyba: ukladanie udalosti!!!
error: starttime has to be before the endtime !!! calendar sk Chyba: Čas začiatku by mal byť PRED časom konca!!!
event copied - the copy can now be edited calendar sk Udalosť skopírovaná - kópia sa už dá upravovať
-event deleted calendar sk Udalosť zmazaná
+event deleted calendar sk Udalosť bola odstránená
event details follow calendar sk Podrobnosti o udalosti:
-event saved calendar sk Udalosť uložená
+event saved calendar sk Udalosť bola uložená
event will occupy the whole day calendar sk Udalosť zaberie celý deň
exception calendar sk Výnimka
exceptions calendar sk Výnimky
@@ -108,7 +111,7 @@ existing links calendar sk Existuj
export calendar sk Export
extended calendar sk Rozšírený
extended updates always include the complete event-details. ical's can be imported by certain other calendar-applications. calendar sk Rozšírený formát obsahuje všetky podrobnosti o udalosti. Formát iCal sa dá importovať do niektorých ďalších kalendárnych aplikácií.
-fieldseparator calendar sk Oddelovač položiek
+fieldseparator calendar sk Oddeľovač polí
filename calendar sk Názov súboru
filename of the download calendar sk Názov súboru na stiahnutie
find free timeslots where the selected participants are availible for the given timespan calendar sk Nájsť voľné časové úseky, kde sú všetci uvedení účastníci voľní
@@ -119,7 +122,7 @@ format of event updates calendar sk Form
forward half a month calendar sk dopredu o polovicu mesiaca
forward one month calendar sk dopredu o mesiac
four days view calendar sk Štvordenný pohľad
-freebusy: unknow user '%1', wrong password or not availible to not loged in users !!! calendar sk Informácie o zaneprázdnení nie sú povolené neprihláseným používateľom! Požívateľ '%1' je neznámý alebo zadal chybné heslo !!!
+freebusy: unknow user '%1', wrong password or not availible to not loged in users !!! calendar sk Informácie o zaneprázdnení nie sú prístupné pre neprihlásených používateľov! Požívateľ '%1' je neznámy alebo zadal chybné heslo!!!
freetime search calendar sk Vyhľadanie voľného času
fri calendar sk Pi
full description calendar sk Opis
@@ -130,9 +133,9 @@ global public only calendar sk Iba glob
group invitation calendar sk Pozvanie skupiny
group planner calendar sk Skupinový plánovač
group public only calendar sk Prístupné iba pre skupinu
-groupmember(s) %1 not included, because you have no access. calendar sk Členovia skupiny %1 neboli zahrnutí, pretože nemáte prístup.
+groupmember(s) %1 not included, because you have no access. calendar sk Členovia skupiny %1 neboli zahrnutí, pretože nemáte prístupové oprávnenia.
h calendar sk h
-here is your requested alarm. calendar sk Vami vyžiadaná pripomienka.
+here is your requested alarm. calendar sk Toto je pripomienka, ktorú ste si vyžiadali.
hide private infos calendar sk Skryť súkromné informácie
high priority calendar sk vysoká priorita
holiday calendar sk Sviatky
@@ -147,13 +150,13 @@ ical export calendar sk Export iCal
ical file calendar sk Súbor iCal
ical import calendar sk Import iCal
ical successful imported calendar sk iCal úspešne naimportovaný
-if checked holidays falling on a weekend, are taken on the monday after. calendar sk Ak zaškrtnete toto pole a sviatok pripadne na víkend, automaticky se presunie na nasledujúci pondelok.
-if you dont set a password here, the information is available to everyone, who knows the url!!! calendar sk Ak tu nezadáte heslo, informácia sa sprístupní každému kto pozná URL!!!
-ignore conflict calendar sk Ignoruj konflikt
+if checked holidays falling on a weekend, are taken on the monday after. calendar sk Ak začiarknete toto pole a sviatok pripadne na víkend, automaticky se presunie na nasledujúci pondelok.
+if you dont set a password here, the information is available to everyone, who knows the url!!! calendar sk Ak tu nezadáte heslo, informácia sa sprístupní každému kto pozná URL adresu!!!
+ignore conflict calendar sk Ignorovať konflikt
import calendar sk Import
import csv-file common sk Importovať CSV súbor
interval calendar sk Interval
-invalid email-address "%1" for user %2 calendar sk Chybná emailová adresa "%1" pre používateľa %2
+invalid email-address "%1" for user %2 calendar sk Chybná E-mailová adresa "%1" pre používateľa %2
last calendar sk Posledné
lastname of person to notify calendar sk Priezvisko upozorňovanej osoby
length of the time interval calendar sk Dĺžka časového intervalu
@@ -188,11 +191,11 @@ notification messages for your responses calendar sk Tvar spr
number of records to read (%1) calendar sk Počet záznamov k načítaniu (%1)
observance rule calendar sk Pravidlo zachovania
occurence calendar sk Výskyt
-old startdate calendar sk Starý počiatočný dátum
+old startdate calendar sk Starý dátum začiatku
on %1 %2 %3 your meeting request for %4 calendar sk %1 %2 %3 vaša požiadavka na stretnutie pre %4
on all modification, but responses calendar sk pri všetkých zmenách okrem odpovedí
on any time change too calendar sk aj pri akejkoľvek zmene času
-on invitation / cancelation only calendar sk len pri pozvaní/zrušení
+on invitation / cancelation only calendar sk len pri pozvaní / zrušení
on participant responses too calendar sk aj pri odpovediach
on time change of more than 4 hours too calendar sk aj pri zmene času o viac než 4 hodiny
one month calendar sk jeden mesiac
@@ -206,13 +209,13 @@ participants disinvited from an event calendar sk Pre
participants, resources, ... calendar sk Účastníci, Zdroje,...
password for not loged in users to your freebusy information? calendar sk Prístupové heslo k informáciám o zaneprázdnení pre neprihlásené osoby..?
people holiday calendar sk osobná dovolenka
-permission denied calendar sk Prístup odopretý
+permission denied calendar sk Prístup bol odmietnutý
planner by category calendar sk Plánovač - podľa kategórie
planner by user calendar sk Plánovač - podľa používateľa
-please note: you can configure the field assignments after you uploaded the file. calendar sk Upozornenie: až keď nahráte súbor, môžete nastaviť priradenia polí.
-preselected group for entering the planner calendar sk Predvybraná skupina pre vstup do plánovača
+please note: you can configure the field assignments after you uploaded the file. calendar sk Upozornenie: až keď odovzdáte súbor, môžete nastaviť priradenia polí.
+preselected group for entering the planner calendar sk Predvolená skupina pre vstup do plánovača
previous calendar sk Predchádzajúca
-private and global public calendar sk Súkromné i verejně prístupné
+private and global public calendar sk Súkromné i verejne prístupné
private and group public calendar sk Prístupné súkromne i pre skupinu
private only calendar sk Iba súkromne
quantity calendar sk Množstvo
@@ -240,13 +243,16 @@ select a %1 calendar sk vybra
select a time calendar sk vybrať čas
select resources calendar sk Vybrať zdroje
select who should get the alarm calendar sk Vybrať kto dostane pripomienku
+selected range calendar sk Vybraný rozsah
set a year only for one-time / non-regular holidays. calendar sk Rok nastavte iba pre jednorázové a nepravidelné udalosti.
set new events to private calendar sk Nastav nové udalosti ako súkromné
should invitations you rejected still be shown in your calendar ? you can only accept them later (eg. when your scheduling conflict is removed), if they are still shown in your calendar! calendar sk Majú se odmietnuté pozvánky stále zobrazovať v kalendári? Môžete ich prijať neskôr (napríklad keď sa vyrieši konflikt plánovania), ale len ak sú stále zobrazené vo vašom kalendári!
-should new events created as private by default ? calendar sk Majú sa nové udalosti bežne vytvárať ako súkromné?
+should new events created as private by default ? calendar sk Majú sa nové udalosti štandardne vytvárať ako súkromné?
should not loged in persons be able to see your freebusy information? you can set an extra password, different from your normal password, to protect this informations. the freebusy information is in ical format and only include the times when you are busy. it does not include the event-name, description or locations. the url to your freebusy information is %1. calendar sk Chcete, aby informácie o Vašom zaneprázdnení či voľnom čase boli dostupné aj pre neprihlásené osoby? Ak chcete tieto údaje chrániť, môžete si nastaviť aj dodatočné heslo, odlišné od Vašeho bežného hesla. Údaje sú vo formáte iCal a obsahujú iba časy vašej zaneprázdnenosti, bez zbytočných podrobností ako napr. názvov udalostí, opisov alebo miest. Odkaz na tieto informácie je %1.
+should the planner display an empty row for users or categories without any appointment. calendar sk Chcete, aby plánovač zobrazoval prázdny riadok pri používateľoch, ktorí nemajú žiadnu udalosť?
should the status of the event-participants (accept, reject, ...) be shown in brakets after each participants name ? calendar sk Má se za menom používateľa zobrazovať jeho vzťah k udalosti (prijal, odmietol, ...)?
show default view on main screen calendar sk Zobraz predvolený pohľad na hlavnej stránke
+show empty rows in planner calendar sk Zobraziť prázdne riadky v plánovači
show invitations you rejected calendar sk Zobraz odmietnuté pozvánky
show list of upcoming events calendar sk Zobraz zoznam nadchádzajúcich udalostí
show this month calendar sk ukáž tento mesiac
@@ -267,10 +273,10 @@ this day is shown as first day in the week or month view. calendar sk Tento de
this defines the end of your dayview. events after this time, are shown below the dayview. calendar sk Touto hodinou sa končí denný pohľad. Udalosti po tejto hodine se zobrazia až za denným pohľadom.
this defines the start of your dayview. events before this time, are shown above the dayview. this time is also used as a default starttime for new events. calendar sk Touto hodinou sa začína denný pohľad. Udalosti pred touto hodinou se zobrazia pred denným pohľadom. Zároveň sa táto hodina použije ako východzia pre nové udalosti.
this group that is preselected when you enter the planner. you can change it in the planner anytime you want. calendar sk Táto skupina bude automaticky vybratá pri vstupe do plánovača. V plánovači ju môžete zmeniť podľa ľubovôle.
-this message is sent for canceled or deleted events. calendar sk Táto správa se posiela pri zrušení či zmazaní udalostí.
+this message is sent for canceled or deleted events. calendar sk Táto správa se posiela pri zrušení či odstránení udalostí.
this message is sent for modified or moved events. calendar sk Táto správa sa posiela pri zmene či presune udalostí.
this message is sent to disinvited participants. calendar sk Táto správa sa posiela účastníkom pri zrušení pozvánky.
-this message is sent to every participant of events you own, who has requested notifcations about new events. you can use certain variables which get substituted with the data of the event. the first line is the subject of the email. calendar sk Táto správa sa posiela všetkým účastníkom Vašeho stretnutia, ktorí požiadali o zasielanie upovedomení o nových udalostiach Môžete použiť rôzné premenné, ktoré budú nahradené skutočnými údajmi o udalosti. Prvý riadok je predmet správy.
+this message is sent to every participant of events you own, who has requested notifcations about new events. you can use certain variables which get substituted with the data of the event. the first line is the subject of the email. calendar sk Táto správa sa posiela všetkým účastníkom Vášho stretnutia, ktorí požiadali o zasielanie pripomienok o nových udalostiach Môžete použiť rôzné premenné, ktoré budú nahradené skutočnými údajmi o udalosti. Prvý riadok je predmet správy.
this message is sent when you accept, tentative accept or reject an event. calendar sk Táto správa se posiela vtedy, keď prijmete, predbežne prijmete či odmietnete udalosť (stretnutie).
this message is sent when you set an alarm for a certain event. include all information you might need. calendar sk Táto správa se posiela vtedy, keď je nastavená pripomienka nejakej udalosti. Uveďte všetky údaje ktoré môžete potrebovať.
three month calendar sk tri mesiace
@@ -284,7 +290,7 @@ translation calendar sk Preklad
tue calendar sk Ut
two weeks calendar sk dva týždne
updated calendar sk Aktualizované
-use end date calendar sk použiť koncový dátum
+use end date calendar sk použiť dátum ukončenia
use the selected time and close the popup calendar sk Použiť zvolený čas a zavrieť okno
user or group calendar sk Používateľ alebo skupina
view this event calendar sk Zobraziť túto udalosť
@@ -307,11 +313,11 @@ work day starts on calendar sk Pracovn
yearly calendar sk Ročne
yearview calendar sk Ročný pohľad
you can either set a year or a occurence, not both !!! calendar sk Môžete zadať buď rok, alebo výskyt, ale nie obidvoje !!!
-you can only set a year or a occurence !!! calendar sk Môžete zadať buď rok alebo výskyt, ale nie obidvoje !!!
+you can only set a year or a occurence !!! calendar sk Môžete zadať buď rok alebo výskyt, ale nie obidvoje!!!
you do not have permission to read this record! calendar sk Nemáte právo čítať tento záznam!
you have a meeting scheduled for %1 calendar sk Máte naplánované stretnutie na %1
you have been disinvited from the meeting at %1 calendar sk Vaše pozvanie na stretnutie o %1 bolo zrušené
you need to select an ical file first calendar sk Najprv treba vybrať súbor iCal.
-you need to set either a day or a occurence !!! calendar sk Musíte nastaviť buď deň alebo výskyt !!!
-your meeting scheduled for %1 has been canceled calendar sk Stretnutie plánované na %1 bolo zrušené
+you need to set either a day or a occurence !!! calendar sk Musíte nastaviť buď deň alebo výskyt!!!
+your meeting scheduled for %1 has been canceled calendar sk Stretnutie, ktoré bolo naplánované na %1, bolo zrušené
your meeting that had been scheduled for %1 has been rescheduled to %2 calendar sk Stretnutie, pôvodne plánované na %1, bolo preložené na %2.
diff --git a/calendar/setup/phpgw_sl.lang b/calendar/setup/phpgw_sl.lang
index e696ce02be..45cddd3abe 100644
--- a/calendar/setup/phpgw_sl.lang
+++ b/calendar/setup/phpgw_sl.lang
@@ -22,6 +22,7 @@ alarms calendar sl Opomniki
all categories calendar sl Vse kategorije
all day calendar sl Ves dan
all events calendar sl Vsi dogodki
+all future calendar sl Vsi v prihodnosti
all participants calendar sl Vsi udeleĹženci
allows to edit the event again calendar sl Dovoli ponovno urejanje dogodka
apply the changes calendar sl Uveljavi spremembe
@@ -116,8 +117,6 @@ filename of the download calendar sl Ime datoteke za prenos
find free timeslots where the selected participants are availible for the given timespan calendar sl Najdi prost termin, kjer so vsi udeleĹženci prosti
firstname of person to notify calendar sl Ime osebe, ki jo obveĹĄÄamo
for calendar sl Za
-for all future events calendar sl Za vse prihajajoÄe dogodke
-for this event calendar sl Za ta dogodek
for which views should calendar show distinct lines with a fixed time interval. calendar sl Za katere poglede naj Koledar prikaĹže razliÄne vrstice s stalnim Äasovnim intervalom?
format of event updates calendar sl Format popravkov dogodka
forward half a month calendar sl Naprej pol meseca
@@ -266,7 +265,6 @@ startdate and -time of the search calendar sl ZaÄetni datum in -Äas iskanja
startdate of the export calendar sl ZaÄetni datum izvoza
startrecord calendar sl ZaÄetni zapis
status changed calendar sl Status spremenjen
-status recurrence calendar sl Ponavljanje statusa
submit to repository calendar sl PoĹĄlji v zbirko
sun calendar sl Ned
tentative calendar sl PreizkuĹĄen
diff --git a/calendar/templates/default/preference_acl_row.tpl b/calendar/templates/default/preference_acl_row.tpl
index 01b22d84b5..942e7eccc3 100755
--- a/calendar/templates/default/preference_acl_row.tpl
+++ b/calendar/templates/default/preference_acl_row.tpl
@@ -1,5 +1,5 @@
-
+
{user}
diff --git a/calendar/templates/default/preference_colspan.tpl b/calendar/templates/default/preference_colspan.tpl
index 4b97c5dbd8..00cf26c771 100755
--- a/calendar/templates/default/preference_colspan.tpl
+++ b/calendar/templates/default/preference_colspan.tpl
@@ -1,4 +1,4 @@
-
+
{string}
{lang_read}
{lang_add}
diff --git a/egw-pear/HTTP/WebDAV/Server.php b/egw-pear/HTTP/WebDAV/Server.php
index 76d71356d8..c916888e42 100644
--- a/egw-pear/HTTP/WebDAV/Server.php
+++ b/egw-pear/HTTP/WebDAV/Server.php
@@ -922,7 +922,7 @@ class HTTP_WebDAV_Server
. (isset($options['size']) ? $options['size'] : "*"));
while ($size && !feof($options['stream'])) {
$buffer = fread($options['stream'], 4096);
- $size -= strlen($buffer);
+ $size -= $this->bytes($buffer);
echo $buffer;
}
} else {
@@ -958,7 +958,7 @@ class HTTP_WebDAV_Server
fseek($options['stream'], $from, SEEK_SET);
while ($size && !feof($options['stream'])) {
$buffer = fread($options['stream'], 4096);
- $size -= strlen($buffer);
+ $size -= $this->bytes($buffer);
echo $buffer;
}
}
@@ -976,7 +976,7 @@ class HTTP_WebDAV_Server
if (is_array($options['data'])) {
// reply to partial request
} else {
- header("Content-length: ".strlen($options['data']));
+ header("Content-length: ".$this->bytes($options['data']));
echo $options['data'];
}
}
@@ -2035,6 +2035,23 @@ class HTTP_WebDAV_Server
return $this->_slashify($parent).$child;
}
}
+
+ /**
+ * mbstring.func_overload save strlen version: counting the bytes not the chars
+ *
+ * @param string $str
+ * @return int
+ */
+ function bytes($str)
+ {
+ static $func_overload;
+
+ if (is_null($func_overload))
+ {
+ $func_overload = @extension_loaded('mbstring') ? ini_get('mbstring.func_overload') : 0;
+ }
+ return $func_overload & 2 ? mb_strlen($str,'ascii') : strlen($str);
+ }
}
/*
diff --git a/emailadmin/setup/phpgw_sk.lang b/emailadmin/setup/phpgw_sk.lang
index f3acdaf38a..0761d23054 100644
--- a/emailadmin/setup/phpgw_sk.lang
+++ b/emailadmin/setup/phpgw_sk.lang
@@ -1,43 +1,43 @@
account '%1' not found !!! emailadmin sk Účet '%1' sa nenašiel !!!
-add new email address: emailadmin sk Pridať novú emailovú adresu:
+add new email address: emailadmin sk Pridať novú E-mailovú adresu:
add profile emailadmin sk Pridať profil
-admin dn emailadmin sk správcov dn
-admin password emailadmin sk heslo správcu
-admin username emailadmin sk používateľské meno správcu
-advanced options emailadmin sk Rozšírené možnosti
-alternate email address emailadmin sk alternatívna emailová adresa
-any application emailadmin sk ktorákoľvek aplikácia
-any group emailadmin sk ktorákoľvek skupina
+admin dn emailadmin sk Správcov dn
+admin password emailadmin sk Heslo správcu
+admin username emailadmin sk Používateľské meno správcu
+advanced options emailadmin sk Pokročilé možnosti
+alternate email address emailadmin sk Alternatívna E-mailová adresa
+any application emailadmin sk Ktorákoľvek aplikácia
+any group emailadmin sk Ktorákoľvek skupina
bad login name or password. emailadmin sk Chybné prihlasovacie meno alebo heslo.
-bad or malformed request. server responded: %s emailadmin sk Chybná alebo poškodená požiadavka. Odpoveď servera: %s
+bad or malformed request. server responded: %s emailadmin sk Chybná požiadavka. Odpoveď servera: %s
bad request: %s emailadmin sk Chybná požiadavka: %s
can be used by application emailadmin sk môže byť použité aplikáciou
can be used by group emailadmin sk môže byť použité skupinou
connection dropped by imap server. emailadmin sk Spojenie prerušené IMAP serverom.
-could not complete request. reason given: %s emailadmin sk Nedá sa dokončiť požiadavku. Dôvod: %s
+could not complete request. reason given: %s emailadmin sk Nemožno dokončiť požiadavku. Dôvod: %s
could not open secure connection to the imap server. %s : %s. emailadmin sk Nepodarilo sa nadviazať zabezpečené pripojenie k IMAP serveru. %s : %s.
cram-md5 or digest-md5 requires the auth_sasl package to be installed. emailadmin sk CRAM-MD5 alebo DIGEST-MD5 vyžaduje, aby bol nainštalovaný balík Auth_SASL.
cyrus imap server emailadmin sk Cyrus IMAP Server
-cyrus imap server administration emailadmin sk administrácia Cyrus IMAP Servera
-default emailadmin sk štandardný
+cyrus imap server administration emailadmin sk Správa servera Cyrus IMAP
+default emailadmin sk predvolené
deliver extern emailadmin sk doručiť extern
-do you really want to delete this profile emailadmin sk Naozaj chcete zmazať tento Profil
+do you really want to delete this profile emailadmin sk Naozaj chcete odstrániť tento Profil
domainname emailadmin sk názov domény
-edit email settings emailadmin sk upraviť nastavenia emailu
-email account active emailadmin sk emailový účet aktívny
-email address emailadmin sk emailová adresa
-email settings common sk Nastavenia Email-u
+edit email settings emailadmin sk upraviť nastavenia E-mailu
+email account active emailadmin sk E-mailový účet je aktívny
+email address emailadmin sk E-mailová adresa
+email settings common sk Nastavenia E-mailu
emailadmin emailadmin sk EMailAdmin
-enable cyrus imap server administration emailadmin sk zapnúť administráciu Cyrus IMAP Servera
+enable cyrus imap server administration emailadmin sk zapnúť správu servera Cyrus IMAP
enable sieve emailadmin sk zapnúť Sieve
-encryption settings emailadmin sk nastavenia kryptovania
-enter your default mail domain (from: user@domain) emailadmin sk Zadajte vašu predvolenú doménu (z tvaru: user@domain|
+encryption settings emailadmin sk nastavenia šifrovania
+enter your default mail domain (from: user@domain) emailadmin sk Zadajte vašu predvolenú doménu (z tvaru: user@domain)
error connecting to imap server. %s : %s. emailadmin sk Chyba počas pripájania k IMAP serveru. %s : %s.
error connecting to imap server: [%s] %s. emailadmin sk Chyba počas pripájania k IMAP serveru: [%s] %s.
forward also to emailadmin sk preposlať taktiež (komu)
forward email's to emailadmin sk preposlať emaily (kam)
forward only emailadmin sk preposlať iba
-global options emailadmin sk Globálne nastavenia
+global options emailadmin sk Globálne možnosti
if using ssl or tls, you must have the php openssl extension loaded. emailadmin sk Ak používate SSL alebo TLS, musíte mať nahraté rozšírenie PHP openssl.
imap admin password admin sk heslo správcu IMAP
imap admin user admin sk používateľ pre správu IMAP
@@ -59,13 +59,13 @@ ldap settings emailadmin sk nastavenia LDAP
leave empty for no quota emailadmin sk ak nechcete kvóty, ponechajte prázdne
mail settings admin sk nastavenia Pošty
name of organisation emailadmin sk Názov organizácie
-no alternate email address emailadmin sk žiadna alternatívna emailová adresa
+no alternate email address emailadmin sk žiadna alternatívna E-mailová adresa
no encryption emailadmin sk bez šifrovania
no forwarding email address emailadmin sk žiadna emailová adresa pre preposielanie
no message returned. emailadmin sk Žiadne správy sa nevrátili.
-no supported imap authentication method could be found. emailadmin sk Nenašiel som žiadnu podporovanú metódu IMAP autentifikácie.
+no supported imap authentication method could be found. emailadmin sk Nenašiel som žiadnu podporovanú overovaciu metódu IMAP.
order emailadmin sk Poradie
-organisation emailadmin sk organizácia
+organisation emailadmin sk Organizácia
plesk can't rename users --> request ignored emailadmin sk Plesk používatelia sa nedajú premenovať --> požiadavka ignorovaná
plesk imap server (courier) emailadmin sk Plesk IMAP Server (Courier)
plesk mail script '%1' not found !!! emailadmin sk Plesk mail script '%1' sa nenašlo !!!
@@ -78,26 +78,26 @@ profile access rights emailadmin sk pr
profile list emailadmin sk Zoznam profilov
profile name emailadmin sk Názov profilu
qmaildotmode emailadmin sk qmail bodkový režim
-qouta size in mbyte emailadmin sk veľkosť kvóty v Megabajtoch
-quota settings emailadmin sk nastavenia kvóty
-remove emailadmin sk odstrániť
+qouta size in mbyte emailadmin sk Neľkosť kvóty v Megabajtoch
+quota settings emailadmin sk Nastavenia kvóty
+remove emailadmin sk Odstrániť
select type of imap/pop3 server emailadmin sk Vyberte typ IMAP/POP3 servera
select type of smtp server emailadmin sk Vyberte typ SMTP servera
-server settings emailadmin sk nastavenia servera
-sieve server hostname or ip address emailadmin sk názov (hostname) alebo IP Sieve servera
-sieve server port emailadmin sk port Sieve servera
-sieve settings emailadmin sk nastavenia Sieve
-smtp authentication emailadmin sk smtp autentifikácia
-smtp options emailadmin sk smtp voľby
-smtp server name emailadmin sk názov SMTP servera
-smtp settings emailadmin sk smtp nastavenia
+server settings emailadmin sk Nastavenia servera
+sieve server hostname or ip address emailadmin sk Názov (hostname) alebo IP Sieve servera
+sieve server port emailadmin sk Nort Sieve servera
+sieve settings emailadmin sk Nastavenia Sieve
+smtp authentication emailadmin sk SMTP overovanie
+smtp options emailadmin sk SMTP možnosti
+smtp server name emailadmin sk Názov SMTP servera
+smtp settings emailadmin sk SMTP nastavenia
smtp-server hostname or ip address emailadmin sk názov (hostname) alebo IP adresa SMTP servera
smtp-server port emailadmin sk port SMTP servera
standard emailadmin sk Štandard
standard imap server emailadmin sk Štandardný IMAP server
standard pop3 server emailadmin sk Štandardný POP3 server
standard smtp-server emailadmin sk Štandardný SMTP server
-the imap server does not appear to support the authentication method selected. please contact your system administrator. emailadmin sk Tento IMAP server, zdá sa, nepodporuje zvolenú autentifikačnú metódu. Prosím kontaktujte systémového administrátora.
+the imap server does not appear to support the authentication method selected. please contact your system administrator. emailadmin sk Tento IMAP server, zdá sa, nepodporuje zvolenú overovaciu metódu. Prosím kontaktujte správcu systému.
this php has no imap support compiled in!! emailadmin sk Toto PHP nemá zakompilovanú podporu pre IMAP !!
to use a tls connection, you must be running a version of php 5.1.0 or higher. emailadmin sk Ak chcete používať pripojenie TLS, musíte fungovať na verzii PHP 5.1.0 alebo vyššej.
unexpected response from server to authenticate command. emailadmin sk Neočakávaná odpoveď od servera na príkaz AUTENTICATE.
@@ -105,13 +105,13 @@ unexpected response from server to digest-md5 response. emailadmin sk Neo
unexpected response from server to login command. emailadmin sk Neočakávaná odpoveď od servera na príkaz LOGIN.
unknown imap response from the server. server responded: %s emailadmin sk Neznáma IMAP odpoveď od servera. Server odpovedal: %s
unsupported action '%1' !!! emailadmin sk Nepodporovaná akcia '%1' !!!
-update current email address: emailadmin sk Aktualizovať súčasnú Emailovú adresu:
-use ldap defaults emailadmin sk použiť predvolené hodnoty LDAP
-use smtp auth emailadmin sk Použiť SMTP autentifikáciu
-use tls authentication emailadmin sk Použiť TLS autentifikáciu
-use tls encryption emailadmin sk Použiť TLS kryptovanie
-user can edit forwarding address emailadmin sk používateľ môže upraviť adresu preposielania
+update current email address: emailadmin sk Aktualizovať súčasnú E-mailovú adresu:
+use ldap defaults emailadmin sk Použiť predvolené hodnoty LDAP
+use smtp auth emailadmin sk Použiť SMTP overovanie
+use tls authentication emailadmin sk Použiť TLS overovanie
+use tls encryption emailadmin sk Použiť TLS šifrovanie
+user can edit forwarding address emailadmin sk Používateľ môže upraviť adresu preposielania
username (standard) emailadmin sk používateľské meno (štandardné)
username@domainname (virtual mail manager) emailadmin sk používateľ@doména (Virtuálny Mail ManaGeR)
-users can define their own emailaccounts emailadmin sk Používatelia môžu definovať ich vlastné emailové účty
+users can define their own emailaccounts emailadmin sk Používatelia môžu definovať ich vlastné E-mailové účty
virtual mail manager emailadmin sk Virtuálny MAIL ManaGeR
diff --git a/etemplate/inc/class.ajax_select_widget.inc.php b/etemplate/inc/class.ajax_select_widget.inc.php
index 6750e16a1a..495dc7c947 100644
--- a/etemplate/inc/class.ajax_select_widget.inc.php
+++ b/etemplate/inc/class.ajax_select_widget.inc.php
@@ -233,7 +233,8 @@
if(!$query['template'] || $query['template'] == 'etemplate.ajax_select_widget.row') {
$query['template'] = 'etemplate.ajax_select_widget.row';
}
- foreach($result_list as $key => &$row) {
+ foreach($result_list as $key => $nul) {
+ $row =& $result_list[$key]; // $key => &$row is php5!
if(!is_array($row)) {
continue;
}
diff --git a/etemplate/inc/class.customfields_widget.inc.php b/etemplate/inc/class.customfields_widget.inc.php
index 383dd839d0..317f2c0ae2 100644
--- a/etemplate/inc/class.customfields_widget.inc.php
+++ b/etemplate/inc/class.customfields_widget.inc.php
@@ -136,6 +136,12 @@
));
}
break;
+ case 'date':
+ case 'date-time':
+ $input = &$tpl->new_cell($n,$field['type'],'',$this->prefix.$name,array(
+ 'size' => $field['len'] ? $field['len'] : ($field['type'] == 'date' ? 'Y-m-d' : 'Y-m-d H:i:s'),
+ ));
+ break;
case 'link-entry':
default : // link-entry to given app
$input = &$tpl->new_cell($n,'link-entry','',$this->prefix.$name,array(
diff --git a/etemplate/inc/class.date_widget.inc.php b/etemplate/inc/class.date_widget.inc.php
index 7f97dede6f..9f6cccbbcc 100644
--- a/etemplate/inc/class.date_widget.inc.php
+++ b/etemplate/inc/class.date_widget.inc.php
@@ -120,6 +120,17 @@
$date = split('[- /.:,]',$value);
//echo "date="; print_r($date); echo " ";
$mdy = split('[- /.:,]',$data_format);
+
+ if (count($mdy) == 1) // no seperators, eg. YmdHi
+ {
+ for($n = $i = 0; $n < strlen($data_format); ++$n)
+ {
+ $mdy[$n] = $data_format{$n};
+ $len = $data_format{$n} == 'Y' ? 4 : 2;
+ $date[$n] = substr($value,$i,$len);
+ $i += $len;
+ }
+ }
$value = array();
foreach ($date as $n => $dat)
{
diff --git a/etemplate/inc/class.so_sql.inc.php b/etemplate/inc/class.so_sql.inc.php
index 90544887d9..aa0220360d 100644
--- a/etemplate/inc/class.so_sql.inc.php
+++ b/etemplate/inc/class.so_sql.inc.php
@@ -680,7 +680,7 @@ class so_sql
}
elseif (!$need_full_no_count && (!$join || stripos($join,'LEFT JOIN')!==false))
{
- $this->db->select($this->table_name,'COUNT(*)',$query,__LINE__,__FILE__);
+ $this->db->select($this->table_name,'COUNT(*)',$query,__LINE__,__FILE__,false,'',false,0,$join);
$this->total = $this->db->next_record() ? (int) $this->db->f(0) : false;
}
else // cant do a count, have to run the query without limit
diff --git a/etemplate/inc/class.xmltool.inc.php b/etemplate/inc/class.xmltool.inc.php
index e653ac815f..c90ee21a39 100644
--- a/etemplate/inc/class.xmltool.inc.php
+++ b/etemplate/inc/class.xmltool.inc.php
@@ -166,7 +166,7 @@
function import_var($name, $value,$is_root=False,$export_xml=False)
{
- echo "import_var: this->indentstring='$this->indentstring'
\n";
+ //echo "import_var: this->indentstring='$this->indentstring'
\n";
$node =& new xmltool('node',$name,$this->indentstring);
switch (gettype($value))
{
diff --git a/etemplate/setup/phpgw_fi.lang b/etemplate/setup/phpgw_fi.lang
index 42b2273dab..9b1bc0fb4e 100644
--- a/etemplate/setup/phpgw_fi.lang
+++ b/etemplate/setup/phpgw_fi.lang
@@ -32,6 +32,8 @@ an indexed column speeds up querys using that column (cost space on the disk !!!
application etemplate fi Sovellus
application name needed to write a langfile or dump the etemplates !!! etemplate fi Sovelluksen nimi tarvitsee kirjoittaa kielitiedostoon tai vedostaa asiakirjamallit !!!
applies the changes made etemplate fi hyväksytään tehdyt muutokset
+applies the changes to the given version of the template etemplate fi hyväksy muutokset annetun version pohjaan
+as default etemplate fi oletuksena
attach etemplate fi Liitä
attach file etemplate fi liitä tiedosto
border etemplate fi reunaviiva
@@ -63,6 +65,8 @@ comment etemplate fi Kommentti
confirm etemplate fi vahvista
confirmation message or custom javascript (returning true or false) etemplate fi vahvistus viesti tai oma javascripti (palauttaa true tai false)
confirmation necesary or custom java-script etemplate fi vahvistus tai oma javaskripti on välttämätön
+contact etemplate fi Yhteystiedot
+contact field to show etemplate fi Näytä yhteystieto kenttä
contact fields etemplate fi Yhteystieto kentät
contains etemplate fi sisältää
create a new table for the application etemplate fi Luo uusi taulukko sovellukselle
@@ -106,6 +110,8 @@ editable templates - delete template etemplate fi Muokattavat sivupohjat - Poist
editable templates - editor etemplate fi Muokattavat sivupohjat - Muokkaus
editable templates - search etemplate fi Muokattavat sivupohjat - Haku
editable templates - show template etemplate fi Muokattavat sivupohjat - Näytä sivupohja
+enable javascript onchange submit etemplate fi salli JavaScript onChange lähetys
+enter filename to upload and attach, use [browse...] to search for it etemplate fi Anna ladattavan ja liitettävän tiedoston nimi, käytä [Selaa...] löytääksesi tiedosto
enter the new version number here (> old_version), empty for no update-file etemplate fi Kirjoita uusi versio numero tähän (>vanha_versio) tyhjä jos ei ole päivitettävää tiedostoa
enter the new version number here (has to be > old_version) etemplate fi kirjoita uusi versio numero tähän (täytyy olla > vanha_versio)
entry saved etemplate fi tietue tallennettu
@@ -123,6 +129,7 @@ exchange this two columns etemplate fi vaihda
export the loaded etemplate into a xml-file etemplate fi vie ladattu Asiakirjamalli xml-tiedostoksi
export xml etemplate fi Vie XML-tiedostoon
extensions loaded: etemplate fi Ladatut laajennukset:
+field etemplate fi Kenttä
field must not be empty !!! etemplate fi Kenttä ei saa olla tyhjä !!!
file etemplate fi Tiedosto
file contains more than one etemplate, last one is shown !!! etemplate fi Tiedosto sisältää enemmän kuin yhden asiakirjamallin , viimeisin näytetään !!!
@@ -157,6 +164,8 @@ insert a column before etemplate fi lis
insert a column behind etemplate fi lisää sarake jälkeen
insert a row above etemplate fi lisää rivi ennen
insert a row below etemplate fi lisää rivi jälkeen
+insert a widget before etemplate fi lisää widget ennen
+insert a widget behind etemplate fi lisää widget jälkeen
insert new column behind this one etemplate fi Lisää uusi sarake valitun taakse
insert new column in front of all etemplate fi lisää uusi sarake kaikkien eteen
insert new row after this one etemplate fi lisää uusi rivi valitun jälkeen
@@ -184,8 +193,10 @@ name of the etemplate, should be in form application.function[.subtemplate] etem
new search etemplate fi Uusi etsintä
new table created etemplate fi Uusi taulukon nimi
newer version '%1' exists !!! etemplate fi uudempi versio %1 havaittu !!!
+no column to swap with !!! etemplate fi ei saraketta johon voisi vaihtaa !!!
no file etemplate fi ei tiedostoa
no filename given or selected via browse... etemplate fi tiedostonimeä ei annettu tai valittu Selaa... -valinnan kautta
+no row to swap with !!! etemplate fi ei riviä johon voisi vaihtaa !!!
not null etemplate fi EI NULL
nothing etemplate fi ei mitään
nothing found - try again !!! etemplate fi Mitään ei löydetty - yritä uudelleen !!!
@@ -198,6 +209,7 @@ open the online help. etemplate fi Avaa Online-tuki
options etemplate fi Asetukset
overflow etemplate fi ylivuoto
padding etemplate fi Täyttää
+parent is a '%1' !!! etemplate fi '%1' on isäntä !!!
paste etemplate fi Liitä
path etemplate fi Polku
please enter table-name first !!! etemplate fi Kirjoita ensin taulukon nimi !!!
@@ -233,18 +245,22 @@ select an application, (*) = uninstalled etemplate fi Valitse sovellus, (*) = ei
select an entry to link with etemplate fi Valitse tietue linkkiin
select an table of the application etemplate fi Valitse sovelluksen taulukko
select application etemplate fi Valitse sovellus
+select application to search etemplate fi Valitse etsittävä sovellus
select category etemplate fi Valitse ryhmä
+select columns etemplate fi Valitse sarakkeet
select country etemplate fi Valitse maa
select day etemplate fi Valitse päivä
select day of week etemplate fi Valitse viikon päivä
select hour etemplate fi Valitse tunti
select if content of field should not be translated (label gets always translated) etemplate fi valitse jos kentän sisältö ei pitäisi olla käännetty (otsikko saadaan yleensä käännettyä)
+select language etemplate fi Valitse kieli
select month etemplate fi Valitse kuukausi
select number etemplate fi Valitse numero
select one ... etemplate fi Valitse yksi...
select percentage etemplate fi Valitse prosenssi
select priority etemplate fi Valitse ensisijaisuus
select state etemplate fi Valitse tila
+select the columns to display in the list etemplate fi Valitse sarakkeet jotka näytetää listalla
select this etemplate to delete it etemplate fi valitse asiakirjamalli poistaaksesi sen
select which accounts to show etemplate fi valitse mitkä asiakkaat näytetään
select which values to show etemplate fi valitse mitkä arvot näytetään
@@ -263,8 +279,10 @@ start a new search, cancel this link etemplate fi aloita uusi haku, peruuta t
submit form etemplate fi lähetä lomake
submitbutton etemplate fi Lähetä-painike
swap etemplate fi vaihda
+swap widget with next one etemplate fi vaihda widget seuraavaan
swap with next column etemplate fi vaihda seuraavaa sarakkeeseen
swap with next row etemplate fi vaihda seuraavaa riviin
+switch to a parent widget etemplate fi vaihda isäntä widget
table unchanged, no write necessary !!! etemplate fi Taulukkoa ei ole muutettu joten kirjoittaminen ei ole tarpeellinen !!!
tablename etemplate fi Taulukon nimi
tabs etemplate fi sarkaimet
@@ -298,10 +316,12 @@ view this etemplate etemplate fi N
view this linked entry in its application etemplate fi näytä linkitetty tietue sen sovelluksessa
weekend etemplate fi viikonloppu
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate fi mitä tapahtuu ylimenevän osan kanssa:näkyvä(oletus), piilotettu,vierittää,auto(selaustoiminto toteutetaan)
+widget copied into clipboard etemplate fi widget kopioitu leikepöydälle
width etemplate fi leveys
width of column (in % or pixel) etemplate fi sarakkeen leveys (% tai pikseleinä)
width, disabled etemplate fi Leveys, estetty
working days etemplate fi työpäivät
+write /setup/tables_current.inc.php etemplate fi Kirjoita /setup/tables_current.inc.php
write langfile etemplate fi kirjoita kielitiedosto
write tables etemplate fi Kirjoita taulukko
xml-file to import etemplate fi tuotava xml-tiedosto
diff --git a/etemplate/setup/phpgw_sk.lang b/etemplate/setup/phpgw_sk.lang
index 64fa6446cf..3c637a288c 100644
--- a/etemplate/setup/phpgw_sk.lang
+++ b/etemplate/setup/phpgw_sk.lang
@@ -1,11 +1,11 @@
%1 (%2 new) messages writen for application '%3' and languages '%4' etemplate sk %1 (%2 nových) správ napísaných pre aplikáciu '%3' a jazyky '%4'
-%1 etemplates deleted etemplate sk %1 eŠablón zmazaných
+%1 etemplates deleted etemplate sk %1 eŠablón odstránených
%1 etemplates for application '%2' dumped to '%3' etemplate sk %1 eŠablón pre aplikáciu '%2' urobilo výpis do '%3'
%1 etemplates found etemplate sk Našlo sa %1 eŠablón.
%1 matches on search criteria etemplate sk Nájdených %1 zhôd s vyhľadávacím kritériom
%1 new etemplates imported for application '%2' etemplate sk Naimportovaných %1 nových eŠablón pre aplikáciu '%2'
-%s disabled etemplate sk %s vypnuté
-%s needed etemplate sk %s potrebné
+%s disabled etemplate sk %s je vypnuté
+%s needed etemplate sk %s je potrebné
%s notranslation etemplate sk %s BezPrekladu
%s onchange etemplate sk %s saMení
%s readonly etemplate sk %s lenNaČítanie
@@ -16,15 +16,16 @@
a pattern to be searched for etemplate sk hľadaný výraz
accesskey etemplate sk Prístupový kľúč
accesskeys can also be specified with an & in the label (eg. &name) etemplate sk Prístupový kľúč sa dá špecifikovať aj so znakom & v označení (napr. &Name)
+account contactdata etemplate sk Kontaktné údaje účtu
add a new column (after the existing ones) etemplate sk Pridať nový stĺpec (za existujúcimi)
-add a new entry of the selected application etemplate sk Pridať nový záznam vybranej aplikácie
+add a new entry of the selected application etemplate sk Pridať novú položku vybranej aplikácie
add a new multi-column index etemplate sk Pridať nový viacstĺpcový index
add column etemplate sk Pridať Stĺpec
add index etemplate sk Pridať Index
add new etemplate sk Pridať nový
add table etemplate sk Pridať Tabuľku
-advanced search etemplate sk Rozšírené hľadanie
-align etemplate sk Zarovnaj
+advanced search etemplate sk Pokročilé hľadanie
+align etemplate sk Zarovnať
alignment of label and input-field in table-cell etemplate sk zarovnanie označenia a vstupného poľa v bunke tabuľky
alignment of the v/hbox containing table-cell etemplate sk Zarovnanie V/HBoxu obsahujúceho bunku tabuľky
all days etemplate sk všetky dni
@@ -33,35 +34,38 @@ am etemplate sk dp
an indexed column speeds up querys using that column (cost space on the disk !!!) etemplate sk indexovaný stĺpec zrýchľuje hľadanie v danom stĺpci (avšak na úkor miesta na disku !!!)
application etemplate sk Aplikácia
application name needed to write a langfile or dump the etemplates !!! etemplate sk Názov aplikácie potrebuje zapísať jazykový súbor alebo urobiť výpis z eŠablón !!!
-applies the changes made etemplate sk použijú sa vykonané zmeny
-applies the changes to the given version of the template etemplate sk použije zmeny urobené na danej verzii šablóny
-attach etemplate sk Príloha
+applies the changes made etemplate sk uplatnia sa vykonané zmeny
+applies the changes to the given version of the template etemplate sk vykoná zmeny urobené na danej verzii šablóny
+as default etemplate sk ako predvolené
+attach etemplate sk Priložiť
attach file etemplate sk Priložiť súbor
baseline etemplate sk Základný
-border etemplate sk Okraj
+border etemplate sk Hranica
border-line-thickness for the table-tag etemplate sk Hrúbka okrajovej čiary pre tag tabuľky
bottom etemplate sk Spodok
+box etemplate sk Okno
+box... etemplate sk Okno...
can not have special sql-value null etemplate sk špeciálna SQL-hodnota nemôže byť NULL
cancel etemplate sk Zrušiť
-cant delete a single widget from a grid !!! etemplate sk Nedá sa zmazať jednotlivý widget z matice!!!
-cant delete the only column of a grid !!! etemplate sk Nedá sa zmazať jediný stĺpec matice!!!
-cant delete the only row in a grid !!! etemplate sk Nedá sa zmazať jediný riadok matice!!!
+cant delete a single widget from a grid !!! etemplate sk Nedá sa odstrániť jednotlivý widget z matice!!!
+cant delete the only column of a grid !!! etemplate sk Nedá sa odstrániť jediný stĺpec matice!!!
+cant delete the only row in a grid !!! etemplate sk Nedá sa odstrániť jediný riadok matice!!!
category etemplate sk Kategória
cellpadding for the table-tag etemplate sk Odstup okraja bunky od jej obsahu pre tag tabuľky
cells etemplate sk Bunky
cellspacing for the table-tag etemplate sk Rozostup medzi bunkami pre tag tabuľky
center etemplate sk Stred
changed etemplate sk Zmenené
-check if content should only be displayed but not altered (the content is not send back then!) etemplate sk Zaškrtnite, ak obsah má byť iba zobrazovaný ale nie menený (obsah sa potom neposiela naspäť!)
-check if field has to be filled by user etemplate sk Zaškrtnite ak pole musí byť vyplnené používateľom
-checkbox etemplate sk Zaškrtávacie políčko
+check if content should only be displayed but not altered (the content is not send back then!) etemplate sk Začiarknite, ak obsah má byť iba zobrazovaný ale nie menený (obsah sa potom neposiela naspäť!)
+check if field has to be filled by user etemplate sk Začiarknite, ak pole musí byť vyplnené používateľom
+checkbox etemplate sk Začiarkávacie políčko
class etemplate sk Trieda
class, valign etemplate sk trieda, V-zarovnanie
-click here to attach the file etemplate sk kliknite sem pre pripojenie súboru
-click here to create the link etemplate sk Kliknite sem pre vytvorenie odkazu
-click here to start the search etemplate sk Kliknite sem pre spustenie hľadania
-click here to upload the file etemplate sk Kliknite sem pre nahratie súboru
-click to order after that criteria etemplate sk kliknite pre zotriedenie podľa tohto kritéria
+click here to attach the file etemplate sk Ak chcete pripojiť súbor, kliknite sem
+click here to create the link etemplate sk Ak chcete vytvoriť odkaz, kliknite sem
+click here to start the search etemplate sk Ak chcete začať hľadanie, kliknite sem
+click here to upload the file etemplate sk Ak chcete odovzdať súbor, kliknite sem
+click to order after that criteria etemplate sk Ak chcete zoradiť podľa tohto kritéria, kliknite sem
clickable path etemplate sk rozkliknuteľná cesta
closes the window without saving the changes etemplate sk zavrie okno bez uloženia zmien
column... etemplate sk Stĺpec...
@@ -69,16 +73,18 @@ columnname etemplate sk N
comment etemplate sk Komentár
confirm etemplate sk Potvrdiť
confirmation message or custom javascript (returning true or false) etemplate sk Potvrdzovacia správa alebo používateľský javascript (vracia true alebo false - pravda/nepravda)
-confirmation necesary or custom java-script etemplate sk potvrdenie nevyhnutné, alebo používateľský javascript
-contact fields etemplate sk Kontaktné položky
+confirmation necesary or custom java-script etemplate sk potvrdenie je nevyhnutné, alebo používateľský javascript
+contact etemplate sk Kontakt
+contact field to show etemplate sk Pole kontaktu, ktoré sa má zobraziť
+contact fields etemplate sk Polia kontaktu
contains etemplate sk Obsahuje
create a new table for the application etemplate sk Vytvoriť novú tabuľku pre aplikáciu
creates an english ('en') langfile from label and helptexts (for application in name) etemplate sk vytvorí anglický ('en') jazykový súbor z označenia a pomocných textov (pre aplikáciu uvedenú v Názve)
css class for the table-tag etemplate sk CSS trieda pre tag tabuľky
css properties etemplate sk CSS nastavenia
css-styles etemplate sk CSS štýly
-custom etemplate sk Používateľom definované
-custom fields etemplate sk Používateľom definované Položky
+custom etemplate sk Vlastné
+custom fields etemplate sk Vlastné polia
cut etemplate sk Vystrihnúť
date+time etemplate sk Dátum+Čas
datum etemplate sk Dátum
@@ -86,25 +92,26 @@ day etemplate sk De
days etemplate sk dni
db ensures that every row has a unique value in that column etemplate sk DB zabezpečuje, aby mal každý riadok svoju jedinečnú hodnotu v tomto stĺpci
db-tools etemplate sk DB-Nástroje
+deck etemplate sk Balíček (vnútorný)
default etemplate sk Predvolené
-delete a single entry by passing the id. etemplate sk Zmazať jednotlivý záznam zadaním id.
-delete all selected etemplates, without further inquiry etemplate sk Zmazať VŠETKY označené eŠablóny, BEZ ďalšieho varovania
-delete column etemplate sk Zmazať stĺpec
-delete index etemplate sk Zmazať index
-delete the spezified etemplate etemplate sk Zmazať vybranú eŠablónu
-delete this column etemplate sk Zmazať tento stĺpec
-delete this etemplate etemplate sk Zmazať túto eŠablónu
-delete this file etemplate sk Zmazať tento súbor
-delete this row etemplate sk Zmazať tento riadok
-delete whole column (can not be undone!!!) etemplate sk Zmazať celý stĺpec (NEDÁ sa vrátiť späť !!!)
-deletes the above spez. etemplate from the database, can not be undone etemplate sk Vymaže vyššieuvedenú eŠablónu, NEDÁ sa vrátiť späť
-deletes the etemplate spez. above etemplate sk zmaže vyššieuvedenú eŠablónu
-deletes this column etemplate sk Zmaže tento stĺpec
-deletes this index etemplate sk Zmaže tento index
+delete a single entry by passing the id. etemplate sk Odstrániť položku podľa zadaného ID.
+delete all selected etemplates, without further inquiry etemplate sk Odstrániť VŠETKY označené eŠablóny, BEZ ďalšieho varovania
+delete column etemplate sk Odstrániť stĺpec
+delete index etemplate sk Odstrániť index
+delete the spezified etemplate etemplate sk Odstrániť vybranú eŠablónu
+delete this column etemplate sk Odstrániť tento stĺpec
+delete this etemplate etemplate sk Odstrániť túto eŠablónu
+delete this file etemplate sk Odstrániť tento súbor
+delete this row etemplate sk Odstrániť tento riadok
+delete whole column (can not be undone!!!) etemplate sk Odstrániť celý stĺpec (NEDÁ sa vrátiť späť !!!)
+deletes the above spez. etemplate from the database, can not be undone etemplate sk Odstráni vyššieuvedenú eŠablónu, NEDÁ sa vrátiť späť
+deletes the etemplate spez. above etemplate sk odstráni vyššieuvedenú eŠablónu
+deletes this column etemplate sk Odstráni tento stĺpec
+deletes this index etemplate sk Odstráni tento index
discard changes etemplate sk zahodiť zmeny
displayed in front of input or input is inserted for a '%s' in the label (label of the submitbutton or image-filename) etemplate sk zobrazené na začiatku vstupu alebo vstup je vložený pre '%s' v menovke (menovke tlačítka pre Odoslanie alebo názvu súboru obrázku)
displayed in statusline of browser if input-field gets focus etemplate sk zobrazené v stavovom riadku prehliadača ak vstupné pole dostane fokus
-displayed in the top line of the groupbox (legend) etemplate sk zobrazené v hornom riadku boxu pre skupiny (legenda)
+displayed in the top line of the groupbox (legend) etemplate sk zobrazené v hornom riadku skupiny ovládacích prvkov (legenda)
do you want to save the changes you made in table %s? etemplate sk Chcete uložiť zmeny ktoré ste vykonali v tabuľke %s?
documentation etemplate sk Dokumentácia
doesn't matter etemplate sk nezáleží
@@ -116,7 +123,7 @@ edit embeded css styles or of the applications app.css file etemplate sk upravi
edit the etemplate spez. above etemplate sk upraviť vyššieuvedenú eŠablónu
edit... etemplate sk Upraviť...
editable templates - db-tools etemplate sk Upraviteľné šablóny - DB-Nástroje
-editable templates - delete template etemplate sk Upraviteľné šablóny - Zmazať šablónu
+editable templates - delete template etemplate sk Upraviteľné šablóny - Odstrániť šablónu
editable templates - editor etemplate sk Upraviteľné šablóny - Editor
editable templates - search etemplate sk Upraviteľné šablóny - Hľadať
editable templates - show template etemplate sk Upraviteľné šablóny - Zobraziť šablónu
@@ -142,13 +149,14 @@ exchange this two columns etemplate sk zameni
export the loaded etemplate into a xml-file etemplate sk exportovať nahranú eŠablónu do súboru xml
export xml etemplate sk Exportovať XML
extensions loaded: etemplate sk Nahraté rozšírenia:
-field must not be empty !!! etemplate sk Položka nesmie byť prázdna !!!
+field etemplate sk Pole
+field must not be empty !!! etemplate sk Pole nesmie byť prázdne!!!
file etemplate sk Súbor
-file contains more than one etemplate, last one is shown !!! etemplate sk Súbor obsahuje viac než jednu eŠablónu, zobrazuje sa iba posledná !!!
+file contains more than one etemplate, last one is shown !!! etemplate sk Súbor obsahuje viac než jednu eŠablónu, zobrazuje sa iba posledná!!!
file writen etemplate sk Súbor zapísaný
fileupload etemplate sk Nahrať Súbor
first etemplate sk Prvé
-floating point etemplate sk Plávajúca desatinná čiarka
+floating point etemplate sk Pohyblivá desatinná čiarka
foreign key etemplate sk Cudzí kľúč
formatted text (html) etemplate sk Formátovaný text (HTML)
go to the first entry etemplate sk choď na prvý záznam
@@ -158,7 +166,7 @@ go to the previous page of entries etemplate sk cho
grid etemplate sk Matica
grid column attributes etemplate sk Atribúty stĺpca matice
grid row attributes etemplate sk Atribúty riadku matice
-groupbox etemplate sk Box pre skupiny
+groupbox etemplate sk Skupina ovládacích prvkov
height etemplate sk Výška
height of row (in % or pixel) etemplate sk výška riadku (v % alebo pixeloch)
height of row (in % or pixel), disable row: [! = not][=] eg: '!@data' disable row if content of data is empty etemplate sk výška riadku (v % alebo pixeloch), vypnúť riadok: [! = not][=] napr: '!@data' vypne riadok ak obsah dát je prázdny
@@ -205,19 +213,19 @@ linkentry etemplate sk Z
linklist etemplate sk Zoznam odkazov
linkstring etemplate sk Reťazec odkazu
linkto etemplate sk Odkázať Na
-load this template into the editor etemplate sk nahrať túto šablónu do editora
+load this template into the editor etemplate sk načítať túto šablónu do editora
middle etemplate sk Stred
minute etemplate sk Minúta
minutes etemplate sk Minút
month etemplate sk Mesiac
name etemplate sk Názov
-name of other table where column is a key from etemplate sk názov inej tabuľky kde stĺpec je kľúčom z
+name of other table where column is a key from etemplate sk názov inej tabuľky, kde stĺpec je kľúčom z
name of table to add etemplate sk Názov tabuľky, ktorá sa má pridať
name of the etemplate, should be in form application.function[.subtemplate] etemplate sk názov eŠablóny, mal by byť vo forme aplikácia.funkcia[podŠablóna]
need to be unique in the table and no reseved word from sql, best prefix all with a common 2-digit short for the app, eg. 'et_' etemplate sk musí byť v tabuľke jedinečné a nesmie byť rezervovaným slovom z SQL, najlepšie začať všetky spoločným 2-miestnou skratkou aplikácie, napr. 'et_'
-new search etemplate sk Nové vyhľadávanie
+new search etemplate sk Nové hľadanie
new table created etemplate sk Nová tabuľka vytvorená
-newer version '%1' exists !!! etemplate sk novšia verzia '%1' existuje !!!
+newer version '%1' exists !!! etemplate sk novšia verzia '%1' existuje!!!
nextmatch etemplate sk Ďalšia zhoda
no column to swap with !!! etemplate sk nemám žiadny stĺpec pre zámenu !!!
no file etemplate sk žiadny súbor
@@ -235,7 +243,7 @@ only an other version found !!! etemplate sk na
open the online help. etemplate sk Otvoriť online pomocníka.
operator etemplate sk Operátor
optional note about the link etemplate sk voliteľná poznámka o Odkaze
-options etemplate sk Voľby
+options etemplate sk Možnosti
order to navigating by tab key through the form etemplate sk Poradie pre navigáciu vo formulári pomocou klávesy TAB
overflow etemplate sk Pretečenie
padding etemplate sk Odstup
@@ -244,6 +252,7 @@ paste etemplate sk Vlo
path etemplate sk Cesta
please enter table-name first !!! etemplate sk Prosím, zadajte najprv názov tabuľky !!!
pm etemplate sk pp
+popup etemplate sk Vyskakovacie okno
precision etemplate sk Presnosť
primary key etemplate sk Primárny kľúč
primary key for the table, gets automaticaly indexed etemplate sk Primárny kľúč pre tabuľku, indexuje sa automaticky
@@ -254,12 +263,16 @@ read etemplate from database (for the keys above) etemplate sk na
readonly etemplate sk iba na čítanie
remove row (can not be undone!!!) etemplate sk odstrániť Riadok (NEDÁ sa vrátiť späť!!!)
remove this link (not the entry itself) etemplate sk Odstrániť tento odkaz (nie záznam samotný)
+returns savely, without deleting etemplate sk vracia sa BEZ odstraňovania
right etemplate sk Vpravo
row... etemplate sk Riadok...
+save selected columns as default preference for all users. etemplate sk Uložiť vybrané stĺpce ako predvolené nastavenie pre všetkých používateľov.
save the changes made and close the window etemplate sk Uložiť vykonané zmeny a zavrieť okno
+save the etemplate under the above keys (name, ...), change them for a saveas etemplate sk Uložiť eŠablónu pod uvedenými hodnotami (názov,...), zmente ich ak chcete Uložiť Ako
saves changes to tables_current.inc.php etemplate sk uloží zmeny do tables_current.inc.php
saves the template with given version number and closes the window etemplate sk uloží šablónu s uvedeným číslom verzie a zavrie okno
-scale etemplate sk Škálovať
+scale etemplate sk Prispôsobiť
+scale for float etemplate sk Prispôsobiť pre pohyblivú desatinnú čiarku
search etemplate sk Hľadať
select a category etemplate sk Vyberte kategóriu
select a primary contact, to show in the list etemplate sk Vyberte primárny kontakt, ktorý sa zobrazí v zozname
@@ -272,21 +285,25 @@ select an application, (*) = uninstalled etemplate sk Vyberte aplik
select an entry to link with etemplate sk Vyberte záznam na ktorý chcete vytvoriť odkaz
select an table of the application etemplate sk Vyberte tabuľku aplikácie
select application etemplate sk Vyberte aplikáciu
+select application to search etemplate sk Vyberte, v akej aplikácii hľadať
select category etemplate sk Vyberte kategóriu
+select columns etemplate sk Vyberte stĺpce
select country etemplate sk Vyberte krajinu
select day etemplate sk Vyberte deň
select day of week etemplate sk vyberte deň v týždni
select entry etemplate sk Vyberte záznam
select hour etemplate sk Vyberte hodinu
-select if content of field should not be translated (label gets always translated) etemplate sk vyberte, ak sa obsah položky nemá prekladať (menovky sa prekladajú vždy)
+select if content of field should not be translated (label gets always translated) etemplate sk vyberte, ak sa obsah poľa nemá prekladať (označenia sa prekladajú vždy)
+select language etemplate sk Vyberte jazyk
select month etemplate sk Vyberte mesiac
select number etemplate sk Vyberte číslo
select one ... etemplate sk Vyberte si jeden...
-select percentage etemplate sk Vyberte percentáž
+select percentage etemplate sk Vyberte percento
select priority etemplate sk Vyberte prioritu
select state etemplate sk Vyberte štát
+select the columns to display in the list etemplate sk Vyberte, ktoré stĺpce sa majú zobraziť v zozname
select the indexed columns in their desired order etemplate sk Vyebrte indexované stĺpce v požadovanom poradí
-select this etemplate to delete it etemplate sk vyberte túto eŠablónu pre vymazanie
+select this etemplate to delete it etemplate sk vyberte túto eŠablónu, aby sa mohla odstrániť
select which accounts to show etemplate sk vyberte, ktoré účty zobraziť
select which values to show etemplate sk vyberte, ktoré hodnoty zobraziť
select year etemplate sk Vyberte rok
@@ -301,8 +318,8 @@ shows / allows you to enter values into the etemplate for testing etemplate sk z
shows/displays etemplate for testing, does not save it before etemplate sk zobrazí eŠablónu pre testovanie, NEuloží ju predtým
spacing etemplate sk Rozostupy
stack etemplate sk Zásobník
-start a new search, cancel this link etemplate sk začať nové vyhľadávanie, zrušiť tento odkaz
-start new search for the above pattern etemplate sk začať nové vyhľadávanie pre uvedený výraz
+start a new search, cancel this link etemplate sk začať nové hľadanie, zrušiť tento odkaz
+start new search for the above pattern etemplate sk začať nové hľadanie pre uvedený výraz
submit form etemplate sk odoslať formulár
submitbutton etemplate sk Tlačítko pre odoslanie
swap etemplate sk vymeniť
@@ -313,6 +330,7 @@ switch to a parent widget etemplate sk prepn
switch to an other widgets of that container etemplate sk prepnúť na iné widgety v danom kontaineri
table unchanged, no write necessary !!! etemplate sk Tabuľka sa nezmenila, zápis nie je nevyhnutný!
tablename etemplate sk NázovTabuľky
+tabs etemplate sk Tabuľky
template etemplate sk Šablóna
template deleted etemplate sk Šablóna vymazaná
template saved etemplate sk Šablóna uložená
@@ -321,7 +339,7 @@ textarea etemplate sk Oblas
time etemplate sk Čas
to start the db-tools etemplate sk pre spustenie DB-Nástrojov
to start the etemplate editor etemplate sk pre spustenie editora eŠablón
-to start the search etemplate sk pre spustenie vyhľadávania
+to start the search etemplate sk pre spustenie hľadania
today etemplate sk Dnes
top etemplate sk Vrch
type etemplate sk Typ
@@ -329,9 +347,9 @@ type of the column etemplate sk typ st
type of the field (select label if field should be empty) etemplate sk typ poľa (vyberte Menovku ak pole má byť prázdne)
unique etemplate sk Jedinečné
unlink etemplate sk Odpojiť Odkaz
-update a single entry by passing the fields. etemplate sk Zmeniť jednotlivý záznam zadaním položiek.
+update a single entry by passing the fields. etemplate sk Aktualizovať jednotlivý záznam podľa zadaných polí
update from version '%s' to etemplate sk Aktualizovať z Verzie '%s' na
-upload etemplate sk Nahrať
+upload etemplate sk Odovzdať
valign etemplate sk vZarovnanie
value etemplate sk Hodnota
value has to be at least '%1' !!! etemplate sk Hodnota musí byť najmenej '%1' !!!
@@ -339,12 +357,12 @@ value has to be at maximum '%1' !!! etemplate sk Hodnota mus
vbox etemplate sk VBox
version etemplate sk Verzia
version-number, should be in the form: major.minor.revision.number (eg. 0.9.13.001 all numbers filled up with zeros) etemplate sk číslo verzie, malo by byť v tvare: major.minor.revision.number (napr. 0.9.13.001 všetky čísla zaplnené nulami)
-vertical alignment of row etemplate sk vertikálne zarovnanie riadku
+vertical alignment of row etemplate sk zvislé zarovnanie riadku
view this etemplate etemplate sk zobraziť túto eŠablónu
view this linked entry in its application etemplate sk zobraziť tento pripojený záznam v jeho aplikácii
weekend etemplate sk víkend
what happens with overflowing content: visible (default), hidden, scroll, auto (browser decides) etemplate sk čo sa stane s presahujúcim obsahom: viditeľný (predvolené), skrytý, skrolovať, automaticky (prehliadač rozhodne)
-widget copied into clipboard etemplate sk widget skopírovaný do clipboardu
+widget copied into clipboard etemplate sk widget skopírovaný do schránky
width etemplate sk Šírka
width of column (in % or pixel) etemplate sk šírka stĺpca (v % alebo pixeloch)
width of the table in % or pixels for the table-tag and (optional) div etemplate sk Šírka tabuľky v % alebo pixeloch pre table-tag a (voliteľne) div
diff --git a/felamimail/setup/phpgw_es-es.lang b/felamimail/setup/phpgw_es-es.lang
index 72bcde0e1c..5216231a04 100644
--- a/felamimail/setup/phpgw_es-es.lang
+++ b/felamimail/setup/phpgw_es-es.lang
@@ -145,7 +145,7 @@ file into felamimail es-es Informaci
files felamimail es-es Ficheros
filter active felamimail es-es Filtro activo
filter name felamimail es-es Nombre del filtro
-filter rules preferences es-es reglas de filtrado
+filter rules common es-es reglas de filtrado
first name felamimail es-es Nombre de pila
flagged felamimail es-es marcado
flags felamimail es-es Marcas
@@ -403,7 +403,7 @@ use custom settings felamimail es-es Usar opciones personalizadas
use regular expressions felamimail es-es usar expresiones regulares
use smtp auth admin es-es Usar identificación SMTP
users can define their own emailaccounts admin es-es Los usuarios pueden definir sus propias cuentas de correo
-vacation notice preferences es-es aviso de vacaciones
+vacation notice common es-es aviso de vacaciones
vacation notice is active felamimail es-es El aviso de vacaciones está activo
validate certificate felamimail es-es validar certificado
view full header felamimail es-es Ver la cabecera completa
diff --git a/felamimail/setup/phpgw_fi.lang b/felamimail/setup/phpgw_fi.lang
index af555d2efe..334d5e93ad 100644
--- a/felamimail/setup/phpgw_fi.lang
+++ b/felamimail/setup/phpgw_fi.lang
@@ -18,6 +18,7 @@ after message body felamimail fi Viestin j
all address books felamimail fi Kaikki osoitekirjat
all folders felamimail fi Kaikki kansiot
all of felamimail fi kaikki
+allow images from external sources in html emails felamimail fi Salli kuvien linkitys ulkopuolisiin lähteisiin käytettäessä HTML muotoiltuja viestejä
allways a new window felamimail fi Aina uusi ikkuna
always show html emails felamimail fi Näytä aina HTML sähköpostit
and felamimail fi ja
@@ -144,7 +145,7 @@ file into felamimail fi tiedosto
files felamimail fi tiedostot
filter active felamimail fi Aktivoi suodatin
filter name felamimail fi Suodattimen nimi
-filter rules felamimail fi Suodattimen säännöt
+filter rules common fi Suodattimen säännöt
first name felamimail fi Etunimi
flagged felamimail fi merkitty
flags felamimail fi Merkit
@@ -193,7 +194,7 @@ imap felamimail fi IMAP
imap server felamimail fi IMAP palvelin
imap server address felamimail fi IMAP palvelimen osoite
imap server closed the connection. felamimail fi IMAP palvelin katkaisi yhteyden.
-imap server closed the connection. server responded: %s felamimail fi IMAP palvelin katkaisi yhteyden. Serveri palauttaa: %s
+imap server closed the connection. server responded: %s felamimail fi IMAP palvelin katkaisi yhteyden. Palvelin palauttaa: %s
imap server password felamimail fi IMAP palvelimen salasana
imap server type felamimail fi IMAP palvelin tyyppi
imap server username felamimail fi IMAP palvelimen käyttäjätunnus
@@ -223,7 +224,7 @@ location of buttons when composing felamimail fi Painikkeiden sijainti kirjoitet
mail server login type admin fi Postipalvelimen kirjautumistyyppi
mail settings felamimail fi Viestien asetukset
mainmessage felamimail fi pääviesti
-manage emailaccounts felamimail fi Hallitse sähköpostitilejä
+manage emailaccounts preferences fi Hallitse sähköpostitilejä
manage emailfilter / vacation preferences fi Hallitse sähköpostisuodatinta / Lomaa
manage folders common fi Kansioiden hallinta
manage sieve common fi Hallitse SIEVE skriptejä
@@ -402,7 +403,7 @@ use custom settings felamimail fi K
use regular expressions felamimail fi Käytä tavanomaisia ilmaisuja
use smtp auth admin fi Käytä SMTP tunnistusta
users can define their own emailaccounts admin fi Käyttäjät voivat määritellä omat sähköposti tunnuksensa
-vacation notice felamimail fi Lomavastaaja
+vacation notice common fi Lomavastaaja
vacation notice is active felamimail fi Lomavastaaja on käytössä
validate certificate felamimail fi kelvollinen sertifikaatti
view full header felamimail fi Näytä kaikki otsikkotiedot
diff --git a/felamimail/setup/phpgw_pl.lang b/felamimail/setup/phpgw_pl.lang
index 6eca92e050..883abc46e8 100755
--- a/felamimail/setup/phpgw_pl.lang
+++ b/felamimail/setup/phpgw_pl.lang
@@ -3,27 +3,42 @@
(unknown sender) felamimail pl (nieznany nadawca)
activate felamimail pl Aktywuj
activate script felamimail pl aktywuj skrypt
-add felamimail pl Dodaj
+add acl felamimail pl dodaj listę ACL
add address felamimail pl Dodaj adres
+add rule felamimail pl Dodaj regułę
add script felamimail pl Dodaj skrypt
add to %1 felamimail pl Dodaj do %1
add to address book felamimail pl Dodaj do książki adresowej
add to addressbook felamimail pl dodaj do książki adresowej
+adding file to message. please wait! felamimail pl Dodaję plik do wiadomości. Proszę czekać
additional info felamimail pl Informacje dodatkowe
address book felamimail pl Książka adresowa
address book search felamimail pl Przeszukiwanie książki adresowej
after message body felamimail pl Za treścią wiadomości
all address books felamimail pl Wszystkie książki adresowe
all folders felamimail pl Wszystkie foldery
+all of felamimail pl wszystkie z
+allow images from external sources in html emails felamimail pl Zezwalaj na wyświetlanie obrazkow z zewnętrznych serwerów w wiadomościach HTML
+allways a new window felamimail pl zawsze w nowym oknie
always show html emails felamimail pl Zawsze pokazuj maile napisane w HTML
+and felamimail pl i
+any of felamimail pl dowolny z
+any status felamimail pl dowolny status
+anyone felamimail pl ktokolwiek
as a subfolder of felamimail pl jako podfolder w
attachments felamimail pl Załączniki
+authentication required felamimail pl wymagane jest uwierzytelnianie
+auto refresh folder list felamimail pl Automatycznie odświeżaj listę folderów
back to folder felamimail pl Wróć do folderu
+bad login name or password. felamimail pl Zła nazwa użytkownika lub hasło
+bad or malformed request. server responded: %s felamimail pl Nieprawidłowe lub źle skonstruowane żądane. Serwer odpowiedział: %s
+bad request: %s felamimail pl Nieprawidłowe żądanie: %s
bcc felamimail pl UDW
before headers felamimail pl Przed nagłówkiem
between headers and message body felamimail pl Pomiędzy nagłówkiem a treścią
cc felamimail pl DW
change folder felamimail pl Zmień folder
+clear search felamimail pl wyczyść wyszukiwanie
click here to return to %1 felamimail pl Kliknij tutaj aby wrócić do %1
close all felamimail pl zamknij wszystko
close this page felamimail pl zamknij tę stronę
@@ -31,8 +46,11 @@ close window felamimail pl Zamknij okno
color felamimail pl Kolor
compose felamimail pl Utwórz
compress folder felamimail pl Kompaktuj folder
+condition felamimail pl warunek
configuration felamimail pl Konfiguracja
+connection dropped by imap server. felamimail pl Połączenie zerwane przez serwer IMAP
contains felamimail pl zawiera
+could not complete request. reason given: %s felamimail pl Nie udało się zrealizować żądania. Powód: %s
create felamimail pl Stwórz
create folder felamimail pl Tworzenie folderu
create sent felamimail pl Stwórz Wysłane
@@ -47,36 +65,55 @@ dark magenta felamimail pl Ciemny Magenta
dark yellow felamimail pl Ciemny Żółty
date(newest first) felamimail pl Data (od najnowszych)
date(oldest first) felamimail pl Data (od najstarszych)
+days felamimail pl dni
deactivate script felamimail pl deaktywuj skrypt
+default signature felamimail pl domyślna sygnaturka
default sorting order felamimail pl Domyślny porządek sortowania
delete all felamimail pl kasuj wszystko
delete folder felamimail pl Usuń folder
+delete script felamimail pl usuń skrypt
delete selected felamimail pl Usuń zaznaczone
delete selected messages felamimail pl skasuj wybrane wiadomości
deleted felamimail pl skasowany
+deleted folder successfully! felamimail pl Folder został pomyślnie usunięty!
+deleting messages felamimail pl usuwanie wiadomości w toku
disable felamimail pl Wyłącz
+discard felamimail pl odrzuć
+discard message felamimail pl odrzuć wiadomość
display message in new window felamimail pl Wyświetl wiadomość w nowym oknie
+display messages in multiple windows felamimail pl wyświetl wiadomości w wielu oknach
+display of html emails felamimail pl Wyświetlaj wiadomość w HTML
+display only when no plain text is available felamimail pl Wyświetlaj jedynie, jeżeli nie ma wersji tekstowej
display preferences felamimail pl Wyświetl preferencje
+displaying html messages is disabled felamimail pl Wyświetlanie wiadomości w HTML jest wyłączone
do it! felamimail pl zrób to!
do not use sent felamimail pl Nie używaj Wysłanych
do not use trash felamimail pl Nie używaj Kosza
+do not validate certificate felamimail pl nie sprawdzaj poprawności certyfikatu
+do you really want to delete the '%1' folder? felamimail pl Czy na pewno chcesz usunąć folder '%1'?
does not contain felamimail pl nie zawiera
+does not match felamimail pl nie pasuje
+does not match regexp felamimail pl nie pasuje do wzorca
+don't use draft folder felamimail pl Nie używaj folderu szkiców
don't use sent felamimail pl Nie używaj Wysłanych
don't use trash felamimail pl Nie używaj Kosza
-don\'t use sent felamimail pl Nie używaj wysłane
-don\'t use trash felamimail pl Nie używaj kosza
down felamimail pl w dół
+download felamimail pl pobierz
+download this as a file felamimail pl pobierz jako plik
+draft folder felamimail pl folder szkiców
e-mail felamimail pl E-mail
e-mail address felamimail pl Adres e-mail
e-mail folders felamimail pl Foldery e-mail
edit filter felamimail pl Edytuj filtr
+edit rule felamimail pl edytuj regułę
edit selected felamimail pl Edytuj wybrane
-email account name felamimail pl Nazwa konta
+edit vacation settings felamimail pl edytuj ustawienia autorespondera
email address felamimail pl Adres e-mail
-email password felamimail pl Hasło
email signature felamimail pl Sygnaturka
empty trash felamimail pl opróżnij kosz
enable felamimail pl włącz
+encrypted connection felamimail pl połączenie szyfrowane
+enter your default mail domain ( from: user@domain ) admin pl Podaj domyślną domenę pocztową (Od: użytkownik@domena)
enter your imap mail server hostname or ip address admin pl Podaj nazwę hosta lub IP serwera IMAP
enter your sieve server hostname or ip address admin pl Podaj nazwę hosta lub IP serwera SIEVE
enter your sieve server port admin pl Podaj port serwera SIEVE
@@ -84,10 +121,20 @@ enter your smtp server hostname or ip address admin pl Podaj nazw
enter your smtp server port admin pl Podaj port serwera SMTP
error felamimail pl BŁĄD
error connecting to imap serv felamimail pl Błąd łączenia z serwerem IMAP
+error connecting to imap server. %s : %s. felamimail pl Błąd połączenia do serwera IMAP. %s : %s
+error connecting to imap server: [%s] %s. felamimail pl Błąd połączenia do serwera IMAP. [%s] %s
error opening felamimail pl Błąd podczas otwierania
+expunge felamimail pl Opróżnij
+extended felamimail pl rozszerzone
felamimail common pl FelaMiMail
files felamimail pl pliki
+filter active felamimail pl filtr jest aktywny
+filter name felamimail pl nazwa filtra
+filter rules preferences pl reguły filtra
first name felamimail pl Imię
+flagged felamimail pl oflagowano
+flags felamimail pl flagi
+folder acl felamimail pl lista ACL folderu
folder name felamimail pl Nazwa foldera
folder path felamimail pl Ścieżka foldera
folder preferences felamimail pl Preferencje folderów
@@ -97,91 +144,106 @@ folderlist felamimail pl Lista folder
foldername felamimail pl Nazwa foldera
folders felamimail pl Foldery
folders created successfully! felamimail pl Pomyślnie utworzono folder
+follow felamimail pl odpowiedz
forward felamimail pl Prześlij dalej
+forward to felamimail pl Prześlij do
+forward to address felamimail pl Prześlij na adres
+fri felamimail pl Pią
from felamimail pl Od
from(a->z) felamimail pl Od (A->Z)
from(z->a) felamimail pl Od (Z->A)
full name felamimail pl Pełna nazwa
have a look at www.felamimail.org to learn more about squirrelmail. felamimail pl Aby dowiedzieć się więcej o Squirrelmail, zajrzyj na www.felamimail.org .
-help felamimail pl Pomoc
+header lines felamimail pl Linie nagłówka
hide header felamimail pl ukryj nagłówek
+hostname / address felamimail pl adres domenowy / adres IP
html felamimail pl HTML
icons and text felamimail pl Ikony i tekst
icons only felamimail pl Tylko ikony
identifying name felamimail pl Nazwa identyfikatora
-if applicable felamimail pl jeśli wybrano
+identity felamimail pl tożsamość
+if from contains felamimail pl jeżeli pole 'From:" zawiera
+if message size felamimail pl jeżeli rozmiar wiadomości
+if subject contains felamimail pl jeżeli pole "Temat" zawiera
imap felamimail pl IMAP
imap server felamimail pl Serwer IMAP
imap server address felamimail pl Adres serwera IMAP
+imap server closed the connection. felamimail pl Serwer IMAP zakończył połączenie.
+imap server closed the connection. server responded: %s felamimail pl Serwer IMAP zakończył połączenie. Serwer zwrócił: %s
imap server type felamimail pl Typ serwera IMAP
imaps encryption only felamimail pl Tylko szyfrowanie IMAPS
in felamimail pl w
-in order for squirrelmail to provide the full set of options you need to create the special folders listed below. just click the check box and hit the create button. felamimail pl Aby SquirrelMail udostepnił pełny zestaw opcji, muszisz stworzyć foldery specjalne wymienione poniżej. Zaznacz pola wyboru i kliknij przycisk Utwórz.
-in the center felamimail pl w środku
+inbox felamimail pl ODEBRANE
+incoming mail server(imap) felamimail pl serwer poczty przychodzącej (IMAP)
index order felamimail pl Porządek indeksu
info felamimail pl Info
-invaild user name or password felamimail pl Niepoprawne hasło lub nazwa użytkownika
invalid user name or password felamimail pl Zła nazwa użytkownika lub hasło
javascript felamimail pl JavaScript
+jumping to end felamimail pl skacze na koniec
+jumping to start felamimail pl skacze na początek
+keep a copy of the message in your inbox felamimail pl zachowaj kopię wiadomości w folderze ODEBRANE
+keep local copy of email felamimail pl zachowja lokalną kopię tej wiadomości
+kilobytes felamimail pl kilobajtów
language felamimail pl Język
last name felamimail pl Nazwisko
less felamimail pl mniej
-let this folder contain subfolders felamimail pl Zezwól na podfoldery w tym folderze
-light blue felamimail pl Jasny Niebieski
-light cyan felamimail pl Jasny Cyan
+less than felamimail pl mniej niż
light gray felamimail pl Jasny Szary
-light green felamimail pl Jasny Zielony
-light magenta felamimail pl Jasny Magenta
-light yellow felamimail pl Jasny Żółty
+loading felamimail pl ładowanie
location of buttons when composing felamimail pl Położenie przycisków przy pisaniu maila
-location of folder list felamimail pl Położenie listy folderów
-mail folder(uw-maildir) felamimail pl Katalog poczty (uw-maildir)
-mail server felamimail pl Serwer pocztowy
-mail server type felamimail pl Typ serwera pocztowego
+mail server login type admin pl Typ logowania do serwera poczty
mail settings felamimail pl Ustawienia poczty
-manage folders felamimail pl Zarządzanie folderami
-manage sieve felamimail pl Zarządzaj skryptami Sieve
+manage folders common pl Zarządzanie folderami
+manage sieve common pl Zarządzaj skryptami Sieve
+manage signatures felamimail pl Zarządzaj sygnaturkami
mark as deleted felamimail pl Zaznacz jako usunietą
mark messages as felamimail pl Zaznacz wybrane wiadomości jako
+mark selected as flagged felamimail pl Zaznacz wybrane oflagowaniem
mark selected as read felamimail pl Zaznacz wybrane wiadomości jako przeczytane
+mark selected as unflagged felamimail pl Zaznacz wybrane jako nie oflagowane
mark selected as unread felamimail pl Zaznacz wybrane wiadomości jako nieprzeczytane
match felamimail pl Zgodne
+max uploadsize felamimail pl limit ładowania danych
message highlighting felamimail pl Podświetlanie wiadomości
message list felamimail pl Lista wiadomości
messages felamimail pl wiadomości
-minute felamimail pl Minuta
-minutes felamimail pl Minuty
-more felamimail pl więcej
+mon felamimail pl Pon
move felamimail pl przenieś
move messages felamimail pl przenieś wiadomości
move selected to felamimail pl przenieś wiadomości do
move to trash felamimail pl przenieś do kosza
-must be unique felamimail pl Musi być unikalny
+moving messages to felamimail pl przenoszę wiadomości do
name felamimail pl Nazwa
never display html emails felamimail pl Nigdy nie wyświetlaj emaili HTML
-new felamimail pl Nowe
+new common pl Nowe
new filter felamimail pl Nowy filtr
next felamimail pl Następny
next message felamimail pl następna wiadomość
+no encryption felamimail pl brak szyfrowania
+no filter felamimail pl Brak filtra
no folders found felamimail pl Nie znaleziono folderów
no highlighting is defined felamimail pl Nie zdefiniowano podświetleń
+no message returned. felamimail pl Nie otrzymano wiadomości.
no messages were selected. felamimail pl Nie wybrano żadnej wiadomości
-non-standard felamimail pl Niestandardowe
+none felamimail pl Żaden
+only inbox felamimail pl Tylko ODEBRANE
open all felamimail pl otwórzy wszystkie
options felamimail pl Opcje
+or felamimail pl lub
+organisation felamimail pl instytucja
organization felamimail pl instytucja
organization name admin pl Nazwa instutucji
-other: felamimail pl Inne
+outgoing mail server(smtp) felamimail pl serwer poczty wychodzącej (SMTP)
participants felamimail pl Uczestnicy
personal information felamimail pl Informacje osobiste
-preference file, %1, does not exist. log out, and log back in to create a default preference file. felamimail pl Plik preferencji, %1, nie istnieje. Wyloguj się i zaloguj ponownie aby stworzyć domyślny plik preferencji.
previous felamimail pl Poprzedni
previous message felamimail pl poprzednia wiadomość
print it felamimail pl wydrukuj to
print this page felamimail pl wydrukuj tę stronę
+read felamimail pl Odczytaj
+reading felamimail pl odczytywanie
+receive notification felamimail pl Odebrano powiadomienie
recent felamimail pl ostatnie
-refresh folder list felamimail pl odśwież listę folderów
-refresh page felamimail pl Odśwież stronę
refresh time in minutes felamimail pl Czas odświeżania w minutach
remove felamimail pl usuń
remove immediately felamimail pl usuń natychmiast
@@ -189,79 +251,72 @@ rename felamimail pl Zmiana nazwy
rename a folder felamimail pl Zmiana nazwy foldera
rename folder felamimail pl Zmień nazwę foldera
renamed successfully! felamimail pl Pomyślnie zmieniono nazwę
+replied felamimail pl odpowiedziano
reply felamimail pl Odpowiedz
reply all felamimail pl Odpowiedz wszystkim
reply to felamimail pl Odpowiedz
replyto felamimail pl Odpowiedz
+respond felamimail pl Odpowiedź
return felamimail pl Powrót
return to options page felamimail pl Powrót do strony konfiguracji
rule felamimail pl Reguła
-running squirrelmail version %1 (c) 1999-2000. felamimail pl Uruchomiona wersja SquirrelMail %1 (c) 1999-2000.
+sat felamimail pl Sob
save felamimail pl Zapisz
search felamimail pl Szukaj
search for felamimail pl Szukaj dla
-seconds felamimail pl Sekundy
select felamimail pl Wybierz
select all felamimail pl Wybierz wszystko
select emailprofile felamimail pl Wybierz profil email
-select home email address felamimail pl Wybierz domowy adres email
-select work email address felamimail pl Wybierz służbowy adres e-meil
+select folder felamimail pl Wybierz folder
select your mail server type admin pl Wybierz typ serwera email
send felamimail pl Wyślij
sent folder felamimail pl Folder Wysłane
-server respond felamimail pl Odpowiedź serwera
show header felamimail pl pokaż nagłówek
show new messages on main screen felamimail pl Wyświetlać nowe wiadomości na stronie głównej?
sieve settings admin pl Ustawienia Sieve
signature felamimail pl Sygnaturka
simply click the target-folder felamimail pl Kliknij folder docelowy
+site configuration felamimail pl Konfiguracja serwisu
size felamimail pl Wielkość
size of editor window felamimail pl Wielkość okna edytora
size(...->0) felamimail pl Rozmiar (...->0)
size(0->...) felamimail pl Rozmiar (0->...)
small view felamimail pl widok uproszczony
smtp settings admin pl Ustawienia SMTP
-some or all of the help documents are not present! felamimail pl Brakuje jednego lub kilku dokumentów pomocy!
-source felamimail pl Źródło
-special folder options felamimail pl Opcje specjalne folderów
-squirrelmail felamimail pl Squirrelmail
subject felamimail pl Temat
subject(a->z) felamimail pl Temat (A->Z)
subject(z->a) felamimail pl Temat (Z->A)
submit felamimail pl Wyślij
subscribe felamimail pl Subskrybuj
-successfully saved display preferences! felamimail pl Pomyślnie zapisano preferencje wyświetlania!
-successfully saved folder preferences! felamimail pl Pomyślnie zapisano preferencje folderów!
-successfully saved personal information! felamimail pl Pomyślnie zapisano preferencje informacje osobiste!
+sun felamimail pl Nie
table of contents felamimail pl Spis treści
text only felamimail pl Tylko tekst
the connection to the imap server failed!! felamimail pl Nieudane połączenie z serwerem SMTP!!
-the help has not been translated to %1. it will be displayed in english instead. felamimail pl Pomoc nie została przetłumaczona na %1. Zamiast tego zostanie wyświetlona wersja angielska.
-these settings change the way your folders are displayed and manipulated. felamimail pl Te ustawnienia pozwalają na zarządzanie folderami i zmieniają sposób ich wyświetlania.
this folder is empty felamimail pl TEN FOLDER JEST PUSTY
this php has no imap support compiled in!! felamimail pl PHP nie ma skompilowanej obsługi IMAP!!
+thu felamimail pl Czw
to felamimail pl Do
-to the left felamimail pl po lewej
-to the right felamimail pl po prawej
-translation location felamimail pl Położenie tłumaczenia
translation preferences felamimail pl Preferencje tłumaczenia
translation server felamimail pl Serwer tłumaczeń
-trash folder felamimail pl Folder Kosz
+trash fold felamimail pl Folder Kosza
+trash folder felamimail pl Folder Kosza
+tue felamimail pl Wto
type felamimail pl typ
+unexpected response from server to login command. felamimail pl Niespodziewana odpowiedź serwera na polecenie LOGIN.
unknown error felamimail pl Nieznany błąd
unknown sender felamimail pl Nieznany nadawca
-unread felamimail pl nieprzeczytane
+unread common pl nieprzeczytane
unselect all felamimail pl Odznacz wszystko
up felamimail pl w górę
use a signature felamimail pl Użyj sygnaturki
use a signature? felamimail pl Użyć sygnaturki?
use custom settings felamimail pl Użyj ustawień użytkownika
+use smtp auth admin pl Skorzystaj z autentykacji SMTP
+users can define their own emailaccounts admin pl Użytkownicy mogą definiować swoje własne konta poczty elektronicznej
+validate certificate felamimail pl sprawdź poprawność certyfikatu
view full header felamimail pl Pokaż pełny nagłówek
view message felamimail pl Pokaż wiadomość
+wed felamimail pl Śro
when deleting messages felamimail pl Gdy usuwasz wiadomość
-white felamimail pl Biały
-width of folder list felamimail pl Szerokość listy folderów
wrap incoming text at felamimail pl Szerokość zawijania werszy
-you can only edit one address at the time felamimail pl Możesz edytować tylko jeden adres jednocześnie
-you must login first. felamimail pl Musisz się najpierw zalogować
-1 felamimail pl 1
+writing felamimail pl zapisywanie
diff --git a/felamimail/setup/phpgw_sk.lang b/felamimail/setup/phpgw_sk.lang
index 34b8bd6ee1..11a7868acc 100644
--- a/felamimail/setup/phpgw_sk.lang
+++ b/felamimail/setup/phpgw_sk.lang
@@ -13,11 +13,12 @@ add to addressbook felamimail sk Prida
adding file to message. please wait! felamimail sk Pripájam súbor k správe. Prosím čakajte.
additional info felamimail sk Ďalšie info
address book felamimail sk Adresár
-address book search felamimail sk Vyhľadávanie v Adresári
+address book search felamimail sk Hľadanie v Adresári
after message body felamimail sk Za telom správy
all address books felamimail sk Všetky Adresáre
all folders felamimail sk Všetky priečinky
all of felamimail sk všetko z
+allow images from external sources in html emails felamimail sk Povoliť v HTML E-mailoch obrázky z externých zdrojov
allways a new window felamimail sk vždy nové okno
always show html emails felamimail sk Vždy zobraziť HTML správy
and felamimail sk a
@@ -26,25 +27,25 @@ any status felamimail sk ktor
anyone felamimail sk ktokoľvek
as a subfolder of felamimail sk ako podpriečinok (čoho)
attachments felamimail sk Prílohy
-authentication required felamimail sk požaduje sa autentifikácia
+authentication required felamimail sk požaduje sa overenie
auto refresh folder list felamimail sk Automaticky obnoviť zoznam priečinkov
-back to folder felamimail sk Naspať do priečinka
+back to folder felamimail sk Naspäť do priečinka
bad login name or password. felamimail sk Chybné prihlasovacie meno alebo heslo.
-bad or malformed request. server responded: %s felamimail sk Chybná alebo poškodená požiadavka. Odpoveď servera: %s
+bad or malformed request. server responded: %s felamimail sk Chybná požiadavka. Odpoveď servera: %s
bad request: %s felamimail sk Chybná požiadavka: %s
based upon given criteria, incoming messages can have different background colors in the message list. this helps to easily distinguish who the messages are from, especially for mailing lists. felamimail sk Na základe zadaných kritérií, príchodzie správy môžu mať rozličnú farbu pozadia v zozname správ. Je to pomôcka pre ľahšie rozlíšenie odosielateľa, najmä v prípade mailing listov.
bcc felamimail sk Skrytá kópia
before headers felamimail sk Pred hlavičkou
between headers and message body felamimail sk Medzi hlavičkou a telom správy
body part felamimail sk časť tela
-can't connect to inbox!! felamimail sk nedá sa pripojiť k INBOX-u!
+can't connect to inbox!! felamimail sk nedá sa pripojiť k Doručenej pošte!
cc felamimail sk Kópia
change folder felamimail sk Zmeniť priečinok
check message against next rule also felamimail sk skontrolovať správu aj voči ďalšiemu pravidlu
-checkbox felamimail sk Zaškrtávacie políčko
+checkbox felamimail sk Začiarkávacie políčko
clear search felamimail sk vyčistiť hľadanie
-click here to log back in. felamimail sk Kliknite som pre opätovné prihlásenie.
-click here to return to %1 felamimail sk Kliknite sem pre návrat do %1
+click here to log back in. felamimail sk Ak sa chcete znovu prihlásiť, kliknite sem.
+click here to return to %1 felamimail sk Ak sa chcete vrátiť do %1, kliknite sem
close all felamimail sk zavrieť všetko
close this page felamimail sk zavrieť túto stránku
close window felamimail sk Zavrieť okno
@@ -52,10 +53,10 @@ color felamimail sk Farba
compose felamimail sk Nová správa
compress folder felamimail sk Zhutniť priečinok
condition felamimail sk okolnosť
-configuration felamimail sk Nastavenia
+configuration felamimail sk Konfigurácia
connection dropped by imap server. felamimail sk Spojenie prerušené IMAP serverom.
contains felamimail sk obsahuje
-could not complete request. reason given: %s felamimail sk Nedá sa dokončiť požiadavku. Dôvod: %s
+could not complete request. reason given: %s felamimail sk Nepodarilo sa dokončiť požiadavku. Dôvod: %s
could not open secure connection to the imap server. %s : %s. felamimail sk Nepodarilo sa nadviazať zabezpečené spojenie k IMAP serveru. %s : %s.
cram-md5 or digest-md5 requires the auth_sasl package to be installed. felamimail sk CRAM-MD5 alebo DIGEST-MD5 vyžaduje, aby bol nainštalovaný balík Auth_SASL.
create felamimail sk Vytvoriť
@@ -76,14 +77,14 @@ days felamimail sk dni
deactivate script felamimail sk deaktivovať skript
default signature felamimail sk predvolený podpis
default sorting order felamimail sk Predvolené triedenie
-delete all felamimail sk zmazať všetko
-delete folder felamimail sk Zmazať priečinok
-delete script felamimail sk zmazať skript
-delete selected felamimail sk Zmazať označené
-delete selected messages felamimail sk zmazať označené správy
-deleted felamimail sk zmazané
-deleted folder successfully! felamimail sk Priečinok vymazaný!
-deleting messages felamimail sk Mažem správy
+delete all felamimail sk odstrániť všetko
+delete folder felamimail sk Odstrániť priečinok
+delete script felamimail sk odstrániť skript
+delete selected felamimail sk Odstrániť označené
+delete selected messages felamimail sk odstrániť označené správy
+deleted felamimail sk Odstránené
+deleted folder successfully! felamimail sk Priečinok bol odstránený!
+deleting messages felamimail sk Odstraňujem správy
disable felamimail sk Vypnúť
discard felamimail sk Zahodiť
discard message felamimail sk zahodiť správu
@@ -96,8 +97,9 @@ displaying html messages is disabled felamimail sk Zobrazovanie html spr
do it! felamimail sk Vykonaj!
do not use sent felamimail sk Nepoužívať [Odoslana pošta]
do not use trash felamimail sk Nepoužívať [Odpadkový kôš]
-do you really want to delete the '%1' folder? felamimail sk Naozaj chcete vymazať priečinok '%1'?
-do you really want to delete the selected signatures? felamimail sk Naozaj chcete vymazať označené podpisy?
+do not validate certificate felamimail sk Nepotvrdiť certifikát
+do you really want to delete the '%1' folder? felamimail sk Naozaj chcete odstrániť priečinok '%1'?
+do you really want to delete the selected signatures? felamimail sk Naozaj chcete odstrániť označené podpisy?
does not contain felamimail sk neobsahuje
does not match felamimail sk nezodpovedá
does not match regexp felamimail sk nezodpovedá regulárnemu výrazu
@@ -111,15 +113,15 @@ draft folder felamimail sk Prie
e-mail felamimail sk E-Mail
e-mail address felamimail sk E-mailová adresa
e-mail folders felamimail sk E-mailové priečinky
-edit email forwarding address felamimail sk upraviť preposielaciu adresu email-u
+edit email forwarding address felamimail sk upraviť preposielaciu adresu E-mailu
edit filter felamimail sk Upraviť filter
edit rule felamimail sk upraviť pravidlo
edit selected felamimail sk Upraviť vybrané
edit vacation settings felamimail sk upraviť nastavenia vyprázdňovania
email address felamimail sk E-mailová adresa
-email forwarding address felamimail sk preposielacia adresa email-u
+email forwarding address felamimail sk preposielacia adresa E-mailu
email signature felamimail sk E-mailový podpis
-emailaddress felamimail sk emailová adresa
+emailaddress felamimail sk E-mailová adresa
empty trash felamimail sk vyprázdniť odpadkový kôš
enable felamimail sk zapnúť
encrypted connection felamimail sk šifrované spojenie
@@ -136,14 +138,14 @@ error connecting to imap server: [%s] %s. felamimail sk Chyba po
error opening felamimail sk Chyba pri otváraní
every felamimail sk každý
every %1 days felamimail sk každých
-expunge felamimail sk vymazať
+expunge felamimail sk Odstrániť
extended felamimail sk Rozšírené
felamimail common sk FelaMiMail
file into felamimail sk súbor do
files felamimail sk súbory
filter active felamimail sk filter aktívny
filter name felamimail sk Názov filtra
-filter rules felamimail sk pravidlá filtra
+filter rules common sk pravidlá filtra
first name felamimail sk Krstné meno
flagged felamimail sk označené
flags felamimail sk Príznaky
@@ -156,24 +158,25 @@ folder status felamimail sk Stav prie
folderlist felamimail sk Zoznam priečinkov
foldername felamimail sk Názov priečinku
folders felamimail sk Priečinky
-folders created successfully! felamimail sk Priečinky úspešne vytvorené!
+folders created successfully! felamimail sk Priečinky boli úspešne vytvorené!
follow felamimail sk nasledovať
for mail to be send - not functional yet felamimail sk Pre správu určenú na odoslanie - v súčasnosti nefunkčné
for received mail felamimail sk Pre prijaté správy
forward felamimail sk Odoslať ďalej
-forward to felamimail sk Preposlať (komu)
-forward to address felamimail sk Preposlať na adresu
-forwarding felamimail sk Preposielanie
+forward to felamimail sk Odoslať ďalej (komu)
+forward to address felamimail sk Odoslať ďalej na adresu
+forwarding felamimail sk Odosielanie ďalej
found felamimail sk Našiel
fri felamimail sk Pia
from felamimail sk Od
from(a->z) felamimail sk Od (A->Z)
from(z->a) felamimail sk Od (Z->A)
-full name felamimail sk Plné meno
+full name felamimail sk Celé meno
greater than felamimail sk väčšie než
have a look at www.felamimail.org to learn more about squirrelmail. felamimail sk Pozrite na t www.felamimail.org pre ďalšie informácie o Squirrelmail.
header lines felamimail sk Riadky hlavičky
hide header felamimail sk skryť hlavičku
+hostname / address felamimail sk názov stroja (hostname) / adresa
html felamimail sk HTML
icons and text felamimail sk Ikony a text
icons only felamimail sk Len ikony
@@ -186,7 +189,7 @@ if message size felamimail sk ak ve
if subject contains felamimail sk ak predmet obsahuje
if to contains felamimail sk ak Komu obsahuje
if using ssl or tls, you must have the php openssl extension loaded. felamimail sk Ak používate SSL alebo TLS, musíte mať nahraté rozšírenie PHP openssl.
-illegal folder name. please select a different name. felamimail sk Nepovolený názov priečinku. Prosím zvoľte iný názov.
+illegal folder name. please select a different name. felamimail sk Nepovolený názov priečinka. Prosím zvoľte iný názov.
imap felamimail sk IMAP
imap server felamimail sk IMAP server
imap server address felamimail sk Adresa IMAP servera
@@ -195,9 +198,10 @@ imap server closed the connection. server responded: %s felamimail sk IMAP serve
imap server password felamimail sk Heslo pre IMAP server
imap server type felamimail sk Typ IMAP servera
imap server username felamimail sk Používateľské meno pre IMAP server
-imaps authentication felamimail sk IMAPS autentifikácia
-imaps encryption only felamimail sk Iba IMAPS kryptovanie
+imaps authentication felamimail sk IMAPS overovanie
+imaps encryption only felamimail sk Iba IMAPS šifrovanie
in felamimail sk v
+inbox felamimail sk Doručená pošta
incoming mail server(imap) felamimail sk Príchodzí mail server (IMAP)
index order felamimail sk Poradie indexu
info felamimail sk Info
@@ -205,9 +209,9 @@ invalid user name or password felamimail sk Chybn
javascript felamimail sk JavaScript
jumping to end felamimail sk skočiť na koniec
jumping to start felamimail sk skočiť na začiatok
-keep a copy of the message in your inbox felamimail sk ponechať kópiu správy v inbox-e
+keep a copy of the message in your inbox felamimail sk ponechať kópiu správy v priečinku Doručenej pošty
keep local copy of email felamimail sk uschovať lokálnu kópiu správy
-kilobytes felamimail sk kilobajtu
+kilobytes felamimail sk kilobajtov
language felamimail sk Jazyk
last name felamimail sk Priezvisko
left felamimail sk Vľavo
@@ -215,18 +219,18 @@ less felamimail sk menej
less than felamimail sk menej než
light gray felamimail sk Svetlosivá
list all felamimail sk Zobraziť všetko
-loading felamimail sk nahráva sa
-location of buttons when composing felamimail sk Rozmiestnenie tlačítiek pri písaní správy
+loading felamimail sk načítava sa
+location of buttons when composing felamimail sk Rozmiestnenie tlačidiel pri písaní správy
mail server login type admin sk Typ prihlásenia poštového servera
mail settings felamimail sk Nastavenia pošty
mainmessage felamimail sk hlavná správa
-manage emailaccounts felamimail sk Správa Email-ových účtov
-manage emailfilter / vacation preferences sk Správa EMail-ového filtra / Vymazávania
+manage emailaccounts preferences sk Správa E-mailových účtov
+manage emailfilter / vacation preferences sk Správa E-mailového filtra / Odstraňovania
manage folders common sk Správa priečinkov
manage sieve common sk Správa Sieve skriptov
manage signatures felamimail sk Správa Podpisov
-mark as deleted felamimail sk Označiť za vymazané
-mark messages as felamimail sk Označiť vybrané správy za
+mark as deleted felamimail sk Označiť ako odstránené
+mark messages as felamimail sk Označiť vybrané správy ako
mark selected as flagged felamimail sk Označiť vybrané ako označkované
mark selected as read felamimail sk Označiť vybrané ako prečítané
mark selected as unflagged felamimail sk Označiť vybrané ako neoznačkované
@@ -234,7 +238,7 @@ mark selected as unread felamimail sk Ozna
match felamimail sk Zhoda
matches felamimail sk zhody
matches regexp felamimail sk spĺňa regulérny výraz
-max uploadsize felamimail sk max.veľkosť pre vyvesenie (upload)
+max uploadsize felamimail sk max.veľkosť pre odovzdanie
message highlighting felamimail sk Zvýrazňovanie správ
message list felamimail sk Zoznam správ
messages felamimail sk správy
@@ -262,12 +266,12 @@ no messages found... felamimail sk
no messages were selected. felamimail sk Neboli vybrané žiadne správy
no plain text part found felamimail sk Nebola nájdená žiadna čisto textová časť
no previous message felamimail sk žiadna predchádzajúca správa
-no supported imap authentication method could be found. felamimail sk Nenašla sa žiadna z podporovaných metód IMAP autentifikácie.
-no valid emailprofile selected!! felamimail sk Nebol vybratý platný Emailový profil!
+no supported imap authentication method could be found. felamimail sk Nenašla sa žiadna z podporovaných metód IMAP overovania.
+no valid emailprofile selected!! felamimail sk Nebol vybratý platný E-mailový profil!
none felamimail sk žiadne
on behalf of felamimail sk pre koho
one address is not valid felamimail sk Jedna adresa je neplatná
-only inbox felamimail sk Iba INBOX
+only inbox felamimail sk Iba Doručená pošta
only one window felamimail sk iba jedno okno
only unseen felamimail sk Iba neprečítané
open all felamimail sk otvoriť všetko
@@ -288,10 +292,10 @@ previous felamimail sk Predch
previous message felamimail sk predchádzajúca správa
print it felamimail sk vytlač to
print this page felamimail sk vytlačiť túto stránku
-quicksearch felamimail sk Rýchle vyhľadávanie
+quicksearch felamimail sk Rýchle hľadanie
read felamimail sk čítať
reading felamimail sk číta sa
-receive notification felamimail sk Obdržať upozornenie
+receive notification felamimail sk Prijať upozornenie
recent felamimail sk súčasné
refresh time in minutes felamimail sk Čas obnovovania (v minútach)
reject with felamimail sk odmietnuť ako
@@ -325,12 +329,13 @@ search felamimail sk H
search for felamimail sk Hľadaj
select felamimail sk Vybrať
select all felamimail sk Vybrať všetko
-select emailprofile felamimail sk Vybrať Emailový profil
+select emailprofile felamimail sk Vybrať E-mailový profil
select folder felamimail sk vybrať priečinok
select your mail server type admin sk Vyberte typ vášho poštového servera
send felamimail sk Odoslať
send a reject message felamimail sk odoslať odmietaciu správu
sent folder felamimail sk Priečinok Odoslaná pošta
+server supports mailfilter(sieve) felamimail sk server podporuje mailfilter (sieve)
show header felamimail sk zobraziť hlavičku
show new messages on main screen felamimail sk Zobrazovať nové správy na hlavnej stránke
sieve script name felamimail sk Názov Sieve skriptu
@@ -357,8 +362,8 @@ sun felamimail sk Ned
table of contents felamimail sk Obsahová tabuľka
text only felamimail sk Iba text
the connection to the imap server failed!! felamimail sk Pripojenie na IMAP server sa nepodarilo!!!
-the imap server does not appear to support the authentication method selected. please contact your system administrator. felamimail sk Tento IMAP server nepodporuje vybranú metódu autentifikácie. Prosím kontaktujte správcu systému.
-the mimeparser can not parse this message. felamimail sk Mime parser nedokázal spracovať túto správu.
+the imap server does not appear to support the authentication method selected. please contact your system administrator. felamimail sk Tento IMAP server nepodporuje vybranú metódu overovania. Prosím kontaktujte správcu systému.
+the mimeparser can not parse this message. felamimail sk Analyzátor MIME nedokázal spracovať túto správu.
then felamimail sk TAK
this folder is empty felamimail sk TENTO PRIEČINOK JE PRÁZDNY
this php has no imap support compiled in!! felamimail sk Tento PHP nemá zakompilovanú podporu IMAP!!
@@ -396,9 +401,10 @@ use a signature? felamimail sk Pou
use addresses felamimail sk Použiť adresy
use custom settings felamimail sk Použiť používateľské nastavenia
use regular expressions felamimail sk použiť regulérne výrazy
-use smtp auth admin sk Použiť STMP autentifikáciu
+use smtp auth admin sk Použiť SMTP overovanie
users can define their own emailaccounts admin sk Používatelia smú definovať ich vlastné poštové účty
-vacation notice felamimail sk Upozornenie o vymazávaní
+vacation notice common sk Upozornenie o odstraňovaní
+vacation notice is active felamimail sk Upozornenie o odstraňovaní je aktívne
validate certificate felamimail sk Potvrdiť certifikát
view full header felamimail sk Zobraziť celú hlavičku
view header lines felamimail sk zobraziť riadky hlavičky
@@ -407,7 +413,7 @@ viewing full header felamimail sk Zobrazujem cel
viewing message felamimail sk Zobrazujem správu
viewing messages felamimail sk Zobrazujem správy
wed felamimail sk Str
-when deleting messages felamimail sk Počas zmazávania správ
+when deleting messages felamimail sk Počas odstraňovania správ
with message felamimail sk so správou
with message "%1" felamimail sk so správou "%1"
wrap incoming text at felamimail sk Zarovnať príchodzí text:
diff --git a/felamimail/setup/phpgw_zh-tw.lang b/felamimail/setup/phpgw_zh-tw.lang
index 7cd0d4e7ca..fddba474be 100644
--- a/felamimail/setup/phpgw_zh-tw.lang
+++ b/felamimail/setup/phpgw_zh-tw.lang
@@ -18,6 +18,7 @@ after message body felamimail zh-tw ĺ¨č¨ćŻĺ
§ĺŽšäšĺž
all address books felamimail zh-tw ććéč¨é
all folders felamimail zh-tw ććčłć夞
all of felamimail zh-tw ććç
+allow images from external sources in html emails felamimail zh-tw ĺ¨ HTML éľäťśä¸ĺ
訹äžčŞĺ¤é¨çĺç
allways a new window felamimail zh-tw é˝éĺä¸ĺć°čŚçŞ
always show html emails felamimail zh-tw é˝ç¨HTML饯示éľäťś
and felamimail zh-tw ä¸
@@ -144,7 +145,7 @@ file into felamimail zh-tw ćŞćĄćĺ
Ľ
files felamimail zh-tw ćŞćĄ
filter active felamimail zh-tw čŚĺĺç¨ä¸
filter name felamimail zh-tw čŚĺĺ稹
-filter rules felamimail zh-tw éćżžčŚĺ
+filter rules preferences zh-tw éćżžčŚĺ
first name felamimail zh-tw ĺ
flagged felamimail zh-tw 袍ć¨ç¤ş
flags felamimail zh-tw ć¨ç¤ş
@@ -223,7 +224,7 @@ location of buttons when composing felamimail zh-tw ĺťşçŤćéćçä˝ç˝Ž
mail server login type admin zh-tw éľäťśäźşćĺ¨çťĺ
Ľç¨ŽéĄ
mail settings felamimail zh-tw éľäťśč¨ĺŽ
mainmessage felamimail zh-tw éľäťśä¸ťéŤ
-manage emailaccounts felamimail zh-tw 玥çéľäťśĺ¸łč
+manage emailaccounts preferences zh-tw 玥çéľäťśĺ¸łč
manage emailfilter / vacation preferences zh-tw 玥çéľäťśčŚĺ/ĺć
manage folders common zh-tw 玥çčłć夞
manage sieve common zh-tw 玥çSieveç¨ĺź
@@ -334,6 +335,7 @@ select your mail server type admin zh-tw é¸ćć¨çéľäťśäźşćĺ¨ç¨ŽéĄ
send felamimail zh-tw éĺş
send a reject message felamimail zh-tw ĺŻéä¸ĺćçľäżĄäťś
sent folder felamimail zh-tw ĺŻäťśĺäť˝
+server supports mailfilter(sieve) felamimail zh-tw äźşćĺ¨ćŻć´éľäťśčŚĺ(sieve)
show header felamimail zh-tw 饯示ć¨é
show new messages on main screen felamimail zh-tw ĺ¨ä¸ťčŚçŤé˘éĄŻç¤şć°č¨ćŻ
sieve script name felamimail zh-tw sieve ç¨ĺźĺ稹
@@ -401,7 +403,7 @@ use custom settings felamimail zh-tw 使ç¨ĺäşşč¨ĺŽ
use regular expressions felamimail zh-tw 使ç¨ć¨ŁĺźćŻĺ°
use smtp auth admin zh-tw 使ç¨SMTPčŞč
users can define their own emailaccounts admin zh-tw 使ç¨č
ĺŻäťĽčŞčĄĺŽçžŠéľäťśĺ¸łč
-vacation notice felamimail zh-tw ĺććé
+vacation notice preferences zh-tw ĺććé
vacation notice is active felamimail zh-tw ĺććéĺč˝ĺç¨ä¸
validate certificate felamimail zh-tw éŠč
view full header felamimail zh-tw 饯示ĺŽć´ć¨é
diff --git a/filemanager/templates/default/preference_acl_row.tpl b/filemanager/templates/default/preference_acl_row.tpl
index 6639d7bfc3..7d1c19c28a 100755
--- a/filemanager/templates/default/preference_acl_row.tpl
+++ b/filemanager/templates/default/preference_acl_row.tpl
@@ -1,5 +1,5 @@
-
+
{user}
diff --git a/filemanager/templates/default/preference_colspan.tpl b/filemanager/templates/default/preference_colspan.tpl
index cd2f79a7a3..d3e1aa79a9 100755
--- a/filemanager/templates/default/preference_colspan.tpl
+++ b/filemanager/templates/default/preference_colspan.tpl
@@ -1,4 +1,4 @@
-
+
{string}
{lang_read}
{lang_add}
diff --git a/infolog/inc/class.uicustomfields.inc.php b/infolog/inc/class.uicustomfields.inc.php
index 2ff6710fb4..df5142dd63 100644
--- a/infolog/inc/class.uicustomfields.inc.php
+++ b/infolog/inc/class.uicustomfields.inc.php
@@ -29,6 +29,8 @@ class uicustomfields
'select' => 'Selectbox',
'radio' => 'Radiobutton',
'checkbox' => 'Checkbox',
+ 'date' => 'Date',
+ 'date-time'=> 'Date+Time',
'link-entry' => 'Select entry',
);
/**
diff --git a/infolog/setup/phpgw_pl.lang b/infolog/setup/phpgw_pl.lang
index 7736ff9772..494590ddeb 100755
--- a/infolog/setup/phpgw_pl.lang
+++ b/infolog/setup/phpgw_pl.lang
@@ -96,7 +96,7 @@ disables a status without deleting it infolog pl wy
do you want a confirmation of the responsible on: accepting, finishing the task or both infolog pl czy chcesz potwierdzenia osoby odpowiedzialnej do: akceptacji, zakończenia zadania lub obydwu?
do you want to see custome infolog types in the calendar? infolog pl Czy chcesz oglądać niestandardowe typy Dziennika CRM w kalendarzu?
don't show infolog infolog pl NIE pokazuj InfoLog
-done infolog pl Gotowe
+done infolog pl wykonano
download infolog pl Pobierz
duration infolog pl Czas trwania
each value is a line like [=] infolog pl każda wartośc jest linią, jak [=]
@@ -188,11 +188,11 @@ only the links infolog pl tylko linki
open infolog pl otwarte
optional note to the link infolog pl opcjonalna notatka do linku
order infolog pl Kolejność
-overdue infolog pl przeterminowane
-own infolog pl własne
-own open infolog pl własne otwarte
-own overdue infolog pl własne przeterminowane
-own upcoming infolog pl własne nadchodzące
+overdue infolog pl zaległe
+own infolog pl stworzone przez Ciebie - wszystkie
+own open infolog pl stworzone przez Ciebie - otwarte
+own overdue infolog pl stworzone przez Ciebie - zaległe
+own upcoming infolog pl stworzone przez Ciebie - nadchodzące
path on (web-)serverside eg. /var/samba/share infolog pl ścieżka na (web-)serwerze np. /var/samba/Share
path to user and group files has to be outside of the webservers document-root!!! infolog pl Ścieżka do użytkownika i grupy MUSI BYĆ POZA rootem dokumentów www (document-root)!!!
pattern for search in addressbook infolog pl wzorzec poszukiwania w książce adresowej
@@ -212,10 +212,14 @@ project settings: price, times infolog pl Ustawienia projektu: cena, terminy
re: infolog pl Odp:
read one record by passing its id. infolog pl Odczytaj jeden rekord przekazując jego id.
read rights (default) infolog pl prawda odczytu (domyślne)
+reg. expr. for local ip's eg. ^192.168.1. infolog pl wyrażenie regularne dla lokalnych IP np. ^192\.168\.1\.
reg. expr. for local ip's eg. ^192\.168\.1\. infolog pl wyrażenie regularne dla lokalnych IP np. ^192\.168\.1\.
remark infolog pl Przypomnienie
remove this link (not the entry itself) infolog pl Usuń ten link (ale nie wpis)
-responsible infolog pl Osoba odpowiedzialna
+responsible infolog pl oddelegowane na Ciebie - wszystkie
+responsible open infolog pl oddelegowane na Ciebie - otwarte
+responsible overdue infolog pl oddelegowane na Ciebie - zaległe
+responsible upcoming infolog pl oddelegowane na Ciebie - nadchodzące
returns a list / search for records. infolog pl Pokazuje listę wyszukanych rekordów
rights for the responsible infolog pl Uprawnienia do osoby odpowiedzialnej
save infolog pl Zapisz
@@ -288,6 +292,8 @@ urgency infolog pl pilno
urgent infolog pl pilne
used time infolog pl wykorzystany czas
valid path on clientside eg. \\server\share or e:\ infolog pl poprawna ścieżka po stronie użytkownika np. \\Server\Share lub e:\
+valid path on clientside eg. \servershare or e: infolog pl poprawna ścieżka po stronie użytkownika np. \\Server\Share lub e:\
+valid path on clientside eg. servershare or e: infolog pl poprawna ścieżka po stronie użytkownika np. \\Server\Share lub e:\
values for selectbox infolog pl Wartości selectboxa
view all subs of this entry infolog pl Zoabcz wszystkie podrzędne dla tego wpisu
view other subs infolog pl zobacz inne podrzędne
diff --git a/infolog/setup/phpgw_sk.lang b/infolog/setup/phpgw_sk.lang
index 971983417d..f20a8291f1 100644
--- a/infolog/setup/phpgw_sk.lang
+++ b/infolog/setup/phpgw_sk.lang
@@ -123,8 +123,10 @@ finish infolog sk Koniec
for which types should this field be used infolog sk Pre ktoré typy sa má použiť táto položka
from infolog sk Od
general infolog sk Hlavné
+group owner for infolog sk Skupinový vlastník pre
high infolog sk Vysoká
id infolog sk ID
+if a type has a group owner, all entries of that type will be owned by the given group and not the user who created it! infolog sk Ak tento typ má skupinového vlastníka, všetky záznamy tohto typu bude vlastniť zadaná skupina a NIE používateľ, ktorý záznam vytvoril!
if not set, the line with search and filters is hidden for less entries then "max matches per page" (as defined in your common preferences). infolog sk Ak nenastavené, riadok vyhľadávania a filtrov je skrytý pre menej záznamov než "maximálny počet záznamov zobrazených na stránke" (ako je definované v bežných nastaveniach).
import infolog sk Import
import next set infolog sk Importovať ďalšiu sadu
diff --git a/login.php b/login.php
index bf7f8e3110..b5c2f91398 100755
--- a/login.php
+++ b/login.php
@@ -311,11 +311,11 @@
$GLOBALS['egw']->translation->init(); // this will set the language according to the (new) set prefs
$GLOBALS['egw']->translation->add_app('login');
$GLOBALS['egw']->translation->add_app('loginscreen');
- if(lang('loginscreen_message') == 'loginscreen_message*')
+ if($GLOBALS['egw']->translation->translate('loginscreen_message',false,'') == 'loginscreen_message')
{
$GLOBALS['egw']->translation->add_app('loginscreen','en'); // trying the en one
}
- if(lang('loginscreen_message') != 'loginscreen_message*')
+ if($GLOBALS['egw']->translation->translate('loginscreen_message',false,'') != 'loginscreen_message')
{
// for now store login message in globals so it is available for the login.inc.php
$GLOBALS['loginscreenmessage']=stripslashes(lang('loginscreen_message'));
diff --git a/phpgwapi/inc/class.accounts.inc.php b/phpgwapi/inc/class.accounts.inc.php
index 8e70d82a43..1e4fb9f86b 100644
--- a/phpgwapi/inc/class.accounts.inc.php
+++ b/phpgwapi/inc/class.accounts.inc.php
@@ -435,10 +435,8 @@ class accounts extends accounts_backend
{
if (!($data = $this->read($account_id))) return false;
+ //echo "accounts::id2name($account_id,$which)='{$data[$which]}'";
return $data[$which];
-
- $this->setup_cache();
- $id_list = &$this->cache['id_list'];
}
/**
diff --git a/phpgwapi/inc/class.contacts.inc.php b/phpgwapi/inc/class.contacts.inc.php
index 04b250e61b..eef43ef15e 100644
--- a/phpgwapi/inc/class.contacts.inc.php
+++ b/phpgwapi/inc/class.contacts.inc.php
@@ -87,7 +87,7 @@ class contacts extends bocontacts
*/
function old_read($start=0,$limit=0,$fields=null,$query='',$filter='',$sort='',$order='', $lastmod=-1,$cquery='')
{
- error_log("contacts::old_read($start,$limit,".print_r($fields,true).",$query,'$filter','$sort','$order',$lastmod,$cquery)");
+ //error_log("contacts::old_read($start,$limit,".print_r($fields,true).",$query,'$filter','$sort','$order',$lastmod,$cquery)");
//echo "
contacts::old_read($start,$limit,".print_r($fields,true).",$query,'$filter','$sort','$order',$lastmod,$cquery)
\n";
$sfilter = array();
if ($filter)
diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php
index 414b9d7228..692080545f 100644
--- a/phpgwapi/inc/class.html.inc.php
+++ b/phpgwapi/inc/class.html.inc.php
@@ -447,132 +447,6 @@ class html
return $this->fckEditor($name, $content, 'extended', array('toolbar_expanded' =>'true'), '400px', '100%', $base_href);
}
-
-
- /**
- * init the tinymce js-widget by adding the js file in the head of the page
- *
- * Please note: it need to be called before the call to phpgw_header() !!!
- *
-
- function init_tinymce()
- {
- // do stuff once
- if (!is_object($GLOBALS['egw']->js))
- {
- $GLOBALS['egw']->js = CreateObject('phpgwapi.javascript');
- }
-
- if (strpos($GLOBALS['egw_info']['flags']['java_script'],'tinyMCE')===false)
- {
- $GLOBALS['egw']->js->validate_file('tiny_mce','tiny_mce');
- }
- }*/
-
- /**
- * creates a textarea inputfield for the tinymce js-widget (returns the necessary html and js)
- *
- * Please note: if you did not run init_tinymce already you this function need to be called before the call to phpgw_header() !!!
- *
- * @param string $name name and id of the input-field
- * @param string $content='' of the tinymce (will be run through htmlspecialchars !!!), default ''
- * @param string $style='' initial css for the style attribute
- * @param string $init_options='', see http://tinymce.moxiecode.com/ for all init options. mode and elements are allready set.
- * to make things more easy, you also can just provide a comma seperated list here with the options you need.
- * Supportet are: 'TableOperations','ContextMenu','ColorChooser'
- * @param string $base_href=''
- * @return string the necessary html for the textarea
- * @todo make wrapper for backwards compatibility with htmlarea
- * @todo enable all features from htmlarea
-
- function tinymce($name,$content='',$style='',$init_options='',$base_href='')
- {
- if (!$style)
- {
- $style = 'width:100%; min-width:500px; height:300px;';
- }
- if (!$this->htmlarea_availible())
- {
- return $this->textarea($name,$content,'style="'.$style.'"');
- }
-
- // do stuff once
- $this->init_tinymce();
-
- if(strpos($init_options,':') === false)
- {
- $init = 'theme : "advanced", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left"';
- $tab1a = 'theme_advanced_buttons1_add : "';
- $tab2a = 'theme_advanced_buttons2_add : "';
- $tab3a = 'theme_advanced_buttons3_add : "separator,fullscreen';
- $plugs = 'plugins : "paste,fullscreen,advimage,advlink';
- $eve = 'extended_valid_elements : "a[name|href|target|title|onclick], img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],font[*]';
- if($init_options)
- {
- foreach(explode(',',$init_options) as $plugin)
- {
- switch($plugin)
- {
- case 'TableOperations' :
- $plugs .= ',table';
- $tab3a .= ',separator,tablecontrols';
- break;
- case 'ContextMenu' :
- $plugs .= ',contextmenu';
- break;
- case 'ColorChooser' :
- $tab3a .= ',separator,forecolor,backcolor';
- break;
- case 'FontChooser' :
- $tab1a .= ',fontselect,fontsizeselect';
- $init .= ',theme_advanced_disable : "styleselect"';
- break;
- case 'FileManager' :
- $plugs .= ',filemanager';
- $tab3a .= ',separator,filemanager';
- break;
- case 'SearchReplace' :
- $plugs .= ',searchreplace';
- $tab1a .= ',separator,search,replace';
- break;
- case 'InsertDateTime' :
- $plugs .= ',insertdatetime';
- $tab2a .= ',separator,insertdate,inserttime';
- break;
- default:
- if(strpos($plugin,'=')!==false)
- {
- $init .= ','. str_replace('=',':',$plugin);
- }
- }
- }
- }
- if($base_href)
- {
- $init .= ',document_base_url : "'. $base_href. '", relative_urls : true';
- }
-
- $init_options = $init. ','. $tab1a. '",'. $tab2a. '",'. $tab3a. '",'. $plugs. '",'. $eve. '"';
- }
-
- // do again and again
- return '
-
- ';
- }*/
-
/**
* this function is a wrapper for fckEditor to create some reuseable layouts
*
@@ -596,8 +470,8 @@ class html
$oFCKeditor = new FCKeditor($_name) ;
$oFCKeditor->BasePath = $GLOBALS['egw_info']['server']['webserver_url'].'/phpgwapi/js/fckeditor/' ;
$oFCKeditor->Value = $_content;
- $oFCKeditor->Width = $_width ;
- $oFCKeditor->Height = $_height ;
+ $oFCKeditor->Width = str_replace('px','',$_width); // FCK adds px if width contains no %
+ $oFCKeditor->Height = str_replace('px','',$_height);
// by default switch all browsers and uploads off
$oFCKeditor->Config['LinkBrowser'] = $oFCKeditor->Config['LinkUpload'] = false;
@@ -633,7 +507,7 @@ class html
$oFCKeditor->ToolbarSet = 'egw_advanced';
break;
}
- return /*"toolbarset='$oFCKeditor->ToolbarSet'".print_r($oFCKeditor->Config,true)." \n".*/ $oFCKeditor->CreateHTML();
+ return $oFCKeditor->CreateHTML();
}
/**
@@ -655,8 +529,8 @@ class html
$oFCKeditor = new FCKeditor($_name) ;
$oFCKeditor->BasePath = $GLOBALS['egw_info']['server']['webserver_url'].'/phpgwapi/js/fckeditor/' ;
$oFCKeditor->Value = $_content;
- $oFCKeditor->Width = $_width ;
- $oFCKeditor->Height = $_height ;
+ $oFCKeditor->Width = str_replace('px','',$_width); // FCK adds px if width contains no %
+ $oFCKeditor->Height = str_replace('px','',$_height);
switch($_mode) {
case 'ascii':
return "";
@@ -670,57 +544,6 @@ class html
}
- /**
- * this function is a wrapper for tinymce to create some reuseable layouts
- *
- * Please note: if you did not run init_tinymce already you this function need to be called before the call to phpgw_header() !!!
- *
- * @param string $_name name and id of the input-field
- * @param string $_mode display mode of the tinymce editor can be: simple, extended or advanced
- * @param string $_content='' of the tinymce (will be run through htmlspecialchars !!!), default ''
- * @param string $style='' initial css for the style attribute
- * @param string $base_href=''
- * @return string the necessary html for the textarea
-
- function tinymceQuick($_name, $_mode, $_content='', $_style='', $base_href='') {
- switch($_mode) {
- case 'ascii':
- $init_options='theme : "advanced",
- theme_advanced_toolbar_location : "top",
- theme_advanced_toolbar_align : "left",
- theme_advanced_buttons1 : "",
- theme_advanced_buttons2 : "",
- theme_advanced_buttons3 : "",
- valid_elements : "br"';
-
- return $this->tinymce($_name, $_content, $_style, $init_options, $_base_href);
- break;
-
- case 'simple':
- $init_options='theme : "advanced",
- theme_advanced_toolbar_location : "top",
- theme_advanced_toolbar_align : "left",
- theme_advanced_buttons1 : "bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,undo,redo,separator,forecolor",
- theme_advanced_buttons2 : "",
- theme_advanced_buttons3 : "",
- valid_elements : "strong/b[class],em/i[class],strike[class],u[class],p[dir|class|align],ol,ul,li,br,\
- sub,sup,blockquote[dir|style],pre[class|align],address[class|align],hr,font[color]"';
-
- return $this->tinymce($_name, $_content, $_style, $init_options, $_base_href);
- break;
-
- case 'extended':
- $init_options='';
- return $this->tinymce($_name, $_content,$_style, $init_options='',$_base_href);
- break;
-
- case 'advanced':
- $init_options='';
- return $this->tinymce($_name, $_content,$_style, $init_options='',$_base_href);
- break;
- }
- }*/
-
/**
* represents html's input tag
*
diff --git a/phpgwapi/inc/class.sessions.inc.php b/phpgwapi/inc/class.sessions.inc.php
index 400d8128ee..3d792dba5a 100644
--- a/phpgwapi/inc/class.sessions.inc.php
+++ b/phpgwapi/inc/class.sessions.inc.php
@@ -475,9 +475,16 @@
*/
function egw_set_cookiedomain()
{
- // Use HTTP_X_FORWARDED_HOST if set, which is the case behind a none-transparent proxy
- $this->cookie_domain = isset($_SERVER['HTTP_X_FORWARDED_HOST']) ? $_SERVER['HTTP_X_FORWARDED_HOST'] : $_SERVER['HTTP_HOST'];
-
+ if ($GLOBALS['egw_info']['server']['cookiedomain'])
+ {
+ // Admin set domain, eg. .domain.com to allow egw.domain.com and www.domain.com
+ $this->cookie_domain = $GLOBALS['egw_info']['server']['cookiedomain'];
+ }
+ else
+ {
+ // Use HTTP_X_FORWARDED_HOST if set, which is the case behind a none-transparent proxy
+ $this->cookie_domain = isset($_SERVER['HTTP_X_FORWARDED_HOST']) ? $_SERVER['HTTP_X_FORWARDED_HOST'] : $_SERVER['HTTP_HOST'];
+ }
// remove port from HTTP_HOST
if (preg_match("/^(.*):(.*)$/",$this->cookie_domain,$arr))
{
@@ -492,6 +499,16 @@
$url_parts = parse_url($GLOBALS['egw_info']['server']['webserver_url']);
if (!($this->cookie_path = $url_parts['path'])) $this->cookie_path = '/';
+ // if the cookiepath should be / and it's not, delete evtl. existing cookies and set '/'
+ if (!$GLOBALS['egw_info']['server']['cookiepath'] && $this->cookie_path != '/')
+ {
+ foreach(array('sessionid','kp3','domain','last_domain','last_loginid') as $name)
+ {
+ setcookie($name,false,0,$this->cookie_path,$this->cookie_domain);
+ }
+ $this->cookie_path = '/';
+ }
+ //echo "cookie_path='$this->cookie_path', cookie_domain='$this->cookie_domain'
\n";
$this->set_cookie_params($this->cookie_domain,$this->cookie_path); // for php4 sessions necessary
}
diff --git a/phpgwapi/inc/class.translation.inc.php b/phpgwapi/inc/class.translation.inc.php
index 69436580a8..2aa93e7b34 100644
--- a/phpgwapi/inc/class.translation.inc.php
+++ b/phpgwapi/inc/class.translation.inc.php
@@ -49,7 +49,18 @@
var $lang_table = 'egw_lang';
var $languages_table = 'egw_languages';
var $config_table = 'egw_config';
+ /**
+ * Instance of the db-class
+ *
+ * @var egw_db
+ */
var $db;
+ /**
+ * Mark untranslated strings with an asterisk (*), values '' or 'yes'
+ *
+ * @var string
+ */
+ var $markunstranslated;
/**
* Constructor, sets up a copy of the db-object, gets the system-charset and tries to load the mbstring extension
@@ -145,6 +156,8 @@
$this->add_app('common');
}
$this->add_app($GLOBALS['egw_info']['flags']['currentapp']);
+
+ $this->markunstranslated = $GLOBALS['egw_info']['server']['markuntranslated'];
}
/**
@@ -161,7 +174,8 @@
{
$this->init();
}
- $ret = $key.$not_found; // save key if we dont find a translation
+ $ret = $key; // save key if we dont find a translation
+ if ($not_found && $this->markunstranslated) $ret .= $not_found;
if (isset($this->lang_arr[$key]))
{
diff --git a/phpgwapi/inc/class.xmlrpc_server_php.inc.php b/phpgwapi/inc/class.xmlrpc_server_php.inc.php
index aa33f9bf4c..b01c2a54dc 100644
--- a/phpgwapi/inc/class.xmlrpc_server_php.inc.php
+++ b/phpgwapi/inc/class.xmlrpc_server_php.inc.php
@@ -92,10 +92,11 @@
}
else
{
- $payload = "\n" . $this->serializeDebug() . $r->serialize();
+ $payload = $GLOBALS['egw']->translation->convert("\n" . $this->serializeDebug() . $r->serialize(),
+ $GLOBALS['egw']->translation->charset(),'utf-8');
header("Content-type: text/xml");
- header("Content-length: " . strlen($payload));
- echo $GLOBALS['egw']->translation->convert($payload,$GLOBALS['egw']->translation->charset(),'utf-8');
+ header("Content-length: " . $this->bytes($payload));
+ echo $payload;
}
if ($this->log)
@@ -119,10 +120,28 @@
fclose($fp);
}
}
+
+ /**
+ * mbstring.func_overload save strlen version: counting the bytes not the chars
+ *
+ * @param string $str
+ * @return int
+ */
+ function bytes($str)
+ {
+ static $func_overload;
+
+ if (is_null($func_overload))
+ {
+ $func_overload = @extension_loaded('mbstring') ? ini_get('mbstring.func_overload') : 0;
+ }
+ return $func_overload & 2 ? mb_strlen($str,'ascii') : strlen($str);
+ }
+
/*
- add a method to the dispatch map
- */
+ * add a method to the dispatch map
+ */
function add_to_map($methodname,$function,$sig,$doc)
{
$this->dmap[$methodname] = array(
diff --git a/phpgwapi/inc/xml_functions.inc.php b/phpgwapi/inc/xml_functions.inc.php
index c9e02573c6..58b35b4f12 100644
--- a/phpgwapi/inc/xml_functions.inc.php
+++ b/phpgwapi/inc/xml_functions.inc.php
@@ -196,43 +196,21 @@
*/
function xmlrpc_encode_entities($data)
{
- $convmap = array(0, 0x1F, 0, 0xFFFF, 0x80, 0xFFFF, 0, 0xFFFF);
- $encoding = $GLOBALS['egw']->translation->system_charset;
- mb_regex_encoding($encoding);
- $pattern = array('<', '>', '"', '\'');
- $replacement = array('<', '>', '"', ''');
- for ($i=0; $itranslation->system_charset ?
+ $GLOBALS['egw']->translation->system_charset : 'latin1');
+ }
+
+ if (!function_exists('htmlspecialchars_decode')) // php < 5.1
+ {
+ function htmlspecialchars_decode($text,$quote_style=ENT_COMPAT)
+ {
+ return strtr($text, array_flip(get_html_translation_table(HTML_SPECIALCHARS,$quote_style)));
+ }
}
function xmlrpc_entity_decode($string)
{
- $top = split('&', $string);
- $op = '';
- $i = 0;
- while($i this version: %1 savants
save common es-es Grabar
search common es-es Buscar
search %1 '%2' common es-es Buscar %1 '%2'
-search or select accounts common es-es Buscar o seleccionar cuentas
-search or select multiple accounts common es-es buscar o seleccionar múltiples cuentas
+search accounts common es-es Buscar cuentas
second common es-es segundo
section common es-es Sección
select common es-es Seleccionar
diff --git a/phpgwapi/setup/phpgw_fi.lang b/phpgwapi/setup/phpgw_fi.lang
index f6be68defe..5ba1faf10f 100644
--- a/phpgwapi/setup/phpgw_fi.lang
+++ b/phpgwapi/setup/phpgw_fi.lang
@@ -45,6 +45,7 @@ all fields common fi kaikki kent
alphabet common fi a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,ĺ,ä,ö
alternate style-sheet: common fi Vaihtoehtoinen tyylisivu:
american samoa common fi AMERIKAN SAMOA
+an existing and by the webserver readable directory enables the image browser and upload. common fi Olemassa oleva JA palvelimen lukuoikeudet omaava hakemisto sallii kuvien selaamisen ja lataamisen.
andorra common fi ANDORRA
angola common fi ANGOLA
anguilla common fi ANGUILLA
@@ -71,7 +72,6 @@ azerbaijan common fi AZERBAIJAN
back common fi Takaisin
back to user login common fi Kirjaudu sisään
background color: common fi Taustaväri:
-backupdir '%1' is not writeable by the webserver common fi Web palvelimella ei ole kirjoitusoikeutta varmuuskopio hakemistoon '%1'
bad login or password common fi Tunnus tai salasana ei kelpaa
bahamas common fi BAHAMA
bahrain common fi BAHRAIN
@@ -86,7 +86,6 @@ bermuda common fi BERMUDA
bhutan common fi BHUTAN
blocked, too many attempts common fi Pääsy estetty, liian monta yritystä
bold common fi Lihavoi
-bold.gif common fi bold.gif
bolivia common fi BOLIVIA
border common fi Reuna
bosnia and herzegovina common fi BOSNIA AND HERZEGOVINA
@@ -177,6 +176,7 @@ detail common fi Yksityiskohta
details common fi Yksityiskohdat
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common fi Ota Internet Explorer 5.5 ja uudempien png-bugin korjausskripti pois käytöstä?
direction left to right common fi Suunta vasemmalta oikealle
+directory does not exist, is not readable by the webserver or is not relative to the document root! common fi Hakemistoa ei ole, siihen ei ole lukuoikeuksia tai se ei ole suhteellinen dokumentin juurihakemisto
disable internet explorer png-image-bugfix common fi Ota Internet Explorerin png-bugin korjausskripti pois käytöstä
disable slider effects common fi Ota liukuefektit pois käytöstä
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common fi Ota valikoiden näyttämisen ja piilottamisen liukuefekti pois käytöstä? Operan ja Konquerorin käyttäjät haluavat tämän yleensä pois.
@@ -211,7 +211,7 @@ email-address of the user, eg. "%1" common fi K
enabled common fi Käytössä
end date common fi Loppumispäivä
end time common fi Loppumisaika
-enter the location of egroupware's url. example: http://www.domain.com/egroupware or /egroupwareno trailing slash admin fi Anna eGroupWaren URL. Esimerkki: http://www.yritys.com/egroupware tai /egroupware (ei kauttaviivaa loppuun )
+enter the location of egroupware's url. example: http://www.domain.com/egroupware or /egroupwareno trailing slash admin fi Anna eGroupWaren URL. Esimerkki: http://www.yritys.com/egroupware tai /egroupware (ei kauttaviivaa loppuun )
entry has been deleted sucessfully common fi Kohde poistettu
entry updated sucessfully common fi Kohde päivitetty
equatorial guinea common fi PÄIVÄNTASAAJAN GUINEA
@@ -222,11 +222,13 @@ error deleting %1 %2 directory common fi Virhe poistettaessa hakemistoa %1 %2
error renaming %1 %2 directory common fi Virhe nimettäessä hakemistoa uudelleen %1 %2
estonia common fi VIRO
ethiopia common fi ETIOPIA
+everything common fi Kaikki
exact common fi täsmällinen
failed to contact server or invalid response from server. try to relogin. contact admin in case of faliure. common fi Yhteys palvelimeen epäonnistui, yritä uudestaan. Ota yhteyttä ylläpitäjään mikäli ongelma toistuu.
falkland islands (malvinas) common fi FALKLANDSAARET (MALVINAS)
faroe islands common fi FÄRSAARET
fax number common fi faksinumero
+features of the editor? common fi Editorin ominaisuudet?
february common fi Helmikuu
fields common fi Kentät
fiji common fi FIDJI
@@ -252,6 +254,7 @@ gabon common fi GABON
gambia common fi GAMBIA
general menu common fi Päävalikko
georgia common fi GEORGIA
+german common fi Saksaksi
germany common fi SAKSA
ghana common fi GHANA
gibraltar common fi GIBRALTAR
@@ -295,10 +298,10 @@ iceland common fi ISLANTI
iespell not detected. click ok to go to download page. common fi ieSpell:ä ei havaittu, paina Ok siirtyäksesi lataussivulle
if the clock is enabled would you like it to update it every second or every minute? common fi Jos kello on käytössä, päivitetäänkö se sekunnin vai minuutin välein?
if there are some images in the background folder you can choose the one you would like to see. common fi Jos taustakuvahakemistossa on kuvia, voit valita mitä kuvaa haluat käyttää.
+image directory relative to document root (use / !), example: common fi Kuvahakemiston suhteellinen dokumentin juurihakemisto (use / !), esimerkiksi:
image url common fi Kuvan URL
india common fi INTIA
indonesia common fi INDONEESIA
-insert 'return false' common fi Lisää 'return false'
insert all %1 addresses of the %2 contacts in %3 common fi Lisää kaikki %1 osoitetta %2 yhteystiedosta kohteeseen %3
insert column after common fi Lisää sarake jälkeen
insert column before common fi Lisää sarake edelle
@@ -315,7 +318,6 @@ israel common fi ISRAEL
it has been more then %1 days since you changed your password common fi Olet vaihtanut salasanasi viimeksi %1 päivää sitten
it is recommended that you run setup to upgrade your tables to the current version common fi On suositeltavaa päivittää tietokannan taulut nykyiseen versioon.
italic common fi Kursivoi
-italic.gif common fi italic.gif
italy common fi ITALIA
jamaica common fi JAMAIKA
january common fi Tammikuu
@@ -393,9 +395,11 @@ moldova, republic of common fi MOLDOVAN TASAVALTA
monaco common fi MONACO
monday common fi Maanantai
mongolia common fi MONGOLIA
+montenegro common fi MONTENEGRO
montserrat common fi MONTSERRAT
morocco common fi MAROKKO
mozambique common fi MOSAMBIK
+multiple common fi monella
myanmar common fi MYANMAR
name common fi Nimi
name of the user, eg. "%1" common fi Käyttäjän nimi, esim. "%1"
@@ -469,9 +473,6 @@ password must contain at least %1 special characters common fi Salasanassa pit
password must contain at least %1 uppercase letters common fi Salasanassa pitää olla vähintään %1 isoa kirjainta
password must have at least %1 characters common fi Salasanassa pitää olla vähintään %1 merkkiä
path to user and group files has to be outside of the webservers document-root!!! common fi Käyttäjä- ja ryhmätiedostojen TÄYTYY OLLA www-palvelimen asiakirjajuuren ulkopuolella!!!
-pattern for search in addressbook common fi Osoitekirjasta etsittävä merkkijono
-pattern for search in calendar common fi Kalenterista etsittävä merkkijono
-pattern for search in projects common fi Projekteista etsittävä merkkijono
permissions to the files/users directory common fi tiedostojen/käyttäjien hakemiston käyttöoikeudet
personal common fi Henkilökohtainen
peru common fi PERU
@@ -489,8 +490,8 @@ please wait... common fi Odota hetki...
poland common fi PUOLA
portugal common fi PORTUGALI
postal common fi Posti
+powered by common fi Kehittänyt
powered by egroupware version %1 common fi Tämä on eGroupWare versio %1
-powered by phpgroupware version %1 common fi Tämä on eGroupWare versio %1
preferences common fi Asetukset
preferences for the idots template set common fi idots-mallipohjan asetukset
prev. month (hold for menu) jscalendar fi Edellinen kuukausi (odota, niin näet valikon)
@@ -508,6 +509,7 @@ qatar common fi QATAR
read common fi Lue
read this list of methods. common fi Lue metodien luettelo.
reading common fi luetaan
+regular common fi Tavallinen
reject common fi Hylkää
remove selected accounts common fi poista valitut käyttäjätunnukset
remove shortcut common fi Poista pikakuvake
@@ -536,8 +538,7 @@ savant2 version differs from savant2 wrapper. this version: %1 savants
save common fi Tallenna
search common fi Etsi
search %1 '%2' common fi Etsi %1 '%2'
-search or select accounts common fi Etsi tai valitse käyttäjätunnukset
-search or select multiple accounts common fi Etsi tai valitse useita käyttäjätunnuksia
+search accounts common fi Etsi käyttäjätilejä
second common fi toinen
section common fi Osio
select common fi Valitse
@@ -556,6 +557,7 @@ selection common fi Valinta
send common fi Lähetä
senegal common fi SENEGAL
september common fi Syyskuu
+serbia common fi Serbia
server %1 has been added common fi Palvelin %1 on lisätty
server answered. processing response... common fi Palvelin vastaa, prosessoidaan vastausta...
server contacted. waiting for response... common fi Yhdistetään palvelimeen, odotetaan vastausta...
@@ -578,6 +580,7 @@ show_more_apps common fi show_more_apps
showing %1 common fi näytetään %1
showing %1 - %2 of %3 common fi näytetään %1 - %2 of %3
sierra leone common fi SIERRA LEONE
+simple common fi Yksinkertainen
singapore common fi SINGAPORE
slovakia common fi SLOVAKIA
slovenia common fi SLOVENIA
@@ -627,14 +630,14 @@ time zone offset common fi Aikaero
title common fi Otsikko
to common fi Kenelle
to correct this error for the future you will need to properly set the common fi Korjataksesi tämän virheen jatkossa sinun täytyy määritellä
-to go back to the msg list, click here common fi To siirtyäksesi takaisin viestien luetteloon napsauta tästä
+to go back to the msg list, click here common fi Siirtyäksesi takaisin viestiluetteloon napsauta tästä
today common fi Tänään
todays date, eg. "%1" common fi tämä päivämäärä, esim. "%1"
toggle first day of week jscalendar fi Vaihda viikon alkupäivää
togo common fi TOGO
tokelau common fi TOKELAU
tonga common fi TONGA
-too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common fi Liian monta epäonnistunutta sisäänkirjautumista: %1 käyttäjälle '%2', %3 IP-osoitteesta %4
+too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common fi Liian monta epäonnistunutta sisäänkirjautumista: %1 käyttäjällä '%2', %3 IP-osoitteesta %4
top common fi Top
total common fi Yhteensä
transparant bg for the icons? common fi Ikoneilla on läpinäkyvä taustaväri?
@@ -649,7 +652,6 @@ type common fi Muoto
uganda common fi UGANDA
ukraine common fi UKRAINA
underline common fi Alleviivaa
-underline.gif common fi underline.gif
united arab emirates common fi YHDISTYNEET ARABIEMIRAATIT
united kingdom common fi YHDISTYNYT KUNINGASKUNTA
united states common fi YHDYSVALLAT
@@ -659,6 +661,7 @@ update common fi Lis
update the clock per minute or per second common fi Päivitetään kello minuutin tai sekunnin välein
upload common fi Lataa
upload directory does not exist, or is not writeable by webserver common fi Lataus hakemistoa ei löydy tai palvelin ei voi kirjoittaa sinne.
+upload requires the directory to be writable by the webserver! common fi Lataaminen edellyttää hakemistolta kirjoitusoikeuksia!
url common fi URL
uruguay common fi URUGUAY
use button to search for common fi käytä painiketta etsiäksesi
@@ -683,6 +686,9 @@ wallis and futuna common fi WALLIS JA FUTUNA
wednesday common fi Keskiviikko
welcome common fi Tervetuloa
western sahara common fi LÄNSISAHARA
+what color should all the blank space on the desktop have common fi Minkä värisinä kaikki työpöydän tyhjät kohdat näytetään
+what style would you like the image to have? common fi Minkä tyylin haluat kuvaan?
+when you say yes the home and logout buttons are presented as applications in the main top applcation bar. common fi Kun vastaat Kylä, kotisivu- ja uloskirjautumispainike näkyvät yläreunan valikossa, kuten sovellukset.
which groups common fi mitkä ryhmät
width common fi Leveys
wk jscalendar fi vk
@@ -694,6 +700,7 @@ year common fi Vuosi
yemen common fi JEMEN
yes common fi Kyllä
you are required to change your password during your first login common fi Salasanasi on vaihdettava ensimmäisen sisäänkirjautumisen yhteydessä.
+you can customize how many icons and toolbars the editor shows. common fi Voit määritellä montako ikonia ja työkaluriviä editoria näyttää.
you have been successfully logged out login fi Olet kirjautunut ulos
you have not entered a title common fi Et antanut otsikkoa
you have not entered a valid date common fi Olet määritellyt virheellisen päivämäärän
@@ -709,7 +716,6 @@ your search returned %1 matchs common fi haku palautti %1 osumaa
your search returned 1 match common fi haku palautti yhden osuman
your session could not be verified. login fi Istuntoasi ei voitu varmentaa.
your settings have been updated common fi Asetukset päivitetty
-yugoslavia common fi JUGOSLAVIA
zambia common fi ZAMBIA
zimbabwe common fi ZIMBABWE
zoom common fi Zoomaa
diff --git a/phpgwapi/setup/phpgw_pl.lang b/phpgwapi/setup/phpgw_pl.lang
index 7158e82d56..5a9c4d7ed6 100755
--- a/phpgwapi/setup/phpgw_pl.lang
+++ b/phpgwapi/setup/phpgw_pl.lang
@@ -1,5 +1,8 @@
%1 email addresses inserted common pl %1 adresów email dodane
%1 is not executable by the webserver !!! common pl %1 nie może być wykonany przez webserver !!!
+%1 manual common pl %1 podręcznik
+%1 start common pl %1 start
+%1choose an other directory%2 or make %3 writeable by webserver common pl %1Wybierz inny katalog%2 lub uczyń %3 dostępny do zapisu dla serwera WWW
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common pl %1eGroupWare%2 jest pakietem oprogramowania do pracy grupowej dla wielu użytkowników, działającym w środowisku internetowym / intranetowym i napisanym w PHP4.
(shift-)click or drag to change value jscalendar pl Kilknij z Shift-em aby przenieść lub zmienić wartość
- click on any of the time parts to increase it jscalendar pl - Kliknij na dowolny wycinek czasu aby go zwiększyć
@@ -15,6 +18,7 @@
80 (http) admin pl 80 (http)
about common pl O aplikacji
about %1 common pl O aplikacji %1
+about egroupware common pl O eGroupWare
about the calendar jscalendar pl O kalendarzu
access common pl Dostęp
access not permitted common pl Dostęp zabroniony
@@ -23,11 +27,12 @@ account has been deleted common pl Konto zosta
account has been updated common pl Konto zostało uaktualnione
account is expired common pl Konto wygasło
acl common pl ACL
-active common pl Aktywne
+action common pl Operacja
active common pl Aktywne
add common pl Dodaj
add %1 category for common pl Dodaj kategorię %1 dla
add category common pl Dodaj kategorię
+add shortcut common pl Dodaj skrót
add sub common pl Dodaj podrzędne
addressbook common pl Adresy, kontakty
admin common pl Administrator
@@ -36,13 +41,17 @@ afghanistan common pl AFGANISTAN
albania common pl ALBANIA
algeria common pl ALGIERIA
all common pl Wszystko
+all fields common pl wszystkie pola
alphabet common pl a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,r,s,t,u,w,x,y,z
+alternate style-sheet: common pl Alternatywny arkusz stylu
american samoa common pl SAMOA AMERYKAŃSKIE
+an existing and by the webserver readable directory enables the image browser and upload. common pl Katalog: istniejący ORAZ możliwy do odczytu przez serwer WWW, pozwala uruchomić przeglądarkę obrazków oraz ładowanie plików na serwer.
andorra common pl ANDORA
angola common pl ANGOLA
anguilla common pl ANGUILLA
antarctica common pl ANTARKTYKA
antigua and barbuda common pl ANTIGUA I BARBUDA
+application common pl Aplikacja
apply common pl Uaktualnij
april common pl Kwiecień
are you sure you want to delete these entries ? common pl Czy na pewno usunąć te wpisy?
@@ -54,12 +63,15 @@ august common pl Sierpie
australia common pl AUSTRALIA
austria common pl AUSTRIA
author common pl Autor
+autohide sidebox menu's common pl Automatycznie ukrywaj menu boczne
autohide sidebox menus common pl Automatyczne ukrywanie bocznych menu
+automatically hide the sidebox menu's? common pl Czy ukrywać automatycznie menu boczne?
automatically hide the sidebox menus? common pl Automatycznie ukrywać menu boczne?
autosave default category common pl Automatyczny zapis domyślnej kategorii
azerbaijan common pl AZERBEJDŻAN
back common pl Powrót
back to user login common pl Wróć do logowania uzytkowników
+background color: common pl Kolor tła
bad login or password common pl Błędna nazwa użytkownika lub hasło
bahamas common pl BAHAMY
bahrain common pl BAHRAJN
@@ -73,9 +85,12 @@ benin common pl BENIN
bermuda common pl BERMUDY
bhutan common pl BHUTAN
blocked, too many attempts common pl Zablokowane, za duzo prób
+bold common pl Pogrubienie
bolivia common pl BOLIWIA
+border common pl Ramka
bosnia and herzegovina common pl BOŚNIA I HERCEGOWINA
botswana common pl BOTSWANA
+bottom common pl do dolu
bouvet island common pl WYSPA BOUVETA
brazil common pl BRAZYLIA
british indian ocean territory common pl BRYTYJSKIE TERYTORIUM OCEANU INDYJSKIEGO
@@ -87,8 +102,11 @@ calendar common pl Kalendarz
cambodia common pl KAMBODŻA
cameroon common pl KAMERUN
canada common pl KANADA
-cancel common pl Anuluj
+cancel common pl Wyjdź
+cannot replace %1 because it is a directory common pl Nie moge zamienić %1 gdyż jest to katalog
+cant open '%1' for %2 common pl Nie mogę otworzyć %1 do %2
cape verde common pl REPUBLIKA ZIELONEGO PRZYLĄDKA
+caption common pl Nagłówek
categories common pl Kategorie
categories for common pl kategorie dla
category common pl Kategoria
@@ -96,13 +114,20 @@ category %1 has been added ! common pl Kategoria %1 zosta
category %1 has been updated ! common pl Kategoria %1 została uaktualniona !
cayman islands common pl KAJMANY
cc common pl Cc
+centered common pl wyśrodkowany
central african republic common pl REPUBLIKA ŚRODKOWOAFRYKANSKA
chad common pl CZAD
change common pl Zmień
charset common pl ISO-8859-2
check installation common pl Sprawdź instalację
+check now common pl Sprawdź teraz
chile common pl CHILE
china common pl CHINY
+choose a background color common pl Wybierz kolor dla tła
+choose a background color for the icons common pl Wybierz kolor dla ikon
+choose a background image. common pl Wybierz obrazek tła
+choose a background style. common pl Wybierz styl tła
+choose a text color for the icons common pl Wybierz kolor tekstu dla ikon
choose the category common pl Wybierz kategorię
choose the parent category common pl Wybierz kategorię nadrzędną
christmas island common pl WYSPA BOŻEGO NARODZENIA
@@ -112,16 +137,20 @@ click common pl Kliknij
click or mouse over to show menus common pl Kliknij lub najedź myszką, aby wyświetlić menu
click or mouse over to show menus? common pl Kliknij lub najedź myszką, aby wyświetlić menu?
close common pl Zamknij
+close sidebox common pl Zamknij boczne okno
cocos (keeling) islands common pl WYSPY KOKOSOWE
colombia common pl KOLUMBIA
+common preferences common pl Wspólne ustawienia
comoros common pl KOMORY
company common pl Firma
congo common pl KONGO
congo, the democratic republic of the common pl REPUBLIKA DEMOKRATYCZNA KONGA
+contacting server... common pl Trwa łączenie z serwerem...
cook islands common pl WYSPY COOKA
copy common pl Kopiuj
costa rica common pl KOSTARYKA
cote d ivoire common pl WYBRZEŻE KOŚCI SŁONIOWEJ
+could not contact server. operation timed out! common pl Brak połączenia z serwerem. Czas operacji przekroczony.
create common pl Utwórz
created by common pl Utworzone przez
croatia common pl CHORWACJA
@@ -137,19 +166,28 @@ date selection: jscalendar pl Wyb
datetime port. if using port 13, please set firewall rules appropriately before submitting this page. (port: 13 / host: 129.6.15.28) admin pl Port datetime. Jeżeli używasz portu 13, ustaw odpowiednio reguły firewall-a przed zaakceptowaniem tej zmiany. (Port: 13 / Host: 129.6.15.28)
december common pl Grudzień
default category common pl Kategoria domyślna
+default height for the windows common pl Domyślna wysokość dla okna
+default width for the windows common pl Domyslna szerokość dla okna
delete common pl Usuń
+delete row common pl Skasuj wiersz
denmark common pl DANIA
description common pl Opis
detail common pl Opis szczegółowy
details common pl Opis szczegółowy
-diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common pl Wyłączyć poprawkę do Internet Explorera 5.5 i wyższych aby pokazać przeźroczysctość ilustracji PNG?
+diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common pl Wyłączyć poprawkę do Internet Explorera 5.5 i wyższych aby pokazać przezroczystość ilustracji PNG?
+direction left to right common pl Kierunek od lewej do prawej
+directory does not exist, is not readable by the webserver or is not relative to the document root! common pl Katalog nie istnieje, serwer WWW nie ma do niego praw odczytu lub nie jest podkatalogiem DOCUMENT_ROOT
disable internet explorer png-image-bugfix common pl Wyłącz poprawkę Internet Explorera dotyczącą ilustracji png
disable slider effects common pl Wyłącz efekt płynnego przesuwania
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common pl Wyłączyć efekty płynnego przesuwania podczas pokazywania lub ukrywania menu?? Użytkownicy Opery i Konquerora najprawdopodobniej muszą to zrobić.
+disable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common pl Wyłączyć wykonywanie skryptu poprawki dla Internet Explorer 5.5 i wyższych, który odpowiada za pokazywanie przezroczystości w obrazkach PNG?
disabled common pl Zablokowany
display %s first jscalendar pl Wyświetl najpierw %s
djibouti common pl DŻIBUTI
do you also want to delete all subcategories ? common pl Czy chcesz również usunąć wszystkie podkategorie?
+doctype: common pl DOCTYPE:
+document properties common pl Ustawienia dokumentu
+document title: common pl Tytuł dokumentu
domain common pl Domena
domain name for mail-address, eg. "%1" common pl nawza domeny adresu mailowego, np. "%1"
domestic common pl Domowy
@@ -173,7 +211,7 @@ email-address of the user, eg. "%1" common pl email u
enabled common pl Aktywny
end date common pl Data końcowa
end time common pl Czas końcowy
-enter the location of egroupware's url. example: http://www.domain.com/egroupware or /egroupwareno trailing slash admin pl Podaj adres URL pakietu eGroupWare. Przykład: http://www.twojadomena.pl/egroupware lub /egroupwareBez końcowego slasha
+enter the location of egroupware's url. example: http://www.domain.com/egroupware or /egroupwareno trailing slash admin pl Podaj adres URL pakietu eGroupWare. Przykład: http://www.twojadomena.pl/egroupware lub /egroupwareBez końcowego ciacha
entry has been deleted sucessfully common pl Dane zostały usunięte
entry updated sucessfully common pl Dane zostały uaktualnione
equatorial guinea common pl GWINEA RÓWNIKOWA
@@ -184,9 +222,13 @@ error deleting %1 %2 directory common pl B
error renaming %1 %2 directory common pl Błąd podczas zmiany nazwy katalogu %1 %2
estonia common pl ESTONIA
ethiopia common pl ETIOPIA
+everything common pl Wszystko
+exact common pl dokładnie
+failed to contact server or invalid response from server. try to relogin. contact admin in case of faliure. common pl Nie udało się skontaktować z serwerem lub serwer przesłał nieprawidłową odpowiedź. Spróbuj się zalogować ponownie. Jeżeli to nie pomoże, skontaktuj się z administratorem.
falkland islands (malvinas) common pl FALKLANDY (MALWINY)
faroe islands common pl WYSPY FAROE
fax number common pl numer faxu
+features of the editor? common pl Możliwości edytora?
february common pl Luty
fields common pl Pola
fiji common pl FIDŻI
@@ -198,6 +240,7 @@ first name of the user, eg. "%1" common pl imie uzytkownika, np. "%1"
first page common pl Pierwsza strona
firstname common pl Imię
fixme! common pl NAPRAW MNIE!
+folder already exists. common pl Folder o takiej nazwie już istnieje
force selectbox common pl Wymuś wybór z listy
france common pl FRANCJA
french guiana common pl GUJANA FRANCUSKA
@@ -206,10 +249,12 @@ french southern territories common pl FRANCUSKIE TERYTORIA PO
friday common pl Piątek
ftp common pl FTP
fullname common pl Imię i nazwisko
+fullscreen mode common pl Tryb pełnoekranowy
gabon common pl GABON
gambia common pl GAMBIA
general menu common pl Menu główne
georgia common pl GRUZJA
+german common pl Niemiecki
germany common pl NIEMCY
ghana common pl GHANA
gibraltar common pl GIBRALTAR
@@ -238,21 +283,32 @@ guinea-bissau common pl GWINEA-BISSAU
guyana common pl GUJANA
haiti common pl HAITI
heard island and mcdonald islands common pl WYSPY HEARDA I MCDONALDA
+height common pl Wysokość
help common pl Pomoc
high common pl Wysoki
highest common pl Najwyższy
holy see (vatican city state) common pl PAŃSTWO WATYKAN
home common pl Powrót na stronę główną
-home email common pl email domowy
+home email common pl e-mail domowy
honduras common pl HONDURAS
hong kong common pl HONG KONG
-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. common pl Jak dużo ikon ma się pojawiać w pasku nawigacyjnym (nagłówku strony). Pozostałe ikony znajd± się w menu rozwijanym po prawej stronie paska nawigacyjnego.
+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. common pl Jak dużo ikon ma się pojawiać w pasku nawigacyjnym (nagłówku strony). Pozostałe ikony znajdą się w menu rozwijanym po prawej stronie paska nawigacyjnego.
hungary common pl WĘGRY
iceland common pl ISLANDIA
+iespell not detected. click ok to go to download page. common pl Nie znaleziono ieSpell. Wybierz OK aby przejść na stronę pobierania.
+if the clock is enabled would you like it to update it every second or every minute? common pl Jeżeli zegar jest aktywny, czy chcesz odświeżać go co sekundę czy co minutę?
+if there are some images in the background folder you can choose the one you would like to see. common pl Jeżeli są obrazki w katalogu teł, możesz wybrać ten, który chcesz zobaczyć.
+image directory relative to document root (use / !), example: common pl Katalog przechowywania obrazków - względny do DOCUMENT_ROOT (użyj ciacha - / !), przykład:
+image url common pl Adres URL obrazka
india common pl INDIE
indonesia common pl INDONEZJA
insert all %1 addresses of the %2 contacts in %3 common pl Wstaw wszystkie 1% adresów z %2 kontaktów do %3
-international common pl Miedzynarodowy
+insert column after common pl Wstaw kolumne po
+insert column before common pl Wstaw kolumne przed
+insert row after common pl Wstaw wiersz po
+insert row before common pl Wstaw wiersz przed
+international common pl Międzynarodowy
+invalid filename common pl Niepoprawna nazwa pliku
invalid ip address common pl Zły adres IP
invalid password common pl Złe hasło
iran, islamic republic of common pl IRAN
@@ -270,6 +326,10 @@ jordan common pl JORDANIA
july common pl Lipiec
jun common pl Czer
june common pl Czerwiec
+justify center common pl Wyśrodkuj
+justify full common pl Wyjustuj
+justify left common pl Wyrównaj do lewej
+justify right common pl Wyrównaj do prawej
kazakstan common pl KAZACHSTAN
kenya common pl KENIA
keywords common pl Słowa kluczowe
@@ -279,19 +339,24 @@ korea, republic of common pl KOREA PO
kuwait common pl KUWEJT
kyrgyzstan common pl KIRGISTAN
language common pl Język
+language_direction_rtl common pl kierunek_tekstu_prawy_do_lewego
lao peoples democratic republic common pl LAOS
last name common pl Nazwisko
last name of the user, eg. "%1" common pl nazwisko użytkownika, np. "%1"
last page common pl Ostatnia strona
lastname common pl Nazwisko
latvia common pl ŁOTWA
+ldap-mgr common pl Manadżer LDAP
lebanon common pl LIBAN
+left common pl Do lewej
lesotho common pl LESOTO
liberia common pl LIBERIA
libyan arab jamahiriya common pl LIBIA
license common pl Licencja
liechtenstein common pl LIECHTENSTEIN
+line %1: '%2'csv data does not match column-count of table %3 ==> ignored common pl Linia %1: '%2'dane CSV mają złą liczbę kolumn dla tabeli %3 ==> ZIGNOROWANO
list common pl Lista
+list members common pl Członkowie listy
lithuania common pl LITWA
local common pl Lokalny
login common pl Zaloguj się
@@ -325,14 +390,17 @@ menu common pl Menu
message common pl Komunikat
mexico common pl MEKSYK
micronesia, federated states of common pl MIKRONEZJA
+minute common pl minuta
moldova, republic of common pl MOŁDAWIA
monaco common pl MONAKO
monday common pl Poniedziałek
mongolia common pl MONGOLIA
+montenegro common pl CZARNOGÓRA
montserrat common pl MONTSERRAT
morocco common pl MAROKO
mozambique common pl MOZAMBIK
-myanmar common pl MYANMAR
+multiple common pl wielokrotny
+myanmar common pl BIRMA
name common pl Nazwa
name of the user, eg. "%1" common pl nazwa uzytkownika, np. "%1"
namibia common pl NAMIBIA
@@ -357,6 +425,7 @@ niue common pl NIUE
no common pl Nie
no entries found, try again ... common pl nie znaleziono wpisów, spróbuj jeszcze raz...
no history for this record common pl Brak historii dla tego zapisu
+no savant2 template directories were found in: common pl Nie znaleziono katalogów wzorca Savant2 w:
no subject common pl Bez tematu
none common pl Żaden
norfolk island common pl WYSPA NORFOLK
@@ -367,6 +436,7 @@ not assigned common pl nie przypisany
note common pl Uwaga
notes common pl Uwagi
notify window common pl Okno powiadamiania
+notify your administrator to correct this situation common pl Powiadom Twojego Administratora, aby mógł poprawić ten problem
november common pl Listopad
october common pl Październik
ok common pl OK
@@ -378,10 +448,13 @@ only private common pl tylko prywatne
only yours common pl tylko twoje
open notify window common pl Otwórz okno powiadamiania
open popup window common pl Otwórz okno typu popup
+open sidebox common pl Otworz boczny kontener
+ordered list common pl Lista numerowana
original common pl Oryginalny
other common pl Inne
overview common pl Przegląd
owner common pl Właściciel
+page common pl Strona
page was generated in %1 seconds common pl Strona wygenerowana w %1 sekundy
pakistan common pl PAKISTAN
palau common pl PALAU
@@ -394,19 +467,22 @@ parent category common pl Kategoria nadrz
password common pl Hasło
password could not be changed common pl Hasło nie może być zmienione
password has been updated common pl Hasło zostało zaktualizowane
+password must contain at least %1 lowercase letters common pl Hasło musi zawierać przynajmniej %1 małych liter
+password must contain at least %1 numbers common pl Hasło musi zawierać przynajmniej %1 cyfr
+password must contain at least %1 special characters common pl Hasło musi zawierać przynajmniej %1 znaków specjalnych
+password must contain at least %1 uppercase letters common pl Hasło musi zawierać przynajmniej %1 WIELKICH liter
+password must have at least %1 characters common pl Hasło musi składać się z przynajmniej %1 znaków
path to user and group files has to be outside of the webservers document-root!!! common pl Ścieżka do plików użytkowników i grup MUSI BYĆ POZA rootem dokumentów serwera!!!
-pattern for search in addressbook common pl Wzorzec wyszukiwania w Książce adresowej
-pattern for search in calendar common pl Wzorzec wyszukiwania w in Kalendarzu
-pattern for search in projects common pl Wzorzec wyszukiwania w Projektach
permissions to the files/users directory common pl uprawnienia do katalogu plików/użytkowników
personal common pl Osobisty
peru common pl PERU
philippines common pl FILIPINY
phone number common pl numer telefonu
+phpgwapi common pl eGroupWare API
pitcairn common pl PITCAIRN
please %1 by hand common pl Proszę %1 ręcznie
please enter a name common pl Proszę podać nazwę
-please run setup to become current common pl Proszę uruchom instalację (setup) w celu uaktualnienia
+please run setup to become current common pl Proszę uruchom instalację (/setup) w celu uaktualnienia
please select common pl Proszę wybrać
please set your global preferences common pl Proszę wprowadzić swoje globalne preferencje !
please set your preferences for this application common pl Proszę wprowadzić ustawienia dla tej aplikacji
@@ -414,27 +490,36 @@ please wait... common pl Prosz
poland common pl POLSKA
portugal common pl PORTUGALIA
postal common pl Pocztowy
+powered by common pl Działa w oparciu o
powered by egroupware version %1 common pl Działa na eGroupWare wersja %1
preferences common pl Ustawienia
preferences for the idots template set common pl Preferencje dla template-u idots
-prev. month (hold for menu) jscalendar pl Poprz. miesišc (zatrzymaj aby pokazać menu)
+prev. month (hold for menu) jscalendar pl Poprz. miesiąc (zatrzymaj aby pokazać menu)
prev. year (hold for menu) jscalendar pl Poprz. rok (zatrzymaj aby pokazać menu)
previous page common pl Poprzednia strona
+primary style-sheet: common pl Podstawowy arkusz stylu:
print common pl Drukuj
priority common pl Priorytet
private common pl Prywatny
+programs common pl Programy
project common pl Projekt
public common pl Publiczny
puerto rico common pl PORTORYKO
qatar common pl KATAR
read common pl Czytaj
read this list of methods. common pl Odczytaj listę metod.
+reading common pl odczytywanie
reject common pl Odrzuć
+remove selected accounts common pl usuń wybrane konta
+remove shortcut common pl Usuń skrót
rename common pl Zmień nazwę
-returns a full list of accounts on the system. warning: this is return can be quite large common pl Pokazuje pełnš liste kont w systemie. Uwaga: Lista może być długa
+replace common pl Zastąp
+replace with common pl Zastąp
+returns a full list of accounts on the system. warning: this is return can be quite large common pl Pokazuje pełną listę kont w systemie. Uwaga: Lista może być długa
returns an array of todo items common pl Pokazuje tablicę Zadań
returns struct of users application access common pl Returns struct of users application access
reunion common pl REUNION
+right common pl Do prawej
romania common pl RUMUNIA
russian federation common pl ROSJA
rwanda common pl RWANDA
@@ -448,8 +533,13 @@ san marino common pl SAN MARINO
sao tome and principe common pl SAO TOME AND PRINCIPE
saturday common pl Sobota
saudi arabia common pl ARABIA SAUDYJSKA
-save common pl Zapisz
+savant2 version differs from savant2 wrapper. this version: %1 savants version: %2 common pl Wersja Savant2 różni się od wersji wrappera. Twoja wersja: %1 Wersja Savant2: %2
+save common pl Zachowaj
search common pl Szukaj
+search %1 '%2' common pl Wyszukaj %1 '%2'
+search or select accounts common pl Wyszukaj lub wybierz konta
+search or select multiple accounts common pl Wyszukaj lub wybierz wiele kont
+second common pl sekunda
section common pl Sekcja
select common pl Wybierz
select all %1 %2 for %3 common pl Wybierz wszystkie %1 %2 dla %3
@@ -457,13 +547,19 @@ select category common pl Wybierz kategori
select date common pl Wybierz datę
select group common pl Wybierz grupę
select home email address common pl Wybierz prywatny adres e-meil
+select multiple accounts common pl wybierz wiele kont
select one common pl Wybierz jeden
+select the default height for the application windows common pl Wybierz domyślną wysokość okien aplikacji
+select the default width for the application windows common pl Wybierz domyślną szerokość okien aplikacji
select user common pl Wybierz użytkownika
select work email address common pl Wybierz służbowy adres e-meil
+selection common pl Wybór
send common pl Wyślij
senegal common pl SENEGAL
september common pl Wrzesień
server %1 has been added common pl Serwer %1 został dodany
+server answered. processing response... common pl Otrzymano odpowiedź serwera. Przetwarzanie...
+server contacted. waiting for response... common pl Nawiązako kontakt z serweraem. Oczekiwanie...
server name common pl Nazwa serwera
session has been killed common pl Sesja została zamknięta
setup common pl Setup
@@ -471,9 +567,14 @@ setup main menu common pl Menu g
seychelles common pl SESZELE
show all common pl Pokaż wszystko
show all categorys common pl Pokaż wszystkie kategorie
+show clock? common pl Pokazywać zegar?
+show home and logout button in main application bar? common pl Czy pokazywać przyciski "Strona domowa" oraz "Wylogowanie" w głównym pasku aplikacji?
+show logo's on the desktop. common pl Czy pokazywać logo na biurku?
show menu common pl pokaż menu
show page generation time common pl Wyświetl czas generowania strony
show page generation time on the bottom of the page? common pl Wyświetlać czas generowania strony w jej stopce?
+show page generation time? common pl Czy pokazywać czas generowania strony?
+show the logo's of egroupware and x-desktop on the desktop. common pl Pokazuj logo eGroupware oraz x-desktop na pulpicie.
show_more_apps common pl show_more_apps
showing %1 common pl Wyświetlono %1
showing %1 - %2 of %3 common pl Wyświetlanie %1 - %2 z %3
@@ -490,7 +591,10 @@ spain common pl HISZPANIA
sri lanka common pl SRI LANKA
start date common pl Data początkowa
start time common pl Czas początkowy
+start with common pl rozpocznij od
+starting up... common pl Uruchamianie...
status common pl Status
+stretched common pl ściśnięty
subject common pl Temat
submit common pl Wprowadź
substitutions and their meanings: common pl Podstawienia i ich znaczenia:
@@ -502,9 +606,11 @@ swaziland common pl SUAZILAND
sweden common pl SZWECJA
switzerland common pl SZWARCARIA
syrian arab republic common pl SYRIA
+table properties common pl Właściwości tabeli
taiwan common pl TAJWAN
tajikistan common pl TADŻYKISTAN
tanzania, united republic of common pl TANZANIA
+text color: common pl Kolor tekstu:
thailand common pl TAJLANDIA
the api is current common pl API jest aktualne
the api requires an upgrade common pl API wymaga aktualizacji
@@ -520,7 +626,7 @@ time zone common pl Strefa czasowa
time zone offset common pl Przesunięcie strefy czasowej
title common pl Tytuł
to common pl Do
-to correct this error for the future you will need to properly set the common pl Aby usunšć ten błąd na przyszłość, będziesz musiał ustawić poprawnie
+to correct this error for the future you will need to properly set the common pl Aby usunąć ten błąd na przyszłość, będziesz musiał ustawić poprawnie
to go back to the msg list, click here common pl Aby wrócić do listy wiadomości, kliknij tutaj
today common pl Dzisiaj
todays date, eg. "%1" common pl dzisiajsza data, np. "%1"
@@ -528,8 +634,10 @@ toggle first day of week jscalendar pl Zmie
togo common pl TOGO
tokelau common pl TOKELAU
tonga common pl TONGA
-too many unsucessful attempts to login: %1 for the user %2, %3 for the ip %4 common pl Zbyt wiele nieudanych prób logowania: %1 dla użytkownika %2, %3 dla IP %4
+too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common pl Zbyt dużo prób nieudanego logowania (%1) dla użytkownika '%2', %3 z adresu IP %4
+top common pl do góry
total common pl Ogółem
+transparant bg for the icons? common pl Przezroczyste tło dla ikon?
trinidad and tobago common pl TRINIDAD I TOBAGO
tuesday common pl Wtorek
tunisia common pl TUNEZJA
@@ -537,14 +645,20 @@ turkey common pl TURCJA
turkmenistan common pl TURKMENISTAN
turks and caicos islands common pl TURKS AND CAICOS ISLANDS
tuvalu common pl TUVALU
+type common pl Typ
uganda common pl UGANDA
ukraine common pl UKRAINA
+underline common pl Podkreślenie
united arab emirates common pl ZJEDNOCZONE EMIRATY ARABSKIE
united kingdom common pl WIELKA BRYTANIA
united states common pl STANY ZJEDNOCZONE
united states minor outlying islands common pl UNITED STATES MINOR OUTLYING ISLANDS
unknown common pl Nieznany
update common pl Aktualizuj
+update the clock per minute or per second common pl Uaktualniać zegar co minutę czy co sekundę?
+upload common pl Załaduj
+upload directory does not exist, or is not writeable by webserver common pl Katalog ładowania plików nie istnieje lub serwer WWW nie ma do niego praw zapisu.
+upload requires the directory to be writable by the webserver! common pl Ładowanie plików wymaga, aby katalog mógł być zapisywany przez serwer WWW
url common pl Adres URL
uruguay common pl URUGWAJ
use button to search for common pl użyj przycisku aby szukać
@@ -569,18 +683,24 @@ wallis and futuna common pl WALLIS AND FUTUNA
wednesday common pl Środa
welcome common pl Strona główna
western sahara common pl SAHARA ZACHODNIA
+what color should all the blank space on the desktop have common pl Jaki powinien być kolor wszelkich wolnych przestrzeni w obszarze roboczym?
+when you say yes the home and logout buttons are presented as applications in the main top applcation bar. common pl Jeżeli wybierzesz "TAK", "Powrót na stronę domową" oraz "Wylogowanie" będą pokazywane jako przyciski aplikacji na głównym pasku aplikacji.
which groups common pl Które grupy
+width common pl Szerokosc
wk jscalendar pl tydz
work email common pl email służbowy
+would you like to display the page generation time at the bottom of every window? common pl Czy chcesz aby wyświetlany był czas generowania każdej strony na dole okna?
+writing common pl zapisywanie
written by: common pl Napisany przez:
year common pl Rok
yemen common pl JEMEN
yes common pl Tak
you are required to change your password during your first login common pl Po pierwszym zalogowaniu się musisz zmienić swoje hasło
+you can customize how many icons and toolbars the editor shows. common pl Możesz spersonalizować liczbę ikon i pasków narzędzi pokazywanych przez edytor.
you have been successfully logged out login pl Zostałeś pomyślnie wylogowany
you have not entered a title common pl Nie wprowadziłeś tytułu
you have not entered a valid date common pl Nie wprowadziłeś właściwej daty
-you have not entered a valid time of day common pl Nie wprowadziłeś właciwego czasu dnia
+you have not entered a valid time of day common pl Nie wprowadziłeś właściwego czasu dnia
you have not entered participants common pl Nie wprowadziłeś uczestników
you have selected an invalid date common pl Wybrałeś nieprawidłową datę
you have selected an invalid main category common pl Wybrałeś niewłaściwą kategorię główną
@@ -592,6 +712,6 @@ your search returned %1 matchs common pl wyszukiwanie zwr
your search returned 1 match common pl wyszukiwanie zwróciło 1 trafienie
your session could not be verified. login pl Nie można zweryfikować sesji.
your settings have been updated common pl Twoje ustawienia zostały uaktualnione
-yugoslavia common pl JUGOSŁAWIA
zambia common pl ZAMBIA
zimbabwe common pl ZIMBABWE
+zoom common pl Powiększenie
diff --git a/phpgwapi/setup/phpgw_sk.lang b/phpgwapi/setup/phpgw_sk.lang
index 6b764cc9ef..08df333c9d 100644
--- a/phpgwapi/setup/phpgw_sk.lang
+++ b/phpgwapi/setup/phpgw_sk.lang
@@ -6,27 +6,27 @@
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common sk %1eGroupWare%2 je viacpoužívateľský, webovo orientovaný grupvérový balík napísaný v %3PHP%4.
(shift-)click or drag to change value jscalendar sk Ak chcete zmeniť hodnotu, použite (Shift-)klik alebo potiahnutie
- click on any of the time parts to increase it jscalendar sk - Ak kliknite na ktorúkoľvek časť času, zvýši sa
-- hold mouse button on any of the above buttons for faster selection. jscalendar sk - Podržte myšítko na ktoromkoľvek z horeuvedených tlačidiel, ak chcete rýchlejší výber
-- or click and drag for faster selection. jscalendar sk - alebo kliknite a potiahnite pre rýchlejší výber
-- or shift-click to decrease it jscalendar sk - alebo Shift-klik pre zníženie
-- use the %1, %2 buttons to select month jscalendar sk - Použite %1, %2 tlačítka pre výber mesiaca
-- use the %1, %2 buttons to select year jscalendar sk - Použite %1, %2 tlačítka pre výber roku
-00 (disable) admin sk 00 (zablokovať)
+- hold mouse button on any of the above buttons for faster selection. jscalendar sk - Ak chcete rýchlejší výber, podržte myšítko na ktoromkoľvek z horeuvedených tlačidiel.
+- or click and drag for faster selection. jscalendar sk - alebo ak chcete rýchlejší výber, kliknite a potiahnite
+- or shift-click to decrease it jscalendar sk - alebo ak chcete znížiť, Shift-kliknite
+- use the %1, %2 buttons to select month jscalendar sk - Ak chcete vybrať mesiac, použite %1, %2 tlačítka
+- use the %1, %2 buttons to select year jscalendar sk - Ak chcete vybrať rok, použite %1, %2 tlačítka
+00 (disable) admin sk 00 (vypnúť)
13 (ntp) admin sk 13 (ntp)
3 number of chars for day-shortcut jscalendar sk 3 počet znakov skratky dňa
3 number of chars for month-shortcut jscalendar sk 3 počet znakov skratky mesiaca
80 (http) admin sk 80 (http)
about common sk O aplikácii
about %1 common sk O aplikácii %1
-about egroupware common sk O eGroupWare
-about the calendar jscalendar sk O Kalendári
+about egroupware common sk Info o balíku eGroupWare
+about the calendar jscalendar sk O aplikácii Kalendár
access common sk Prístup
-access not permitted common sk Prístup zakázaný
+access not permitted common sk Prístup bol odmietnutý
account has been created common sk Používateľský účet bol vytvorený
-account has been deleted common sk Používateľský účet bol zmazaný
+account has been deleted common sk Používateľský účet bol odstránený
account has been updated common sk Používateľský účet bol aktualizovaný
-account is expired common sk Používateľský účet vypršal
-acl common sk Práva
+account is expired common sk Platnosť používateľského účtu vypršala
+acl common sk ACL práva
action common sk Akcia
active common sk Aktívne
add common sk Pridať
@@ -35,7 +35,7 @@ add category common sk Prida
add shortcut common sk Pridať skratku
add sub common sk Pridať podkategóriu
addressbook common sk Adresár
-admin common sk Administrátor
+admin common sk Správca
administration common sk Správa
afghanistan common sk AFGANISTAN
albania common sk ALBÁNSKO
@@ -65,7 +65,6 @@ azerbaijan common sk AZERBAJD
back common sk Naspäť
back to user login common sk Naspäť na prihlásenie používateľa
background color: common sk Farba pozadia:
-backupdir '%1' is not writeable by the webserver common sk zálohový adresár '%1' nie je zapisovateľný pre webserver
bad login or password common sk Chybné meno alebo heslo
bahamas common sk BAHAMY
bahrain common sk BAHRAIN
@@ -89,12 +88,12 @@ canada common sk KANADA
cancel common sk Zrušiť
cannot replace %1 because it is a directory common sk Nemôžem prepísať %1 pretože je to adresár
cant open '%1' for %2 common sk Nemôžem otvoriť '%1' pre %2
-caption common sk Zachytávanie
+caption common sk Titulok
categories common sk Kategórie
categories for common sk kategórie pre
category common sk Kategória
category %1 has been added ! common sk Kategória %1 bola pridaná!
-category %1 has been updated ! common sk Kategória %1 bola zmenená!
+category %1 has been updated ! common sk Kategória %1 bola aktualizovaná!
cayman islands common sk KAJMANSKÉ OSTROVY
cc common sk Kópia
centered common sk na stred
@@ -112,16 +111,16 @@ choose a text color for the icons common sk Vyberte farbu textu pre ikonky
choose the category common sk Vyberte kategóriu
choose the parent category common sk Vyberte rodičovskú kategóriu
christmas island common sk VIANOČNÉ OSTROVY
-clear common sk Zmazať
+clear common sk Vyčistiť
clear form common sk Vyčistiť formulár
click common sk Klik
-click or mouse over to show menus common sk Kliknite alebo ukážte myšou pre zobrazenie menu
-click or mouse over to show menus? common sk Kliknite alebo ukážte myšou pre zobrazenie menu?
+click or mouse over to show menus common sk Ak chcete zobraziť menu, kliknite alebo ukážte myšou
+click or mouse over to show menus? common sk Ak chcete zobraziť menu, kliknete alebo ukážete myšou
close common sk Zavrieť
close sidebox common sk Zavrieť Sidebox
cocos (keeling) islands common sk KOKOSOVÉ OSTROVY
colombia common sk KOLUMBIA
-common preferences common sk Bežné nastavenia
+common preferences common sk Bežné predvoľby
company common sk Spoločnosť
congo common sk KONGO
congo, the democratic republic of the common sk KONGO, DEMOKRATICKÁ REPUBLIKA
@@ -140,26 +139,27 @@ czech republic common sk
date common sk Dátum
date due common sk Termín do
date selection: jscalendar sk Výber dátumu:
-datetime port. if using port 13, please set firewall rules appropriately before submitting this page. (port: 13 / host: 129.6.15.28) admin sk Port pre dátum/čas. Ak používate port 13,prosím nastavte korektne filtrovacie pravidlá na firewall-e ešte predtým, než potvrdíte túto stránku. (Port: 13 / Host: 129.6.15.28)
+datetime port. if using port 13, please set firewall rules appropriately before submitting this page. (port: 13 / host: 129.6.15.28) admin sk Port pre dátum/čas. Ak používate port 13, prosím nastavte korektne filtrovacie pravidlá na firewall-e ešte predtým, než potvrdíte túto stránku. (Port: 13 / Host: 129.6.15.28)
december common sk December
default category common sk Štandardná kategória
default height for the windows common sk Predvolená výška okien
default width for the windows common sk Predvolená šírka okien
-delete common sk Zmazať
-delete row common sk Zmazať Riadok
+delete common sk Odstrániť
+delete row common sk Odstrániť Riadok
denmark common sk DÁNSKO
description common sk Popis
detail common sk Podrobnosti
details common sk Podrobnosti
-diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common sk Vypnúť spúšťanie opravného skriptu pre IE5.5 a vyšší pre zobrazenie priesvitnosti v obrázkoch PNG?
+diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common sk Vypnúť spúšťanie opravného skriptu pre IE5.5 a vyšší, ktorý napráva zobrazovanie priesvitnosti v obrázkoch PNG?
direction left to right common sk Tok zľava doprava
+directory does not exist, is not readable by the webserver or is not relative to the document root! common sk Adresár neexistuje, nie je čitateľný webserverom, alebo nesúvisí s koreňovým adresárom dokumentov!
disable internet explorer png-image-bugfix common sk Vypnúť opravu chyby pre obrázky PNG v Internet Explorer-i
disable slider effects common sk Vypnúť efekty posuvníka
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common sk Vypnúť animované efekty posuvníka, keď sa zobrazujú alebo skrývajú menu na stránke? Používatelia Opery a Konquerer-a to pravdepodobne musia zvoliť.
disable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common sk Vypnúť opravný skript pre Internet Explorer 5.5 a novšie pre zobrazenie priesvitnosti v obrázkoch PNG?
-disabled common sk Zakázané
+disabled common sk Vypnuté
display %s first jscalendar sk Zobraziť %s najskôr
-do you also want to delete all subcategories ? common sk Chcete smazať aj všetky podkategórie?
+do you also want to delete all subcategories ? common sk Chcete odstrániť aj všetky podkategórie?
document properties common sk Vlastnosti dokumentu
document title: common sk Nadpis dokumentu
domain common sk Doména
@@ -173,32 +173,34 @@ east timor common sk V
ecuador common sk EKVÁDOR
edit common sk Upraviť
edit %1 category for common sk Uprav %1 kategóriu pre
-edit categories common sk Uprav kategórie
-edit category common sk Uprav kategóriu
+edit categories common sk Upraviť kategórie
+edit category common sk Upraviť kategóriu
egroupware api version %1 common sk eGroupWare API verzia %1
egroupware: login blocked for user '%1', ip %2 common sk eGroupWare: prihlasovanie zablokované pre používateľa '%1', IP %2
egypt common sk EGYPT
email common sk E-Mail
email-address of the user, eg. "%1" common sk emailová adresa používateľa, napr. "%1"
enabled common sk Povolené
-end date common sk Koncový dátum
-end time common sk Koncový čas
+end date common sk Dátum ukončenia
+end time common sk Čas ukončenia
enter the location of egroupware's url. example: http://www.domain.com/egroupware or /egroupwareno trailing slash admin sk Zadajte umiestnenie URL pre eGroupware. Príklad: http://www.domain.com/egroupware alebo /egroupwareBez ukončovacieho lomítka
-entry has been deleted sucessfully common sk Záznam bol úspešne vymazaný
-entry updated sucessfully common sk Záznam bol úspešne upravený
+entry has been deleted sucessfully common sk Položka bola úspešne odstránená
+entry updated sucessfully common sk Položka bola úspešne upravená
eritrea common sk ERITREA
error common sk Chyba
-error creating %1 %2 directory common sk Chyba pri vytváraní adresára %1 %2
-error deleting %1 %2 directory common sk Chyba pri vymazávaní adresára %1 %2
-error renaming %1 %2 directory common sk Chyba pri premenúvaní adresára %1 %2
+error creating %1 %2 directory common sk Chyba počas vytvárania adresára %1 %2
+error deleting %1 %2 directory common sk Chyba počas odstraňovania adresára %1 %2
+error renaming %1 %2 directory common sk Chyba počas premenúvania adresára %1 %2
estonia common sk ESTÓNSKO
ethiopia common sk ETIÓPIA
+everything common sk Všetko
exact common sk presne
failed to contact server or invalid response from server. try to relogin. contact admin in case of faliure. common sk Nepodarilo sa pripojiť na server, alebo je odpoveď servera neplatná. Skúste sa znovu prihlásiť. Ak sa nepodarí, kontaktujte správcu systému.
falkland islands (malvinas) common sk FALKLANDY
fax number common sk číslo faxu
+features of the editor? common sk Možnosti editora?
february common sk Február
-fields common sk Položky
+fields common sk Polia
fiji common sk FIDŽI
files common sk Súbory
filter common sk Filter
@@ -224,15 +226,15 @@ germany common sk NEMECKO
global common sk Globálne
global public common sk Verejný pre všetkých
go today jscalendar sk Choď dnes
-grant access common sk Povoľ prístup
+grant access common sk Povoliť prístup
greece common sk GRÉCKO
greenland common sk GRÓNSKO
grenada common sk GRENADA
group common sk Skupina
group access common sk Skupinový prístup
group has been added common sk Skupina bola pridaná
-group has been deleted common sk Skupina bola zmazaná
-group has been updated common sk Skupina bola upravená
+group has been deleted common sk Skupina bola odstránená
+group has been updated common sk Skupina bola aktualizovaná
group name common sk názov skupiny
group public common sk Verejný pre skupiny
groups common sk Skupiny
@@ -247,16 +249,17 @@ high common sk Vysok
highest common sk Najvyššia
holy see (vatican city state) common sk VATIKÁN (MESTSKÝ ŠTÁT)
home common sk Domov
-home email common sk domáci email
+home email common sk domáci E-mail
honduras common sk HONDURAS
hong kong common sk HONG KONG
-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. common sk Koľko ikoniek sa má zobraziť v navigačnom paneli (vrch stránky). Ostatné ikony budú umiestnené do rozbaľovacieho menu, ktoré bude dostupné na úplne pravom okraji navigačného panelu.
+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. common sk Koľko ikoniek sa má zobraziť v navigačnom paneli (vrch stránky). Ostatné ikony budú umiestnené do rozbaľovacieho menu, ktoré bude dostupné na celkom pravom okraji navigačného panelu.
hungary common sk MAĎARSKO
iceland common sk ISLAND
iespell not detected. click ok to go to download page. common sk ieSpell sa nenašiel. Kliknutím na OK sa presuniete na stránku, odkiaľ ho môžete stiahnuť.
if the clock is enabled would you like it to update it every second or every minute? common sk Ak sú hodiny zapnuté, chcete aby sa aktualizovali každú sekundu, alebo stačí každú minútu?
if there are some images in the background folder you can choose the one you would like to see. common sk Ak sú v priečinku pre pozadia nejaké obrázky, môžete si vybrať, ktorý chcete.
-image url common sk URL obrázka
+image directory relative to document root (use / !), example: common sk Adresár obrázkov vzťahujúci sa na koreňový adresár dokumentov (použite / !), príklad:
+image url common sk URL adresa obrázka
india common sk INDIA
indonesia common sk INDONÉZIA
insert all %1 addresses of the %2 contacts in %3 common sk Vložiť všetkých %1 adries z %2 kontaktov in %3
@@ -273,7 +276,7 @@ iraq common sk IRAK
ireland common sk ÍRSKO
israel common sk IZRAEL
it has been more then %1 days since you changed your password common sk Vaše heslo bolo zmenené pred vyše %1 dňami
-it is recommended that you run setup to upgrade your tables to the current version common sk Odporúčam spustiť setup pre upgrade databázových tabuliek na súčasnú verziu.
+it is recommended that you run setup to upgrade your tables to the current version common sk Odporúčam spustiť setup pre aktualizáciu databázových tabuliek na súčasnú verziu.
italic common sk Kurzíva
italy common sk TALIANSKO
jamaica common sk JAMAJKA
@@ -313,14 +316,14 @@ login common sk Prihl
loginid common sk Prihlasovacie ID
logout common sk Odhlásenie
low common sk Nízka
-lowest common sk Najnižší
+lowest common sk Najnižšia
luxembourg common sk LUXEMBURSKO
macedonia, the former yugoslav republic of common sk MACEDÓNSKO
madagascar common sk MADAGASKAR
mail domain, eg. "%1" common sk mailová doména, napr. "%1"
main category common sk Hlavná kategória
main screen common sk Hlavná stránka
-maintainer common sk Správca
+maintainer common sk Správca-údržbár
malaysia common sk MALAJZIA
maldives common sk MALEDIVY
mali common sk MALI
@@ -331,7 +334,7 @@ mauritania common sk MAURET
mauritius common sk MAURÍCIUS
max number of icons in navbar common sk Maximálny počet ikoniek v navigačnom paneli
may common sk Máj
-medium common sk Stredné
+medium common sk Stredná
menu common sk Menu
message common sk Správa
mexico common sk MEXIKO
@@ -357,8 +360,8 @@ new value common sk Nov
new zealand common sk NOVÝ ZÉLAND
next common sk Ďalší
next month (hold for menu) jscalendar sk Ďalší mesiac
-next page common sk ďalšia stránka
-next year (hold for menu) jscalendar sk Ďalší rok (podržte pre menu)
+next page common sk Ďalšia stránka
+next year (hold for menu) jscalendar sk Ďalší rok (ak chcete menu, podržte)
nicaragua common sk NIKARAGUA
nigeria common sk NIGÉRIA
no common sk Nie
@@ -384,10 +387,10 @@ only private common sk iba s
only yours common sk iba vaše
open notify window common sk Otvor pripomínacie okno
open popup window common sk Otvor vyskakovacie okno
-open sidebox common sk Otvor Sidebox
-ordered list common sk Zotriedený zoznam
+open sidebox common sk Otvor bočné menu
+ordered list common sk Zoradený zoznam
original common sk Originál
-other common sk Iný
+other common sk Iné
overview common sk Prehľad
owner common sk Vlastník
page common sk Stránka
@@ -406,29 +409,26 @@ password must contain at least %1 special characters common sk Heslo mus
password must contain at least %1 uppercase letters common sk Heslo musí obsahovať aspoň %1 veľkých písmen
password must have at least %1 characters common sk Heslo musí mať dĺžku aspoň %1 znakov
path to user and group files has to be outside of the webservers document-root!!! common sk Cesta k súborom používateľa a skupiny MUSÍ BYŤ MIMO document-root webservera!!!
-pattern for search in addressbook common sk Výraz pre hľadanie v Adresári
-pattern for search in calendar common sk Výraz pre hľadanie v Kalendári
-pattern for search in projects common sk Výraz pre hľadanie v Projektoch
-permissions to the files/users directory common sk práva k adresáru pre súbory / používateľov
+permissions to the files/users directory common sk oprávnenia k adresáru pre súbory / používateľov
personal common sk Osobný
peru common sk PERU
philippines common sk FILIPÍNY
phone number common sk telefónne číslo
phpgwapi common sk eGroupWare API
please %1 by hand common sk Prosím %1 ručne
-please enter a name common sk Prosím zadajte meno !
+please enter a name common sk Prosím zadajte meno!
please run setup to become current common sk Prosím spusťte setup pre aktualizáciu
please select common sk Prosím Vyberte
-please set your global preferences common sk Prosím upravte vaše globálne nastavenia!
-please set your preferences for this application common sk Prosím upravte vaše nastavenia pre túto aplikáciu!
+please set your global preferences common sk Prosím upravte vaše globálne predvoľby!
+please set your preferences for this application common sk Prosím upravte vaše predvoľby pre túto aplikáciu!
please wait... common sk Prosím čakajte...
poland common sk POĽSKO
portugal common sk PORTUGALSKO
postal common sk Poštové
+powered by common sk Beží na
powered by egroupware version %1 common sk Beží na eGroupWare verzie %1
-powered by phpgroupware version %1 common sk Beží na eGroupWare verzie %1
-preferences common sk Nastavenia
-preferences for the idots template set common sk Určené nastavenia pre idots šablónu
+preferences common sk Predvoľby
+preferences for the idots template set common sk Predvoľby pre idots šablónu boli nastavené
prev. month (hold for menu) jscalendar sk Predch. mesiac (podržte pre menu)
prev. year (hold for menu) jscalendar sk Predch. rok (podržte pre menu)
previous page common sk Predchádzajúca stránka
@@ -462,45 +462,46 @@ savant2 version differs from savant2 wrapper. this version: %1 savants
save common sk Uložiť
search common sk Hľadať
search %1 '%2' common sk Hľadaj %1 '%2'
-search or select accounts common sk Hľadaj alebo vyber účty
-search or select multiple accounts common sk hľadať alebo vybrať viacero účtov
+search accounts common sk Hľadať v účtoch
second common sk sekunda
section common sk Sekcia
select common sk Výber
-select all %1 %2 for %3 common sk Vyber všetky %1 %2 pre %3
-select category common sk Vyber kategóriu
-select date common sk Vyber dátum
-select group common sk Vyber skupinu
-select home email address common sk Vyber domácu emailovú adresu
-select multiple accounts common sk Vybrať viacero účtov
-select one common sk Vyber
+select all %1 %2 for %3 common sk Vyberte všetky %1 %2 pre %3
+select category common sk Vyberte kategóriu
+select date common sk Vyberte dátum
+select group common sk Vyberte skupinu
+select home email address common sk Vyberte domácu emailovú adresu
+select multiple accounts common sk Vyberte viacero účtov
+select one common sk Vyberte
select the default height for the application windows common sk Vyberte predvolenú výšku okien aplikácií
select the default width for the application windows common sk Vyberte predvolenú šírku okien aplikácií
-select user common sk Vyber používateľa
-select work email address common sk Vyber pracovnú emailovú adresu
+select user common sk Vyberte používateľa
+select work email address common sk Vyberte pracovnú emailovú adresu
selection common sk Výber
-send common sk Pošli
+send common sk Odoslať
september common sk September
+serbia common sk Srbsko
server %1 has been added common sk Server %1 bol pridaný
server answered. processing response... common sk Server odpovedal. Spracúvam odpoveď...
server contacted. waiting for response... common sk Pripájam sa na server. Čakám na odpoveď...
server name common sk Meno servera
-session has been killed common sk Sedenie bolo zrušené
+session has been killed common sk Relácia bola ukončená
setup common sk Inštalácia
setup main menu common sk Hlavné menu Inštalácie
show all common sk Ukázať všetko
show all categorys common sk Ukázať všetky kategórie
show clock? common sk Ukázať hodinky?
show home and logout button in main application bar? common sk Ukázať tlačítko Domovskej stránky a tlačítko Odhlásenia v hlavnom paneli aplikácií?
-show logo's on the desktop. common sk Ukázať na desktope logá .
+show logo's on the desktop. common sk Na desktope zobrazovať logá.
show menu common sk ukázať menu
-show page generation time common sk Ukáž čas generovania stránky
+show page generation time common sk Ukázať čas generovania stránky
show page generation time on the bottom of the page? common sk Ukázať čas generovania stránky na jej spodku?
show page generation time? common sk Ukázať čas generovania stránky?
show the logo's of egroupware and x-desktop on the desktop. common sk Zobrazovať na desktope logá eGroupWare a x-desktopu.
show_more_apps common sk ukázať viacero aplikácií
showing %1 common sk zobrazené %1
showing %1 - %2 of %3 common sk zobrazené %1 - %2 z %3
+simple common sk Jednoduché
singapore common sk SINGAPUR
slovakia common sk SLOVENSKO
slovenia common sk SLOVINSKO
@@ -510,8 +511,8 @@ sorry, your login has expired login sk Prep
south africa common sk JUŽNÁ AFRIKA
spain common sk ŠPANIELSKO
sri lanka common sk SRÍ LANKA
-start date common sk Počiatočný dátum
-start time common sk Počiatočný čas
+start date common sk Dátum začatia
+start time common sk Čas začatia
start with common sk začať s
starting up... common sk Štartujem...
status common sk Stav
@@ -529,11 +530,11 @@ tajikistan common sk TAD
text color: common sk Farba písma:
thailand common sk THAJSKO
the api is current common sk API je aktuálne
-the api requires an upgrade common sk API potrebuje upgrade
-the following applications require upgrades common sk Nasledujúce aplikácie vyžadujú upgrade
+the api requires an upgrade common sk API potrebuje aktualizáciu
+the following applications require upgrades common sk Nasledujúce aplikácie vyžadujú aktualizáciu
the mail server returned common sk Poštový server vrátil
this application is current common sk Táto aplikácia je aktuálna
-this application requires an upgrade common sk Táto aplikácia vyžaduje upgrade
+this application requires an upgrade common sk Táto aplikácia vyžaduje aktualizáciu
this name has been used already common sk Toto meno sa už používa!
thursday common sk Štvrtok
tiled common sk dlaždice
@@ -565,9 +566,11 @@ united states common sk USA
unknown common sk Neznámy
update common sk Aktualizácia
update the clock per minute or per second common sk Obnovovať hodinky po sekundách alebo po minútach
-upload common sk Nahrať
-upload directory does not exist, or is not writeable by webserver common sk Adresár pre nahratie buď neexistuje, alebo doň webserver nemôže zapisovať.
-url common sk URL
+upload common sk Odoslať
+upload directory does not exist, or is not writeable by webserver common sk Adresár pre odoslanie buď neexistuje, alebo doň webserver nemôže zapisovať.
+upload requires the directory to be writable by the webserver! common sk Odoslanie vyžaduje, aby bol adresár zapisovateľný webserverom!
+url common sk URL adresa
+uruguay common sk URUGUAY
use button to search for common sk stlač Tlačidlo pre vyhľadanie
use button to search for address common sk stlač Tlačidlo pre vyhľadanie adresy
use button to search for calendarevent common sk stlač Tlačidlo pre vyhľadanie záznamu v Kalendári
@@ -579,19 +582,23 @@ user openinstance common sk Pou
username common sk Používateľské meno
users common sk používatelia
users choice common sk Používateľská Ponuka
+uzbekistan common sk UZBEKISTAN
venezuela common sk VENEZUELA
version common sk Verzia
viet nam common sk VIETNAM
view common sk Zobraziť
+virgin islands, british common sk PANENSKÉ OSTROVY, BRITSKÉ
+virgin islands, u.s. common sk PANENSKÉ OSTROVY, AMERICKÉ
wednesday common sk Streda
welcome common sk Vitajte
+western sahara common sk ZÁPADNÁ SAHARA
what color should all the blank space on the desktop have common sk Akú farbu má mať všetok prázdny priestor na desktope
what style would you like the image to have? common sk Aký štýl má mať obrázok?
when you say yes the home and logout buttons are presented as applications in the main top applcation bar. common sk Keď odpoviete áno, tlačítka Domov a Odhlásenie sa zobrazia ako aplikácie v hlavnom paneli aplikácií.
which groups common sk Ktoré skupiny
width common sk Šírka
wk jscalendar sk Týž
-work email common sk pracovný email
+work email common sk pracovný E-mail
would you like to display the page generation time at the bottom of every window? common sk Chcete, aby sa naspodku stránky zobrazoval čas jej generovania?
writing common sk zapisuje sa
written by: common sk Zapísal:
@@ -599,21 +606,21 @@ year common sk Rok
yemen common sk JEMEN
yes common sk Áno
you are required to change your password during your first login common sk Počas svojho prvého prihlásenia budete musieť zmeniť svoje heslo
+you can customize how many icons and toolbars the editor shows. common sk Môžete si nastaviť, koľko ikoniek a nástrojových panelov má editor zobrazovať.
you have been successfully logged out login sk Boli ste úspešne odhlásení.
-you have not entered a title common sk Nezadali ste titul
+you have not entered a title common sk Nezadali ste názov
you have not entered a valid date common sk Nezadali ste správny dátum
you have not entered a valid time of day common sk Nezadali ste správny čas
you have not entered participants common sk Nezadali ste spolupracovníkov
you have selected an invalid date common sk Vybrali ste chybný dátum!
you have selected an invalid main category common sk Vybrali ste chybnú hlavnú kategóriu!
you have successfully logged out common sk Boli ste úspešne odhlásení.
-you need to add the webserver user '%1' to the group '%2'. common sk Potrebujete priradiť webserverového používateľa '%1' do skupiny '%2'.
+you need to add the webserver user '%1' to the group '%2'. common sk Je potrebné, aby ste priradili webserverového používateľa '%1' do skupiny '%2'.
your message could not be sent! common sk Vašu správu sa nepodarilo odoslať!
your message has been sent common sk Vaša správa bola odoslaná
your search returned %1 matchs common sk našiel som %1 záznamov
your search returned 1 match common sk našiel som 1 záznam
-your session could not be verified. login sk Vaše sedenie nie je platné.
+your session could not be verified. login sk Vaša relácia nie je platná.
your settings have been updated common sk Vaše nastavenia boli upravené
-yugoslavia common sk JUHOSLÁVIA
zambia common sk ZAMBIA
zoom common sk Lupa
diff --git a/phpgwapi/setup/phpgw_zh-tw.lang b/phpgwapi/setup/phpgw_zh-tw.lang
index c9a2899d4e..450e8e5bf1 100644
--- a/phpgwapi/setup/phpgw_zh-tw.lang
+++ b/phpgwapi/setup/phpgw_zh-tw.lang
@@ -45,6 +45,7 @@ all fields common zh-tw ćććŹä˝
alphabet common zh-tw a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
alternate style-sheet: common zh-tw ćżćç樣ĺźčĄ¨ďź
american samoa common zh-tw AMERICAN SAMOA
+an existing and by the webserver readable directory enables the image browser and upload. common zh-tw ä¸ĺ塲çśĺĺ¨čä¸çś˛é äźşćĺ¨ĺŻäťĽčŽĺçčłć夞ĺŻäťĽĺç¨ĺçç茽ĺ¨äťĽĺä¸ĺłĺč˝ă
andorra common zh-tw ĺŽéçž
angola common zh-tw ĺŽĺĽć
anguilla common zh-tw ĺŽĺć
@@ -71,7 +72,6 @@ azerbaijan common zh-tw äşčł˝ćçś
back common zh-tw ä¸ä¸é
back to user login common zh-tw ĺĺ°éŚé
background color: common zh-tw čćŻéĄč˛ďź
-backupdir '%1' is not writeable by the webserver common zh-tw 眲é äźşćĺ¨çĄćłĺŻŤĺ
Ľĺäť˝čłć夞 '%1'
bad login or password common zh-tw éŻčޤç使ç¨č
䝣碟ćĺŻç˘ź
bahamas common zh-tw 塴ĺ錏
bahrain common zh-tw 塴ć
@@ -86,7 +86,6 @@ bermuda common zh-tw çžć
é
bhutan common zh-tw ä¸ä¸š
blocked, too many attempts common zh-tw 袍éĺŽäşďźĺ芌太ĺ¤ćŹĄ
bold common zh-tw ç˛éŤ
-bold.gif common zh-tw bold.gif
bolivia common zh-tw çťĺŠçśäş
border common zh-tw ćĄçˇ
bosnia and herzegovina common zh-tw BOSNIA AND HERZEGOVINA
@@ -177,6 +176,7 @@ detail common zh-tw 芳細
details common zh-tw 芳細
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common zh-tw ĺ¨PNGĺćŞä¸ĺç¨IE 5.5ćć´ć°çćŹç俎ćŁäžéĄŻç¤şéććć
direction left to right common zh-tw ćšĺçąĺˇŚčłĺł
+directory does not exist, is not readable by the webserver or is not relative to the document root! common zh-tw čłć夞ä¸ĺĺ¨ă眲é äźşćĺ¨çĄćłčŽĺććŻčˇŻĺžä¸Śéç¸ĺ°ćźçś˛é ć šçŽéďź
disable internet explorer png-image-bugfix common zh-tw ĺç¨ IE png-image-bugfix
disable slider effects common zh-tw ĺç¨ĺććć
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common zh-tw ĺ¨éĄŻç¤şććŻéąčé¸ĺŽçćĺĺç¨ĺć
ĺćććďźOpera č Konqueror ç使ç¨č
ĺŻč˝ĺż
é ééşźĺă
@@ -208,7 +208,6 @@ egypt common zh-tw ĺĺ
el salvador common zh-tw EL SALVADOR
email common zh-tw éťĺéľäťś
email-address of the user, eg. "%1" common zh-tw 使ç¨č
çéťĺéľäťś, äžďź "%1"
-en common zh-tw zh-tw
enabled common zh-tw ĺç¨
end date common zh-tw çľććĽć
end time common zh-tw çľććé
@@ -223,11 +222,13 @@ error deleting %1 %2 directory common zh-tw çĄćłç§ťé¤çŽé %1 %2
error renaming %1 %2 directory common zh-tw çĄćłć´ĺçŽé %1 %2
estonia common zh-tw ćć˛ĺ°źäş
ethiopia common zh-tw 襣索ćŻäş
+everything common zh-tw ĺ
¨é¨
exact common zh-tw 解é
failed to contact server or invalid response from server. try to relogin. contact admin in case of faliure. common zh-tw çĄćłéŁçˇäźşćĺ¨ććŻäźşćĺ¨ĺćč¨ćŻć誤ďźčŤé芌ććŻčŻçšŤçŽĄçĺĄă
falkland islands (malvinas) common zh-tw FALKLAND ISLANDS (MALVINAS)
faroe islands common zh-tw FAROE ISLANDS
fax number common zh-tw ĺłçč碟
+features of the editor? common zh-tw 硨蟯ĺ¨çĺč˝ďź
february common zh-tw äşć
fields common zh-tw ćŹä˝
fiji common zh-tw 裴ćż
@@ -297,10 +298,10 @@ iceland common zh-tw ĺ°ĺłś
iespell not detected. click ok to go to download page. common zh-tw ćžä¸ĺ° ieSpell ďźéťé¸ćŻäžĺĺžä¸čźé é˘ă
if the clock is enabled would you like it to update it every second or every minute? common zh-tw ĺŚć使ç¨ćéďźć´ć°çé ťçćŻćŻç§éćŻćŻĺďź
if there are some images in the background folder you can choose the one you would like to see. common zh-tw ĺŚćčćŻčłć夞ä¸ćä¸äşĺçďźć¨ĺŻäťĽé¸ćĺ¸ć使ç¨çä¸ĺă
+image directory relative to document root (use / !), example: common zh-tw ç¸ĺ°ćźćäťść šçŽéçĺçčłć夞ďźä˝żç¨ / !ďźďźäžĺŚďź
image url common zh-tw ĺç眲ĺ
india common zh-tw ĺ°ĺşŚ
indonesia common zh-tw ĺ°ĺ°ź
-insert 'return false' common zh-tw ćĺ
Ľ'return false'
insert all %1 addresses of the %2 contacts in %3 common zh-tw ĺ¨ %3 ćĺ
Ľ %1 ç %2 çčŻçľĄäşşä˝ĺ
insert column after common zh-tw ćŹä˝ćĺ¨ĺžé˘
insert column before common zh-tw ćŹä˝ćĺ¨ĺé˘
@@ -317,7 +318,6 @@ israel common zh-tw 䝼č˛ĺ
it has been more then %1 days since you changed your password common zh-tw čˇé˘ć¨ä¸ćŹĄć´ćšĺŻç˘źĺˇ˛çś %1 夊äş
it is recommended that you run setup to upgrade your tables to the current version common zh-tw ĺťşč°ć¨ĺˇčĄč¨ĺŽç¨ĺźĺ°čłć襨ĺç´čłçŽĺççćŹă
italic common zh-tw ćéŤ
-italic.gif common zh-tw italic.gif
italy common zh-tw 瞊大ĺŠ
jamaica common zh-tw ç財ĺ
january common zh-tw ä¸ć
@@ -395,6 +395,7 @@ moldova, republic of common zh-tw MOLDOVA, REPUBLIC OF
monaco common zh-tw MONACO
monday common zh-tw ććä¸
mongolia common zh-tw MONGOLIA
+montenegro common zh-tw MONTENEGRO
montserrat common zh-tw MONTSERRAT
morocco common zh-tw MOROCCO
mozambique common zh-tw MOZAMBIQUE
@@ -472,9 +473,6 @@ password must contain at least %1 special characters common zh-tw ĺŻç˘źĺż
é
password must contain at least %1 uppercase letters common zh-tw ĺŻç˘źĺż
é ĺ
ĺŤčłĺ° %1 ĺ大寍čąćĺćŻ
password must have at least %1 characters common zh-tw ĺŻç˘źĺż
é ĺ
ĺŤčłĺ° %1 ĺĺĺ
path to user and group files has to be outside of the webservers document-root!!! common zh-tw 使ç¨č
č瞤çľçćŞćĄčˇŻĺžĺż
é čŚĺ¨çś˛çŤäźşćĺ¨ç眲é čˇçŽéäšĺ¤ďź
-pattern for search in addressbook common zh-tw éč¨éçćĺ°čŚĺ
-pattern for search in calendar common zh-tw čĄäşćçćĺ°čŚĺ
-pattern for search in projects common zh-tw ĺ°ćĄçćĺ°čŚĺ
permissions to the files/users directory common zh-tw ćŞćĄ/使ç¨č
čłć夞çćŹé
personal common zh-tw ĺäşş
peru common zh-tw çĽéŻ
@@ -492,8 +490,8 @@ please wait... common zh-tw čŤçĺž
...
poland common zh-tw 波çž
portugal common zh-tw PORTUGAL
postal common zh-tw éľéĺč
+powered by common zh-tw çłťçľąćäž
powered by egroupware version %1 common zh-tw çłťçľąçş eGroupWare çćŹ %1
-powered by phpgroupware version %1 common zh-tw Powered by phpGroupWare version %1
preferences common zh-tw ĺ弽č¨ĺŽ
preferences for the idots template set common zh-tw idots樣ćżçč¨ĺŽ
prev. month (hold for menu) jscalendar zh-tw ä¸ä¸ĺć(ćä˝ćťéź éľ)
@@ -511,6 +509,7 @@ qatar common zh-tw QATAR
read common zh-tw čŽĺ
read this list of methods. common zh-tw čŽĺéĺćšćłçĺ襨
reading common zh-tw éąčŽä¸
+regular common zh-tw čŚĺ
reject common zh-tw ćçľ
remove selected accounts common zh-tw 秝é¤é¸ĺç帳č
remove shortcut common zh-tw 秝é¤ĺżŤééľ
@@ -559,6 +558,7 @@ selection common zh-tw é¸ć
send common zh-tw éĺş
senegal common zh-tw SENEGAL
september common zh-tw äšć
+serbia common zh-tw çćŻé
server %1 has been added common zh-tw äźşćĺ¨ %1 塲çśĺŽćć°ĺ˘
server answered. processing response... common zh-tw äźşćĺ¨ĺćäşďźčçĺćä¸...
server contacted. waiting for response... common zh-tw äźşćĺ¨éŁä¸äşďźçĺž
ĺćä¸...
@@ -581,15 +581,16 @@ show_more_apps common zh-tw show_more_apps
showing %1 common zh-tw 饯示 %1
showing %1 - %2 of %3 common zh-tw 饯示 %1 - %2 äš %3
sierra leone common zh-tw SIERRA LEONE
-singapore common zh-tw SINGAPORE
-slovakia common zh-tw SLOVAKIA
-slovenia common zh-tw SLOVENIA
+simple common zh-tw ç°ĄĺŽ
+singapore common zh-tw ć°ĺ ĺĄ
+slovakia common zh-tw ćŻć´äźĺ
+slovenia common zh-tw ćŻć´ćłĺ°źäş
solomon islands common zh-tw SOLOMON ISLANDS
-somalia common zh-tw SOMALIA
+somalia common zh-tw 索錏ĺŠäş
sorry, your login has expired login zh-tw ćąćďźć¨ç帳č塲çśéć
south africa common zh-tw SOUTH AFRICA
south georgia and the south sandwich islands common zh-tw SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
-spain common zh-tw SPAIN
+spain common zh-tw 輿çç
sri lanka common zh-tw SRI LANKA
start date common zh-tw éĺ§ćĽć
start time common zh-tw éĺ§ćé
@@ -600,12 +601,12 @@ stretched common zh-tw 樚ç
subject common zh-tw 丝éĄ
submit common zh-tw éĺş
substitutions and their meanings: common zh-tw ćżäťŁé
çŽčäťĺçć瞊ďź
-sudan common zh-tw SUDAN
+sudan common zh-tw č业
sunday common zh-tw ćććĽ
suriname common zh-tw SURINAME
svalbard and jan mayen common zh-tw SVALBARD AND JAN MAYEN
swaziland common zh-tw SWAZILAND
-sweden common zh-tw SWEDEN
+sweden common zh-tw çĺ
¸
switzerland common zh-tw SWITZERLAND
syrian arab republic common zh-tw SYRIAN ARAB REPUBLIC
table properties common zh-tw čĄ¨ć źĺąŹć§
@@ -652,7 +653,6 @@ type common zh-tw éĄĺ
uganda common zh-tw UGANDA
ukraine common zh-tw UKRAINE
underline common zh-tw ĺşçˇ
-underline.gif common zh-tw underline.gif
united arab emirates common zh-tw UNITED ARAB EMIRATES
united kingdom common zh-tw UNITED KINGDOM
united states common zh-tw UNITED STATES
@@ -662,6 +662,7 @@ update common zh-tw ć´ć°
update the clock per minute or per second common zh-tw ć´ć°ćéé ťççşćŻç§ććŻćŻĺ
upload common zh-tw ä¸ĺł
upload directory does not exist, or is not writeable by webserver common zh-tw ä¸ĺłčłć夞ä¸ĺĺ¨ďźććŻçś˛é äźşćĺ¨çĄćłĺŻŤĺ
Ľ
+upload requires the directory to be writable by the webserver! common zh-tw ä¸ĺłĺč˝éčŚçś˛é äźşćĺ¨č˝ĺ¤ 寍ĺ
Ľéĺčłć夞ďź
url common zh-tw 眲ĺ
uruguay common zh-tw URUGUAY
use button to search for common zh-tw 使ç¨ćéćĺ°
@@ -701,6 +702,7 @@ year common zh-tw ĺš´
yemen common zh-tw čé
yes common zh-tw ćŻ
you are required to change your password during your first login common zh-tw ć¨ĺż
é ĺ¨çŹŹä¸ćŹĄçťĺ
Ľć俎ćšć¨çĺŻç˘ź
+you can customize how many icons and toolbars the editor shows. common zh-tw ć¨ĺŻäťĽčŞč¨çˇ¨čźŻĺ¨čŚéĄŻç¤şçĺ示č塼ĺ
ˇĺă
you have been successfully logged out login zh-tw ć¨ĺˇ˛çśćĺçťĺşă
you have not entered a title common zh-tw ć¨ĺ°ćŞčź¸ĺ
Ľć¨éĄ
you have not entered a valid date common zh-tw ć¨ĺ°ćŞčź¸ĺ
ĽćŁç˘şçćĽć
@@ -716,7 +718,6 @@ your search returned %1 matchs common zh-tw ćĺ°ĺ° %1 çčłć
your search returned 1 match common zh-tw ćĺ°ĺ° 1 çčłć
your session could not be verified. login zh-tw ć¨çéŁçˇä¸ĺćłă
your settings have been updated common zh-tw ć¨çč¨ĺŽĺˇ˛çść´ć°ă
-yugoslavia common zh-tw ĺćŻć复
zambia common zh-tw ĺ°ćŻäş
zimbabwe common zh-tw čžĺˇ´ĺ¨
zoom common zh-tw ćžĺ¤§
diff --git a/phpgwapi/templates/idots/class.idots_framework.inc.php b/phpgwapi/templates/idots/class.idots_framework.inc.php
index 1a1752579b..3093593b0a 100644
--- a/phpgwapi/templates/idots/class.idots_framework.inc.php
+++ b/phpgwapi/templates/idots/class.idots_framework.inc.php
@@ -725,17 +725,17 @@
*/
function sidebox($appname,$menu_title,$file)
{
- if(!$appname || ($appname==$GLOBALS['egw_info']['flags']['currentapp'] && $file))
- {
- $this->tpl->set_var('lang_title',$menu_title);
- $this->sidebox_content .= $this->tpl->fp('out','extra_blocks_header');
-
- foreach($file as $text => $url)
- {
- $this->sidebox_content .= $this->_sidebox_menu_item($url,$text);
- }
- $this->sidebox_content .= $this->tpl->parse('out','extra_blocks_footer');
- }
+ if((!$appname || ($appname==$GLOBALS['egw_info']['flags']['currentapp'] && $file)) && is_object($this->tpl))
+ {
+ $this->tpl->set_var('lang_title',$menu_title);
+ $this->sidebox_content .= $this->tpl->fp('out','extra_blocks_header');
+
+ foreach($file as $text => $url)
+ {
+ $this->sidebox_content .= $this->_sidebox_menu_item($url,$text);
+ }
+ $this->sidebox_content .= $this->tpl->parse('out','extra_blocks_footer');
+ }
}
/**
diff --git a/phpgwapi/templates/idots/print.css b/phpgwapi/templates/idots/print.css
index 16b1dad929..fcf404bf4e 100644
--- a/phpgwapi/templates/idots/print.css
+++ b/phpgwapi/templates/idots/print.css
@@ -9,7 +9,7 @@
display:none;
}
-#divMain {
+#divMain,#popupMainDiv {
border:none;
margin:0px;
padding:0px;
diff --git a/preferences/setup/phpgw_en.lang b/preferences/setup/phpgw_en.lang
index 0877ede797..f1413e5874 100644
--- a/preferences/setup/phpgw_en.lang
+++ b/preferences/setup/phpgw_en.lang
@@ -43,6 +43,7 @@ language preferences en Language
max matches per page preferences en Max matches per page
max number of icons in navbar preferences en Max number of icons in navigation bar
no default preferences en No default
+no user-selection at all common en No user-selection at all
note: this feature does *not* change your email password. this will preferences en note: This feature does *not* change your email password. This will
note: this feature does *not* change your email password. this will need to be done manually. preferences en Note: This feature does *not* change your email password. This will need to be done manually.
please, select a new theme preferences en Please, select a new theme
@@ -53,6 +54,7 @@ select different theme preferences en Select different Theme
select one preferences en Select one
select the language of texts and messages within egroupware. some languages may not contain all messages, in that case you will see an english message. preferences en Select the language of texts and messages within eGroupWare. Some languages may not contain all messages, in that case you will see an english message.
selectbox preferences en Selectbox
+selectbox with groupmembers common en Selectbox with groupmembers
selectbox with primary group and search preferences en Selectbox with primary group and search
set this to your convenience. for security reasons, you might not want to show your loginname in public. preferences en Set this to your liking. For security reasons, you might not want to show your Username in public.
should the number of active sessions be displayed for you all the time. preferences en Should the number of active sessions be displayed for you all the time.
@@ -66,6 +68,7 @@ text only preferences en Text only
the default application will be started when you enter egroupware or click on the homepage icon. 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). preferences en The default application will be started when you enter eGroupWare or click on the homepage icon. 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 old password is not correct preferences en The old password is not correct
the selectbox shows all available users (can be very slow on big installs with many users). the popup can search users by name or group. preferences en The selectbox shows all available users (can be very slow on big installs with many users). The popup can search users by name or group.
+the two last options limit the visibility of other users. there for they should be forced and apply not to administrators. common en The two last options limit the visibility of other users. There for they should be forced and apply NOT to administrators.
the two passwords are not the same preferences en The two passwords are not the same
theme (colors/fonts) selection preferences en Theme (colors/fonts) Selection
this server is located in the %1 timezone preferences en This server is located in the %1 timezone
@@ -80,6 +83,3 @@ you do not have permission to set acl's in this mode! preferences en You do not
you must enter a password preferences en You must enter a password
your current theme is: %1 preferences en your current theme is: %1
your preferences preferences en Your Preferences
-the two last options limit the visibility of other users. there for they should be forced and apply not to administrators. common en The two last options limit the visibility of other users. There for they should be forced and apply NOT to administrators.
-no user-selection at all common en No user-selection at all
-selectbox with groupmembers common en Selectbox with groupmembers
diff --git a/preferences/setup/phpgw_pl.lang b/preferences/setup/phpgw_pl.lang
index e6393f3c36..7cb659de93 100755
--- a/preferences/setup/phpgw_pl.lang
+++ b/preferences/setup/phpgw_pl.lang
@@ -1,76 +1,78 @@
-%1 - preferences preferences pl Ustawienia - %1
+%1 - preferences preferences pl %1 - Ustawienia
%1 hours preferences pl %1 godzin
12 hour preferences pl 12 godzinny
24 hour preferences pl 24 godzinny
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
+a theme defines the colors and fonts used by the template. preferences pl Tematy służą do określenia kolorów i czcionek używanych w szablonie
acl grants have been updated preferences pl Uprawniena dostępu (ACL) zostały odnowione
-any listing in egw will show you this number of entries or lines per page. 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. Za wiele spowolni dość znacznie wyświetlanie stron, za mało spowoduje utrate przejrzystości informacji.
+any listing in egw will show you this number of entries or lines per page. to many slow down the page display, to less will cost you the overview. preferences pl Wszelkie listy w eGroupWare będą wyświetlać tutaj ustawioną liczbę wierszy na stronę. Za wiele spowolni dość znacznie wyświetlanie stron, za mało spowoduje utratę przejrzystości informacji.
are you sure you want to delete this category ? preferences pl Napewno skasować tę kategorie ?
+change a user password by passing the old and new passwords. returns true on success, false on failure. preferences pl Zmień hasło użytkownika podając stare i nowe hasło. Odpowiedź TRUE oznacza poprawną zmianę, podczas gdy FALSE związane jest z błędem.
change your password preferences pl Zmień swoje hasło
change your profile preferences pl Zmień swój profil
change your settings preferences pl Zmień swoje ustawienia
+click to select a color preferences pl Kliknij w celu wyboru koloru
+color preferences pl Kolor
country preferences pl Państwo
date format preferences pl Format daty
-default preferences pl domyślne ustawienia
+default preferences pl domyślne
default application preferences pl Domyślna aplikacja
default preferences preferences pl Ustawienia domyślne
delete categories preferences pl Kategorie domyślne
-description can not exceed 255 characters in length ! preferences pl Opis nie może przekraczać 255 znaków !
-do you prefer a 24 hour time format, or a 12 hour one with am/pm attached. preferences pl Czy preferujesz wyświetlanie godziny w formacie 24 godzinnym czy w 12 godzinnym z dołączeniem am/pm.
+description can not exceed 255 characters in length ! preferences pl Opis nie może przekraczać 255 znaków!
+do you prefer a 24 hour time format, or a 12 hour one with am/pm attached. preferences pl Czy preferujesz wyświetlanie godziny w formacie 24 godzinnym czy w 12 godzinnym z dołączeniem przed południem/po południu?
edit custom fields preferences pl Edytuj pola użytkownika
-enter your new password preferences pl Wprowadź swoje nowe hasło
+enter your new password preferences pl Wprowadź nowe hasło
+enter your old password preferences pl Wprowadź stare hasło
error: there was a problem finding the preference file for %1 in %2 preferences pl Wystąpił błąd: Nie znaleziono pliku z ustawieniami dla %1 w %2
+failed to change password. please contact your administrator. preferences pl Zmiana hasła nieudana. Proszę skontaktować się z administratorem.
forced preferences preferences pl Ustawienia wymuszone
-grant access preferences pl Nadaj prawa dostępu
help off preferences pl Wyłącz wyświetlanie pomocy
hours preferences pl godzin
how do you like to display accounts preferences pl Jak mają być wyświetlane konta użytkowników
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. 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. 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 many hours are you in front or after the timezone of the server. if you are in the same time zone as the server select 0 hours, else select your locale date and time. preferences pl Jaka jest różnica czasowa między Twoją strefą czasową a strefą serwera eGroupWare? Jeżeli znajdujesz się w tej samej strefie 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 Ile ikon aplikacji wyświetlać w głównym pasku na górze ekranu? Dodatkowe aplikacje będą dostępne z menu rozwijalnego, które wywołuje się klikając ikonę strzałki znajdującą się na prawym końcu menu.
how should egroupware display dates for you. preferences pl W jaki spsób eGroupWare powinien wyświetlać datę
+icon preferences pl Ikona
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.
+in which country are you. this is used to set certain defaults for you. preferences pl W jakim państwie się znajdujesz? eGroupWare użyje tego ustawienia do wyboru pewnych konfiguracji domyślnych.
interface/template selection preferences pl Wybór interfejsu/szablonu
-inv preferences pl Fakturacja
language preferences pl Język
max matches per page preferences pl Maksymalna liczba trafień na stronie
max number of icons in navbar preferences pl Maksymalna liczba ikonek w pasku nawigacji
-monitor newsgroups preferences pl Monitor grup dyskusyjnych
no default preferences pl Bez domyślnego
+note: this feature does *not* change your email password. this will preferences pl Zauważ: To ustawienie nie zmieni Twojego hasła konta poczty elektronicznej. Ono tylko
note: this feature does *not* change your email password. this will need to be done manually. preferences pl Uwaga. Te polecenie NIE zmienia hasła do twojej skrzynki pocztowej! Należy to zrobić ręcznie.
please, select a new theme preferences pl Proszę wybrać nowy temat
popup with search preferences pl Okno popup do szukania
re-enter your password preferences pl Wpisz hasło ponownie
+read prefs for the specified application. preferences pl Odczytaj preferencje dla wybranej aplikacji.
select different theme preferences pl Wybierz inny temat
-select displayed stocks preferences pl Wybór wyświetlanych spółek
-select headlines to display preferences pl Wybór serwisów wiadomości
select one preferences pl Wybierz jeden
-select the language of texts and messages within egroupware. some languages may not contain all messages, in that case you will see an english message. preferences pl Wybierz język tekstów i komunikatów wewnątrz eGroupWare. Niektóre języki nie zawierają wszelkich komunikatów. W takich wypadkach wyświetlane będą komunikaty w języku angielskim.
-selectbox preferences pl Box z wyborem
-set this to your convenience. for security reasons, you might not want to show your loginname in public. preferences pl Ustaw to według własnych upodobań. Ze względów na bezpieczeństwo twoich danych ewentualnie nie chciałbyś wyświetlać twojej nazwy użytkownika w publiczności.
-should the number of active sessions be displayed for you all the time. preferences pl Wyświetlać liczbe sesji aktywnych.
-should this help messages shown up always, when you enter the preferences or only on request. preferences pl Wyświetlać komunikaty i teksty pomocy przy każdym wywołaniu ustawień domyślie czy wyłącznie na żądanie.
-show current users on navigation bar preferences pl Wyświetlaj liczbę użytkowników
+select the language of texts and messages within egroupware. some languages may not contain all messages, in that case you will see an english message. preferences pl Wybierz język tekstów i komunikatów wewnątrz eGroupWare. Niektóre języki nie zawierają wszelkich komunikatów. W takich wypadkach wyświetlane będą komunikaty w języku angielskim.
+selectbox preferences pl Lista rozwijana
+selectbox with groupmembers common pl Lista rozwijana z członkami grup
+selectbox with primary group and search preferences pl Lista rozwijana z członkami grupy domyślnej i wyszukiwaniem
+set this to your convenience. for security reasons, you might not want to show your loginname in public. preferences pl Ustaw to według własnych upodobań. Ze względów bezpieczeństwa Twoich danych możesz nie chcieć pokazywać publicznie Twojej nazwy użytkownika.
+should the number of active sessions be displayed for you all the time. preferences pl Czy wyświetlać liczbę aktywnych sesji?
+should this help messages shown up always, when you enter the preferences or only on request. preferences pl Czy wyświetlać komunikaty i teksty pomocy przy każdym wywołaniu ustawień domyślnie czy wyłącznie na żądanie.
show helpmessages by default preferences pl Wyświetlaj pomoc domyślnie
show navigation bar as preferences pl Wyświetlaj pasek nawigacji jako
show number of current users preferences pl Wyświetlaj liczbe zalogowanych użytkowników
show text on navigation icons preferences pl Wyświetlaj tekst na ikonach nawigacji
show_more_apps common pl Wyświetl wiecej aplikacji
text only preferences pl Tylko tekst
-the default application will be started when you enter egroupware or click on the homepage icon. 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). preferences pl Aplikacja domyślna będzie wywoływana za każdym razem kiedy będziesz się rejestrował do eGroupWare lub wybierzesz ikonke srony głównej. Możesz także wyświetlać dane z kilku aplikacji na stronie głównej jeżeli nie wybierzesz żadnej domyślnej aplikacji w tym polu (wyświetlanie na stronie głównej jest ustawiane dla każdej aplikacji w jej menu ustawień oddzielnie).
-the selectbox shows all available users (can be very slow on big installs with many users). the popup can search users by name or group. preferences pl Box z wyborem pokazuje wszystkich użytkowników (może być bardzo wolne przy dużych ilościach użytkowników). Popup może szukać użytkowników według imienja lub adresu poczty elektronicznej.
+the default application will be started when you enter egroupware or click on the homepage icon. 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). preferences pl Aplikacja domyślna będzie wywoływana za każdym razem kiedy będziesz się rejestrował do eGroupWare lub wybierzesz ikonę strony głównej. Możesz także wyświetlać dane z kilku aplikacji na stronie głównej jeżeli nie wybierzesz żadnej domyślnej aplikacji w tym polu (wyświetlanie na stronie głównej jest ustawiane dla każdej aplikacji w jej menu ustawień oddzielnie).
+the old password is not correct preferences pl Wprowadzone stare hasło nie jest poprawne
+the selectbox shows all available users (can be very slow on big installs with many users). the popup can search users by name or group. preferences pl Rozwijana lista wyboru pokazuje wszystkich użytkowników (może być bardzo wolne przy dużej liczbie użytkowników). Okienko wyskakujące może szukać użytkowników według imienia lub adresu poczty elektronicznej.
the two passwords are not the same preferences pl Te dwa hasła nie są identyczne
theme (colors/fonts) selection preferences pl Wybór tematu (kolory/czcionki)
this server is located in the %1 timezone preferences pl Ten serwer znajduje się w strefie czasowej %1
time format preferences pl Format czasu
use default preferences pl Domyślne
users choice preferences pl Wybierają użytkownicy
-weather preferences pl Pogoda
-weather center preferences pl Centrum pogodowe
-weather preferences preferences pl Ustawienia pogody
which currency symbol or name should be used in egroupware. preferences pl Który symbol waluty powinien być użyty w eGroupWare
you can show the applications as icons only, icons with app-name or both. preferences pl Możesz wybrać wyświetlanie aplikacji w formie ikon, tekstów lub obydwojga.
you do not have permission to set acl's in this mode! preferences pl Nie posiadasz uprawnień do usawianie uprawnień dostępowych (ACL) w tym trybie!
diff --git a/preferences/setup/phpgw_pt-br.lang b/preferences/setup/phpgw_pt-br.lang
index bb7b79bb66..984b44b3c9 100644
--- a/preferences/setup/phpgw_pt-br.lang
+++ b/preferences/setup/phpgw_pt-br.lang
@@ -43,6 +43,7 @@ language preferences pt-br Idioma
max matches per page preferences pt-br Máximo de ocorręncias por página
max number of icons in navbar preferences pt-br Número máximo de ícones na barra de navegaçăo
no default preferences pt-br Sem padrăo
+no user-selection at all common pt-br Sem nenhuma seleçăo de usuário
note: this feature does *not* change your email password. this will preferences pt-br Atençăo: Esta funçăo NĂO altera sua senha de e-mail.
note: this feature does *not* change your email password. this will need to be done manually. preferences pt-br Nota: Esta funçăo NĂO altera sua senha de email. Vocę deverá fazer isto manualmente.
please, select a new theme preferences pt-br Por favor, selecione um novo tema
@@ -53,6 +54,7 @@ select different theme preferences pt-br Selecione um tema diferente
select one preferences pt-br Selecione um
select the language of texts and messages within egroupware. some languages may not contain all messages, in that case you will see an english message. preferences pt-br Selecione o idioma dos textos e mensagens do eGroupWare. Alguns idiomas podem estar incopletos, e neste caso aparecerá a mensagem original em inglęs seguida de um asterisco.
selectbox preferences pt-br Caixa de seleçăo
+selectbox with groupmembers common pt-br Caixa de seleçăo com usuários de grupo
selectbox with primary group and search preferences pt-br Caixa de seleçăo com grupo principal e busca
set this to your convenience. for security reasons, you might not want to show your loginname in public. preferences pt-br Selecione isto caso queira. Por razőes de segurança, vocę pode năo querer mostrar seu nome de usuário publicamente.
should the number of active sessions be displayed for you all the time. preferences pt-br O número de sessőes ativas deve ser mostrado todo o tempo.
@@ -66,12 +68,13 @@ text only preferences pt-br Somente texto
the default application will be started when you enter egroupware or click on the homepage icon. 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). preferences pt-br O aplicativo padrăo será iniciado quando vocę entrar no eGroupWare ou clicar no ícone página inicial. Vocę pode ter mais de um aplicativo padrăo mostrado na página inicial, caso năo seja especificado aqui (precisa ser configurado nas preferęncias de cada aplicativo)
the old password is not correct preferences pt-br A antiga senha năo está correta
the selectbox shows all available users (can be very slow on big installs with many users). the popup can search users by name or group. preferences pt-br A caixa de seleçăo mostra todos os usuários disponíveis (poderá causar lentidăo em instalaçőes com muitos usuários). Pela janela instantânea, é possível pesquisar usuários por nome ou grupo.
+the two last options limit the visibility of other users. there for they should be forced and apply not to administrators. common pt-br As duas últimas opçőes limitam a visibilidade dos outros usuários. Lá para eles deverá ser forçado e NĂO se aplica aos administradores.
the two passwords are not the same preferences pt-br As duas senhas năo săo iguais
theme (colors/fonts) selection preferences pt-br Seleçăo de tema (cores/fontes)
this server is located in the %1 timezone preferences pt-br Este servidor está localizado no fuso horário %1
time format preferences pt-br Formato do horário
-use default preferences pt-br usar o padrăo
-users choice preferences pt-br escolha do usuário
+use default preferences pt-br Usar o padrăo
+users choice preferences pt-br Escolha do usuário
when you say yes the home and logout buttons are presented as applications in the main top applcation bar. preferences pt-br Quando vocę selecionar Sim os botőes serăo colocados na barra de ferramentas ao topo do aplicativo.
which currency symbol or name should be used in egroupware. preferences pt-br Qual o simbolo monetário ou nome deve ser usado pelo eGroupWare.
write prefs for the specified application. preferences pt-br Gravar preferęncias para o aplicativo específico
diff --git a/resources/setup/phpgw_pl.lang b/resources/setup/phpgw_pl.lang
index 20f59d5925..3b90038853 100644
--- a/resources/setup/phpgw_pl.lang
+++ b/resources/setup/phpgw_pl.lang
@@ -18,13 +18,14 @@ category: resources pl Kategoria
check all resources pl Zaznacz wszysto
choose categories admin resources pl wybierz kategorie administratora
clear selection resources pl odhacz wybrane elementy
-configure access permissions resources pl Konfiguruj Prawa Dostępu
+configure access permissions admin pl Konfiguruj Prawa Dostępu
create new accessory for this resource resources pl Utwórz nowe akcesoriu dla tego zasobu
create new links resources pl Utwórz nowe odsyłacze
delete selected resources resources pl usuń wybrane zasoby
delete this entry resources pl Usuń ten wpis
description (short) resources pl Opis (krótki)
direct booking permissions resources pl Pozwolenie na bezpośrednią rezerwacje
+don't use vfs (this will need a symlink --> see readme) resources pl Nie używaj 'VFS' (to będzie wymagać odnośników symbolicznych --> patrz README)
edit this entry resources pl Edytuj ten wpis
existing links resources pl Istniejące odsyłacze
general resources pl Ogólnie
@@ -34,6 +35,8 @@ how many of the resources are useable? resources pl jaka ilo
how many of them are useable? resources pl Ile z nich jest do użytku?
how many of this resource are usable resources pl Jaka ilość tego zasobu jest do użytku?
how many of this resource exists resources pl Jaka ilość tego zasobu istnieje
+implies booking permission resources pl implikuje prawa rezerwacji
+implies read permission resources pl implikuje prawa odczytu
information about storage resources pl Informacje o przechowywaniu
informations about the location of resource resources pl Informacje o lokalizacji zsobu
inventory number resources pl Numer inwentarza
@@ -56,6 +59,7 @@ picture source resources pl
picture type is not supported, sorry! resources pl Ten rodzaj obrazu nie jest wspierany, przykro nam!
pictures or resource resources pl Obrazy zasobu
planer resources pl planer
+prizeing information for booking or buying resources pl Informacje na temat ceny wynajmu lub zakupu
quantity resources pl Ilość
quantity of resource resources pl Ilość zasobu
quantity: resources pl Ilość
diff --git a/setup/lang/phpgw_es-es.lang b/setup/lang/phpgw_es-es.lang
index 17ee3d32cd..3cef37cf7e 100644
--- a/setup/lang/phpgw_es-es.lang
+++ b/setup/lang/phpgw_es-es.lang
@@ -92,6 +92,7 @@ because it depends upon setup es-es porque depende de
because it is not a user application, or access is controlled via acl setup es-es porque no es una aplicación de usuario, o el acceso está controlado por ACL
because it requires manual table installation, or the table definition was incorrect setup es-es porque requiere de instalación manual de las tablas, o la definición de la tabla fue incorrecta
because it was manually disabled setup es-es porque se desactivó manualmente
+because its sources are missing setup es-es porque falta su código fuente
because of a failed upgrade or install setup es-es porque ocurrió un fallo al actualizar o instalar
because of a failed upgrade, or the database is newer than the installed version of this app setup es-es porque falló la actualización, o la base de datos es más reciente que la versión instalada de esta aplicación
because the enable flag for this app is set to 0, or is undefined setup es-es porque el indicador de "habilitada" de esta aplicación está a 0, o no está definido
@@ -270,6 +271,7 @@ host,{imap | pop3 | imaps | pop3s},[domain],[{standard(default)|vmailmgr = add d
host/ip domain controler setup es-es Servidor/IP del controlador de dominio
hostname/ip of database server setup es-es Nombre del servidor o dirección IP del servidor de la base de datos
hour (0-24) setup es-es hora (0-24)
+however the tables are still in the database setup es-es Sin embargo, las tablas todavía están en la base de datos
however, the application is otherwise installed setup es-es De todas formas, la aplicación fué instalada
however, the application may still work setup es-es Sin embargo, puede que la aplicación todavía funcione
if no acl records for user or any group the user is a member of setup es-es Si no hay registros ACL ni grupo para el usuario, entonces es miembro de
@@ -488,6 +490,7 @@ skip the installation tests (not recommended) setup es-es Omitir las pruebas de
smtp server hostname or ip address setup es-es Nombre del servidor SMTP o dirección IP
smtp server port setup es-es Puerto del servidor SMTP
some or all of its tables are missing setup es-es Algunas o todas de sus tablas no se encuentran
+sources deleted/missing setup es-es El código fuente falta o ha sido borrado
sql encryption type setup es-es Tipo de cifrado SQL para contraseńas (predeterminado - md5)
standard (login-name identical to egroupware user-name) setup es-es estándar (el usuario es idéntico al de eGroupWare)
standard mailserver settings (used for mail authentication too) setup es-es Configuración del servidor de correo estándar (también se usa para identificación de correo)
@@ -579,6 +582,7 @@ view setup es-es Ver
virtual mail manager (login-name includes domain) setup es-es Gestor de correo virtual (el nombre de usuario incluye el dominio)
warning! setup es-es ĄAviso!
we can proceed setup es-es Podemos proceder
+we could not determine the version of %1, please make sure it is at least %2 setup es-es No se ha podido determinar la versión de %1. Por favor, asegúrese de es al menos %2
we will automatically update your tables/records to %1 setup es-es Actualizaremos automáticamente sus tablas/registros a %1
we will now run a series of tests, which may take a few minutes. click the link below to proceed. setup es-es Ahora se ejecutarán una serie de pruebas, que pueden durar unos pocos minutos. Pulse el enlace de debajo para proceder.
welcome to the egroupware installation setup es-es Bienvenido a la instalación de eGroupWare
@@ -618,6 +622,7 @@ you need to configure egroupware: setup es-es Necesita configurar eGroupWare:
you need to fix the above errors, before the configuration file header.inc.php can be written! setup es-es ĄNecesita corregir los errores de arriba, antes de que se pueda escribir el fichero de configuración header.inc.php!
you need to save the settings you made here first! setup es-es ĄNecesita guardar la configuración que ha hecho primero!
you need to select your current charset! setup es-es ĄNecesita seleccionar el juego de caracteres!
+you should either install the sources or uninstall it, to get rid of the tables setup es-es Tiene que instalar el código fuente o desinstalarlo para deshacerse de las tablas
you should either uninstall and then reinstall it, or attempt manual repairs setup es-es Usted puede desinstalarla y volverla a instalar, o puede intentar una reparación manual
you will not be able to log into egroupware using php sessions: "session could not be verified" !!! setup es-es ĄĄNO podrá iniciar sesión en eGroupWare usando sesiones PHP: "la sesión no se pudo verificar"!!
you're using an old configuration file format... setup es-es Está usando un fichero de configuración con formato antiguo
@@ -632,6 +637,7 @@ your files directory '%1' %2 setup es-es Su directorio de ficheros '%1' %2
your header admin password is not set. please set it now! setup es-es La contraseńa de administrador de cabeceras no está configurada. Por favor, ponga una ahora.
your header.inc.php needs upgrading. setup es-es Su header.inc.php necesita actualización
your header.inc.php needs upgrading.warning! make backups! setup es-es Su header.inc.php necesita actualización.ĄATENCION! ĄHAGA COPIAS DE SEGURIDAD!
+your installed version of %1 is %2, required is at least %3, please run: setup es-es La versión instalada de %1 es %2. Se requiere al menos %2, por lo que por favor, ejecute:
your php installation does not have appropriate gd support. you need gd library version 1.8 or newer to see gantt charts in projects. setup es-es Su instalación de PHP no tiene el soporte apropiado de GD. Necesita la versión 1.8 de la librería gd o superior para ver diagramas de Gantt en los proyectos.
your tables are current setup es-es Sus tablas están actualizadas
your tables will be dropped and you will lose data setup es-es ĄĄSus tablas serán eliminadas y usted perderá la información que hubiese en ellas!!
diff --git a/setup/lang/phpgw_fi.lang b/setup/lang/phpgw_fi.lang
index 9d393ebc68..24cadba201 100644
--- a/setup/lang/phpgw_fi.lang
+++ b/setup/lang/phpgw_fi.lang
@@ -17,8 +17,13 @@ access denied: wrong username or password for manage-header !!! setup fi P
access denied: wrong username or password to configure the domain '%1(%2)' !!! setup fi Pääsy estetty: Väärä käyttäjätunnus tai salasana toimialueen '%1(%2)' konfigurointitiedostoon !!!
accounts existing setup fi Käyttäjätunnuksia on olemassa
actions setup fi Toimenpiteet
+activate safe password check setup fi Aktivoi salasanan turvallisuuden tarkistus
add auto-created users to this group ('default' will be attempted if this is empty.) setup fi Lisää automaattisesti luodut käyttäjätunnukset tähän ryhmään (käytetään ryhmää 'default', jos et määrittele)
add new database instance (egw domain) setup fi Lisää uusi tietokanta instanssi (EGW domain)
+add or edit a domain: [domain-name(default)],[db-name(egroupware)],[db-user(egroupware)],db-password,[db-type(mysql)],[db-host(localhost)],[db-port(db specific)],[config-user(as header)],[config-passwd(as header)] setup fi Lisää tai muokkaa domainia:
+[domain-name(default)],[db-name(egroupware)],[db-user(egroupware)],db-password,[db-type(mysql)],[db-host(localhost)],[db-port(db specific)],[config-user(as header)],[config-passwd(as header)]
+adding, editing or deleting an egroupware domain / database instance: setup fi Lisääminen, muokkaaminen tai poistaminen eGroupWaren domainin / tietokannan instanssissa:
+additional options and there defaults (in brackets) setup fi Lisämääritteet ja niiden oletusarvot (hakasulkeissa)
additional settings setup fi Lisäasetukset
admin account successful created. setup fi Ylläpitäjätunnus luotu onnistuneesti
admin email address setup fi Ylläpitäjän sähköpostiosoite
@@ -38,7 +43,7 @@ all users setup fi Kaikki k
allow authentication via cookie setup fi Salli käyttäjätunnistus evästeistä
analysis setup fi Analyysi
and is up to date setup fi on päivitetty
-and reload your webserver, so the above changes take effect !!! setup fi ja käynnistä www-palvelin uudellen, jotta asetukset tulevat käyttöön !!!
+and reload your webserver, so the above changes take effect !!! setup fi ja käynnistä www-palvelin uudelleen, jotta asetukset tulevat käyttöön !!!
app details setup fi Sovelluksen tiedot
app install/remove/upgrade setup fi Sovelluksen asennus/poistaminen/päivitys
app process setup fi Sovelluksen prosessi
@@ -86,7 +91,9 @@ because of a failed upgrade or install setup fi ep
because of a failed upgrade, or the database is newer than the installed version of this app setup fi epäonnistuneesta päivityksestä johtuen, tai koska tietokanta on uudenpi kuin sovelluksen asennettu versio
because the enable flag for this app is set to 0, or is undefined setup fi koska tämän sovelluksen käyttömääritys on 0 tai määrittelemätön
bottom setup fi alas
+but we highly recommend backing up your tables in case the script causes damage to your data.these automated scripts can easily destroy your data. setup fi mutta suosittelemme vahvasti varmuuskopion ottamista tauluistasi, siltä varalta että skripti vahingoittaa tietokantaasi.Automaattiset skriptit voivat helposti poistaa tietosi.
cancel setup fi Peruuta
+cannot create the header.inc.php due to file permission restrictions. instead you can %1 or %2 the file. setup fi header.inc.php tiedostoa ei voida luoda, johtuen käyttöoikeuksista. Sen sijaan voit %1 tai %2 tiedoston.
change system-charset setup fi Muuta järjestelmän merkistöä
charset setup fi ISO-8859-15
charset to convert to setup fi Merkistö, johon konvertoidaan
@@ -103,6 +110,7 @@ checking pear%1 is installed setup fi Tarkistetaan onko PEAR%1 asennettu
checking php.ini setup fi Tarkistetaan tiedostoa php.ini
checking required php version %1 (recommended %2) setup fi Tarkistetaan tarvittava PHP versio %1 (suositellaan %2)
checking the egroupware installation setup fi eGroupWaren asennuksen tarkistus
+checks egroupware's installed, it's versions and necessary upgrads (return values see --exit-codes) setup fi tarkistaa eGroupWaren asennukset, niiden versiot ja tarvittavat päivitykset (palautus arvot, katso --exit-codes)
click here to return to setup. setup fi Napsauta tästä palataksesi asennukseen.
click here setup fi Napsauta tästä
click here to re-run the installation tests setup fi Napsauta tähän, jos haluat ajaa asennustestin uudelleen
@@ -122,6 +130,7 @@ contain setup fi sis
continue setup fi Jatka
continue to the header admin setup fi Jatka Header-ylläpitoon
convert setup fi Konvertoi
+convert backup to charset selected above setup fi Konvertoi varmuuskopion merkistö valitsemaksesi
could not open header.inc.php for writing! setup fi Tiedostoa header.inc.php ei voi kirjoittaa!
country selection setup fi Maan valinta
create setup fi Luo
@@ -130,17 +139,29 @@ create admin account setup fi Luo yll
create database setup fi Luo tietokanta
create demo accounts setup fi Luo demotunnukset
create one now setup fi Luo nyt
+create or edit the egroupware configuration file: header.inc.php: setup fi Luo tai muokkaa eGroupWaren asetustiedosto: header.inc.php
create the empty database - setup fi Luo tyhjä tietokanta -
create the empty database and grant user permissions - setup fi Luo tyhjä tietokanta ja anna käyttöoikeudet -
create your header.inc.php setup fi Luo header.inc.php
created setup fi luotu
created header.inc.php! setup fi Luotiin header.inc.php!
+creates an admin user: domain(default),[config user(admin)],password,username,password,[first name],[last name],[email] setup fi luodaan pääkäyttäjä: domain(default),[config user(admin)],password,username,password,[first name],[last name],[email]
creating tables setup fi Luodaan tauluja
+creation of %1 in %2 failed !!! setup fi %1 luominen %2:ssa epäonnistui !!!
+current configuration: setup fi Nykyiset asetukset:
current system-charset setup fi Nykyinen järjestelmän merkistö
+current system-charset is %1. setup fi Nykyisen järjestelmän merkistö on %1
current version setup fi Nykyinen versio
currently installed languages: %1 setup fi Asennetut kielet: %1
+cyrus imap: admin user,password setup fi Cyrus IMAP: pääkäyttäjä, salasana
+database setup fi Tietokanta
+database instance (egw domain) setup fi Tietokannan instanssi (eGW domain)
+database is version %1 and up to date. setup fi tietokanta on versiosta %1 ja se päivitetään.
database successfully converted from '%1' to '%2' setup fi Tietokanta on konvertoitu versiosta '%1' versioon '%2'
datetime port. if using port 13, please set firewall rules appropriately before submitting this page. (port: 13 / host: 129.6.15.28) setup fi Datetime-portti. Jos käytät porttia 13, määrittele palomuuriasetukset oikein ennen kuin lähetät tämän lomakkeen tiedot. (Port: 13 / Host: 129.6.15.28)
+day setup fi päivä
+day of week (0-6, 0=sunday) setup fi viikonpäivä (0-6, 0=sunnuntai)
+db backup and restore setup fi Tietokannan varmuuskopiointi ja palautus
db host setup fi Tietokantapalvelin
db name setup fi Tietokannan nimi
db password setup fi Tietokannan salasana
@@ -149,6 +170,7 @@ db root password setup fi Tietokannan p
db root username setup fi Tietokannan pääkäyttäjän tunnus
db type setup fi Tietokannan tyyppi
db user setup fi Tietokannan käyttäjätunnus
+default setup fi suositeltava oletusarvo
default file system space per user/group ? setup fi Käyttäjän / ryhmän kiintolevytilan oletus ?
delete setup fi Poista
delete all existing sql accounts, groups, acls and preferences (normally not necessary)? setup fi Poista kaikki olemassaolevat SQL-käyttäjätunnukset, ryhmät, käyttöoikeudet ja asetukset?
@@ -170,12 +192,17 @@ domain setup fi Toimialue
domain '%1' does not exist !!! setup fi Toimialuetta '%1' ei löydy !!!
domain name setup fi Toimialueen nimi
domain select box on login setup fi Toimialueen valinta sisäänkirjautumissivulla
+domain(all),[config user(admin)],password,[file-name(default: backup-dir/db_backup-yyyymmddhhii)] setup fi domain(all),[config user(admin)],password,[file-name(default: backup-dir/db_backup-YYYYMMDDHHii)
+domain(default),[config user(admin)],password,[backup to install],[charset(default depends on language)] setup fi domain(default),[config user(admin)],password,[backup to install],[charset(oletus riippuu käytettävästä kielestä]
+domain-name setup fi Domainnimi
dont touch my data setup fi Älä koske dataan
download setup fi Lataa
edit current configuration setup fi Muokkaa konfiguraatiota
edit your existing header.inc.php setup fi Muokka header.inc.php-tiedostoa
edit your header.inc.php setup fi Muokkaa header.inc.php-tiedostoa
egroupware administration manual setup fi eGroupWaren ylläpidon ohje
+egroupware api needs a database (schema) update from version %1 to %2! setup fi eGroupWare API edellyttää tietokannan (schema) päivittämistä versiosta %1 versioon %2
+egroupware api version %1 found. setup fi eGroupWare API versio %1 löydetty
enable for extra debug-messages setup fi näytä tarkemmat debuggausviestit
enable mcrypt setup fi Ota MCrypt käyttöön
enter some random text for app session encryption setup fi Anna hieman satunnaisia merkkejä sovellusistunnon salaukseen
@@ -482,3 +509,6 @@ your header.inc.php needs upgrading.warning! charset to use (use utf-8 if you plan to use languages with different charsets): setup sk Akú znakovú sadu použiť (ak plánujete používať jazyky s rozličnými znakovými sadami, zvoľte utf-8)
-access denied: wrong username or password for manage-header !!! setup sk Prístup odopretý: chybné používateľské meno alebo heslo pre správu hlavičiek!!!
-access denied: wrong username or password to configure the domain '%1(%2)' !!! setup sk Prístup odopretý: chybné používateľské meno alebo heslo pre konfiguráciu domény '%1(%2)' !!!
-account repository need to be set to the one you migrate to! setup sk Repozitár účtov musí byť nastavený na jeden z tých, do ktorých migrujete!
+access denied: wrong username or password for manage-header !!! setup sk Prístup bol odmietnutý: chybné používateľské meno alebo heslo pre správu hlavičiek!!!
+access denied: wrong username or password to configure the domain '%1(%2)' !!! setup sk Prístup bol odmietnutý: chybné používateľské meno alebo heslo pre konfiguráciu domény '%1(%2)' !!!
+account repository need to be set to the one you migrate to! setup sk Zdroj účtov musí byť nastavený na jeden z tých, do ktorých migrujete!
accounts existing setup sk Existujúce účty
actions setup sk Akcie
activate safe password check setup sk Aktivovať voľbu ukladania hesla
add auto-created users to this group ('default' will be attempted if this is empty.) setup sk Automaticky vytvorených používateľov priradiť do tejto skupiny (ak prázdne, použije sa 'Predvolená').
add new database instance (egw domain) setup sk Pridať novú databázovú inštanciu (eGW domain)
add or edit a domain: [domain-name(default)],[db-name(egroupware)],[db-user(egroupware)],db-password,[db-type(mysql)],[db-host(localhost)],[db-port(db specific)],[config-user(as header)],[config-passwd(as header)] setup sk pridať alebo upraviť doménu: [domain-name(default)],[db-name(egroupware)],[db-user(egroupware)],db-password,[db-type(mysql)],[db-host(localhost)],[db-port(db specific)],[config-user(as header)],[config-passwd(as header)]
-adding, editing or deleting an egroupware domain / database instance: setup sk Pridanie, úprava alebo vymazanie domény eGroupWare / databázovej inštancie:
-additional options and there defaults (in brackets) setup sk Prídavné voľby a tam predvolené (v hranatých zátvorkách)
+adding, editing or deleting an egroupware domain / database instance: setup sk Pridanie, úprava alebo odstránenie domény eGroupWare / databázovej inštancie:
+additional options and there defaults (in brackets) setup sk Prídavné možnosti a tam predvolené (v hranatých zátvorkách)
additional settings setup sk Ďalšie nastavenia
admin account successful created. setup sk Správcovský účet bol úspešne vytvorený.
-admin email address setup sk Správcova emailová adresa
+admin email address setup sk Správcova E-mailová adresa
admin first name setup sk Správcovo krstné meno
admin last name setup sk Správcovo priezvisko
admin password setup sk Správcovo heslo
@@ -33,50 +33,50 @@ admin password to header manager setup sk Spr
admin user for header manager setup sk Správcov používateľský účet do Správy hlavičiek
admin username setup sk Správcovo používateľské meno
admins setup sk Správcovia
-after backing up your tables first. setup sk Až po zazálohovaní vašich tabuliek (databáz).
+after backing up your tables first. setup sk Až po zálohovaní Vašich tabuliek (databáz).
after retrieving the file, put it into place as the header.inc.php. then, click "continue". setup sk Po získaní súboru, uložte ho na miesto header.inc.php a kliknite na "pokračovať".
all applications setup sk všetky aplikácie
all core tables and the admin and preferences applications setup sk všetky základné tabuľky a správcovské a nastavovacie aplikácie
all exit codes of the command line interface setup sk všetky návratové kódy rozhrania príkazového riadku
all languages (incl. not listed ones) setup sk všetky jazyky (vrátane neuvedených)
all users setup sk Všetci používatelia
-allow authentication via cookie setup sk Povoliť autentifikáciu pomocou cookie
+allow authentication via cookie setup sk Povoliť overovanie pomocou cookie
allow password migration setup sk Povoliť migráciu hesiel
allowed migration types (comma-separated) setup sk Povolené typy migrácie (oddelené čiarkou)
alternatively domains can be accessed by logging in with username@domain . setup sk Alternatívne, k doménam sa dá pristupovať aj prihlásením pomocou používateľ@doména
analysis setup sk Analýza
and is up to date setup sk a je aktuálne
and reload your webserver, so the above changes take effect !!! setup sk A reloadnite si webserver, aby sa horeuvedené zmeny naozaj uplatnili!!!
-app details setup sk Detaily aplikácie
+app details setup sk Podrobnosti aplikácie
app install/remove/upgrade setup sk Aplikácia: Inštalácia/Odstránenie/Aktualizácia
app process setup sk Proces aplikácie
-application data setup sk Dáta aplikácie
+application data setup sk Údaje aplikácie
application list setup sk Zoznam aplikácií
application management setup sk Správa aplikácií
application name and status setup sk Názov a stav aplikácie
application name and status information setup sk Názov aplikácie a informácia o stave
application title setup sk Titulok aplikácie
application: %1, file: %2, line: "%3" setup sk Aplikácia: %1, Súbor: %2, Riadok: "%3"
-are you sure you want to delete your existing tables and data? setup sk Naozaj chcete zmazať vaše súčasné tabuľky a dáta?
+are you sure you want to delete your existing tables and data? setup sk Naozaj chcete odstrániť vaše súčasné tabuľky a dáta?
are you sure? setup sk STE SI ISTÍ?
at your request, this script is going to attempt to create the database and assign the db user rights to it setup sk Na vašu žiadosť, skript sa pokúsi vytvoriť databázu a priradiť prístupové práva k nej používateľovi db.
-at your request, this script is going to attempt to install a previous backup setup sk Na vašu žiadosť sa teraz skript pokúsi nainštalovať predchádzajúcu zálohu
+at your request, this script is going to attempt to install a previous backup setup sk Na vašu žiadosť sa teraz skript pokúsi nainštalovať predchádzajúcu zálohu.
at your request, this script is going to attempt to install the core tables and the admin and preferences applications for you setup sk Na vašu žiadosť, skript sa pokúsi nainštalovať základné tabuľky a správcovské a nastavovacie aplikácie.
at your request, this script is going to attempt to upgrade your old applications to the current versions setup sk Na vašu žiadosť, skript sa pokúsi aktualizovať vaše staré aplikácie na novšie verzie
at your request, this script is going to attempt to upgrade your old tables to the new format setup sk Na vašu žiadosť, skript sa pokúsi aktualizovať vaše staré tabuľky na nový formát
-at your request, this script is going to take the evil action of deleting your existing tables and re-creating them in the new format setup sk Na vašu žiadosť, skript vykoná deštruktívnu akciu: zmaže existujúce tabuľky a vytvorí ich v novom formáte
-at your request, this script is going to take the evil action of uninstalling all your apps, which deletes your existing tables and data setup sk Na vašu žiadosť, skript vykoná deštruktívnu akciu: odinštaluje všetky aplikácie, čo zmaže všetky existujúce tabuľky a dáta
+at your request, this script is going to take the evil action of deleting your existing tables and re-creating them in the new format setup sk Na vašu žiadosť, skript vykoná deštruktívnu akciu: odstráni existujúce tabuľky a vytvorí ich v novom formáte
+at your request, this script is going to take the evil action of uninstalling all your apps, which deletes your existing tables and data setup sk Na vašu žiadosť, skript vykoná deštruktívnu akciu: odinštaluje všetky aplikácie, čo odstráni všetky existujúce tabuľky a dáta
attempt to use correct mimetype for ftp instead of default 'application/octet-stream' setup sk Pokúsiť sa používať správny MIME typ pre FTP namieste predvoleného 'application/octet-stream'
-authentication / accounts setup sk Autentifikácie / Účty
-auto create account records for authenticated users setup sk Automaticky vytvoriť účtové záznamy pre autentifikovaných používateľov
+authentication / accounts setup sk Overovanie / Účty
+auto create account records for authenticated users setup sk Automaticky vytvoriť účtové záznamy pre overených používateľov
auto login anonymous user setup sk Automaticky prihlásiť anonymného používateľa
auto-created user accounts expire setup sk Automaticky vytvorený používateľský účet vyprší
available version setup sk Dostupná verzia
back to the previous screen setup sk Naspäť na predchádzajúcu stránku
back to user login setup sk Naspäť na prihlásenie používateľa
back's up your db now, this might take a few minutes setup sk vykoná okamžitú zálohu vašej databázy, potrvá to zopár minút
-backup '%1' deleted setup sk záloha '%1' zmazaná
-backup '%1' renamed to '%2' setup sk záloha '%1' premenovaná na '%2'
+backup '%1' deleted setup sk záloha '%1' bola odstránená
+backup '%1' renamed to '%2' setup sk záloha '%1' bola premenovaná na '%2'
backup '%1' restored setup sk záloha '%1' obnovená
backup and restore setup sk zálohy a obnova
backup failed setup sk Zálohovanie sa nepodarilo
@@ -90,6 +90,7 @@ because it depends upon setup sk preto
because it is not a user application, or access is controlled via acl setup sk pretože nie je používateľskou aplikáciou, alebo je prístup kontrolovaný cez ACL
because it requires manual table installation, or the table definition was incorrect setup sk pretože vyžaduje ručnú inštaláciu tabuliek, alebo je tabuľka chybne definovaná
because it was manually disabled setup sk pretože bola manuálne vypnutá
+because its sources are missing setup sk pretože jej zdroje chýbajú
because of a failed upgrade or install setup sk pretože aktualizácia alebo inštalácia zlyhala
because of a failed upgrade, or the database is newer than the installed version of this app setup sk pretože aktualizácia zlyhala, alebo je databáza novšia než nainštalovaná verzia aplikácie
because the enable flag for this app is set to 0, or is undefined setup sk pretože príznak zapnutia pre túto aplikáciu je nastavený na 0 alebo nie je nastavený vôbec
@@ -117,18 +118,18 @@ checks egroupware's installed, it's versions and necessary upgrads (return value
click here to return to setup. setup sk kliknite sem pre návrat do Inštalátora.
click here setup sk Kliknite sem
click here to re-run the installation tests setup sk Kliknite sem pre znovuspustenie inštalačných testov
-comma separated ip-addresses or host-names, default access to setup from everywhere setup sk čiarkou oddelené ip-adresy alebo host-names, predvolene je prístup k setup odhocikiaľ
+comma separated ip-addresses or host-names, default access to setup from everywhere setup sk čiarkou oddelené ip-adresy alebo host-names, predvolene je povolený prístup k aplikácii setup odkiaľkoľvek
completed setup sk Hotovo
config password setup sk Heslo pre Konfiguráciu
config username setup sk Používateľské meno pre Konfiguráciu
configuration setup sk Konfigurácia
-configuration changed. setup sk Konfigurácia zmenená.
+configuration changed. setup sk Konfigurácia bola zmenená.
configuration completed setup sk Konfigurácia - hotovo
configuration errors: setup sk Konfiguračné chyby:
configuration password setup sk Heslo pre Konfiguráciu
configuration user setup sk Používateľské meno pre Konfiguráciu
configure now setup sk Konfiguruj teraz
-confirm to delete this backup? setup sk Naozaj zmazať túto zálohu?
+confirm to delete this backup? setup sk Naozaj odstrániť túto zálohu?
contain setup sk obsahuje
continue setup sk Pokračovať
continue to the header admin setup sk Pokračovať k Správcovi hlavičiek
@@ -165,6 +166,7 @@ datetime port. if using port 13, please set firewall rules appropriately be
day setup sk deň
day of week (0-6, 0=sunday) setup sk deň v týždni (0-6, 0=nedeľa)
db backup and restore setup sk DB zálohy a obnova
+db host setup sk DB stroj
db name setup sk DB názov
db password setup sk DB heslo
db port setup sk DB port
@@ -176,9 +178,9 @@ default setup sk odpor
default file system space per user/group ? setup sk Predvolený priestor v súborovom systéme na používateľa/skupinu?
delete setup sk Zmazať
delete all existing sql accounts, groups, acls and preferences (normally not necessary)? setup sk Zmazať všetky existujúce SQL účty, skupiny, ACL (prístupové práva) a nastavenia? Zväčša to nie je nevyhnutné.
-delete all my tables and data setup sk Zmaž všetky moje tabuľky a dáta
-delete all old languages and install new ones setup sk Zmaž všetky staré jazyky a nainštaluj nové
-deleting tables setup sk Mažem tabuľky
+delete all my tables and data setup sk Odstráň všetky moje tabuľky a dáta
+delete all old languages and install new ones setup sk Odstráň všetky staré jazyky a nainštaluj nové
+deleting tables setup sk Odstraňujem tabuľky
demo server setup setup sk Nastavenie testovacieho (demo) servera
deny access setup sk Zakáž prístup
deny all users access to grant other users access to their entries ? setup sk Zakázať všetkým používateľom možnosť, aby pridelili právo iným používateľom pre vstup do svojich záznamov?
@@ -205,7 +207,7 @@ egroupware api needs a database (schema) update from version %1 to %2! setup sk
egroupware api version %1 found. setup sk Našlo sa eGroupWare API verzie %1.
egroupware configuration file (header.inc.php) does not exist. setup sk konfiguračný súbor eGroupWare (header.inc.php) NEexistuje.
egroupware configuration file (header.inc.php) version %1 exists%2 setup sk konfiguračný súbor eGroupWare (header.inc.php) verzie %1 existuje%2.
-egroupware configuration file header.inc.php already exists, you need to use --edit-header or delete it first! setup sk konfiguračný súbor eGroupWare (header.inc.php) už existuje, musíte použiť --edit-header alebo ho najskôr zmazať!
+egroupware configuration file header.inc.php already exists, you need to use --edit-header or delete it first! setup sk konfiguračný súbor eGroupWare (header.inc.php) už existuje, musíte použiť --edit-header alebo ho najskôr odstrániť!
egroupware domain/instance %1(%2): setup sk eGroupWare doména/inštancia %1(%2):
egroupware is already installed! setup sk eGroupWare je už nainštalovaný!
egroupware sources in '%1' are not complete, file '%2' missing !!! setup sk Zdroje eGroupWare v '%1' sú neúplné, súbor '%2' chýba !!!
@@ -236,11 +238,11 @@ failed writing configuration file header.inc.php, check the permissions !!! setu
false setup sk NIE
file setup sk Súbor
file type, size, version, etc. setup sk typ súboru, veľkosť, verzia, atď.
-file uploads are switched off: you can not use any of the filemanagers, nor can you attach files in several applications! setup sk Nahrávanie súborov je vypnuté: NEmôžete používať žiadneho správcu súborov, ani priložiť súbory v niektorých aplikáciách!
+file uploads are switched off: you can not use any of the filemanagers, nor can you attach files in several applications! setup sk Odovzdávanie súborov je vypnuté: NEmôžete používať žiadneho správcu súborov, ani priložiť súbory v niektorých aplikáciách!
filename setup sk názov súboru
filesystem setup sk Súborový systém
force selectbox setup sk Vynúť menu pre výber
-found existing configuration file. loading settings from the file... setup sk Našiel som existujúci konfiguračný súbor. Nahrávam z neho nastavenia...
+found existing configuration file. loading settings from the file... setup sk Našiel som existujúci konfiguračný súbor. Načítavam z neho nastavenia...
give admin access to all installed apps setup sk Dať správcovi prístup ku všetkým nainštalovaným aplikáciám
gives further options setup sk dáva ďalšie možnosti
go back setup sk Naspäť
@@ -311,7 +313,7 @@ logout setup sk Odhl
mail domain (for virtual mail manager) setup sk Poštová doména (pre virtuálneho emailového manažéra)
mail server login type setup sk Typ prihlásenia poštového servera
mail server protocol setup sk Protokol poštového servera
-make sure that your database is created and the account permissions are set setup sk Uistite sa, že vaša databáza je už vytvorená a prístupové práva účtov nastavené
+make sure that your database is created and the account permissions are set setup sk Uistite sa, že vaša databáza je už vytvorená a prístupové oprávnenia účtov nastavené
manage applications setup sk Správa aplikácií
manage languages setup sk Správa jazykov
manual / help setup sk Manuál / pomocník
@@ -324,7 +326,7 @@ mcrypt mode (default cbc) setup sk MCrypt re
mcrypt settings (requires mcrypt php extension) setup sk Nastavenia MCrypt (vyžaduje mcrypt PHP rozšírenie)
mcrypt version setup sk Verzia MCrypt
memory_limit is set to less than 16m: some applications of egroupware need more than the recommend 8m, expect occasional failures setup sk pamäťový limit je nastavený na menej než 16M; niektoré aplikácie v eGroupWare potrebujú viac než odporúčaných 8M, okrem výnimočných zlyhaní
-migration between egroupware account repositories setup sk Migrácia medzi repozitármi eGroupWare účtov
+migration between egroupware account repositories setup sk Migrácia medzi zdrojmi eGroupWare účtov
minimum account id (e.g. 500 or 100, etc.) setup sk Najmenšie ID účtu (napr. 500 alebo 100, atď.)
minute setup sk minúta
missing or uncomplete mailserver configuration setup sk Chýbajúce alebo neúplné nastavenie poštového servera
@@ -366,10 +368,10 @@ or %1continue to the header admin%2 setup sk alebo %1Pokra
or http://webdav.domain.com (webdav) setup sk alebo http://webdav.domain.com (WebDAV)
or we can attempt to create the database for you: setup sk Alebo sa môžem pokúsiť vytvoriť vašu databázu:
or you can install a previous backup. setup sk Alebo môžete nainštalovať predchádzajúcu zálohu
-password for smtp-authentication setup sk Heslo pre SMTP autentifikáciu
+password for smtp-authentication setup sk Heslo pre SMTP overovanie
password needed for domain configuration. setup sk Heslo potrebné pre konfiguráciu domény
password of db user setup sk Heslo db používateľa
-passwords did not match, please re-enter setup sk Heslá nesedia, prosím zadajte znovu
+passwords did not match, please re-enter setup sk Heslá sa nezhodujú, prosím zadajte znovu
path (not url!) to your egroupware installation. setup sk Cesta (nie URL!) k vašej inštalácii eGroupWare.
path information setup sk Informácia o ceste
path of egroupware install directory (default auto-detected) setup sk cesta k inštalačnému adresáru eGroupWare (predvolené: autodetekcia)
@@ -395,7 +397,7 @@ possible solutions setup sk Mo
post-install dependency failure setup sk Poinštalačné zlyhanie závislostí
postgres: leave it empty to use the prefered unix domain sockets instead of a tcp/ip connection setup sk Postgres: Ak ponecháte prázdne, použijú sa uprednostnené unix domain socket-y namiesto tcp/ip spojenia
potential problem setup sk Možný problém
-preferences setup sk Nastavenia
+preferences setup sk Predvoľby
problem resolution setup sk Vysvetlenie problému
process setup sk Proces
re-check my database setup sk Znovu skontrolovať databázu
@@ -418,7 +420,7 @@ restore setup sk Obnovi
restore failed setup sk Obnova sa nepodarila
restore finished setup sk obnova dokončená
restore started, this might take a few minutes ... setup sk obnova sa začala, potrvá to zopár minút...
-restoring a backup will delete/replace all content in your database. are you sure? setup sk Obnova zo zálohy zmaže/prepíše celý obsah databázy. Ste si istí?
+restoring a backup will delete/replace all content in your database. are you sure? setup sk Obnova zo zálohy odstráni/prepíše celý obsah databázy. Ste si istí?
return to setup setup sk Návrat do Inštalátora
run a database schema update (if necessary): domain(all),[config user(admin)],password setup sk Spustiť aktualizácie databázovej schémy, ak je nevyhnutné: domain(all),[config user(admin)],password
run installation tests setup sk Vykonať inštalačné testy
@@ -441,12 +443,12 @@ select which group(s) will be imported (group membership will be maintained) set
select which group(s) will be modified (group membership will be maintained) setup sk Vyberte, ktorá skupina/skupiny sa upraví/ia (členstvo v skupine sa zachová)
select which languages you would like to use setup sk Vyberte, ktoré jazyky budete používať
select which method of upgrade you would like to do setup sk Vyberte, ktorou metódou chcete aktualizovať
-select which type of authentication you are using setup sk Vyberte, aký typ autentifikácie používate
+select which type of authentication you are using setup sk Vyberte, aký typ overovania používate
select which user(s) will also have admin privileges setup sk Vyberte ďalších používateľov, ktorí majú dostať správcovské oprávnenia
-select which user(s) will be exported setup sk Vyberte, ktorý/í používateľ/lia sa vyexportuje/ú
-select which user(s) will be imported setup sk Vyberte, ktorý/í používateľ/lia sa naimportuje/ú
-select which user(s) will be modified setup sk Vyberte, ktorý/í používateľ/lia sa upraví/ia
-select which user(s) will have admin privileges setup sk Vyberte, ktorý/í používateľ/lia dostane/ú správcovské oprávnenia
+select which user(s) will be exported setup sk Vyberte, ktorí používatelia sa vyexportujú
+select which user(s) will be imported setup sk Vyberte, ktorí používatelia sa naimportujú
+select which user(s) will be modified setup sk Vyberte, ktorí používatelia sa upravia
+select which user(s) will have admin privileges setup sk Vyberte, ktorí používatelia dostanú správcovské oprávnenia
select your old version setup sk Vyberte vašu starú verziu
selectbox setup sk Výberové menu
sessions type setup sk Typ sedenia
@@ -467,7 +469,7 @@ smtp server port setup sk Port servera SMTP
some or all of its tables are missing setup sk Chýbajú niektoré alebo všetky jeho tabuľky
sql encryption type setup sk Typ SQL kryptovania pre heslá (predvolené - md5)
standard (login-name identical to egroupware user-name) setup sk štandardné (prihlasovacie meno totožné s používateľským menom eGroupWare)
-standard mailserver settings (used for mail authentication too) setup sk Nastavenia predvoleného poštového servera (použité aj pre Mailovú autentifikáciu)
+standard mailserver settings (used for mail authentication too) setup sk Nastavenia predvoleného poštového servera (použité aj pre Mailové overovanie)
start the postmaster setup sk Spustiť postmastera
start updating languages %1 ... setup sk Spustiť aktualizáciu jazykov %1 ...
start updating the database ... setup sk Spustiť aktualizáciu databázy ...
@@ -478,7 +480,7 @@ step %1 - configuration setup sk Krok %1 - Konfigur
step %1 - db backup and restore setup sk Krok %1 - Zálohovanie a obnova Databázy
step %1 - language management setup sk Krok %1 - Správa jazykov
step %1 - simple application management setup sk Krok %1 - Jednoduchá správa aplikácií
-succesfully uploaded file %1 setup sk úspešne nahratý súbor %1
+succesfully uploaded file %1 setup sk úspešne odovzdaný súbor %1
table change messages setup sk Správy pri zmene tabuliek
tables dropped setup sk tabuľky zahodené
tables installed, unless there are errors printed above setup sk tabuľky nainštalované, ak len nevidno nejaké chybové hlásenia
@@ -510,8 +512,8 @@ this should be around 30 bytes in length. note: the default has been random
this stage is completed setup sk Táto fáza je dokončená
this will create a first user in egroupware or reset password and admin rights of an exiting user setup sk Týmto sa vytvorí prvý používateľ v eGroupWare, alebo znovunastaví heslo a administrátorské práva existujúceho používateľa.
to a version it does not know about setup sk na verziu ktorú nepozná
-to allow password authentification add the following line to your pg_hba.conf (above all others) and restart postgres: setup sk pre povolenie autentifikácie hesiel, pridajte nasledujúci riadok do pg_hba.conf (nad všetkými ostatnými) A reštartujte postgres:
-to change the charset: back up your database, deinstall all applications and re-install the backup with "convert backup to charset selected" checked. setup sk Pre zmenu znakovej sady: zazálohujte si databázu, odinštalujte všetky aplikácie a preinštalujte zálohu so zapnutou voľbou "konvertovať zálohu na vybranú znakovú sadu".
+to allow password authentification add the following line to your pg_hba.conf (above all others) and restart postgres: setup sk Ak chcete povoliť overovania hesiel, pridajte nasledujúci riadok do pg_hba.conf (nad všetkými ostatnými) A reštartujte postgres:
+to change the charset: back up your database, deinstall all applications and re-install the backup with "convert backup to charset selected" checked. setup sk Ak chcete zmeniť znakovú sadu: zazálohujte si databázu, odinštalujte všetky aplikácie a preinštalujte zálohu so zapnutou voľbou "konvertovať zálohu na vybranú znakovú sadu".
to setup 1 admin account and 3 demo accounts. setup sk pre vytvorenie 1 správcovského a 3 testovacích (demo) účtov
top setup sk vrch
translations added setup sk Preklady pridané
@@ -542,6 +544,7 @@ use mcrypt to crypt session-data: {off(default) | on},[mcrypt-init-vector(defaul
use persistent db connections: {on(default) | off} setup sk použiť trvalé pripojenie k db: {zapnúť(predvolené) | vypnúť}
use pure html compliant code (not fully working yet) setup sk Používať čistý HTML kód (zatiaľ nie je plne funkčné)
user setup sk Používateľ
+user account prefix setup sk Predpona používateľského účtu
user for smtp-authentication (leave it empty if no auth required) setup sk Používateľ pre SMTP-autentifikáciu (ak netreba, nechajte prázdne)
usernames are casesensitive setup sk Používateľské mená sú citlivé na veľkosť písma
users choice setup sk Používateľská voľba
@@ -554,6 +557,7 @@ view setup sk Zobrazi
virtual mail manager (login-name includes domain) setup sk Virtuálny emailový manažér (prihlasovacie meno obsahuje doménu)
warning! setup sk Varovanie!
we can proceed setup sk Môžeme prikročiť
+we could not determine the version of %1, please make sure it is at least %2 setup sk Nedokážeme určiť verziu %1, prosím skontrolujte, že je aspoň %2
we will automatically update your tables/records to %1 setup sk Automaticky vykonáme aktualizáciu vašich tabuliek/záznamov na %1,
we will now run a series of tests, which may take a few minutes. click the link below to proceed. setup sk Teraz spustíme sériu testov, čo môže trvať zopár minút. Pre pokračovanie kliknite na nižšieuvedený odkaz.
welcome to the egroupware installation setup sk Vitajte v Inštalátore eGroupWare
@@ -593,6 +597,7 @@ you need to configure egroupware: setup sk Mus
you need to fix the above errors, before the configuration file header.inc.php can be written! setup sk Uvedené chyby musíte opraviť, až potom sa zapíše súbor header.inc.php !
you need to save the settings you made here first! setup sk Musíte najprv uložiť zmeny, ktoré ste vykonali!
you need to select your current charset! setup sk Treba zadať vašu súčasnú znakovú sadu!
+you should either install the sources or uninstall it, to get rid of the tables setup sk Musíte najprv nainštalovať zdroje alebo odinštalovať, aby ste sa zbavili tabuliek
you should either uninstall and then reinstall it, or attempt manual repairs setup sk mali by ste buď odinštalovať a potom znovu nainštalovať, alebo sa pokúsiť o ručné opravy
you will not be able to log into egroupware using php sessions: "session could not be verified" !!! setup sk NEBUDETE schopní prihlásiť sa do eGroupWare pomocou PHP sedení: "sedenie sa nedá overiť" !!!
you're using an old configuration file format... setup sk Používate starý formát konfiguračného súboru...
@@ -607,6 +612,7 @@ your files directory '%1' %2 setup sk V
your header admin password is not set. please set it now! setup sk Heslo Správcu hlavičiek NIE JE nastavené. Prosím nastavte ho teraz!
your header.inc.php needs upgrading. setup sk Váš header.inc.php potrebuje aktualizáciu.
your header.inc.php needs upgrading.warning! make backups! setup sk Váš header.inc.php potrebuje aktualizáciu.POZOR! NAJPRV UROBTE ZÁLOHY!
+your installed version of %1 is %2, required is at least %3, please run: setup sk Máte nainštalovanú verziu %2 programu %1, avšak potrebná je aspoň verzia %3. Prosím spustite:
your php installation does not have appropriate gd support. you need gd library version 1.8 or newer to see gantt charts in projects. setup sk Vaša inštalácia PHP nemá patričnú podporu pre GD. Potrebujete knižnicu gd verzie aspoň 1.8, aby ste mohli používať Gantt grafy v projektoch.
your tables are current setup sk Vaše tabuľky sú aktuálne
your tables will be dropped and you will lose data setup sk Vaše tabuľky budú zahodené a stratíte dáta!
diff --git a/timesheet/setup/phpgw_sk.lang b/timesheet/setup/phpgw_sk.lang
index c23909c73a..cbbdc173d0 100644
--- a/timesheet/setup/phpgw_sk.lang
+++ b/timesheet/setup/phpgw_sk.lang
@@ -4,18 +4,19 @@
actions timesheet sk Akcie
all projects timesheet sk Všetky projekty
both: allow to use projectmanager and free project-names admin sk Obidvoje: povoliť používanie Projektovníka a voľné názvy projektov
+by timesheet sk (kým)
create new links timesheet sk Vytvoriť nové odkazy
-creating new entry timesheet sk vytvára sa nový záznam
-delete this entry timesheet sk zmazať tento záznam
-edit this entry timesheet sk Uprav tento záznam
-empty if identical to duration timesheet sk prázdne ak sa zhoduje dĺžka trvania
+creating new entry timesheet sk vytvára sa nová položka
+delete this entry timesheet sk odstrániť túto položku
+edit this entry timesheet sk Upraviť túto položku
+empty if identical to duration timesheet sk prázdne, ak sa zhoduje dĺžka trvania
end timesheet sk Koniec
-entry deleted timesheet sk Záznam vymazaný
-entry saved timesheet sk Záznam uložený
-error deleting the entry!!! timesheet sk Chyba pri mazaní záznamu !!!
-error saving the entry!!! timesheet sk Chyba pri ukladaní záznamu !!!
+entry deleted timesheet sk Položka bola odstránená
+entry saved timesheet sk Položka bola uložená
+error deleting the entry!!! timesheet sk Chyba pri odstraňovaní položky!!!
+error saving the entry!!! timesheet sk Chyba pri ukladaní položky!!!
existing links timesheet sk Existujúce odkazy
-full: use only projectmanager admin sk Plné: opužiť iba Projektovník
+full: use only projectmanager admin sk Plné: použiť iba Projektovník
general timesheet sk Hlavné
last modified timesheet sk Naposledy upravené
last month timesheet sk Posledný mesiac
@@ -27,13 +28,13 @@ no details timesheet sk
no project timesheet sk Žiadny projekt
none: use only free project-names admin sk Žiadne: použiť iba voľné názvy projektov
or endtime timesheet sk alebo Čas skončenia
-permission denied!!! timesheet sk Prístup bol odopretý !!!
+permission denied!!! timesheet sk Prístup bol odmietnutý !!!
price timesheet sk Cena
projectmanager integration admin sk integrácia s Projektovníkom
quantity timesheet sk Množstvo
save & new timesheet sk Uložiť & Nové
saves the changes made timesheet sk Uloží vykonané zmeny
-saves this entry and add a new one timesheet sk Uloží tento záznam a pridá nový
+saves this entry and add a new one timesheet sk Uloží túto položku a pridá novú
select a price timesheet sk Vyberte cenu
select a project timesheet sk Vyberte projekt
start timesheet sk Začiatok
@@ -45,7 +46,7 @@ this week timesheet sk Tento t
this year timesheet sk Tento rok
timesheet common sk Harmonogram
unitprice timesheet sk Jednotková cena
-view this entry timesheet sk Zobraziť záznam
+view this entry timesheet sk Zobraziť položku
week timesheet sk Týždeň
yesterday timesheet sk Včera
your database is not up to date (%1 vs. %2), please run %3setup%4 to update your database. timesheet sk Vaša databáza NIE je aktuálna (%1 oproti %2), prosím spustite %3setup%4 kvôli aktualizácii vašej databázy.