showing ssha as default and sorting it as top option

This commit is contained in:
Ralf Becker 2011-05-04 13:51:12 +00:00
parent 0f73285f87
commit bd2ca74fe8
8 changed files with 1845 additions and 19 deletions

View File

@ -61,7 +61,7 @@ class setup_cmd_config extends setup_cmd
// fixing authtypes in self::$options
self::auth_types(true);
$values = array();
if ($this->arguments) // we have command line arguments
{
@ -167,7 +167,7 @@ class setup_cmd_config extends setup_cmd
'--account-auth' => array(
array('name' => 'account_repository','allowed' => array('sql','ldap'),'default'=>'sql'),
array('name' => 'auth_type','allowed' => array('sql','ldap','mail','ads','http','sqlssl','nis','pam'),'default'=>'sql'),
array('name' => 'sql_encryption','allowed' => array('md5','blowfish_crypt','md5_crypt','crypt'),'default'=>'md5'),
array('name' => 'sql_encryption','allowed' => array('ssha','smd5','md5','blowfish_crypt','md5_crypt','crypt'),'default'=>'ssha'),
'check_save_password','allow_cookie_auth'),
'--ldap-host' => 'ldap_host',
'--ldap-root-dn' => 'ldap_root_dn',
@ -337,10 +337,10 @@ class setup_cmd_config extends setup_cmd
}
return $options;
}
/**
* Read auth-types (existing auth backends) from filesystem and fix our $options array
*
*
* @return array
*/
static function auth_types()

View File

@ -148,12 +148,10 @@ function encryptmode($config)
function passwdhashes($config)
{
$hashes = array(
'des' => 'des',
'md5' => 'md5',
'ssha' => 'ssha'.' ('.lang('default').')',
'smd5' => 'smd5',
'sha' => 'sha',
'ssha' => 'ssha',
'plain' => 'plain',
'des' => 'des',
);
/* Check for available crypt methods based on what is defined by php */
if(@defined('CRYPT_BLOWFISH') && CRYPT_BLOWFISH == 1)
@ -169,6 +167,11 @@ function passwdhashes($config)
$hashes['ext_crypt'] = 'ext_crypt';
}
$hashes += array(
'md5' => 'md5',
'plain' => 'plain',
);
foreach($hashes as $key => $value)
{
if($config['ldap_encryption_type'] == $value)
@ -189,7 +192,9 @@ function passwdhashes($config)
function sql_passwdhashes($config)
{
$hashes = array(
'md5' => 'md5'
'ssha' => 'ssha'.' ('.lang('default').')',
'smd5' => 'smd5',
'sha' => 'sha',
);
/* Check for available crypt methods based on what is defined by php */
@ -211,9 +216,7 @@ function sql_passwdhashes($config)
}
$hashes += array(
'smd5' => 'smd5',
'sha' => 'sha',
'ssha' => 'ssha',
'md5' => 'md5',
'plain' => 'plain',
);

View File

@ -26,7 +26,7 @@
access denied: wrong username or password for manage-header !!! setup de Zugriff verweigert: Falsche Benutzername oder Passwort für die Headerverwaltung !!!
access denied: wrong username or password to configure the domain '%1(%2)' !!! setup de Zugriff verweigert: Falsche Benutzername oder Passwort für Konfiguration der Domain '%1(%2)' !!!
account repository need to be set to the one you migrate to! setup de Speicherort für Benutzerkonten muss auf den zu migrierenden gesetzt sein!
account repository{sql(default) | ldap},[authentication{sql | ldap | mail | ads | http | ...}],[sql encrypttion{md5 | blowfish_crypt | md5_crypt | crypt}],[check save password{ (default)|true}],[allow cookie auth{ (default)|true}] setup de Benutzer speichern{sql(Vorgabe) | ldap},[Authentifizierung{sql | ldap | mail | ads | http | ...}],[sql Verschlüsselung{md5 | blowfish_crypt | md5_crypt | crypt}],[überprüfe Passworte{ (Vorgabe) | True}],[erlaube Cookie Authtentifizierung{ (Vorgabe) | True}]
account repository{sql(default) | ldap},[authentication{sql | ldap | mail | ads | http | ...}],[sql encrypttion{md5 | blowfish_crypt | md5_crypt | crypt}],[check save password{ (default)|true}],[allow cookie auth{ (default)|true}] setup de Benutzer speichern{sql(Vorgabe) | ldap},[Authentifizierung{sql | ldap | mail | ads | http | ...}],[sql Verschlüsselung{ssha(Vorgabe) | smd5 | md5 | blowfish_crypt | md5_crypt | crypt}],[überprüfe Passworte{ (Vorgabe) | True}],[erlaube Cookie Authtentifizierung{ (Vorgabe) | True}]
accounts existing setup de Benutzerkonten existieren
actions setup de Aktionen
activate safe password check setup de Aktiviere die "sichere Passwort" Überprüfung
@ -535,7 +535,7 @@ smtp server hostname or ip address setup de SMTP Server Hostname oder IP Adresse
smtp server port setup de SMTP Server Port
some or all of its tables are missing setup de Einige oder alle Tabellen fehlen
sources deleted/missing setup de Quellen gelöscht/fehlen
sql encryption type setup de SQL-Verschlüsselungstyp für das Passwort (Vorgabe MD5)
sql encryption type setup de SQL-Verschlüsselungstyp für das Passwort (Vorgabe SSHA)
ssl validation: setup de SSL Validierung:
standard (login-name identical to egroupware user-name) setup de Standard (Loginname identisch zu eGroupWare Benutzername)
standard mailserver settings (used for mail authentication too) setup de Standard Mailserver Einstellungen (werden auch für die Mail Authentifizierung benutzt)

View File

@ -26,7 +26,7 @@
access denied: wrong username or password for manage-header !!! setup en Access denied: wrong username or password for manage-header !!!
access denied: wrong username or password to configure the domain '%1(%2)' !!! setup en Access denied: wrong username or password to configure the domain '%1(%2)' !!!
account repository need to be set to the one you migrate to! setup en Account repository need to be set to the one you migrate to!
account repository{sql(default) | ldap},[authentication{sql | ldap | mail | ads | http | ...}],[sql encrypttion{md5 | blowfish_crypt | md5_crypt | crypt}],[check save password{ (default)|true}],[allow cookie auth{ (default)|true}] setup en account repository{sql(default) | ldap},[authentication{sql | ldap | mail | ads | http | ...}],[sql encrypttion{md5 | blowfish_crypt | md5_crypt | crypt}],[check save password{ (default)|True}],[allow cookie auth{ (default)|True}]
account repository{sql(default) | ldap},[authentication{sql | ldap | mail | ads | http | ...}],[sql encrypttion{md5 | blowfish_crypt | md5_crypt | crypt}],[check save password{ (default)|true}],[allow cookie auth{ (default)|true}] setup en account repository{sql(default) | ldap},[authentication{sql | ldap | mail | ads | http | ...}],[sql encrypttion{ssha(default) | smd5 | md5 | blowfish_crypt | md5_crypt | crypt}],[check save password{ (default)|True}],[allow cookie auth{ (default)|True}]
accounts existing setup en Accounts existing
actions setup en Actions
activate safe password check setup en Activate safe password check
@ -537,7 +537,7 @@ smtp server hostname or ip address setup en SMTP server hostname or IP address
smtp server port setup en SMTP server port
some or all of its tables are missing setup en Some or all of its tables are missing
sources deleted/missing setup en Sources deleted/missing
sql encryption type setup en SQL encryption type for passwords (default - md5)
sql encryption type setup en SQL encryption type for passwords (default SSHA)
ssl validation: setup en SSL validation:
standard (login-name identical to egroupware user-name) setup en standard (login-name identical to eGroupWare user-name)
standard mailserver settings (used for mail authentication too) setup en Standard mailserver settings (used for Mail authentication too)

513
setup/lang/egw_no.lang Normal file
View File

@ -0,0 +1,513 @@
%1 does not exist !!! setup no %1 eksisterer ikke!!!
%1 is %2%3 !!! setup no %1 er %2%3 !!!
(searching accounts and changing passwords) setup no (søker opp konto og endrer passord)
*** do not update your database via setup, as the update might be interrupted by the max_execution_time, which leaves your db in an unrecoverable state (your data is lost) !!! setup no Oppdater *IKKE* databasen via setup. Oppdateringen kan avbrytas av max_execution_time hvilket ødelegger databasen ugjenkallelig!
*** you have to do the changes manualy in your php.ini (usualy in /etc on linux) in order to get egw fully working !!! setup no ***Du må oppdatere php.ini manuellt (finnes vanligvis i /etc på Linux og i windows-mappen på Windows) for å få eGW til å fungere.
00 (disable) setup no 00 (steng av/ anbefalt)
13 (ntp) setup no 13 (ntp)
80 (http) setup no 80 (http)
<b>charset to use</b> (use utf-8 if you plan to use languages with different charsets): setup no <b>tegntabell som skal anvendes</b> (anvend utf-8 om du skal ha støtte for språk med ulike tegntabeller)
<b>this will create 1 admin account and 3 demo accounts</b><br />the username/passwords are: demo/guest, demo2/guest and demo3/guest. setup no <b>Dette vil skape en (1) adminkonto og tre demokonti</b><br />Brukernavn/Passord er demo/guest, demo2/guest og demo3/guest.
accounts existing setup no Eksisterende konti
actions setup no Aksjoner
add a domain setup no Legg til domene
add auto-created users to this group ('default' will be attempted if this is empty.) setup no legg til automatiskt skapte brukere til denne gruppen ('Default' kommer til å benyttes om denne er tom)
additional settings setup no Øvrige innstillinger
admin first name setup no Admin. fornavn
admin last name setup no Admin. etternavn
admin password setup no Admin. passord
admin password to header manager setup no Admin.passord til header hanager
admin user for header manager setup no Admin.konto for header manager
admin username setup no Admin. brukernavn
admins setup no Administratorer
after backing up your tables first. setup no etter å ha tatt backup av dine tabeller
after retrieving the file, put it into place as the header.inc.php. then, click "continue". setup no Når du har hentet filen, lagre den som header.inc.php Trykk deretter "Fortsett"
all applications setup no Samtlige programmer
all core tables and the admin and preferences applications setup no Alla hovedtabeller samt "admin" og "alternativ"-programmene
all languages (incl. not listed ones) setup no Alle språk (inkl. de som ikke er listet)
all users setup no Alle brukere
analysis setup no Analyse
and reload your webserver, so the above changes take effect !!! setup no Og start nettstedstjeneren på nytt slik at forandringene trer i kraft!
app details setup no Programdetaljer
app install/remove/upgrade setup no Installere/oppgradere/avinstallere programmer
app process setup no Prg.-prosess
application data setup no Programdata
application list setup no Programliste
application management setup no Programhåndtering
application name and status setup no Programnavn og status
application name and status information setup no Programnavn og statusinformation
application title setup no Programtitell
application: %1, file: %2, line: "%3" setup no Program: %1, fil: %2, linje "%3"
are you sure you want to delete your existing tables and data? setup no Ønsker du virkelig å slette dine eksisterende tabeller og alle dets data?
are you sure? setup no ER DU SIKKER?
at your request, this script is going to attempt to create the database and assign the db user rights to it setup no På din begäran kommer detta script att skapa en databas och tilldela databasanvändaren rättigheter till databasen
at your request, this script is going to attempt to install a previous backup setup no På din begäran kommer detta script att försöka en tidigare backup
at your request, this script is going to attempt to install the core tables and the admin and preferences applications for you setup no På din begäran kommer detta script att försöka installera huvudtabellerna samt admin och alternativ-applikationerna.
at your request, this script is going to attempt to upgrade your old applications to the current versions setup no På din begäran kommer detta script att försöka uppgradera dina befintliga applikationer till senaste version
at your request, this script is going to attempt to upgrade your old tables to the new format setup no På din begäran kommer detta script att försöka uppgradera dina befintliga tabeller till det nya formatet
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 no På din begäran kommer detta script att radera dina gamla tabeller och skapa om dem i det nya formatet
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 no På din begäran kommer detta script att avinstallera samtliga applikationer, vilket raderar befintliga tabeller och data
attempt to use correct mimetype for ftp instead of default 'application/octet-stream' setup no Försöka använda korrekt mime-typ för FTP istället för default 'application/octet-stream'
authentication / accounts setup no Autentisering / Konti
auto create account records for authenticated users setup no Skapa konton automatiskt för autenticerade användare
auto-created user accounts expire setup no Autoskapte brukerkonti forfaller
available version setup no Tilgjengelig versjon
back to the previous screen setup no Tilbake til foregående side
back to user login setup no Tilbake til brukerpålogging
back's up your db now, this might take a few minutes setup no Tar sikkerhetskopi av din database, dette kan ta noen minutter.
backup '%1' deleted setup no Sikkerhetskopi %1 slettet
backup '%1' renamed to '%2' setup no Sikkerhetskopi %1 omdøpt til %2
backup '%1' restored setup no Sikkerhetskopi %1 lest inn
backup and restore setup no Sikkerhetskopiering og tilbakelesing
backup failed setup no Sikkerhetskopi lyktes ikke
backup finished setup no Sikkerhetskopiering ferdig
backup now setup no Ta sikkerhetskopi nå
backup sets setup no backup-set
backup started, this might take a few minutes ... setup no Backup har påbörjats, kan ta några minuter
because an application it depends upon was upgraded setup no på grund av att en applikation som den var beroende av uppgraderats
because it depends upon setup no eftersom den är beroende av
because it is not a user application, or access is controlled via acl setup no eftersom det inte är en användarapplikation, eller för att åtkomst kontrolleras med en ACL
because it requires manual table installation, <br />or the table definition was incorrect setup no eftersom den kräver manuell installation av tabeller, <br />eller att tabelldefinitionen var inkorrekt
because it was manually disabled setup no eftersom den stängts av manuellt
because of a failed upgrade or install setup no eftersom uppgradering eller installation misslyckats
because of a failed upgrade, or the database is newer than the installed version of this app setup no eftersom uppgradering misslyckats, eller att databasen är nyare än den installerade versionen av denna applikation
because the enable flag for this app is set to 0, or is undefined setup no eftersom påkopplad-flaggan för denna applikation är satt till 0 eller är odefinerad
bottom setup no bunn
but we <u>highly recommend backing up</u> your tables in case the script causes damage to your data.<br /><strong>these automated scripts can easily destroy your data.</strong> setup no Men vi <u> rekommenderar starkt att du backar upp</u> dina tabeller utifall att installationen skulle råka förstöra data. <br /> <strong>Dessa automatiserade skript kan med lätthet förstöra data i dina tabeller!</strong>
cancel setup no Avbryt
cannot create the header.inc.php due to file permission restrictions.<br /> instead you can %1 the file. setup no Kan inte skapa header.inc.php-filen på grund av bristande behörighet.<br />Istället kan du %1 filen.
change system-charset setup no Ändra system-teckentabell
charset setup no utf-8
charset to convert to setup no Teckentabell att konvertera till
check can only be performed, if called via a webserver, as the user-id/-name of the webserver is not known. setup no Kontrollen kan endast genomföras om den anropas via webserver, eftersom webserverns användarkonto inte är känt.
check installation setup no Kontrollere installasjonen
check ip address of all sessions setup no kontrollere ip-adresser for alla sessioner
checking extension %1 is loaded or loadable setup no Kontrollerer att utökning %1 är laddad eller går att ladda
checking file-permissions of %1 for %2 %3: %4 setup no Kontrollerer fil-tillatelser på %1 for %2 %3: %4
checking for gd support... setup no Kontrollerer GD-support...
checking php.ini setup no Kontrollerer php.ini
checking the egroupware installation setup no Kontrollerer eGroupWare-installasjonen
click <a href="index.php">here</a> to return to setup. setup no Klicka <a href="index.php">här</a> för att återgå till setup
click here setup no Klikk her
click here to re-run the installation tests setup no Klicka här för att kontrollera på nytt
completed setup no Klar
config password setup no Lösenord för konfiguration
config username setup no Användarnamn för konfiguration
configuration setup no Konfigurasjon
configuration completed setup no Konfigurasjon utført
configuration password setup no Konfigurationslösenord
configuration user setup no Konfigurationsanvändarnamn
configure now setup no Konfigurer nå
confirm to delete this backup? setup no Bekräfta borrtagning av backup?
contain setup no innehåller
continue setup no Fortsette
continue to the header admin setup no Fortsett till Header Admin
convert setup no Konvertere
could not open header.inc.php for writing! setup no Kunne ikke åpne header.inc.php for skrivning
country selection setup no Valg av land
create setup no Opprett
create a backup before upgrading the db setup no skapa backup före uppgradering av databas
create admin account setup no Opprette admin-konto
create database setup no Opprette database
create demo accounts setup no Opprette demokonti
create one now setup no Opprett en nå
create the empty database - setup no Skap den tomme databasen
create the empty database and grant user permissions - setup no Skapa den tomma databasen och tilldela användarkontot behörighet
create your header.inc.php setup no Opprett din header.inc.php
created setup no Opprettet
created header.inc.php! setup no Opprettet din header.inc.php!
creating tables setup no Oppretter tabeller
current system-charset setup no Nåværende system-karaktersett
current system-charset is %1, click %2here%3 to change it. setup no Nuvarande system-teckentabell är %1, klicka %2här%3 för att ändra
current version setup no Aktuell versjon
currently installed languages: %1 <br /> setup no Installerte språk: %1 <br />
database successfully converted from '%1' to '%2' setup no Database konvertert fra '%1' till '%2'
datebase setup no Database
datetime port.<br />if using port 13, please set firewall rules appropriately before submitting this page.<br />(port: 13 / host: 129.6.15.28) setup no Datetime-port.<br />Om du använder port 13, sätt brandväggsreglerna korrekt innan du trycker på Klar<br />(Port: 13 / Host 129.6.15.28)
day setup no dag
day of week<br />(0-6, 0=sunday) setup no ukedag<br />(0-6, 0=søndag)
db backup and restore setup no DB backup och restore
db host setup no DB tjener
db name setup no DB navn
db password setup no DB passord
db port setup no DB port
db root password setup no DB Root-passord
db root username setup no DB Root-brukernavn
db type setup no DB type
db user setup no DB bruker
default file system space per user/group ? setup no Standardutrymme i filsystemet per användare/grupp?
delete setup no Ta bort
delete all existing sql accounts, groups, acls and preferences (normally not necessary)? setup no Ta bort existerande SQL-konton, grupper, behörigheter och inställningar (normalt inte nödvändigt)?
delete all my tables and data setup no Ta bort alla eGW-tabeller och dess data
delete all old languages and install new ones setup no Ta bort samtliga språk och installer nye
deleting tables setup no Sletter tabeller
demo server setup setup no Oppsett for demotjener
deny access setup no Nekte adgang
deny all users access to grant other users access to their entries ? setup no Neka samtliga användare möjlighet att ge andra användare åtkomst till deras poster?
dependency failure setup no Avhengighetsfeil
deregistered setup no avregistrert
details for admin account setup no detaljer for Adminkonto
developers' table schema toy setup no Utviklernes Tabell skjema verktøy
did not find any valid db support! setup no Kunde inte hitta något giltigt databasstöd
do you want persistent connections (higher performance, but consumes more resources) setup no Vill du använda persistent connections? (bättre prestanda men använder fler systemresurser)
do you want to manage homedirectory and loginshell attributes? setup no Vill du hantera attribut för hemkatalog och skalprogram?
does not exist setup no eksisterer ikke
domain setup no Domene
domain name setup no Domenenavn
domain select box on login setup no Domenevalg ved pålogging
dont touch my data setup no Ikke rør mine data
download setup no Laste ned
edit current configuration setup no Rediger nåværende konfiguration
edit your existing header.inc.php setup no Rediger din eksisterende header.inc.php
edit your header.inc.php setup no Rediger din header.inc.php
egroupware administration manual setup no eGroupWare administrasjonsmanual
enable for extra debug-messages setup no visa extra debug-meddelanden
enable ldap version 3 setup no Muliggjør LDAP version 3
enable mcrypt setup no Muliggjør MCrypt
enter some random text for app session encryption setup no Skriv in lite slumpmässig text för kryptering av sessionsinformation
enter some random text for app_session <br />encryption (requires mcrypt) setup no Skriv in lite slumpmässig text för<br />kryptering av sessionsinformation (kräver MCrypt)
enter the full path for temporary files.<br />examples: /tmp, c:\temp setup no Ange fullständig sökväg för temp-filer <br />T ex: /tmp, c:\temp
enter the full path for users and group files.<br />examples: /files, e:\files setup no Ange fullständig sökväg för användar- och gruppfiler <br />T ex: /files, e:\files
enter the full path to the backup directory.<br />if empty: files directory setup no Ange fullständig sökväg för backupkatalog <br />om tomt: samma som användarfiler
enter the hostname of the machine on which this server is running setup no Ange hostnamn för maskinen som kör denna server
enter the location of egroupware's url.<br />example: http://www.domain.com/egroupware &nbsp; or &nbsp; /egroupware<br /><b>no trailing slash</b> setup no Ange eGroupWare:s URL.<br />T ex: http://www.doman.com/egroupware eller /egroupware<br /><b>Ingen avslutande slash</b>
enter the site password for peer servers setup no Ange sitelösenord för peer-servers
enter the site username for peer servers setup no Ange siteanvändarnamn för peer-servers
enter the title for your site setup no Ange titel för din webbplats
enter your default ftp server setup no Ange default FTP-server
enter your http proxy server setup no Ange din HTTP-proxy
enter your http proxy server password setup no Ange lösenord till din HTTP-proxy
enter your http proxy server port setup no Ange potnummer till din HTTP-proxy
enter your http proxy server username setup no Ange Användarnamn till din HTTP-proxy
error in admin-creation !!! setup no Fel vid skapande av Admin-konto
error in group-creation !!! setup no Fel vid skapande av grupp
export egroupware accounts from sql to ldap setup no Exportera eGroupWare-konton från SQL till LDAP
export has been completed! you will need to set the user passwords manually. setup no Exporten slutförd! Du måste manuellt sätta användarnas lösnord
export sql users to ldap setup no Exportera användarkonton från SQL till LDAP
false setup no Falsk
file setup no Fil
file type, size, version, etc. setup no Filtyp, storlek, version, etc.
filename setup no Filnavn
for a new install, select import. to convert existing sql accounts to ldap, select export setup no För nyinstallation, välj import. Vör att konvertera existerande SQL-konton till LDAP, välj Export
force selectbox setup no Listerute
found existing configuration file. loading settings from the file... setup no Fann existerande konfigurationsfil. Läser in intällningar från filen.
go back setup no Tilbake
go to setup no Gå till
grant access setup no Gi tilgang
has a version mismatch setup no har versionsdifferanse
header admin login setup no Header Admin pålogging
header password setup no Header passord
header username setup no Header brukernavn
historylog removed setup no Historiklogg fjernet
hooks deregistered setup no hooks avregistrert
hooks registered setup no hooks registrerte
host information setup no Tjener-informasjon
host/ip domain controler setup no Tjener/IP Domenekontroller
hostname/ip of database server setup no Tjenernavn/IP for databaseserver
hour (0-24) setup no Time (0-24)
however, the application is otherwise installed setup no Programmet er fortsatt installert
however, the application may still work setup no Det kan hende programmet fortsatt virker
if no acl records for user or any group the user is a member of setup no Om inga åtkomstregler finns för användaren eller de grupper användaren är medlem av
if safe_mode is turned on, egw is not able to change certain settings on runtime, nor can we load any not yet loaded module. setup no Om Safe Mode är aktiverat kan inte eGW ändra vissa inställningar medans den kör, eller ladda en modul som inte redan är laddad.
if the application has no defined tables, selecting upgrade should remedy the problem setup no Om applikationen saknar definerade tabeller bör du välja att uppgradera den.
if using ads (active directory) authentication setup no Dersom det benyttes ADS (Active Directory) autentisering.
if using ldap setup no Om LDAP används
if using ldap, do you want to manage homedirectory and loginshell attributes? setup no Om LDAP används, vill du hantera attribut för hemktalog och programskal?
if you did not receive any errors, your applications have been setup no Om du inte såg några fel så har dina applikationer blivit
if you did not receive any errors, your tables have been setup no Om du inte såg några fel så har dina tabeller blivit
if you running this the first time, don't forget to manualy %1 !!! setup no Om du kör detta fö första gången, glöm inte att manuellt %1!
if you use only languages of the same charset (eg. western european ones) you dont need to set a system-charset! setup no Om du bara använder språk med samma teckentabell behöver du inte ställa in systemteckentabell
image type selection order setup no Ordning för bildtypsval
import accounts from ldap to the egroupware accounts table (for a new install using sql accounts) setup no Impotera konton från LDAP till din eGroupWare tabell (för nya installationer som skall använda SQL-baserade konton
import has been completed! setup no Importen hav slutförts
import ldap users/groups setup no Import av LDAP användare/grupper
importing old settings into the new format.... setup no Importerar gamla inställningar till nytt format
include root (this should be the same as server root unless you know what you are doing) setup no Inkludera root (detta bör vara samma som Server Root, om du nu inte vet vad du gör)
include_path need to contain "." - the current directory setup no iclude_path måste innehålla "." (current directory)
install setup no Installere
install all setup no Installer alle
install applications setup no Installer programmer
install backup setup no Installer sikkerhetskopi
install language setup no Installer språk
installed setup no Installerte
instructions for creating the database in %1: setup no Instruksjoner for å skape databasen i %1:
invalid ip address setup no Ugyldig IP-adresse
invalid password setup no Ugyldig passord
is broken setup no er brutt
is disabled setup no er avslått
is in the webservers docroot setup no är i webserverns dokumentrot
is not writeable by the webserver setup no är inte skrivbar av webservern
ldap account import/export setup no Import/export av LDAP konton
ldap accounts configuration setup no LDAP kontokonfigurasjon
ldap accounts context setup no LDAP-kontekst för konti
ldap config setup no LDAP-konfigurasjon
ldap default homedirectory prefix (e.g. /home for /home/username) setup no LDAP default hemkatalogsprefix (dvs /home för /home/username)
ldap default shell (e.g. /bin/bash) setup no LDAP default skal (dvs /bin/bash)
ldap encryption type setup no LDAP krypteringstyp
ldap export setup no LDAP eksport
ldap export users setup no LDAP användarexport
ldap groups context setup no LDAP Gruppekontekst
ldap host setup no LDAP tjener (server)
ldap import setup no LDAP import
ldap import users setup no LDAP användarimport
ldap modify setup no LDAP modifisering
ldap root password setup no LDAP root passord
ldap rootdn setup no LDAP rootdn
ldap search filter for accounts, default: "(uid=%user)", %domain=egw-domain setup no LDAP sökfilter för konton, default: "(uid=%user)", %domain=eGW-domain
limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org) setup no Begränsa åtkomst till följande adresser, nätverk eller hostnamn (dvs 127.0.0.1,192.168.1,frodo.mydomain.org
login to mysql - setup no login till mysql -
logout setup no logg ut
make sure that your database is created and the account permissions are set setup no Förvissa dig om att din databas är skapad, och att åtkomst är konfigurerad rätt
manage applications setup no Håndtere programmer
manage languages setup no Håndtere språk
max_execution_time is set to less than 30 (seconds): egroupware sometimes needs a higher execution_time, expect occasional failures setup no max_execution_time är satt till mindre än 30 sekunder. eGroupWare behöver ibland mer tid på sig. Förvänta dig problem emellanåt.
maximum account id (e.g. 65535 or 1000000) setup no Maximalt kontoID (dvs 65535 eller 1000000)
may be broken setup no kan være brutt
mcrypt algorithm (default tripledes) setup no Algoritme for MCrypt (default 3DES)
mcrypt initialization vector setup no MCrypt initialisasjonsvektor
mcrypt mode (default cbc) setup no MCrypt-läge (Default CBC)
mcrypt settings (requires mcrypt php extension) setup no MCryptinställningar (kräver mcrypt PHP extension)
mcrypt version setup no MCrypt-versjon
memory_limit is set to less than %1: some applications of egroupware need more than the recommend 8m, expect occasional failures setup no memory_limit är satt till mindre än %1B. En del applikationer i eGroupWare kräver mer än de rekommenderade 8 MB. Förvänta dig problem emellanåt.
minimum account id (e.g. 500 or 100, etc.) setup no Minimum kontoID (dvs 500 eller 100 t ex)
minute setup no Minutt
modifications have been completed! setup no Förändringarna genomförda
modify setup no Förändra
modify an existing ldap account store for use with egroupware (for a new install using ldap accounts) setup no Modifiera en existerande LDAP kontolagring för användning med eGroupWare (för nyinstalation av eGroupWare med LDAP)
month setup no måned
multi-language support setup setup no Multispråksstöd
name of database setup no Navn på database
name of db user egroupware uses to connect setup no Namnet på det användarkonto EgroupWare skall använda för att ansluta till databasen
never setup no Aldri
new setup no Ny
next run setup no Neste kjøring
no setup no Nei
no %1 support found. disabling setup no Ingen %1 support funnet. Kobler fra
no accounts existing setup no Det finnes ingen konti
no algorithms available setup no Det finnes ingen algoritmer
no modes available setup no Inga lägen tillgängliga
no xml support found. disabling setup no Ikke støtte for XML, kobler fra
not setup no ikke
not all mcrypt algorithms and modes work with egroupware. if you experience problems try switching it off. setup no Inte alla mcrypt-algoritmer och lägen fungerar med eGroupWare. Om du upplever problem bör du testa att inaktivera stödet.
not complete setup no Ikke ferdig
not completed setup no Ikke ferdigstilt
not ready for this stage yet setup no Ikke klar for dette stadiet ennå
not set setup no Ikke satt
note: you will be able to customize this later setup no Note: Du kan forandre dette siden
now guessing better values for defaults... setup no Gissar nu bättre värden för default...
ok setup no OK
once the database is setup correctly setup no När väl databasen är korrekt inställd
one month setup no en måned
one week setup no en uke
only add languages that are not in the database already setup no Legg bare til språk som ikke finnes i databasen allerede.
only add new phrases setup no Legg bare til nye fraser
or setup no eller
or %1continue to the header admin%2 setup no eller %1fortsätt till Header Admin%2
or http://webdav.domain.com (webdav) setup no eller http://webdav.domain.com (WebDAV)
or we can attempt to create the database for you: setup no Eller kan vi försöka skapa databasen åt dig:
or you can install a previous backup. setup no Eller installera en tidigare gjord backup
password needed for configuration setup no Lösenord behövs för konfiguration
password of db user setup no Lösenord för DB användaren
passwords did not match, please re-enter setup no Lösenorden var inte identiska, försök igen
path information setup no Søkestisinformasjon
path to user and group files has to be outside of the webservers document-root!!! setup no Sökväg till användar- och gruppfiler MÅSTE LIGGA UTANFÖR webserverns dokumentrot.
persistent connections setup no Ständig koppling (Persistent connections)
php plus restore setup no PHP Plus tilbakekopiering
please check for sql scripts within the application's directory setup no Vänligen leta efter sql-skript inom applikationskatalogen
please check read/write permissions on directories, or back up and use another option. setup no Var vänlig kontrollera läs/skrivrättighet på katalogerna, eller ta backup och använd ett annat alternativ
please configure egroupware for your environment setup no Var vänlig och konfigurera eGroupWare för din miljö
please consult the %1. setup no Var vänlig konsultera %1
please fix the above errors (%1) and warnings(%2) setup no Var vänlig fixa fel (%1) och varningar (%2)
please install setup no Var vänlig installera
please login setup no Var vänlig och logga in
please login to egroupware and run the admin application for additional site configuration setup no Var vänlig och logga in i eGroupWare och kör admin-applikationen för ytterligare konfiguration
please make the following change in your php.ini setup no Var vänlig gör följande förändringar i din php.ini
please wait... setup no Vennligst vent...
possible reasons setup no Möjliga anledningar
possible solutions setup no Mulige løsninger
post-install dependency failure setup no Efterinstallation har Beroendefel
potential problem setup no Potensielt problem
preferences setup no Preferanser
problem resolution setup no Problemets løsning
process setup no Prosess
re-check my database setup no Kontroller databasen på nytt
re-check my installation setup no Kontroller installasjonen på nytt
re-enter password setup no Skriv inn passord igen
read translations from setup no Läs översättningar från
readable by the webserver setup no läsbar av webservern
really uninstall all applications setup no Vill du verkligen avinstallera samtliga installationer
recommended: filesystem setup no Anbefalt: Filsystem
register_globals is turned on, egroupware does not require it and it's generaly more secure to have it turned off setup no register_globals är PÅslagen, eGroupWare kräver inte det och det är säkrare med det AVslaget.
registered setup no registrert
rejected lines setup no Ej godtagna rader
remove setup no Fjerne
remove all setup no Fjern alle
rename setup no Gi nytt navn
requires reinstall or manual repair setup no Kräver ominstallation eller manuell reparation
requires upgrade setup no Krever oppgradering
resolve setup no Løser
restore setup no Tilbakestille
restore failed setup no Återställning misslyckades
restore finished setup no Återställning klar
restore started, this might take a few minutes ... setup no återställning startad, detta kan ta några minuter...
restoring a backup will delete/replace all content in your database. are you sure? setup no Återställning av backup kommer att radera/ersätta allt innehåll i databasen. Är du säker?
return to setup setup no Gå tilbake til Setup
run installation tests setup no Start installasjonstester
safe_mode is turned on, which is generaly a good thing as it makes your install more secure. setup no safe_mode är PÅslaget, vilket generellt är bra eftersom det gör installationen säkrare.
sample configuration not found. using built in defaults setup no demo-konfiguration ej hittad, använder inbyggda defaults
save setup no Lagre
save this text as contents of your header.inc.php setup no Spara denna text som innehållet i din header.inc.php
schedule setup no Planlegg
scheduled backups setup no Planlagte sikkerhetskopier
select an app, enter a target version, then submit to process to that version.<br />if you do not enter a version, only the baseline tables will be installed for the app.<br /><blink>this will drop all of the apps' tables first!</blink> setup no Välj en applikation, ange målversion, tryck sedan verkställ för att processa den versionen<br /> om du inte anger version kommer bara grudtabellerna att installeras för denna applikation <br /> <blink>Detta kommer att ta bort applikationens alla tabeller först</blink>
select one... setup no Velg en...
select the default applications to which your users will have access setup no Välj vilka applikationer användare skall ha access till default
select the desired action(s) from the available choices setup no Välj återgärder från listan nedan
select to download file setup no Velg for å laste ned en fil
select where you want to store/retrieve file contents setup no Välj hur du vill lagra filinnehåll
select where you want to store/retrieve filesystem information setup no välj hur du vill lagra filsystemsinformation
select where you want to store/retrieve user accounts setup no Välje hur du vill lagra användarkonton
select which group(s) will be exported (group membership will be maintained) setup no Välj vilka grupper som skall exporteras (gruppmedlemsskap bibehålls)
select which group(s) will be imported (group membership will be maintained) setup no Väljvilka grupper som skall importeras (gruppmedlemsskap bibehålls)
select which group(s) will be modified (group membership will be maintained) setup no Välj vilka grupper som skall ändras (gruppmedlemsskap bibehålls)
select which languages you would like to use setup no Velg hvilke språk som skal være tilgjengelige
select which method of upgrade you would like to do setup no Välj vilken uppgraderingsmetod du vill använda
select which type of authentication you are using setup no Välj vilken typ av autenticering du vill använda
select which user(s) will also have admin privileges setup no Välj vilka användare som också skall ha admin-behörighet
select which user(s) will be exported setup no Välj vilka användare som skall exporteras
select which user(s) will be imported setup no Välj vilka användare som skall importeras
select which user(s) will be modified setup no Välj vilka användare som skall ändras
select which user(s) will have admin privileges setup no Välj vilka användare som skall ha adminbehörighet
select your old version setup no Välj den gamla versionen
selectbox setup no Listerute
server root setup no Server root
sessions type setup no Sessionstype
set setup no ställ in
set this to "old" for versions &lt; 2.4, otherwise the exact mcrypt version you use. setup no sätt denna till Äldre för versioner < 2.4, annars den exakta versionen av mcrypt du har.
setting the system-charset to utf-8 (unicode) allows the coexistens of data from languages of different charsets. setup no Sättande av systemteckentabell till UTF-8(Unicode) tillåter samexeistens av data med flera olika språk.
settings setup no Innstillinger
setup setup no Oppsett
setup demo accounts in ldap setup no Installera demokonton till LDAP
setup main menu setup no Oppsett hovedmeny
setup the database setup no Databasekonfigurasjon
setup/config admin login setup no Sätt upp/Konfigurera Admin login
show 'powered by' logo on setup no Vis "Powered by"-logo
size setup no Str.
some or all of its tables are missing setup no Några eller samtliga av dess tabeller saknas
sql encryption type setup no SQL krypteringstyp för Lösenord (default: SSHA)
start the postmaster setup no Starta postmaster
status setup no Status
step %1 - admin account setup no Steg %1 - Adminkontot
step %1 - advanced application management setup no Steg %1 - Avancerad applikationshantering
step %1 - configuration setup no Steg %1 - Konfiguration
step %1 - db backup and restore setup no Steg %1 - Backup och återställning
step %1 - language management setup no Steg %1 - Språkhantering
step %1 - simple application management setup no Steg %1 - Enkel applikationshantering
succesfully uploaded file %1 setup no Uppladdning av filen %1 lyckades
table change messages setup no Tabellförändringsmeddelanden
tables dropped setup no Tabeller fjernet
tables installed, unless there are errors printed above setup no Tabeller färdiginstallerade, om det inte meddelades fel ovan
tables upgraded setup no tabeller oppgraderte
target version setup no Målversion
tcp port number of database server setup no TCP-port för databasserver
text entry setup no Tekstfelt
the %1 extension is needed, if you plan to use a %2 database. setup no %1 utökningen behövs, om du vill använda en %2 databas
the db_type in defaults (%1) is not supported on this server. using first supported type. setup no db_type i defaults (%1) supportas inte på denna server. Använder den första supportade typen
the file setup no filen
the first step in installing egroupware is to ensure your environment has the necessary settings to correctly run the application. setup no Det första steget i en installation av eGroupWare är att försäkra sig att allt är rätt inställt för eGroupWare
the following applications need to be upgraded: setup no Följande applikationer behöver uppgraderas:
the imap extension is needed by the two email apps (even if you use email with pop3 as protocoll). setup no imap-utökningen behövs av de två mailapplikationerna (även om du tänker använda pop3)
the mbstring extension is needed to fully support unicode (utf-8) or other multibyte-charsets. setup no mbstring-utökningen behövs för att fullt ut kunna stödja Unicode (UTF-8) eller andra multi-byte teckenuppsättningar
the mbstring.func_overload = 7 is needed to fully support unicode (utf-8) or other multibyte-charsets. setup no mbstring.func_overload = 7 behövs för att fullt ut kunna stödja Unicode (UTF-8) eller andra multi-byte teckenuppsättningar
the table definition was correct, and the tables were installed setup no Tabelldefinitionen var korrekt och tabellerna installerades
the tables setup no Tabellene
there was a problem trying to connect to your ldap server. <br /> setup no Det uppstod problem med att kontakta din LDAP-server. <br />
there was a problem trying to connect to your ldap server. <br />please check your ldap server configuration setup no Det uppstod problem med att kontakta din LDAP-server.<br />kontrollera din LDAP serverkonfiguration
this has to be outside the webservers document-root!!! setup no Måste ligga utanför webserverns dokumentrot!!!
this might take a while, please wait ... setup no Dette kan ta sin tid, vennligst vent ...
this program lets you backup your database, schedule a backup or restore it. setup no Detta program låter dig backa upp din databas, schemalägga en backup eller återställa en backup.
this program will convert your database to a new system-charset. setup no Detta program låter dig konvertera din databas till en ny systemteckentabell
this program will help you upgrade or install different languages for egroupware setup no Detta program hjälper dig att installera eller uppgradera de språk du vill använda i eGroupWare
this section will help you export users and groups from egroupware's account tables into your ldap tree setup no Denna sektion hjälper dig exportera användare och grupper från eGroupWares tabeller till ett LDAP-träd
this section will help you import users and groups from your ldap tree into egroupware's account tables setup no Denna sektion hjälper dig att importera användare och grupper från ditt LDAP-träd till eGroupWares tabeller
this section will help you setup your ldap accounts for use with egroupware setup no Denna sektion hjälper dig ställa in dina LDAP-konton för användning i eGroupWare
this should be around 30 bytes in length.<br />note: the default has been randomly generated. setup no Detta bör vara ca 30 bytes i längd. <br />Not: Default är slumpmässigt genererat.
this stage is completed<br /> setup no Dette stadiet er klart
to a version it does not know about setup no til en ukjent versjon
to setup 1 admin account and 3 demo accounts. setup no för att skapa ett adminkonto och tre demokonton
top setup no Topp
translations added setup no Översättningar tillagda
translations removed setup no Översättningar borttagna
translations upgraded setup no Översättningar uppgraderade
true setup no Sant
try to configure your php to support one of the above mentioned dbms, or install egroupware by hand. setup no Försök konfigurera php att stödja någon av databaserna ovan, eller installera eGroupWare för hand.
two weeks setup no to uker
uninstall setup no Avinstallere
uninstall all applications setup no Avinstallera samtliga applikationer
uninstalled setup no Avinstallerte
upgrade setup no Oppgradere
upgrade all setup no Oppgradere alle
upgraded setup no Oppgarderte
upgrading tables setup no Oppgraderer tabeller
upload backup setup no ladda upp backup
uploads a backup and installs it on your db setup no laddar upp en backup och installerar den i din databas
uploads a backup to the backup-dir, from where you can restore it setup no Laddar upp backupen till backup-katalogen, från vilken du kan återställa den.
use cookies to pass sessionid setup no Använd cookies för att lagra sessionid
use pure html compliant code (not fully working yet) setup no Använd ren HTML compliant kod (fungerar inte korrekt ännu)
user account prefix setup no användarkontoprefix
usernames are casesensitive setup no Användarnamn är skiftläges-känsliga
users choice setup no Brukervalg
utf-8 (unicode) setup no UTF-8 (Unicode)
version setup no versjon
version mismatch setup no Versjonsfeil
view setup no Vis
warning! setup no Advarsel!
we can proceed setup no Vi kan fortsette
we will automatically update your tables/records to %1 setup no Vi kommer automatiskt att uppdatera dina tabeller/poster till %1
we will now run a series of tests, which may take a few minutes. click the link below to proceed. setup no Vi kör nu ett antal teste vilket kan ta några minuter. Klicka på länken nedan för att fortsätta
welcome to the egroupware installation setup no Välkommen till installation av eGroupWare
which database type do you want to use with egroupware? setup no Vilken typ av databas vill du använda med eGroupWare?
world readable setup no Lesbar av alle (world readable)
world writable setup no Skrivbar av alle (world writable)
would you like egroupware to cache the phpgw info array ? setup no Vill du att eGroupWare skall cacha phpgw info array?
would you like egroupware to check for a new version<br />when admins login ? setup no Vill du att eGroupWare skall kontrollera om det finns nya versioner<br />när admin loggar in?
would you like to show each application's upgrade status ? setup no Vill du visa varje applikations uppgraderingsstatus?
writable by the webserver setup no Skrivbar av nettstedstjeneren
write config setup no Skriv konfigurasjon
year setup no år
yes setup no Ja
yes, with lowercase usernames setup no Ja, med brukernavn i små bokstaver
you appear to be running a pre-beta version of egroupware.<br />these versions are no longer supported, and there is no upgrade path for them in setup.<br /> you may wish to first upgrade to 0.9.10 (the last version to support pre-beta upgrades) <br />and then upgrade from there with the current version. setup no Du verkar köra en pre-beta version av eGroupWare.<br />Dessa versioner stöds inte längre och det finns ingen uppgraderingsväg via setup.<br />Du måste först uppgradera till 0.9.10(sista versionen som stödde detta)<br /> och sedan uppgradera igen med denna version.
you appear to be running an old version of php <br />it its recommend that you upgrade to a new version. <br />older version of php might not run egroupware correctly, if at all. <br /><br />please upgrade to at least version %1 setup no Du verkar köra en äldre version av PHP.<br />Det är rekommenderat att du uppgraderar till en nyare version.<br />Äldre versioner av PHP kanske inte kör eGroupWare korrekt, om alls.<br /><br />Du rekommenderas starkt att uppgradera till åtminstone version %1
you appear to be running version %1 of egroupware setup no Du verkar köra version %1 av eGroupWare
you appear to be using php earlier than 4.1.0. egroupware now requires 4.1.0 or later setup no Du verkar köra en äldre version av PHP än 4.1.0. eGroupWare kräver PHP 4.1.0 eller senare.
you appear to have %1 support. setup no Du synes å ha %1 support
you appear to have xml support enabled setup no Du synes å ha støtte for XML aktivert
you are ready for this stage, but this stage is not yet written.<br /> setup no Du är redo för detta stadium, men detta stadium är inte skrivet ännu.<br />
you didn't enter a config password for domain %1 setup no Du angav inget config-lösenord för domän %1
you didn't enter a config username for domain %1 setup no Du angav inget config-användarnamn för domän %1
you didn't enter a header admin password setup no Du angav inget header admin-lösenord
you didn't enter a header admin username setup no Du angav inget header admin-användarnamn
you do not have any languages installed. please install one now <br /> setup no Du har för närvarande inga språk installerade. Var vänlig installera ett nu<br />
you have not created your header.inc.php yet!<br /> you can create it now. setup no Du har inte skapat din header.php.inc ännu!<br />Du kan skapa den nu.
you have successfully logged out setup no Du har nu loggat ut.
you must enter a username for the admin setup no Du måste ange ett lösenord för admin
you need to add some domains to your header.inc.php. setup no Du måste lägga till några domäner till din header.inc.php
you need to select your current charset! setup no Du må velge tegnsett!
you should either uninstall and then reinstall it, or attempt manual repairs setup no Du måste antingen avinstallera och installera om, eller reparera manuellt.
you will need to load the proper schema into your ldap server - see phpgwapi/doc/ldap/readme setup no Du behöver ladda ett korrekt schema i din LDAP-server - se <a href="../phpgwapi/doc/ldap/README" target="_blank">phpgwapi/doc/ldap/README</a>
you're using an old configuration file format... setup no Du använder ett äldre konfigurationsfilformat...
you're using an old header.inc.php version... setup no Du använder en gammal header.inc.php version...
your applications are current setup no Dina applikationer är aktuella
your backup directory '%1' %2 setup no Din backupkatalog '%1' %2
your database does not exist setup no Databasen din finnes ikke
your database is not working! setup no Databasen din fungerer ikke!
your database is working, but you dont have any applications installed setup no Din database fungerer men du har ingen installerte program.
your files directory '%1' %2 setup no din filkatalog '%1' %2
your header admin password is not set. please set it now! setup no Ditt header admin-lösenord är inte satt. Skriv in det nu!
your header.inc.php needs upgrading. setup no Din header.inc.php må oppgraderes.
your header.inc.php needs upgrading.<br /><blink><b class="msg">warning!</b></blink><br /><b>make backups!</b> setup no Din header.inc.php behöver uppgraderas<br /><blink><b class="msg">VARNING!</b></blink><br /><b>TA BACKUP!</b>
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 no Din PHP-installation saknar korrekt GD-stöd. Du behöver GD-library version 1.8 eller bättre om du vill använda Gantt-diagram i Projekt
your tables are current setup no Dina tabeller är aktuella
your tables will be dropped and you will lose data setup no Dina tabeller kommer att tas bort och du förlorar data!!
your temporary directory '%1' %2 setup no Din temporære katalog '%1' %2

675
setup/lang/egw_sl.lang Normal file
View File

@ -0,0 +1,675 @@
%1 '%2' does not exist, is not readable by the webserver or contains no egroupware installation! setup sl %1 '%2' ne obstaja, ni berljiva za spletni strežnik ali ne vsebuje namestitve eGroupWare!
%1 already exists in %2. setup sl %1 že obstaja v %2.
%1 created in %2. setup sl %1 je ustvarjena v %2.
%1 database %2 on %3 already contains the following tables: setup sl Zbirka podatkov %1 %2 na %3 že vsebuje sledeče tabele:
%1 does not exist !!! setup sl %1 ne obstaja!!!
%1 is %2%3 !!! setup sl %1 je %2%3!!!
%1 is needed by: %2. setup sl %1 je potreben za: %2.
%1 is set to %2, you will not be able to upload or attach files bigger then that! setup sl %1 je nastavljeno na %2. Ne boste mogli prenesti datoteke, večje od te vrednosti.
%1 is set to %2. this is not recommeded for a production system, as displayed error messages can contain passwords or other sensitive information! setup sl %1 je nastavljeno na %2. To ni priporočeno za produkcijski sistem, ker lahko prikazano sporočilo vsebuje gesla in druge občutljive informacije.
%1, %2 or %3 the configuration file. setup sl %1, %2 ali %3 konfiguracijsko datoteko.
'%1' is no valid domain name! setup sl '%1' ni veljavno ime domene.
'%1' is not allowed as %2. arguments of option %3 !!! setup sl '%1' ni dovoljen kot %2. argument možnosti %3!
(searching accounts and changing passwords) setup sl (iskanje računov in spreminjanje gesel)
*** do not update your database via setup, as the update might be interrupted by the max_execution_time, which leaves your db in an unrecoverable state (your data is lost) !!! setup sl *** NE POSODABLJAJTE podatkovne baze preko namestitve. Lahko se zgodi, da bo posodabljanje prekinjeno zaradi predolgega izvajanja, kar posledično lahko pomeni izgubo podatkov!!!
*** you have to do the changes manualy in your php.ini (usualy in /etc on linux) in order to get egw fully working !!! setup sl *** Da bo eGW deloval pravilno morate spremembe ročno popraviti v datoteki php.ini (ponavadi v /etc na linuxu)!!!
00 (disable) setup sl 00 (onemogoči / priporočeno)
13 (ntp) setup sl 13 (ntp)
80 (http) setup sl 80 (http)
<b>charset to use</b> (use utf-8 if you plan to use languages with different charsets): setup sl uporaba <b>nabora znakov</b>(uporabite UTF-8, če načrtujete uporabo jezikov z neASCII kodnimi tabelami):
[header-password],[header-user],[new-password],[new-user] setup sl [header-password],[header-user],[new-password],[new-user]
access denied: wrong username or password for manage-header !!! setup sl Dostop zavrnjen: napačno uporabniško ime ali geslo za upravljanje glave!
access denied: wrong username or password to configure the domain '%1(%2)' !!! setup sl Dostop zavrnjen: napačno uporabniško ime ali geslo za konfiguracijo domene '%1(%2)'!
account repository need to be set to the one you migrate to! setup sl Repozitorij računov mora biti nastavljan na tistega, na katerega prehajate.
account repository{sql(default) | ldap},[authentication{sql | ldap | mail | ads | http | ...}],[sql encrypttion{md5 | blowfish_crypt | md5_crypt | crypt}],[check save password{ (default)|true}],[allow cookie auth{ (default)|true}] setup sl Repozitorij računov {sql(default) | ldap},[authentication{sql | ldap | mail | ads | http | ...}],[sql encrypttion{md5 | blowfish_crypt | md5_crypt | crypt}],[check save password{ (default)|True}],[allow cookie auth{ (default)|True}]
accounts existing setup sl Račun obstaja
actions setup sl Akcije
activate safe password check setup sl Aktivira varno preverjanje gesel
add auto-created users to this group ('default' will be attempted if this is empty.) setup sl Samodejno kreirani uporabniki se dodajo v to skupino (Če pustite prazno, bo uporabljena skupina 'Privzeto')
add new database instance (egw domain) setup sl Dodaj novo zbirko podatkov (domeno eGW)
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 sl Doda ali uredi domeno:
adding, editing or deleting an egroupware domain / database instance: setup sl Dodajanje, urejanje ali brisanje domene eGroupWare / zbirke podatkov:
additional options and there defaults (in brackets) setup sl Nadaljnje možnosti in privzete vrednosti (v oklepajih)
additional settings setup sl Dodatne nastavitve
admin account successful created. setup sl Administratorki račun je bil uspešno ustvarjen.
admin email address setup sl E-naslov administratorja
admin first name setup sl Ime upravljalca
admin last name setup sl Priimek upravljalca
admin password setup sl Geslo upravljalca
admin password to header manager setup sl Geslo za upravljanje konfiguracijske datoteke (header.inc.php)
admin user for header manager setup sl Upravljalec - uporabnik za konfiguracijske datoteke
admin username setup sl Uporabniško ime upravljalca
admins setup sl Upravljalci
after backing up your tables first. setup sl Takoj ko bodo arhivirane tabele.
after retrieving the file, put it into place as the header.inc.php. then, click "continue". setup sl Po prenosu datoteke jo shranite v isti direktorij, kjer je header.inc.php. Potem kliknite "Nadaljevanje".
all applications setup sl Vse aplikacije
all core tables and the admin and preferences applications setup sl Vse osnovne tabele in aplikaciji admin ter nastavitve
all exit codes of the command line interface setup sl Vse izhodne kode ukazne vrstice
all languages (incl. not listed ones) setup sl Vsi jeziki (vključno s temi, ki jih ni na seznamu)
all users setup sl Vsi uporabniki
allow authentication via cookie setup sl Dovoli avtentikacijo preko piškotkov
allow password migration setup sl Dovoli migracijo gesel
allowed migration types (comma-separated) setup sl Dovoljene vrste migracije (ločene z vejico)
alternatively domains can be accessed by logging in with <i>username@domain</i>. setup sl Druge domene so dostopne s prijavo v obliki <i>uporabniško_ime@domena</i>.
and is up to date setup sl In je posodobljen
and reload your webserver, so the above changes take effect !!! setup sl IN ponovno zaženite spletni strežnik, da bodo spremembe uveljavljene!
app details setup sl Podrobnosti aplikacije
app install/remove/upgrade setup sl Namesti/odstrani/posodobi aplikacijo
app process setup sl Proces aplikacije
application data setup sl Podatki aplikacije
application list setup sl Seznam aplikacij
application management setup sl Upravljanje aplikacije
application name and status setup sl Ime in status aplikacije
application name and status information setup sl Podatki o statusu in imenu aplikacije
application title setup sl Naziv aplikacije
application: %1, file: %2, line: "%3" setup sl Aplikacija: %1, Datoteka: %2, Vrstica: "%3"
are you sure you want to delete your existing tables and data? setup sl Ste prepričani, da želite izbrisati vse obstoječe tabele in podatke?
are you sure? setup sl STE PREPRIČANI?
at your request, this script is going to attempt to create the database and assign the db user rights to it setup sl Na vašo zahtevo bo skripta poizkusila ustvariti podatkovno bazo in ji določiti pravice dostopa.
at your request, this script is going to attempt to install a previous backup setup sl Na vašo zahtevo bo skripta poizkusila povrniti arhiv
at your request, this script is going to attempt to install the core tables and the admin and preferences applications for you setup sl Na vašo zahtevo bo skripta poizkusila namestiti osnovne tabele in aplikaciji Admin ter Nastavitve.
at your request, this script is going to attempt to upgrade your old applications to the current versions setup sl Na vašo zahtevo bo skripta poizkusila posodobiti vaše aplikacije z najnovejšimi različicami.
at your request, this script is going to attempt to upgrade your old tables to the new format setup sl Na vašo zahtevo bo skripta poizkusila nadgraditi vaše podatkovne tabele v nov format.
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 sl Na vašo željo bo skripta poizkusila izvesti nevarno operacijo brisanja vseh vaših obstoječih tabel in podatkov in jih ponovno ustvarila v novem formatu.
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 sl Na vašo željo bo skripta poizkusila izvesti nevarno operacijo odstranitve vseh obstoječih aplikacij, kar ima za posledico tudi brisanje vseh vaših podatkov.
attempt to use correct mimetype for ftp instead of default 'application/octet-stream' setup sl Poizkusi uporabiti pravilen MIME tip za FTP, namesto privzetega 'application/octet-stream'
authentication / accounts setup sl Avtentikacija / Uporabniški računi
authentication type for application setup sl Vrsta avtentikacije za aplikacije.
authentification mode: setup sl Način avtentikacije:
auto create account records for authenticated users setup sl Avtomatično ustvari zapise za avtorizirane uporabnike.
auto login anonymous user setup sl Samodejno prijavi anonimnega uporabnika
auto-created user accounts expire setup sl Samodejno ustvarjeni uporabniški računi pretečejo
available version setup sl Razpoložljiva različica
back to the previous screen setup sl Nazaj na prejšnji zaslon
back to user login setup sl Nazaj na uporabniško prijavo
back's up your db now, this might take a few minutes setup sl Arhiviram podatkovno bazo, kar lahko traja nekaj minut
backup '%1' deleted setup sl Arhiv '%1' zbrisan
backup '%1' renamed to '%2' setup sl Arhiv '%1' preimenovan v '%2'
backup '%1' restored setup sl Arhiv '%1' obnovljen
backup and restore setup sl Arhiviranje in obnavljanje
backup failed setup sl Arhiviranje je spodletelo
backup finished setup sl Arhiviranje dokončano
backup now setup sl Arhiviraj takoj
backup sets setup sl Arhivski nizi
backup skipped! setup sl Arhiv izpuščen!
backup started, this might take a few minutes ... setup sl Zaganjam arhiviranje, ki lahko traja nekaj minut ...
because an application it depends upon was upgraded setup sl ker je bila aplikacija, od katere je odvisen, nadgrajena
because it depends upon setup sl Ker je odvisen od
because it is not a user application, or access is controlled via acl setup sl ker ni uporabniška aplikacija, ali pa je dostop nadzorovan skozi ACL
because it requires manual table installation, <br />or the table definition was incorrect setup sl Ker zahteva ročno namestitev tabel, <br />ali pa so bile definicije tabel neveljavne
because it was manually disabled setup sl Ker je bila ročno onemogočena
because its sources are missing setup sl Ker manjka izvorna koda
because of a failed upgrade or install setup sl Zaradi neuspešne nadgradnje ali namestitve
because of a failed upgrade, or the database is newer than the installed version of this app setup sl Zaradi neuspešne nadgradnje, ali pa je podatkovna baza novejša od nameščene različice aplikacije
because the enable flag for this app is set to 0, or is undefined setup sl Ker je označba za vklop aplikacije nastavljena na 0, ali pa je nedefinirana
bottom setup sl Dno
but we <u>highly recommend backing up</u> your tables in case the script causes damage to your data.<br /><strong>these automated scripts can easily destroy your data.</strong> setup sl ampak <u>močno priporočam izdelavo rezervne kopije</u> vseh tabel v primeru, da skripta poškoduje podatke.<br /><strong>Samodejne skripte lahko celo uničijo podatke</strong>.
ca certificate setup sl Certifikat CA
can not connect to %1 database %2 on host %3 using user %4! setup sl Ni se mogoče povezati na zbirko podatkov %1 %2 na strežniku %3 z uporabniškim imenom %4.
can not connect to ldap server on host %1 using dn %2! setup sl Ni se mogoče povezati na strežnik LDAP na strežniku %1 z uporabo DN %2.
can not create %1 database %2 on %3 for user %4! setup sl Ni mogoče ustvariti zbirke podatkov %1 %1 na %3 za uporabnika %4.
can not create dn %1! setup sl Ni mogoče ustvariti DN %1.
cancel setup sl Prekini
cannot create the header.inc.php due to file permission restrictions.<br /> instead you can %1 or %2 the file. setup sl Ne morem ustvariti header.inc.php, ker ni zadostnih pravic. <br /> Sami lahko %1 ali %2 datoteko.
cas server host name:<br />example: sso-cas.univ-rennes1.fr setup sl Ime strežnika cas:<br />Primer: sso-cas.univ-rennes1.fr
cas server port:<br />example: 443 setup sl Vrata stežnika cas:<br />Primer: 443
cas server uri: setup sl URI strežnika cas:
certificate (pem or ca): setup sl Certifikat (CA ali PEM):
change system-charset setup sl Spremeni sistemski nabor znakov
charset setup sl utf-8
charset to convert to setup sl Nabor znakov za pretvorbo
charsets used by the different languages setup sl Nabori znakov, uporabljeni iz različnih jezikov
check can only be performed, if called via a webserver, as the user-id/-name of the webserver is not known. setup sl Preverjanje je mogoče le, če se izvede v spletnem brskalniku. Uporabniški ID/ime spletnega strežnika ni znan.
check installation setup sl Preveri namestitev
check ip address of all sessions setup sl Preveri IP naslov vseh sej
checking extension %1 is loaded or loadable setup sl Preverjam če je dodatek %1 naložen in če ga je mogoče naložiti
checking file-permissions of %1 for %2 %3: %4 setup sl Preverjam pravice datotek %1 za %2 %3: %4
checking for gd support... setup sl Preverjam GD podporo
checking function %1 exists setup sl Preverjam obstoj funkcije %1
checking if php.ini setting session.save_path='%1' is writable by the webserver setup sl Preverjam, če je nastavitev session.save_path='%1' v php.ini zapisljiva s strani spletnega strežnika
checking pear%1 is installed setup sl Preverjam, če je nameščen PEAR%1
checking php.ini setup sl Preverjam php.ini
checking required php version %1 (recommended %2) setup sl Preverjam zahtevano različico PHP %1 (priporočena je %2)
checking the egroupware installation setup sl Preverjam eGroupWare namestitev
checks egroupware's installed, it's versions and necessary upgrads (return values see --exit-codes) setup sl Preveri nameščen eGroupWare, različico in potrebne nadgradnje (za vrnjene vrednosti glejte --exit-codes)
click <a href="index.php">here</a> to return to setup. setup sl Kliknite <a href="index.php">tukaj</a> za vrnitev v namestitev.
click here setup sl Kliknite tukaj
click here to re-run the installation tests setup sl Kliknite tukaj za ponovno preverjanje namestitve
comma separated ip-addresses or host-names, default access to setup from everywhere setup sl Seznam naslovov IP ali imen gostiteljev, ločen z vejico, privzeto je nastavljen dostop od kjerkoli.
completed setup sl Dokončano
config password setup sl Konfiguracijsko geslo
config username setup sl Konfiguracijsko uporabniško ime
configuration setup sl Konfiguriranje
configuration changed. setup sl Konfiguracija spremenjena.
configuration completed setup sl Konfiguriranje dokončano
configuration errors: setup sl Napake konfiguracije:
configuration password setup sl Geslo za konfiguriranje
configuration user setup sl Uporabnik konfiguracije
configure now setup sl Konfiguriraj sedaj
confirm to delete this backup? setup sl Potrdite brisanje tega arhiva
contain setup sl Vsebuje
continue setup sl Nadaljuj
continue to the header admin setup sl Nadaljuj na nastavitve glave
convert setup sl Pretvori
convert backup to charset selected above setup sl Pretvori arhiv v nabor znakov, ki je izbran zgoraj
could not open header.inc.php for writing! setup sl Ne morem odpreti header.inc.php za pisanje!
country selection setup sl Izbor države
create setup sl Kreiraj
create a backup before upgrading the db setup sl Arhiviraj podatke pred posodobitvijo podatkovne baze
create admin account setup sl Kreiraj upravljalski račun
create database setup sl Kreiraj podatkovno bazo
create demo accounts setup sl Kreiraj demo uporabniške račune.
create one now setup sl Kreiraj enega sedaj
create or edit the egroupware configuration file: header.inc.php: setup sl Uredi ali ustvari konfiguracijsko datoteko eGroupWare: header.inc.php:
create the empty database - setup sl Ustvari prazno zbirko podatkov -
create the empty database and grant user permissions - setup sl Ustvari prazno zbirko podatkov in dodeli pravice dostopa
create your header.inc.php setup sl Ustvari datoteko header.inc.php
created setup sl Ustvarjeno
created header.inc.php! setup sl Datoteka header.inc.php je ustvarjena!
creates an admin user: domain(default),[config user(admin)],password,username,password,[first name],[last name],[email] setup sl Ustvari uporabnika z administratorskimi pravicami: domain(privzeto),[config user(admin)],geslo,uporabniško ime,geslo,[ime],[priimek],[e-pošta]
creating tables setup sl Ustvarjanje tabel
creation of %1 in %2 failed !!! setup sl Ustvarjanje %1 in %2 ni bilo uspešno!
current configuration: setup sl Trenutna konfiguracija:
current system-charset setup sl Trenutni sistemski nabor znakov
current system-charset is %1. setup sl Trenutni sistemski nabor znakov je %1.
current version setup sl Trenutna različica
currently installed languages: %1 <br /> setup sl Trenutno nameščeni jeziki: %1<br />
custom handler: %1 setup sl Ročnik po meri: %1
custom set via %1 setup sl Nastavitev po meri %1
cyrus imap: admin user,password setup sl Cyrus IMAP: administratorko ime,geslo
database setup sl Zbirka podatkov
database instance (egw domain) setup sl Instanca zbirke podatkov (domena eGW)
database is version %1 and up to date. setup sl Zbirka podatkov je različica %1 in je posodobljena.
database successfully converted from '%1' to '%2' setup sl Podatkovna baza je bila uspešno prevedena iz '%1' v '%2'.
datetime port.<br />if using port 13, please set firewall rules appropriately before submitting this page.<br />(port: 13 / host: 129.6.15.28) setup sl Vrata za datum.<br />Če uporabljate vrata 13, prosim, da ustrezno prilagodite pravila požarnega zidu, preden potrdite podatke na tej strani. <br />(Vrata: 13 / Strežnik: 129.6.15.28)
day setup sl dan
day of week<br />(0-6, 0=sunday) setup sl dan v tednu<br />(0-6, 0=nedelja)
db backup and restore setup sl Arhiviranje in obnavljanje podatkovne baze
db host setup sl Podatkovni strežnik
db name setup sl Ime podatkovne baze
db password setup sl Geslo podatkovne baze
db port setup sl Vrata podatkovnega strežnika
db root password setup sl Korensko geslo podatkovne baze
db root username setup sl Korensko uporabniško ime podatkovne baze
db type setup sl Tip podatkovne baze
db user setup sl Uporabniško ime podatkovne baze
default setup sl Priporočeno privzeto
default file system space per user/group ? setup sl Privzeta količina prostora za uporabnika/skupino?
delete setup sl Izbriši
delete all existing sql accounts, groups, acls and preferences (normally not necessary)? setup sl Izbrišem vse obstoječe SQL račune, skupine, ACL pravice in nastavitve (običajno ni potrebno)?
delete all my tables and data setup sl Izbriši vse moje tabele in podatke
delete all old languages and install new ones setup sl Izbriši vse stare jezike in namesti nove
deleting tables setup sl Brisanje tabel
demo server setup setup sl Namestitev demo strežnika
deny access setup sl prepreči dostop
deny all users access to grant other users access to their entries ? setup sl Onemogoči vsem uporabnikom možnost upravljanja pravic dostopa do njihovih zapisov?
dependency failure setup sl Napaka odvisnosti
deregistered setup sl Odregistriran
details for admin account setup sl Podrobnosti upravljalčevega računa
developers' table schema toy setup sl Razvijalčeva shema tabel
did not find any valid db support! setup sl Ne najdem delujoče podpore za podatkovno bazo.
do you want persistent connections (higher performance, but consumes more resources) setup sl Ali želite trajne povezave (večja učinkovitost, vendar večja poraba sistemskih sredstev)?
do you want to manage homedirectory and loginshell attributes? setup sl Ali želite upravljati domači direktorij in lastnosti prijavne lupine
does not exist setup sl ne obstaja
domain setup sl Domena
domain '%1' does not exist !!! setup sl Domena '%1' ne obstaja!
domain name setup sl Ime domene
domain select box on login setup sl Izbor domene ob prijavi
domain(all),[config user(admin)],password,[file-name(default: backup-dir/db_backup-yyyymmddhhii)] setup sl domena(vse),[uporabnik konfiguracije(admin)],geslo,[ime datoteke(privzeto: mapa-arhiva/db_backup-YYYYMMDDHHii)]
domain(default),[config user(admin)],password,[backup to install],[charset(default depends on language)] setup sl domena(privzeto),[uporabnik konfiguracije(admin)],geslo,[arhiv za namestitev],[nabor znakov(privzeti je odvisen od jezika)]
domain(default),[config user(admin)],password,[name=value,...] sets config values beside: setup sl domena(privzeto),[uporabnik konfiguracije(admin)],geslo,[name=value,...] nastavi vrednosti konfiguracije poleg:
domain-name setup sl Ime domene
don't change, if you already stored files! you will loose them! setup sl Ne spreminjajte, če ste že shranjevali datoteke, ker jih boste izgubili!
dont touch my data setup sl Ne spreminjaj mojih podatkov
download setup sl Prenesi
edit current configuration setup sl Upravljaj trenutno konfiguracijo
edit your existing header.inc.php setup sl Uredi obstoječo datoteko header.inc.php
edit your header.inc.php setup sl Uredi datoteko header.inc.php
eg. /egroupware or http://domain.com/egroupware, default: %1 setup sl npr. /egroupware ali http://domena.si/egroupware, privzeto: %1
egroupware administration manual setup sl eGroupware upravljalski priročnik
egroupware api needs a database (schema) update from version %1 to %2! setup sl eGroupWare API mora posodobiti zbirko podatkov (shemo) z različice %1 na različico %2!
egroupware api version %1 found. setup sl Najdena je različica %1 eGroupWare API
egroupware configuration file (header.inc.php) does not exist. setup sl Konfiguracijska datoteka (header.inc.php) ne obstaja.
egroupware configuration file (header.inc.php) version %1 exists%2 setup sl Konfiguracijska datoteka eGroupWare (header.inc.php), različica %1 obstaja%2
egroupware configuration file header.inc.php already exists, you need to use --edit-header or delete it first! setup sl Konfiguracijska datoteka eGroupWare header.inc.php že obstaja. Uporabiti morate --edit-header ali pa jo najprej izbrisati!
egroupware domain/instance %1(%2): setup sl Domena eGroupWare %1(%2):
egroupware is already installed! setup sl eGroupWare je že nameščen!
egroupware sources in '%1' are not complete, file '%2' missing !!! setup sl Izvorna koda eGroupWare v '%1' ni popolna, manjka datoteka '%2'!
emailadmin profile updated: setup sl Profil EMailAdmin posodobljen:
enable for extra debug-messages setup sl Vključi za izpis dodatnih razhroščevalnih sporočil
enable mcrypt setup sl Omogoči mcrypt
enter some random text for app session encryption setup sl Vnesite nekaj naključnega besedila za kriptiranje aplikacijskih sej
enter some random text for app_session <br />encryption (requires mcrypt) setup sl Vnesite nekaj naključnega besedila za <br />kriptiranje aplikacijskih sej (zahteva Mcrypt).
enter the full path for temporary files.<br />examples: /tmp, c:\temp setup sl Vnesite polno pot do začasnih datotek.<br />Na primer: /tmp, c:\temp
enter the full path for temporary files.<br />examples: /tmp, c:temp setup sl Vnesite polno pot do začasnih datotek.<br />Na primer: /tmp, c:\temp
enter the full path for users and group files.<br />examples: /files, e:\files setup sl Vnesite polno pot do uporabniških datotek.<br />Na primer: /files, c:\files
enter the full path for users and group files.<br />examples: /files, e:files setup sl Vnesite polno pot do uporabniških datotek.<br />Na primer: /files, c:\files
enter the full path to the backup directory.<br />if empty: files directory setup sl Vpišite pot do arhivske mape.<br />Če je prazno bo uporabljena splošna pot za datoteke
enter the hostname of the machine on which this server is running setup sl Vnesite ime strežnika, na katerem teče projekt
enter the location of egroupware's url.<br />example: http://www.domain.com/egroupware &nbsp; or &nbsp; /egroupware<br /><b>no trailing slash</b> setup sl Vnesite eGroupWareov URL na vašem računalniku.<br />Na primer: http://www.podjetje.si/egroupware ali /egroupware<br /><b>Naslov naj bo brez zaključne poševnice</b>
enter the site password for peer servers setup sl Vnesite geslo za vzporedne strežnike.
enter the site username for peer servers setup sl Vnesite uporabniško ime za vzporedne strežnike
enter the title for your site setup sl Vnesite naziv vašega spletnega mesta
enter your default ftp server setup sl Vnesite privzeti FTP strežnik
enter your http proxy server setup sl Vnesite HTTP proxy strežnik
enter your http proxy server password setup sl Vnesite geslo HTTP proxy strežnika
enter your http proxy server port setup sl Vnesite vrata HTTP proxy strežnika
enter your http proxy server username setup sl Vnesite uporabniško ime HTTP proxy strežnika
error in admin-creation !!! setup sl Napaka pri kreiranju upravljalca!!!
error in group-creation !!! setup sl Napaka pri kreiranju skupine!!!
export has been completed! setup sl Izvoz končan!
failed writing configuration file header.inc.php, check the permissions !!! setup sl Napaka pri zapisovanju konfiguracijske datoteke header.inc.php. Preverite pravice.
false setup sl Ne
file setup sl DATOTEKA
file type, size, version, etc. setup sl tip datoteke, velikost, različica itd.
file uploads are switched off: you can not use any of the filemanagers, nor can you attach files in several applications! setup sl Prenos datotek v strežnik je onemogočen. Ne morete uporabljati Upravljalca datotek niti priložiti datotek v ostalih aplikacijah.
filename setup sl Ime datoteke
filesystem setup sl Datotečni sistem
filesystem (default) setup sl Datotečni sistem (privzeto)
force selectbox setup sl Vsili izbirna polja
give admin access to all installed apps setup sl Da administratorki dostop do vseh nameščenih aplikacij
gives further options setup sl Da nadaljnje možnosti
go back setup sl Pojdi nazaj
go to setup sl Pojdi na
grant access setup sl Dovoli dostop
group setup sl Skupina
group memberships will be migrated too. setup sl Migrirano bo tudi članstvo skupin.
has a version mismatch setup sl Ima neskladje med različicami
header admin login setup sl Prijava upravljalca glave
header password setup sl Geslo upravljalca glave
header username setup sl Uporabniško ime glave
header-password[,header-user(admin)] setup sl header-password[,header-user(admin)]
header.inc.php successful written. setup sl header.inc.php je bila uspešno zapisana.
historylog removed setup sl Odstranjen dnevnik
hooks deregistered setup sl Kljuke odregistrirane
hooks registered setup sl Kljuke registrirane
host information setup sl Podatki o strežniku
host,[smtp port],[smtp user],[smtp password] setup sl host,[vrata smtp],[uporabnik smtp],[geslo smtp]
host,{imap | pop3 | imaps | pop3s},[domain],[{standard(default)|vmailmgr = add domain for mailserver login}] setup sl host,{imap | pop3 | imaps | pop3s},[domena],[{standard(privzeto)|vmailmgr = dodajte domeno za prijavo v poštni strežnik}]
host/ip domain controler setup sl Strežnik/IP domenski nadzornik
hostname/ip of database server setup sl Ime/IP podatkovnega strežnika
hour (0-24) setup sl Ura (0-24)
however the tables are still in the database setup sl Tabele so še v zbirki podatkov
however, the application is otherwise installed setup sl Vendar je aplikacija nameščena
however, the application may still work setup sl Vendar aplikacija še vedno deluje
http auth types (comma-separated) to use without login-page, eg. "ntlm" setup sl Vrste avtentikacije HTTP (ločene z vejico), za prijavo brez prijavne strani, kot na primer "NTLM"
if no acl records for user or any group the user is a member of setup sl Če ni ACL zapisov za uporabnika ali katerokoli skupino, katere član je
if safe_mode is turned on, egw is not able to change certain settings on runtime, nor can we load any not yet loaded module. setup sl Če je vključen način "safe_mode", eGW med delovanjem ne more spremeniti nekaterih nastavitev niti ne more naložiti novih modulov.
if the application has no defined tables, selecting upgrade should remedy the problem setup sl Če aplikacija nima definiranih tabel, potem bi nadgrajevanje moralo rešiti težave.
if using ads (active directory) authentication setup sl Če uporabljate ADS (Aktivni Direktorij ) overovljenje
if using cas (central authentication service): setup sl Če uporabljate cas (Central Authentication Service):
if using ldap setup sl Če uporabljate LDAP
if using ldap, do you want to manage homedirectory and loginshell attributes? setup sl Če uporabljate LDAP, ali želite upravljati domači direktorij in lastnosti prijavne lupine?
if you can only access the docroot choose <b>database</b> for where to store the file content and use same path as for temporary files. setup sl Če lahko dostopate samo do korena dokumentov, izberite b<>Zbirka podatkov</b> za shranjevanje vsebine datotek in uporabite isto pot za začasne datoteke.
if you did not receive any errors, your applications have been setup sl Če ni prikazana nobena napaka, so bile vaše aplikacije
if you did not receive any errors, your tables have been setup sl Če ni prikazana nobena napaka, so bile vaše tabele
if you running this the first time, don't forget to manualy %1 !!! setup sl Če to izvajate prvič, ne pozabite ročno %1!
if you use only languages of the same charset (eg. western european ones) you dont need to set a system-charset! setup sl Če uporabljate samo jezike enake kodne tabele (npr. vzhodnoevropske), vam ni potrebno spreminjati sistemskega nabora znakov!
image type selection order setup sl Zaporedje izbire tipa slik
import has been completed! setup sl Uvoz je končan!
include_path need to contain "." - the current directory setup sl pot "include_path" mora vsebovati "." - trenutni direktorij
install setup sl Namesti
install all setup sl Namesti vse
install applications setup sl Namesti aplikacije
install backup setup sl Namesti arhiviranje
install language setup sl Namesti jezik
install or update translations: domain(all),[config user(admin)],password,[[+]lang1[,lang2,...]] + adds, no langs update existing ones setup sl Namesti ali posodobi prevode: domain(all),[config user(admin)],password,[[+]lang1[,lang2,...]] + doda, če ni jezika, se posodobi obstoječi
installation finished setup sl Namestitev zaključena
installation started, this might take a few minutes ... setup sl Namestitev se je začela, to lahko traja nekaj minut ...
installed setup sl nameščen
instructions for creating the database in %1: setup sl Navodila za izdelavo podatkovne baze v %1:
invalid argument '%1' !!! setup sl Napačen argument '%1'!
invalid ip address setup sl Napačen IP naslov
invalid mcrypt algorithm/mode combination setup sl Napačna kombinacija Mcrypt Algorithm/Mode
invalid password setup sl Napačno geslo
is broken setup sl je pretrgan
is disabled setup sl je onemogočen
is in the webservers docroot setup sl je v "docroot" mapi spletnega strežnika
is not writeable by the webserver setup sl ni zapisljiv s strani spletnega strežnika
it needs upgrading to version %1! use --update-header <password>[,<user>] to do so (--usage gives more options). setup sl Potrebna je nadgradnja na različico %1! Uporabite --update-header <password>[,<user>]. (--usage prikaže več možnosti).
languages updated. setup sl Jeziki so posodobljeni.
ldap accounts configuration setup sl Konfiguriranje LDAP računov
ldap accounts context setup sl Kontekst LDAP računov
ldap config setup sl Konfiguriranje LDAP
ldap default homedirectory prefix (e.g. /home for /home/username) setup sl Privzeta predpona za LDAP domače direktorije (npr. /home za /home/uporabnik)
ldap default shell (e.g. /bin/bash) setup sl LDAP privzeta lupina (npr. /bin/bash)
ldap encryption type setup sl Tip LDAP enkripcije
ldap groups context setup sl Kontekst LDAP skupin
ldap host setup sl LDAP strežnik
ldap import setup sl LDAP uvoz
ldap root password setup sl LDAP root geslo
ldap rootdn setup sl LDAP rootdn
ldap search filter for accounts, default: "(uid=%user)", %domain=egw-domain setup sl Iskalni filter LDAP računov, privzet: ("uid=%user"), %domain=eGW-domain
leave empty to keep current. setup sl Pustite prazno, da ohranite obstoječe.
limit access setup sl Omeji dostop
limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org) setup sl Omejitev dostopa do nastavitev z naslovov, omrežij ali gostiteljev (npr. 127.0.0.1,10.1.1,myhost.dnydns.org)
list availible values setup sl Vrni seznam vrednosti, ki so na voljo
list of availible translations setup sl Vrni seznam prevodov, ki so na voljo
login as user postgres, eg. by using su as root setup sl Prijavi se kot uporabnik postgres, na primer z uporabo su kot root
login to mysql - setup sl Prijava v mysql -
loginname needed for domain configuration setup sl Za domensko konfiguracijo je potrebno uporabniško ime
logout setup sl Odjava
mail domain (for virtual mail manager) setup sl Poštna domena (za Virtual mail manager)
mail server login type setup sl Način prijave v poštni strežnik
mail server protocol setup sl Protokol poštnega strežnika
make sure that your database is created and the account permissions are set setup sl Prepričajte se da je podatkovna baza ustvarjena in da so pravice dostopa pravilno urejene.
manage applications setup sl Upravljanje aplikacij
manage languages setup sl Upravljanje jezikov
manual / help setup sl Priročnik/pomoč
max_execution_time is set to less than 30 (seconds): egroupware sometimes needs a higher execution_time, expect occasional failures setup sl Najdaljši čas izvajanja (max_execution_time) je nastavljen na manj kot 30 sekund: eGW občasno potrebuje daljši čas izvajanja zato lahko pričajujete občasne napake
maximum account id (e.g. 65535 or 1000000) setup sl Najvišji ID uporabniškega računa (npr. 65535 ali 1000000)
may be broken setup sl morda je prekinjen
mcrypt algorithm (default tripledes) setup sl Mcrypt algoritem (privzeto TIRPLEDES)
mcrypt initialization vector setup sl Mcrypt začetni vektor
mcrypt mode (default cbc) setup sl Mcrypt način (privzeto CBC)
mcrypt settings (requires mcrypt php extension) setup sl Mcrypt nastavitve (zahteva mcrypt razširitev PHPja)
memory_limit is set to less than %1: some applications of egroupware need more than the recommend 8m, expect occasional failures setup sl Omejitev spomina (memory_limit) je nastavljena na manj kot 16 Mb: nekatere aplikacije v eGW potrebujejo več kot priporočljivih 8 Mb zato se lahko pojavijo občasne napake
migration between egroupware account repositories setup sl Migracija med repozitoriji uporabniških računov eGroupWare
minimum account id (e.g. 500 or 100, etc.) setup sl Najnižji ID računa (npr. 500 ali 100)
minute setup sl minuta
missing or uncomplete mailserver configuration setup sl Manjkajoča ali nepopolna konfiguracija poštnega strežnika
modifications have been completed! setup sl Spremembe so končane.
modify setup sl Spremeni
month setup sl Mesec
multi-language support setup setup sl Namestitev večjezične podpore
name of database setup sl Ime podatkovne baze
name of db user egroupware uses to connect setup sl Uporabniško ime za dostop do podatkovne baze
never setup sl Nikoli
new setup sl Novo
next run setup sl Naslednji zagon
no setup sl Ne
no %1 support found. disabling setup sl Ni bila najdena podpora za %1. Onemogočeno.
no accounts existing setup sl Noben račun ne obstaja
no algorithms available setup sl Ni razpoložljivih algoritmov
no egroupware domains / database instances exist! use --edit-header --domain to add one (--usage gives more options). setup sl Ne obstaja domena/zbirka podatkov eGroupWare. Uporabite --edit-header --domain da dodate novo (--usage prikaže več možnosti).
no header admin password set! use --edit-header <password>[,<user>] to set one (--usage gives more options). setup sl Ni nastavljeno geslo upravljalca glave! Uporabite --edit-header <password>[,<user>], da ga nastavite. (--usage prikaže več možnosti).
no modes available setup sl Ni razpoložljivih načinov
no update necessary, domain %1(%2) is up to date. setup sl Posodobitev ni potrebna, domena %1 (%2) je posodobljena.
no xml support found. disabling setup sl Ni podpore za XML. Onemogočam.
not setup sl ne
not all mcrypt algorithms and modes work with egroupware. if you experience problems try switching it off. setup sl Vsi mcrypt algoritmi in načini ne delujejo v eGW. Če se pojavijo težave, jih izklopite.
not complete setup sl Ni dokončano
not completed setup sl Ni dokončano
not ready for this stage yet setup sl Sistem še ni pripravljen za ta korak.
not set setup sl Ni nastavljeno
note: you will be able to customize this later setup sl Obvestilo: to boste lahko prilagajali tudi kasneje.
nothing to change. setup sl Brez sprememb.
now guessing better values for defaults... setup sl Ugibam boljše vrednosti za privzete nastavitve.
odbc / maxdb: dsn (data source name) to use setup sl ODBC / MaxDB: DSN (data source name), ki naj se uporabi
ok setup sl V redu
once the database is setup correctly setup sl Ko je podatkovna baza pravilno nameščena
one month setup sl Čez en mesec
one week setup sl Čez en teden
only add languages that are not in the database already setup sl Le dodaj jezike, ki jih še ni v podatkovni bazi.
only add new phrases setup sl Le dodaj nove fraze
or setup sl ali
or %1continue to the header admin%2 setup sl Ali %1nadaljuj v nastavitve glave%2
or http://webdav.domain.com (webdav) setup sl Ali http://webdav.domena.si (WebDAV)
or we can attempt to create the database for you: setup sl Ali pa lahko poizkusim ustvariti zbirko podatkov za vas:
or you can install a previous backup. setup sl Lahko pa povrnete prejšnji arhiv.
password for smtp-authentication setup sl Geslo za avtentikacijo SMTP
password needed for domain configuration. setup sl Za konfiguracijo domene je potrebno geslo.
password of db user setup sl Geslo za dostop do baze
passwords did not match, please re-enter setup sl Gesli se ne ujemata, prosim, ponovite
path (not url!) to your egroupware installation. setup sl Pot (ne URL) do namestitve eGroupWare.
path information setup sl Podatki o poti
path of egroupware install directory (default auto-detected) setup sl Pot do namestitvene mape eGroupWare (privzeto je samodejna zaznava)
path to user and group files has to be outside of the webservers document-root!!! setup sl Pot do uporabnikovih in skupinskih datotek <b>mora biti zunaj</b> strežnikovega spletnega področja!
path to various directories: have to exist and be writeable by the webserver setup sl Pot do več map: morajo obstojati in biti zapisljive s strani spletnega strežnika.
pear (%1) is a php repository and is usually in a package called %2. setup sl PEAR (%1) je v repozitoriju PHP in je ponavadi del paketa %2.
pear extensions are required by many egroupware applications, pear itself is the required basis for each extension! setup sl Razširitve PEAR so zahtevane za več aplikacij eGroupware, PEAR je zahtevana osnova za vse razširitve.
pear%1 is needed by: %2. setup sl EAR%1 je potreben za: %2.
pem certificate setup sl Certifikat PEM
persistent connections setup sl Trajne povezave
php client setup sl Odjemalec PHP
php proxy setup sl Vmesnik PHP
php session handler enabled in php.ini setup sl Upravljalec sej PHP je omogočen v php.ini
please check for sql scripts within the application's directory setup sl Prosim, preverite za SQL skripte znotraj direktorijev aplikacij
please check read/write permissions on directories, or back up and use another option. setup sl Prosim, preverite pravice dostopa do direktorijev, ali pa se vrnite in uporabite drugo možnost.
please configure egroupware for your environment setup sl Prosim, prilagodite eGroupware za vaše okolje.
please consult the %1. setup sl Prosim, posvetujte se z %1.
please fix the above errors (%1) and warnings(%2) setup sl Prosim, popravite zgornje napake (%1) in opozorila (%2)
please install setup sl Prosim, namestite
please login setup sl Prosim, prijavite se
please login to egroupware and run the admin application for additional site configuration setup sl Prosim, da se prijavite v eGW in poženite aplikacijo Admin za dodatne nastavitve strežnika
please make the following change in your php.ini setup sl Prosim, da v php.ini popravite nasednje
please wait... setup sl Prosim, počakajte...
pop/imap mail server hostname or ip address setup sl Ime ali naslov IP poštnega strežnika POP/IMAP.
possible reasons setup sl Možni razlogi
possible solutions setup sl Možne rešitve
post-install dependency failure setup sl Napaka odvisnosti po namestitvi
postfix with ldap: [yes(user edit forwarding)] setup sl Postfix z LDAP: [yes(user edit forwarding)]
postgres: leave it empty to use the prefered unix domain sockets instead of a tcp/ip connection setup sl Postgres: pustite prazno za uporabo vtičnic unix domain namesto povezave TCP/IP.
potential problem setup sl Mogoč problem
preferences setup sl Nastavitve
problem resolution setup sl Rešitev težave
process setup sl Proces
re-check my database setup sl Ponovno preveri podatkovno bazo
re-check my installation setup sl Ponovno preveri namestitev
re-enter password setup sl Ponovite vnos gesla
read translations from setup sl Preberi prevode iz
readable by the webserver setup sl ima omogočeno branje spletnega strežnika
really uninstall all applications setup sl RES odstranim vse aplikacije
register_globals is turned on, egroupware does not require it and it's generaly more secure to have it turned off setup sl Vrednost "register_globals" je nastavljena na "On", eGW NE zahteva spremembe vendar je na splošno bolj varno, če je nastavljena na "Off"
registered setup sl registriran
rejected lines setup sl Zavržene vrstice
remove setup sl Odstrani
remove all setup sl Odstrani vse
rename setup sl preimenuj
requires reinstall or manual repair setup sl Potrebuje namestitev ali ročno popravljanje
requires upgrade setup sl Potrebuje posodobitev
resolve setup sl Razreši
restore setup sl obnovi
restore failed setup sl Obnovitev je splodletela
restore finished setup sl obnovitev končana
restore started, this might take a few minutes ... setup sl obnovitev se je začela kar lahko traja nekaj minut
restoring a backup will delete/replace all content in your database. are you sure? setup sl Obnova rezervne kopije bo zbrisala/zamenjala vso vsebino podatkovne baze. Ste prepričani?
return to setup setup sl Vrnitev v namestitev
run a database schema update (if necessary): domain(all),[config user(admin)],password setup sl Požene posodobitev sheme zbirke podatkov (če je potrebno): domain(all),[config user(admin)],password
run installation tests setup sl Poženi namestitvene teste
safe_mode is turned on, which is generaly a good thing as it makes your install more secure. setup sl Vrednost "safe_mode" je nastavljena na "On", kar na splošno pomeni bolj varno namestitev.
save setup sl Shrani
save this text as contents of your header.inc.php setup sl Shrani besedilo kot vsebino vaše header.inc.php datoteke
schedule setup sl urnik
scheduled backups setup sl urnik arhiviranja
select an app, enter a target version, then submit to process to that version.<br />if you do not enter a version, only the baseline tables will be installed for the app.<br /><blink>this will drop all of the apps' tables first!</blink> setup sl Označite aplikacijo, vnesite ciljno različico, in pošljite procesu to različico.<br />Če ne boste vnesli različice, se bodo za aplikacijo namestile le osnovne tabele. <br /><blink>POSTOPEK BO NAJPREJ IZBRISAL VSE TABELE APLIKACIJE!</blink>
select one... setup sl izberite enega...
select the default applications to which your users will have access setup sl Izberite privzete aplikacije, do katerih bodo imeli dostop vaši uporabniki.
select the desired action(s) from the available choices setup sl S seznama izberite želene akcije
select to download file setup sl Izberite za prenos datoteke
select where you want to store/retrieve user accounts setup sl Izberite, kam želite shraniti/prenesti uporabniške račune
select which group(s) will be exported setup sl Izberite, katere skupine naj bodo izvožene.
select which group(s) will be imported (group membership will be maintained) setup sl Izberite, katere skupine želite uvoziti (članstvo v skupinah bo ohranjeno)
select which group(s) will be modified (group membership will be maintained) setup sl Izberite, katere skupine boste spremenili (članstvo v skupinah bo ohranjeno)
select which languages you would like to use setup sl Izberite jezike, ki jih želite uporabljati:
select which method of upgrade you would like to do setup sl Izberite metodo nadgrajevanja:
select which type of authentication you are using setup sl Izberite metodo avtentikacije boste uporabljali
select which user(s) will also have admin privileges setup sl Izberite uporabnike, ki bodo imeli še upravljalske pravice
select which user(s) will be exported setup sl Izberite, kateri uporabniški računi bodo izvoženi
select which user(s) will be imported setup sl Izberite, kateri uporabniški računi bodo uvoženi
select which user(s) will be modified setup sl Izberite, kateri uporabniški računi bodo spremenjeni
select which user(s) will have admin privileges setup sl Izberite, kateri uporabniki bodo imeli upravljalske pravice
select your old version setup sl Izberite staro različico
selectbox setup sl Izbirni seznam
server root setup sl Strežniški Root
session handler class used. setup sl Uporabljen je razred upravljalca sej.
sessions handler setup sl Uravljalec sej
set setup sl nastavi
setting the system-charset to utf-8 (unicode) allows the coexistens of data from languages of different charsets. setup sl Nastavitev sistemskega nabora znakov v UTF-8 (Unocode) omogoče hkratno uporabo različnih jezikov in kodnih tabel.
settings setup sl Nastavitve
setup setup sl Namestitev
setup main menu setup sl Namesti glavni meni
setup the database setup sl Namesti podatkovno bazo
setup/config admin login setup sl Namesti/Konfiguriraj prijavo upravljalca
show 'powered by' logo on setup sl Pokaži "teče na" logotip na
sieve: host[,port(2000)] setup sl Sieve: Gostitelj[,Vrata(2000)]
size setup sl Velikost
skip the installation tests (not recommended) setup sl Preskoči namestitveni test (ni priporočeno)
smtp server hostname or ip address setup sl Ime ali naslov IP strežnika SMTP
smtp server port setup sl Vrata strežnika SMTP
some or all of its tables are missing setup sl Manjka nekaj ali vse njene tabele
sources deleted/missing setup sl Izvor je izbrisan/manjka.
sql encryption type setup sl Enkripcija za SQL geslo (privzeta je SSHA)
ssl validation: setup sl Preverjanje SSL:
standard (login-name identical to egroupware user-name) setup sl Standardno (uporabniško ime enako uuporabniškemu imenu eGroupWare)
standard mailserver settings (used for mail authentication too) setup sl Standardne nastavitve poštnega strežnika (uporabljeno je tudi za avtentikacijo pošte)
standard, as defined above setup sl Standardno, kot je določeno zgoraj.
start the postmaster setup sl Poženi "postmasterja"
start updating languages %1 ... setup sl Začni posodabljanje jezikov %1 ...
start updating the database ... setup sl Začni posodabljanje zbirke podatkov ...
status setup sl Status
step %1 - admin account setup sl Korak %1 - upravljalski račun
step %1 - advanced application management setup sl Korak %1 - zahtevno upravljanje aplikacij
step %1 - configuration setup sl Korak %1 - konfiguracija
step %1 - db backup and restore setup sl Korak %1 - arhiviranje in obnavljanje podatkovne baze
step %1 - language management setup sl Korak %1 - upravljanje z jeziki
step %1 - simple application management setup sl Korak %1 - preprosto upravljanje aplikacij
succesfully uploaded file %1 setup sl uspešen prenos datoteke %1
successful connected to %1 database %2 on %3 using user %4. setup sl Uspešna povezava na zbirko podatkov %1 %2 na %3 z uporabnikom %4.
successful connected to %1 on %3 and created database %2 for user %4. setup sl Uspešna povezava na %1 na %3 in ustvarjena zbirka podatkov %2 za uporabnika %4.
successful connected to ldap server on %1 and created/checked required structur %2. setup sl Uspešna povezava na strežnik LDAP na %1 in ustvarjena/preverjena zahtevana struktura %2.
successful connected to ldap server on %1 using dn %2. setup sl Uspešna povezava na strežnik LDAP na %1 z uporabo DN %2.
supported node types: setup sl Podprte vrste vozlišč:
table change messages setup sl Obvestila o spremembi tabel
tables dropped setup sl tabele odstranjene
tables installed, unless there are errors printed above setup sl tabele nameščene, razen če so zgoraj izpisane napake
tables upgraded setup sl Tabele nadgrajene
target version setup sl Ciljna različica
tcp port number of database server setup sl TCP vrata podatkovnega strežnika
text entry setup sl Besedilni vnos
the %1 extension is needed from: %2. setup sl Razširitev %1 je potrebna za: %2.
the %1 extension is needed, if you plan to use a %2 database. setup sl Potrebujem dodatek: %1, če želite uporabljati %2 podatkovno bazo.
the db_type in defaults (%1) is not supported on this server. using first supported type. setup sl Privzet tip podatkovne baze (%1) ni podprt na tem strežniku. Uporabljam prvi razpoložljivi tip.
the file setup sl Datoteka
the first step in installing egroupware is to ensure your environment has the necessary settings to correctly run the application. setup sl Prvi korak pri nameščanju eGroupWarea je prilagoditev okolja in obveznih nastavitev za delovanje aplikacij.
the following applications are not installed: setup sl Sledeče aplikacije niso nameščene:
the following applications need to be upgraded: setup sl Naslednje aplikacije potrebujejo nadgradnjo:
the function %1 is needed from: %2. setup sl Funkcija %1 je potrebna za: %2.
the imagecreatefromjpeg function is supplied by the gd extension (complied with jpeg support!). it's needed to upload photos for contacts. setup sl Funkcija imagecreatefromjpeg je del razširitve gd (s podporo jpeg!). Potrebna je za prenos slik v stikih.
the ldap extension is needed, if you use ldap as account or contact storage, authenticate against ldap or active directory. it's not needed for a standard sql installation. setup sl Razširitev LDAP je potrebna, če uporabljate LDAP kot skladišče računov ali stikov, avtentikacijo preko LDAP ali AD. Ni potrebna za standardno namestitev z uporabo SQL.
the mbstring extension is needed to fully support unicode (utf-8) or other multibyte-charsets. setup sl "mbstring" dodatek je potreben za polno podporo UTF-8 (Unicode).
the mbstring.func_overload = 7 is needed to fully support unicode (utf-8) or other multibyte-charsets. setup sl Vrednost "mbstring.func_overload = 7" je potrebna za polno podporo UTF-8 (Unicode).
the pdo extension plus a database specific driver is needed by the vfs (virtual file system)! setup sl VFS (virtual file system) zahteva razširitev PDO in določen gonilnik zbirke podatkov.
the session extension is needed to use php sessions (db-sessions work without). setup sl Razširitev sej je potrebna za uporabo sej PHP (db-sessions deluje brez).
the session extension is required! setup sl Zahtevana je razširitev za seje.
the table definition was correct, and the tables were installed setup sl Definicije tabel so pravilne in tabele so nameščene.
the tables setup sl tabele
the username/passwords are: demo/guest, demo2/guest and demo3/guest. setup sl Uporabniška imena/gesla so: demo/guest, demo2/guest in demo3/guest.
there was a problem trying to connect to your ldap server. <br /> setup sl Napaka pri povezovanju z LDAP strežnikom.<br />
there was a problem trying to connect to your ldap server. <br />please check your ldap server configuration setup sl Napaka pri povezovanju z LDAP strežnikom.<br />Prosim, preverite nastavitve LDAP strežnika.
this has to be outside the webservers document-root!!! setup sl To mora biti izven strežnikovega spletnega področja!
this might take a while, please wait ... setup sl To lahko traja nekaj časa, prosim počakajte ...
this program lets you backup your database, schedule a backup or restore it. setup sl Ta program vam omogoča arhiviranje vaše podatkovne baze, upravljanje urnikov arhiviranja ali pa restavriranje arhiva.
this program will convert your database to a new system-charset. setup sl Ta program bo prevedel podatkovno bazo na nov sistemski nabor znakov.
this program will help you upgrade or install different languages for egroupware setup sl Ta program vam bo pomagal pri posodabljanju ali namestitvi različnih jezikov za eGroupWare.
this should be around 30 bytes in length.<br />note: the default has been randomly generated. setup sl To naj bo dolgo približno 30 bajtov. <br /> Privzeto besedilo je bilo naključno generirano.
this stage is completed<br /> setup sl Korak je zaključen. <br />
this will create a first user in egroupware or reset password and admin rights of an exiting user setup sl To bo ustvarilo prvega uporabnika v eGroupWare ali ponastavilo geslo in pravice skrbnika obstoječega uporabnika.
to a version it does not know about setup sl v različico, ki je ne pozna
to allow password authentification add the following line to your pg_hba.conf (above all others) and restart postgres: setup sl Če želite dovoliti avtentikacijo z geslom, dodajte v pg_hba.conf sledečo vrstico (nad vsemi) IN ponovno zaženite 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 sl Če želite spremeniti nabor znakov: naredite varnostno kopijo zbirke podatkov, odstranite vse programe in ponovno namestite podatke iz varnostne kopije z označenim poljem "pretvori varnostno kopijo v označeni nabor znakov".
to setup 1 admin account and 3 demo accounts. setup sl za kreiranj 1 upravljalskega in 3 demo računov.
top setup sl vrh
translations added setup sl prevodi dodani
translations removed setup sl prevodi odstranjeni
translations upgraded setup sl prevodi posodobljeni
true setup sl DA
try to configure your php to support one of the above mentioned dbms, or install egroupware by hand. setup sl Poizkusite konfigurirati vašo php podporo na enega od zgoraj naštetih DBMS, ali pa ročno namestite eGroupWare.
two weeks setup sl Čez dva tedna
uninstall setup sl Odstrani
uninstall all applications setup sl Odstrani vse aplikacije
uninstalled setup sl Odstranjeno
unknown option '%1' !!! setup sl Neznana možnost '%1'!
update finished. setup sl Posodobitev končana.
upgrade setup sl Posodobi
upgrade all setup sl Posodobi vse
upgraded setup sl posodobljeno
upgrading tables setup sl Posodabljanje tabel
upload backup setup sl Prenos arhiva
uploads a backup and installs it on your db setup sl Prenese arhiv in ga namesti v podatkovno bazo
uploads a backup to the backup-dir, from where you can restore it setup sl prenese arhiv v arhivsko mapo, od koder ga lahko obnovite
usage: %1 command [additional options] setup sl Uporaba: %1 ukaz [dodatne možnosti]
use --create-header to create the configuration file (--usage gives more options). setup sl Uporabite --create-header, da ustvarite konfiguracijsko datoteko (--usage prikaže več možnosti).
use --install to install egroupware. setup sl Uporabite --install za namestitev eGroupWare.
use --update to do so. setup sl Uporabite --update za to.
use cookies to pass sessionid setup sl Uporabi piškotke za pošiljanje ID-ja sej
use mcrypt to crypt session-data: {off(default) | on},[mcrypt-init-vector(default randomly generated)],[mcrypt-version] setup sl Uporabi mcrypt za šifriranje podatkov seje: {off(default) | on},[mcrypt-init-vector(default randomly generated)],[mcrypt-version]
use persistent db connections: {on(default) | off} setup sl Uporabi persistent db connections: {on(default) | off}
use pure html compliant code (not fully working yet) setup sl Uporabi popolnoma standardno HTML kodo (še ne deluje)
user setup sl Uporabnik
user account prefix setup sl Predpona uporabniškega računa
user for smtp-authentication (leave it empty if no auth required) setup sl Uporabnik za avtentikacijo SMTP (pustite prazno, če avtentikacija ni potrebna).
usernames (comma-separated) which can get vfs root access (beside setup user) setup sl Uporabniška imena (ločena z vejico), ki imajo dostop do korena VFS (poleg uporabnika, ki je izvedel namestitev)
usernames are casesensitive setup sl Uporabniška imena so občutljiva na velike/male črke
users choice setup sl Uporabnikov izbor
usually more annoying.<br />admins can use admin >> manage accounts or groups to give access to further apps. setup sl Ponavadi bolj moteče. <br />Administratorji lahko uporabijo Oskrbnik >> Uporabniški računi ali Uporabniške skupine za nadaljnje nastavitve dostopa do aplikacij.
utf-8 (unicode) setup sl UTF-8 (Unicode)
validation errors setup sl Napake preverjanja
version setup sl Različica
version mismatch setup sl Navzkrižje različic
view setup sl Pregled
virtual filesystem setup sl Virtualni datotečni sistem
virtual mail manager (login-name includes domain) setup sl Virtualni upravljalec pošte (uporabniško ime vsebuje domeno)
warning! setup sl Opozorilo!
we can proceed setup sl Lahko nadaljujem.
we could not determine the version of %1, please make sure it is at least %2 setup sl Različice %1 ni bilo mogoče določiti. Preverite, da je vsaj različica %2
we will automatically update your tables/records to %1 setup sl Vaše tabele/zapise bom avtomatično nadgradil na %1.
we will now run a series of tests, which may take a few minutes. click the link below to proceed. setup sl Sedaj bom pognal nekaj testov, ki lahko trajajo nekaj minut. Kliknite na povezavo za nadaljevanje.
welcome to the egroupware installation setup sl Dobrodošli v namestitvi eGroupWarea
where should egroupware store file content setup sl Kam naj eGroupware shranjuje vsebino datotek
which database type do you want to use with egroupware? setup sl Kater tip podatkovne baze želite uporabljati za eGroupWare?
world readable setup sl Berljivo za vse
world writable setup sl Zapisljivo za vse
would you like egroupware to cache the phpgw info array ? setup sl Ali želite, da eGroupWare shrani phpgw_info polje v predpomnilnik?
would you like egroupware to check for a new version<br />when admins login ? setup sl Ali želite, da eGroupWare preveri za novo različico ob prijavi upravljalca?
would you like to show each application's upgrade status ? setup sl Ali želite pokazati stanje nadgradnje aplikacije?
writable by the webserver setup sl Spletni strežnik lahko zapisuje
write setup sl Zapiši
wrong credentials to access the header.inc.php file! setup sl Napačni podatki za dostop do datoteke header.inc.php.
year setup sl Leto
yes setup sl Da
yes, with lowercase usernames setup sl Da, z malimi črkami uporabniška imena
you appear to be running a pre-beta version of egroupware.<br />these versions are no longer supported, and there is no upgrade path for them in setup.<br /> you may wish to first upgrade to 0.9.10 (the last version to support pre-beta upgrades) <br />and then upgrade from there with the current version. setup sl Videti je, da uporabljate pred-beta različico egroupWare.<br /> Te različice niso več podprte in nadgradnja z njih ni mogoča.<br /> Prosimo, da najprej nadgradite na 0.9.10, (zadnja različica, ki podpira pred-beta posodabljanje) <br /> in potem nadgradite na posodobljeno različico.
you appear to be running an old version of php <br />it its recommend that you upgrade to a new version. <br />older version of php might not run egroupware correctly, if at all. <br /><br />please upgrade to at least version %1 setup sl Videti je, da uporabljate staro različico PHP.<br />Priporočamo, da nadgradite na novo različico.<br />Starejše različice morda ne bodo pravilno izvajale eGroupWare programov, če jih sploh bodo.<br /><br />Prosim, nadgradite vsaj na PHP različico %1.
you appear to be running version %1 of egroupware setup sl Videti je, da imate eGroupWare različico %1.
you appear to have %1 support. setup sl Kaže, da imate podporo za %1.
you appear to have xml support enabled setup sl Videti je, da imate omogočeno podporo XML.
you are ready for this stage, but this stage is not yet written.<br /> setup sl Pripravljeni ste za ta korak vendar še ni zapisan.<br />
you are using php version %1. egroupware now requires %2 or later, recommended is php %3. setup sl Uporabljate PHP različico %1. eGroupWare zdaj zahteva različico %2 ali novejšo, priporočena je %3.
you can install it by running: setup sl Namestite jo lahko tako, da poženete:
you can use the header user and password for every domain too. if the password is not set via the commandline, it is read from the enviroment variable egw_cli_password or queried from the user. setup sl Uporabniško ime in geslo glave lahko uporabite tudi za dostop do vseh domen. Če geslo ni podano preko ukazne vrstice, se prebere iz sistemske nastavitve EGW_CLI_PASSWORD ali povpraša uporabnika.
you didn't enter a config password for domain %1 setup sl Niste vnesli konfiguracijskega gesla za domeno %1
you didn't enter a config username for domain %1 setup sl Niste vnesli konfiguracijskega uporabniškega imena za domeno %1
you didn't enter a header admin password setup sl Niste vnesli upravljalskega gesla za header.inc.php.
you didn't enter a header admin username setup sl Niste vnesli upravljalskega uporabniškega imena za header.inc.php.
you do not have any languages installed. please install one now <br /> setup sl Nimate nameščenih jezikov. Prosim, izberite enega sedaj.<br />
you have not created your header.inc.php yet!<br /> you can create it now. setup sl Niste še ustvarili header.inc.php!<br />Lahko ga ustvarite sedaj.
you have successfully logged out setup sl Uspešno ste se odjavili.
you must enter a username for the admin setup sl Vnesti morate upravljačevo uporabniško ime.
you need to add at least one egroupware domain / database instance. setup sl Dodati morate najmanj eno instanco domene/zbirke podatkov eGroupWare.
you need to configure egroupware: setup sl eGroupWare morate konfigurirati.
you need to fix the above errors, before the configuration file header.inc.php can be written! setup sl Preden zapišete header.inc.php, morate odpraviti zgornje napake.
you need to save the settings you made here first! setup sl Najprej morate shraniti tukaj opravljene spremembe!
you need to select your current charset! setup sl Izbrati morate vaš trenutni nabor znakov.
you need to specify a password! setup sl Določiti morate geslo!
you should either install the sources or uninstall it, to get rid of the tables setup sl Da se znebite tabel, morate namestiti izvor ali pa ga odstraniti.
you should either uninstall and then reinstall it, or attempt manual repairs setup sl Morate jo ali odstraniti in ponovno namestiti, ali pa ročno popraviti.
you will not be able to log into egroupware using php sessions: "session could not be verified" !!! setup sl V eGroupWare se ne boste mogli prijaviti z uporabo sej PHP: "session could not be verified"!
you're using an old configuration file format... setup sl Uporabljate star format konfiguracijskih datotek.
your applications are current setup sl Vaše aplikacije so najnovejše
your backup directory '%1' %2 setup sl Vaša arhivska mapa '%1' %2
your database does not exist setup sl Vaša podatkovna baza ne obstaja.
your database is not working! setup sl Vaša podatkovna baza ne deluje.
your database is working, but you dont have any applications installed setup sl Vaša podatkovna baza deluje, a nimate nameščenih nobenih aplikacij.
your egroupware api is current setup sl Vaš eGroupWare API je trenutni.
your files directory '%1' %2 setup sl Vaša splošna mapa za datoteke '%1' %2
your header admin password is not set. please set it now! setup sl Vaše upravljalsko geslo NI nastavljeno. Prosim, vnesite ga sedaj.
your header.inc.php needs upgrading. setup sl Vaša header.inc.php datoteka je potrebna posodobitve.
your header.inc.php needs upgrading.<br /><blink><b class="msg">warning!</b></blink><br /><b>make backups!</b> setup sl Vaša header.inc.php datoteka je potrebna posodobitve.<br /><blink><b class="msg">POZOR!</b></blink><br /><b>Naredite rezervno kopijo datoteke in vseh podatkov!</b>
your installed version of %1 is %2, required is at least %3, please run: setup sl Nameščena različica %1 je %2, zahtevana je najmanj %3, prosimo, poženite:
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 sl Vaša PHP namestitev nima GD (vsaj različico 1.8) podpore, ki je potrebna za prikazovanje Gantovih preglednic v projektih.
your tables are current setup sl Vaše tabele so najnovejše
your tables will be dropped and you will lose data setup sl Vaše tabele bodo odstranjene. Pri tem boste izgubili podatke!
your temporary directory '%1' %2 setup sl Vaša začasna mapa '%1' %2
{db | php(default) | php-restore} setup sl {db | php(default) | php-restore}
{off(default) | on} setup sl {off(default) | on}

635
setup/lang/egw_sv.lang Normal file
View File

@ -0,0 +1,635 @@
%1 '%2' does not exist, is not readable by the webserver or contains no egroupware installation! setup sv %1 '%2' finns inte, är inte läsbar av webbservern eller innehåller ingen eGroupWare installation!
%1 already exists in %2. setup sv %1 finns redan i %2
%1 created in %2. setup sv %1 skapad i %2
%1 does not exist !!! setup sv %1 existerar inte!
%1 is %2%3 !!! setup sv %1 är %2%3 !
%1, %2 or %3 the configuration file. setup sv %1, %2 eller %3 konfigurations filen.
'%1' is not allowed as %2. arguments of option %3 !!! setup sv '%1' tillåts inte som %2 argument till %3!
(searching accounts and changing passwords) setup sv (söker konton och ändrar lösenord)
*** do not update your database via setup, as the update might be interrupted by the max_execution_time, which leaves your db in an unrecoverable state (your data is lost) !!! setup sv Uppdatera *INTE* databasen via installationen. Uppdateringen kan avbrytas av max_execution_time vilket förstör databasen oåterkallerligt!!
*** you have to do the changes manualy in your php.ini (usualy in /etc on linux) in order to get egw fully working !!! setup sv ***Du måste uppdatera php.ini manuellt (finns vanligtvis i /etc på Linux och i windows-mappen på Windows) för att eGW ska fungera.
00 (disable) setup sv 00 (stäng av/rekomenderat)
13 (ntp) setup sv 13 (ntp)
80 (http) setup sv 80 (http)
<b>charset to use</b> (use utf-8 if you plan to use languages with different charsets): setup sv <b>teckentabell som skall användas</b> (använd utf-8 om du skall ha stöd för språk med olika teckentabeller)
access denied: wrong username or password for manage-header !!! setup sv Åtkomst nekas: fel användarnamn eller lösenord för att hantera header!
access denied: wrong username or password to configure the domain '%1(%2)' !!! setup sv Åtkomst nekas: fel användarnamn eller lösenord för att hantera domänen '%1(%2)'!
account repository need to be set to the one you migrate to! setup sv Kontodatabasen måste sättas till den som du vill migrera till!
account repository{sql(default) | ldap},[authentication{sql | ldap | mail | ads | http | ...}],[sql encrypttion{md5 | blowfish_crypt | md5_crypt | crypt}],[check save password{ (default)|true}],[allow cookie auth{ (default)|true}] setup sv Kontodatabasen {sql(standard) | ldap},[autenticering{sql | ldap | mail | ads | http | ...}],[sql kryptering{md5 | blowfish_crypt | md5_crypt | crypt}],[check spara lösenord{ (standard)|True}],[tillåt cookie auth{ (standard)|True}]
accounts existing setup sv Befintliga konton
actions setup sv Åtgärder
activate safe password check setup sv Aktivera säkra lösenords kontrollen
add auto-created users to this group ('default' will be attempted if this is empty.) setup sv Lägg till automatiskt skapade användare till denna grupp ('Default' kommer att användas om denna är tom)
add new database instance (egw domain) setup sv Lägg till ny databas instans (eGW domän)
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 sv Lägg till eller ändra en domän: [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 sv Lägger till, ändrar eller raderar en eGroupWare domän / databas instans:
additional options and there defaults (in brackets) setup sv Övriga inställningar och deras standard (inom klammer)
additional settings setup sv Övriga inställningar
admin account successful created. setup sv Administratörs konto skapad
admin email address setup sv Administratörs e-postadress
admin first name setup sv Administratörs förnamn
admin last name setup sv Administratörs efternamn
admin password setup sv Administratörs lösenord
admin password to header manager setup sv Adminlösenord till header-hanterare
admin user for header manager setup sv Adminkonto till header-hanterare
admin username setup sv Administratörs användarnamn
admins setup sv Administratörer
after backing up your tables first. setup sv Efter att ha backat upp dina tabeller
after retrieving the file, put it into place as the header.inc.php. then, click "continue". setup sv När du hämtat filen, spara den som header.inc.php. Klicka sedan på "Fortsätt"
all applications setup sv Samtliga applikationer
all core tables and the admin and preferences applications setup sv Alla huvudtabeller samt "admin" och "alternativ"-applikationerna
all exit codes of the command line interface setup sv Alla exitkoder från kommando prompten
all languages (incl. not listed ones) setup sv Samtliga språk (inkl de som ej visas)
all users setup sv Samtliga användare
allow authentication via cookie setup sv Tillåt autenticering via cookies
allow password migration setup sv Tillåt lösenords migrering
allowed migration types (comma-separated) setup sv Tillåtna migrerings sätt (komma separerad)
alternatively domains can be accessed by logging in with <i>username@domain</i>. setup sv Alternativa domäner som kan användas genoma att logga in med <i>användarnamn@domän</i>.
analysis setup sv Analys
and is up to date setup sv är uppdaterad
and reload your webserver, so the above changes take effect !!! setup sv OCH starta om webservern så att förändringarna träder i kraft!!
app details setup sv Applikationsdetaljer
app install/remove/upgrade setup sv App installera/uppgradera/avinstallera
app process setup sv App-process
application data setup sv Applikationsdata
application list setup sv Applikationslista
application management setup sv Applikationshantering
application name and status setup sv Applikationsnamn och status
application name and status information setup sv Applikationsnamn och statusinformation
application title setup sv Applikationstitel
application: %1, file: %2, line: "%3" setup sv Applikation: %1, fil: %2, rad "%3"
are you sure you want to delete your existing tables and data? setup sv Vill du verkligen radera dina befintliga tabeller inklusive data?
are you sure? setup sv ÄR DU SÄKER?
at your request, this script is going to attempt to create the database and assign the db user rights to it setup sv På din begäran kommer detta skript att skapa en databas och tilldela databasanvändaren rättigheter till databasen
at your request, this script is going to attempt to install a previous backup setup sv På din begäran kommer detta skript att försöka en tidigare backup
at your request, this script is going to attempt to install the core tables and the admin and preferences applications for you setup sv På din begäran kommer detta skript att försöka installera huvudtabellerna samt admin och alternativ-applikationerna.
at your request, this script is going to attempt to upgrade your old applications to the current versions setup sv På din begäran kommer detta skript att försöka uppdatera dina befintliga applikationer till senaste version
at your request, this script is going to attempt to upgrade your old tables to the new format setup sv På din begäran kommer detta skript att försöka uppdatera dina befintliga tabeller till det nya formatet
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 sv På din begäran kommer detta skript att radera dina gamla tabeller och skapa om dem i det nya formatet
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 sv På din begäran kommer detta skript att avinstallera samtliga applikationer, vilket raderar befintliga tabeller och data
attempt to use correct mimetype for ftp instead of default 'application/octet-stream' setup sv Försöka använda korrekt mime-typ för FTP istället för standard 'application/octet-stream'
authentication / accounts setup sv Autentisering / Konton
auto create account records for authenticated users setup sv Skapa konton automatiskt för autentiserade användare
auto login anonymous user setup sv Auto inloggning för anonyma användare
auto-created user accounts expire setup sv Autoskapade användarkonton förfaller
available version setup sv Tillgänglig version
back to the previous screen setup sv Tillbaka till föregående sida
back to user login setup sv Tillbaka till användarlogin
back's up your db now, this might take a few minutes setup sv Backar upp din databas, kan ta några minuter
backup '%1' deleted setup sv Backup %1 raderad
backup '%1' renamed to '%2' setup sv Backup %1 omdöpt till %2
backup '%1' restored setup sv Backup %1 återläst
backup and restore setup sv Backup och återläsning
backup failed setup sv Backup misslyckades
backup finished setup sv Backup färdig
backup now setup sv Backa upp nu
backup sets setup sv Backup-set
backup skipped! setup sv Backup ignorerad
backup started, this might take a few minutes ... setup sv Backup har påbörjats, kan ta några minuter
because an application it depends upon was upgraded setup sv på grund av att en applikation som den var beroende av har uppgraderats
because it depends upon setup sv eftersom den är beroende av
because it is not a user application, or access is controlled via acl setup sv eftersom det inte är en användarapplikation, eller för att åtkomst kontrolleras med en ACL
because it requires manual table installation, <br />or the table definition was incorrect setup sv eftersom den kräver manuell installation av tabeller, <br />eller att tabelldefinitionen var inkorrekt
because it was manually disabled setup sv eftersom den inaktiverats manuellt
because of a failed upgrade or install setup sv eftersom uppgradering eller installation misslyckats
because of a failed upgrade, or the database is newer than the installed version of this app setup sv eftersom uppgradering misslyckats, eller att databasen är nyare än den installerade versionen av denna applikation
because the enable flag for this app is set to 0, or is undefined setup sv eftersom påkopplad-flaggan för denna applikation är satt till 0 eller är odefinerad
bottom setup sv Nederst
but we <u>highly recommend backing up</u> your tables in case the script causes damage to your data.<br /><strong>these automated scripts can easily destroy your data.</strong> setup sv Men vi <u> rekommenderar starkt att du backar upp</u> dina tabeller ifall att installationen skulle råka förstöra data. <br /> <strong>Dessa automatiserade skript kan med lätthet förstöra data i dina tabeller!</strong>
cancel setup sv Avbryt
cannot create the header.inc.php due to file permission restrictions.<br /> instead you can %1 or %2 the file. setup sv Kunde inte skapa header.inc.php pga filrättigheter.<br /> Du kan %1 eller %2 filen.
change system-charset setup sv Ändra system-teckentabell
charset setup sv utf-8
charset to convert to setup sv Teckenuppsättning att konvertera till
charsets used by the different languages setup sv Teckenuppsättning som används av olika länder
check can only be performed, if called via a webserver, as the user-id/-name of the webserver is not known. setup sv Kontrollen kan endast genomföras om den anropas via webserver, eftersom webserverns användarkonto inte är känt.
check installation setup sv Kontrollera installationen
check ip address of all sessions setup sv Kontrollera IP adresser på alla sessioner
checking extension %1 is loaded or loadable setup sv Kontrollerar att utökning %1 är laddad eller går att ladda
checking file-permissions of %1 for %2 %3: %4 setup sv Kontrollerar filsystems rättigheter för %1 för %2 %3: %4
checking for gd support... setup sv Kontrollerar GD support...
checking function %1 exists setup sv Kontrollerar att funktion %1 finns
checking if php.ini setting session.save_path='%1' is writable by the webserver setup sv Kontrollerar om php.ini inställning session.save_path='%1' är skrivbar av webbservern
checking pear%1 is installed setup sv Kontrollerar att PEAR%1 är installerad
checking php.ini setup sv Kontrollerar php.ini
checking required php version %1 (recommended %2) setup sv Kontrollerar PHP version %1 (recommenderar %2)
checking the egroupware installation setup sv Kontrollerar eGroupWare installationen
checks egroupware's installed, it's versions and necessary upgrads (return values see --exit-codes) setup sv Kontrollerar om eGroupWare är installerat, dess version och nödvändiga uppdateringar (retur kod se --exit-codes)
click <a href="index.php">here</a> to return to setup. setup sv Klicka <a href="index.php">här</a> för att återgå till installationen
click here setup sv Klicka här
click here to re-run the installation tests setup sv Klicka här för att kontrollera på nytt
comma separated ip-addresses or host-names, default access to setup from everywhere setup sv Kommaseparerad IP adress- eller värdnamn med med åtkomst till installationen
completed setup sv Klar
config password setup sv Lösenord för konfiguration
config username setup sv Användarnamn för konfiguration
configuration setup sv Konfiguration
configuration changed. setup sv Konfigurationen ändrad
configuration completed setup sv Konfiguration slutförd
configuration errors: setup sv Konfigurations fel:
configuration password setup sv Konfigurations lösenord
configuration user setup sv Konfigurations användare
configure now setup sv Konfigurera nu
confirm to delete this backup? setup sv Bekräfta radering av backup?
contain setup sv Innehåller
continue setup sv Fortsätt
continue to the header admin setup sv Fortsätt till header-hantering
convert setup sv Konvertera
convert backup to charset selected above setup sv Konvertera backup till teckeuppsättningen du valde ovan
could not open header.inc.php for writing! setup sv Kunde inte skriva till header.inc.php
country selection setup sv Välj land
create setup sv Skapa
create a backup before upgrading the db setup sv Skapa backup före databas uppgradering
create admin account setup sv Skapa administratörs konto
create database setup sv Skapa databas
create demo accounts setup sv Skapa demo konton
create one now setup sv Skapa ett nu
create or edit the egroupware configuration file: header.inc.php: setup sv Skapa eller ändra eGroupWare konfigurationsfil: header.inc.php:
create the empty database - setup sv Skapa den tomma databasen
create the empty database and grant user permissions - setup sv Skapa den tomma databasen och tilldela användarkontot behörighet
create your header.inc.php setup sv Skapa din header.inc.php
created setup sv Skapad
created header.inc.php! setup sv Skapade header.inc.php!
creates an admin user: domain(default),[config user(admin)],password,username,password,[first name],[last name],[email] setup sv Skapar en administratörs användare: domain(default),[config user(admin)],password,username,password,[first name],[last name],[email]
creating tables setup sv Skapar tabeller
creation of %1 in %2 failed !!! setup sv Kunde inte skapa %1 i %2
current configuration: setup sv Nuvarande konfiguration
current system-charset setup sv Nuvarande system teckeuppsättning
current system-charset is %1. setup sv Nuvarande system teckeuppsättning är %1
current version setup sv Aktuell version
currently installed languages: %1 <br /> setup sv . Installerade språk: %1 <br />
cyrus imap: admin user,password setup sv Cyrus IMAP: Admin användare och lösenord
database setup sv Databas
database instance (egw domain) setup sv Databas instans (eGW domän)
database is version %1 and up to date. setup sv Databas version %1 och är uppdaterad
database successfully converted from '%1' to '%2' setup sv Databas konverterad från '%1' till '%2'
datetime port.<br />if using port 13, please set firewall rules appropriately before submitting this page.<br />(port: 13 / host: 129.6.15.28) setup sv Datetime port.<br />Om du använder port 13, sätt brandväggsreglerna korrekt innan du trycker på Klar<br />(Port: 13 / Host 129.6.15.28)
day setup sv Dag
day of week<br />(0-6, 0=sunday) setup sv Veckodag<br />(0-6, 0=Söndag)
db backup and restore setup sv Databas backup och restore
db host setup sv Databas värd
db name setup sv Databas namn
db password setup sv Databas lösenord
db port setup sv Databas port
db root password setup sv Databas root lösenord
db root username setup sv Databas root användarnamn
db type setup sv Databas typ
db user setup sv Databas användare
default setup sv Rekomenderas, standard
default file system space per user/group ? setup sv Standardutrymme i filsystemet per användare/grupp?
delete setup sv Radera
delete all existing sql accounts, groups, acls and preferences (normally not necessary)? setup sv Radera befintliga SQL-konton, grupper, behörigheter och inställningar (normalt inte nödvändigt)?
delete all my tables and data setup sv Radera alla tabeller och data
delete all old languages and install new ones setup sv Radera samtliga språk och installera nya
deleting tables setup sv Raderar tabeller
demo server setup setup sv Demoserver installation
deny access setup sv Neka åtkomst
deny all users access to grant other users access to their entries ? setup sv Neka samtliga användare möjlighet att ge andra användare åtkomst till deras poster?
dependency failure setup sv Beroendefel
deregistered setup sv Avregistrerad
details for admin account setup sv Detaljer för Adminkontot
did not find any valid db support! setup sv Kunde inte hitta något giltigt databasstöd
do you want persistent connections (higher performance, but consumes more resources) setup sv Vill du använda persistent connections? (bättre prestanda men använder fler systemresurser)
do you want to manage homedirectory and loginshell attributes? setup sv Vill du hantera attribut för hemkatalog och skalprogram?
does not exist setup sv existerar inte
domain setup sv Domän
domain '%1' does not exist !!! setup sv Domänen '%1' finns inte
domain name setup sv Domän
domain select box on login setup sv Domänval vid inloggning
domain(default),[config user(admin)],password,[backup to install],[charset(default depends on language)] setup sv domain(default),[config user(admin)],password,[backup to install],[charset(standard är beroende av språk)]
domain(default),[config user(admin)],password,[name=value,...] sets config values beside: setup sv domain(default),[config user(admin)],password,[name=value,...] gör inställningar förutom:
domain-name setup sv Domän namn
dont touch my data setup sv Rör inte mitt data
download setup sv Ladda ner
edit current configuration setup sv Redigera nuvarande konfiguration
edit your existing header.inc.php setup sv Redigera din existerande header.inc.php
edit your header.inc.php setup sv Redigera din header.inc.php
eg. /egroupware or http://domain.com/egroupware, default: %1 setup sv t.ex. /egroupware eller http://domain.com/egroupware, standard: %1
egroupware administration manual setup sv eGroupWare administrationsmanual
egroupware api needs a database (schema) update from version %1 to %2! setup sv eGroupWare API behöver en databas (schema) uppdatering från version %1 till %2!
egroupware api version %1 found. setup sv eGroupWare API version %1
egroupware configuration file (header.inc.php) does not exist. setup sv eGroupWare konfigurationsfil (header.inc.php) finns inte!
egroupware configuration file (header.inc.php) version %1 exists%2 setup sv eGroupWare konfigurationsfil (header.inc.php) version %1 %2
egroupware configuration file header.inc.php already exists, you need to use --edit-header or delete it first! setup sv eGroupWare konfigurationsfil (header.inc.php) finns redan. Använd --edit-header eller radera den först!
egroupware domain/instance %1(%2): setup sv eGroupWare domän/instans %1(%2):
egroupware is already installed! setup sv eGroupWare är redan installerat!
egroupware sources in '%1' are not complete, file '%2' missing !!! setup sv eGroupWare kääkod i '%1' är inte komplett. Filen '%2' saknas!
emailadmin profile updated: setup sv E-postadmin profil uppdaterades:
enable for extra debug-messages setup sv Visa extra debug information
enable mcrypt setup sv Aktivera MCrypt
enter some random text for app session encryption setup sv Skriv in lite slumpmässig text för kryptering av sessionsinformation
enter some random text for app_session <br />encryption (requires mcrypt) setup sv Skriv in lite slumpmässig text för<br />kryptering av sessionsinformation (kräver MCrypt)
enter the full path for temporary files.<br />examples: /tmp, c:\temp setup sv Ange fullständig sökväg för temp-filer <br />T ex: /tmp, c:\temp
enter the full path for temporary files.<br />examples: /tmp, c:temp setup sv Ange fullständig sökväg för temp-filer <br />T ex: /tmp, c:\temp
enter the full path for users and group files.<br />examples: /files, e:\files setup sv Ange fullständig sökväg för användar- och gruppfiler <br />T ex: /files, e:\files
enter the full path for users and group files.<br />examples: /files, e:files setup sv Ange fullständig sökväg för användar- och gruppfiler <br />T ex: /files, e:\files
enter the full path to the backup directory.<br />if empty: files directory setup sv Ange fullständig sökväg för backupkatalog <br />om tomt: samma som användarfiler
enter the hostname of the machine on which this server is running setup sv Ange värdnamn för maskinen som kör denna server
enter the location of egroupware's url.<br />example: http://www.domain.com/egroupware &nbsp; or &nbsp; /egroupware<br /><b>no trailing slash</b> setup sv Ange eGroupWare:s URL.<br />T ex: http://www.doman.com/egroupware eller /egroupware<br /><b>Ingen avslutande slash</b>
enter the site password for peer servers setup sv Ange sajtlösenord för peer-servers
enter the site username for peer servers setup sv Ange sajtanvändarnamn för peer-servers
enter the title for your site setup sv Ange titel för din webbplats
enter your default ftp server setup sv Ange standard FTP server
enter your http proxy server setup sv Ange HTTP proxy
enter your http proxy server password setup sv Ange lösenord till din HTTP proxy
enter your http proxy server port setup sv Ange portnummer på din HTTP proxy
enter your http proxy server username setup sv Ange användarnamn till din HTTP proxy
error in admin-creation !!! setup sv Kunde inte skapa admin konto
error in group-creation !!! setup sv Kunde inte skapa gruppen
export has been completed! setup sv Exporten klar
failed writing configuration file header.inc.php, check the permissions !!! setup sv Kunde inte skriva till konfigurationsfilen header.inc.php, kontrollera rättigheterna!
false setup sv Falskt
file setup sv Fil
file type, size, version, etc. setup sv Filtyp, storlek, version, etc.
file uploads are switched off: you can not use any of the filemanagers, nor can you attach files in several applications! setup sv Filuppladdningar är inaktiverade: Du kan inte använda någon av filhanterarna eller bifoga bilagor i flera av applikationerna!
filename setup sv Filnamn
filesystem setup sv Filsystem
force selectbox setup sv Listruta
found existing configuration file. loading settings from the file... setup sv Hittade befintlig konfigurationsfil. Läser in inställningar från filen.
give admin access to all installed apps setup sv Ge administratören åtkomst till alla installerade applikationer
gives further options setup sv Ger fler alternativ
go back setup sv Tillbaka
go to setup sv Gå till
grant access setup sv Ge åtkomst
group setup sv Grupp
group memberships will be migrated too. setup sv Gruppbehörigheter migreras även
has a version mismatch setup sv har versions skillnader
header admin login setup sv Header Admin login
header password setup sv Header lösenord
header username setup sv Header användarnamn
header.inc.php successful written. setup sv header.inc.php skrevs!
historylog removed setup sv Historiklogg borttagen
hooks deregistered setup sv Hooks avregisterade
hooks registered setup sv Hooks registrerade
host information setup sv Värdinformation
host,[smtp port],[smtp user],[smtp password] setup sv host,[smtp port],[smtp user],[smtp password]
host,{imap | pop3 | imaps | pop3s},[domain],[{standard(default)|vmailmgr = add domain for mailserver login}] setup sv host,{imap | pop3 | imaps | pop3s},[domain],[{standard(default)|vmailmgr = add domain for mailserver login}]
host/ip domain controler setup sv Värdnamn/IP för domänkontrollant
hostname/ip of database server setup sv Värdnamn/IP till databasserver
hour (0-24) setup sv Timme (0-24)
however, the application is otherwise installed setup sv Applikationen är ändå installerad
however, the application may still work setup sv Applikationen kanske ändå fungerar
if no acl records for user or any group the user is a member of setup sv Om inga åtkomst regler finns för användaren eller de grupper användaren är medlem av
if safe_mode is turned on, egw is not able to change certain settings on runtime, nor can we load any not yet loaded module. setup sv Om Safe Mode är aktiverat kan inte eGW ändra vissa inställningar medans den kör, eller ladda en modul som inte redan är laddad.
if the application has no defined tables, selecting upgrade should remedy the problem setup sv Om applikationen saknar definerade tabeller bör du välja att uppgradera den.
if using ads (active directory) authentication setup sv Om AD (Active Directory) autenticering används
if using ldap setup sv Om LDAP används
if using ldap, do you want to manage homedirectory and loginshell attributes? setup sv Om LDAP används, vill du hantera attribut för hemktalog och programskal?
if you did not receive any errors, your applications have been setup sv Om du inte såg några fel så har dina applikationer blivit
if you did not receive any errors, your tables have been setup sv Om du inte såg några fel så har dina tabeller blivit
if you running this the first time, don't forget to manualy %1 !!! setup sv Om du kör detta fö första gången, glöm inte att manuellt %1!
if you use only languages of the same charset (eg. western european ones) you dont need to set a system-charset! setup sv Om du bara använder språk med samma teckentabell behöver du inte ställa in systemteckentabell
image type selection order setup sv Ordning för bildtypsval
import has been completed! setup sv Importen hav slutförts
importing old settings into the new format.... setup sv Importerar gamla inställningar till nytt format
include root setup sv Inklusive root
include_path need to contain "." - the current directory setup sv iclude_path måste innehålla "." (aktuell katalog)
install setup sv Installera
install all setup sv Installera samtliga
install applications setup sv Installera Applikationer
install backup setup sv Installera Backup
install language setup sv Installera Språk
install or update translations: domain(all),[config user(admin)],password,[[+]lang1[,lang2,...]] + adds, no langs update existing ones setup sv Installera eller uppdatera översättningar: domän(alla),[config user(admin)],password,[[+]lang1[,lang2,...]] + adds, inga språk uppdaterar befintliga
installation finished setup sv Installationen klar
installation started, this might take a few minutes ... setup sv Installationen påbörjad, detta kan ta några minuter ...
installed setup sv Installerad
instructions for creating the database in %1: setup sv Instruktioner för att skapa databasen i %1:
invalid ip address setup sv Ogiltig IP adress
invalid mcrypt algorithm/mode combination setup sv Ogiltig Mcrypt Algoritm/Läge kombination
invalid password setup sv Ogiltigt lösenord
is broken setup sv är trasig
is disabled setup sv är avslaget
is in the webservers docroot setup sv är i webbserverns dokumentroot
is not writeable by the webserver setup sv är inte skrivbar av webbservern
it needs upgrading to version %1! use --update-header <password>[,<user>] to do so (--usage gives more options). setup sv Uppdatering till version %1 behövs! Använd --update-header <password>[,<user>] för att göra så (--usage ger fler alternativ).
languages updated. setup sv Språken uppdaterade
ldap accounts configuration setup sv LDAP kontokonfiguration
ldap accounts context setup sv LDAP konto kontext
ldap config setup sv LDAP alternativ
ldap default homedirectory prefix (e.g. /home for /home/username) setup sv LDAP standard hemkatalog prefix (dvs /home för /home/username)
ldap default shell (e.g. /bin/bash) setup sv LDAP standard skal (dvs /bin/bash)
ldap encryption type setup sv LDAP kryptering
ldap groups context setup sv LDAP grupp kontext
ldap host setup sv LDAP värd (server)
ldap import setup sv LDAP import
ldap root password setup sv LDAP root lösenord
ldap rootdn setup sv LDAP root dn
ldap search filter for accounts, default: "(uid=%user)", %domain=egw-domain setup sv LDAP sökfilter för konton, standard: "(uid=%user)", %domain=eGW-domain
leave empty to keep current. setup sv Lämnas tomt för att behålla befintligt
limit access setup sv Begränsa åtkomst
limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org) setup sv Begränsa åtkomst till följande adresser, nätverk eller hostnamn (dvs 127.0.0.1,192.168.1,frodo.mydomain.org
list availible values setup sv Lista tillgängliga värden
list of availible translations setup sv Lista tillgängliga översättningar
login as user postgres, eg. by using su as root setup sv Logga in som användaren postgres, t.ex. genom att använda su som root
login to mysql - setup sv Inloggning på mysql -
loginname needed for domain configuration setup sv Inloggningsnamn behövs för domän inställningar
logout setup sv Logga ut
mail domain (for virtual mail manager) setup sv E-postdomän (för Virtuell e-posthantering)
mail server login type setup sv E-postserver inloggning
mail server protocol setup sv E-postserver protokoll
make sure that your database is created and the account permissions are set setup sv Förvissa dig om att din databas är skapad, och att åtkomst är konfigurerad rätt
manage applications setup sv Hantera applikationer
manage languages setup sv Hantera språk
manual / help setup sv Manual / hjälp
max_execution_time is set to less than 30 (seconds): egroupware sometimes needs a higher execution_time, expect occasional failures setup sv max_execution_time är satt till mindre än 30 sekunder. eGroupWare behöver ibland mer tid på sig. Förvänta dig problem emellanåt.
maximum account id (e.g. 65535 or 1000000) setup sv Maximalt kontoID (dvs 65535 eller 1000000)
may be broken setup sv kan vara trasig
mcrypt algorithm (default tripledes) setup sv MCrypt algoritm (standard 3DES)
mcrypt initialization vector setup sv MCrypt initialisationsvektor
mcrypt mode (default cbc) setup sv MCrypt (standard CBC)
mcrypt settings (requires mcrypt php extension) setup sv MCrypt alternativ (kräver MCrypt PHP utökning)
mcrypt version setup sv MCrypt version
memory_limit is set to less than %1: some applications of egroupware need more than the recommend 8m, expect occasional failures setup sv memory_limit är satt till mindre än %1B. En del applikationer i eGroupWare kräver mer än de rekommenderade 8 MB. Förvänta dig problem emellanåt.
migration between egroupware account repositories setup sv Migrering mellan eGroupWare kontodatabaser
minimum account id (e.g. 500 or 100, etc.) setup sv Minimum kontoID (dvs 500 eller 100 t ex)
minute setup sv Minut
missing or uncomplete mailserver configuration setup sv E-postserver inställningar saknas eller är felaktiga
modifications have been completed! setup sv Ändringarna genomförda
modify setup sv Ändra
month setup sv Månad
multi-language support setup setup sv Flerspråksstöd
name of database setup sv Databasnamn
name of db user egroupware uses to connect setup sv Namnet på det användarkonto eGroupWare skall använda för att ansluta till databasen
never setup sv Aldrig
new setup sv Ny
next run setup sv Nästa körning
no setup sv Nej
no %1 support found. disabling setup sv Inget %1 stöd hittades. Inaktiverar
no accounts existing setup sv Det existerar inga konton
no algorithms available setup sv Det existerar inga algoritmer
no egroupware domains / database instances exist! use --edit-header --domain to add one (--usage gives more options). setup sv Inga eGroupWare domäner /databas instanser finns! Använd --edit-header --domain för att lägga till en (--usage ger fler alternativ).
no header admin password set! use --edit-header <password>[,<user>] to set one (--usage gives more options). setup sv Inget header admin lösenord satt! Använd -edit-header <password>[,<user>] för att göra det (--usage ger fler alternativ).
no modes available setup sv Inga lägen tillgängliga
no update necessary, domain %1(%2) is up to date. setup sv Ingen uppdatering behövs, domänen %1(%2) är klar
no xml support found. disabling setup sv Inget stöd för XML. Inaktiverar
not setup sv inte
not all mcrypt algorithms and modes work with egroupware. if you experience problems try switching it off. setup sv Inte alla mcrypt algoritmer och lägen fungerar med eGroupWare. Om du upplever problem bör du testa att inaktivera stödet.
not complete setup sv Inte färdigt
not completed setup sv Inte avslutat
not ready for this stage yet setup sv Inte redå för detta stadium ännu
not set setup sv Inte satt
note: you will be able to customize this later setup sv Not: Du kan förändra detta sedan
now guessing better values for defaults... setup sv Gissar nu bättre värden för default...
odbc / maxdb: dsn (data source name) to use setup sv ODBC / MaxDB: DSN (datakällnamn) att använda
ok setup sv OK
once the database is setup correctly setup sv När väl databasen är korrekt inställd
one month setup sv En månad
one week setup sv En vecka
only add languages that are not in the database already setup sv Lägga bara till språk som ännu inte finns i databasen
only add new phrases setup sv Lägg enbart till nya fraser
or setup sv Eller
or %1continue to the header admin%2 setup sv Eller %1fortsätt till Header-hantering%2
or http://webdav.domain.com (webdav) setup sv Eller http://webdav.domain.com (WebDAV)
or we can attempt to create the database for you: setup sv Eller kan vi försöka skapa databasen åt dig:
or you can install a previous backup. setup sv Eller installera en tidigare gjord backup
password for smtp-authentication setup sv Lösenord för SMTP autenticering
password needed for domain configuration. setup sv Lösenord krävs för domän inställningar
password of db user setup sv Databasanvändarens lösenord
passwords did not match, please re-enter setup sv Lösenorden är inte identiska, försök igen
path (not url!) to your egroupware installation. setup sv Sökväg (inte URL) till din eGroupWare installation.
path information setup sv Sökvägsinformation
path of egroupware install directory (default auto-detected) setup sv Sökväg till eGroupWare installationskatalog (standard)
path to user and group files has to be outside of the webservers document-root!!! setup sv Sökväg till användar- och gruppfiler MÅSTE LIGGA UTANFÖR webbserverns dokumentrot.
path to various directories: have to exist and be writeable by the webserver setup sv Sökväg till olika kataloger: måste vara befintliga och skrivbara av webbservern
pear (%1) is a php repository and is usually in a package called %2. setup sv PEAR (%1) är ett PHP bibloitek och finns oftast i paketet %2.
pear%1 is needed by: %2. setup sv PEAR%1 behövs för: %2.
persistent connections setup sv Ständig koppling (Persistent connections)
php plus restore gives by far the best performance, as it stores the egw enviroment completly in the session. setup sv PHP plus återställningar ger bäst prestanda då den lagrar eGW miljön i sessionen.
please check for sql scripts within the application's directory setup sv Var god och kontrollera efter sqlskript i applikationens katalog
please check read/write permissions on directories, or back up and use another option. setup sv Var god och kontrollera läs/skrivrättigheter på katalogerna, eller ta backup och använd ett annat alternativ
please configure egroupware for your environment setup sv Var god och gör eGroupWare inställningar för din miljö
please consult the %1. setup sv Var god och konsultera %1
please fix the above errors (%1) and warnings(%2) setup sv Var god och åtgärda felen (%1) och varningar (%2)
please install setup sv Var god och installera
please login setup sv Var god och logga in
please login to egroupware and run the admin application for additional site configuration setup sv Var god och logga in i eGroupWare och kör admin applikationen för fler alternativ
please make the following change in your php.ini setup sv Var god och gör följande ändringar i din php.ini
please wait... setup sv Vänta
pop/imap mail server hostname or ip address setup sv POP/IMAP e-postserver värdnamn eller IP adress
possible reasons setup sv Möjliga anledningar
possible solutions setup sv Möjliga lösningar
post-install dependency failure setup sv Efterinstallation har beroendefel
postfix with ldap: [yes(user edit forwarding)] setup sv Postfix med LDAP: [yes(user edit forwarding)]
postgres: leave it empty to use the prefered unix domain sockets instead of a tcp/ip connection setup sv Postgres: lämna tomt för att använda fördefinierad unix socket istället för tcp/ip anslutningar
potential problem setup sv Potentiellt problem
preferences setup sv Alternativ
problem resolution setup sv Problemets lösning
process setup sv Process
re-check my database setup sv Kontrollera databas igen
re-check my installation setup sv Kontrollera installationen igen
re-enter password setup sv Återge lösenordet igen
read translations from setup sv Läs in översättningar från
readable by the webserver setup sv läsbar av webservern
really uninstall all applications setup sv Vill du verkligen avinstallera samtliga installationer
recommended: filesystem setup sv Rekomenderas: Filsystem
register_globals is turned on, egroupware does not require it and it's generaly more secure to have it turned off setup sv register_globals är PÅslagen, eGroupWare kräver inte det och det är säkrare med det AVslaget.
registered setup sv registrerad
rejected lines setup sv Ej godtagna rader
remove setup sv Radera
remove all setup sv Radera samtliga
rename setup sv Byt namn
requires reinstall or manual repair setup sv Kräver ominstallation eller manuell reparation
requires upgrade setup sv Kräver uppgradering
resolve setup sv Lös
restore setup sv Återställ
restore failed setup sv Återställning misslyckades
restore finished setup sv Återställning klar
restore started, this might take a few minutes ... setup sv Återställning påbörjad, detta kan ta några minuter...
restoring a backup will delete/replace all content in your database. are you sure? setup sv Återställning av backup kommer att radera/ersätta allt innehåll i databasen. Är du säker?
return to setup setup sv Återgå till installationen
run a database schema update (if necessary): domain(all),[config user(admin)],password setup sv Kör databas uppdateringar på schemat (om nödvändigt): domain(all),[config user(admin)],password
run installation tests setup sv Kör installations test
safe_mode is turned on, which is generaly a good thing as it makes your install more secure. setup sv safe_mode är aktiverat, vilket generellt är bra eftersom det gör installationen säkrare.
sample configuration not found. using built in defaults setup sv Demo konfiguration hittades inte, använder inbyggda standardvärden
save setup sv Spara
save this text as contents of your header.inc.php setup sv Spara denna text som innehållet i din header.inc.php
schedule setup sv Schema
scheduled backups setup sv Schemalagda backuper
select an app, enter a target version, then submit to process to that version.<br />if you do not enter a version, only the baseline tables will be installed for the app.<br /><blink>this will drop all of the apps' tables first!</blink> setup sv Välj en applikation, ange målversion, tryck sedan verkställ för att processa den versionen<br /> om du inte anger version kommer bara grudtabellerna att installeras för denna applikation <br /> <blink>Detta kommer att ta bort applikationens alla tabeller först</blink>
select one... setup sv Markera en ...
select the default applications to which your users will have access setup sv Välj vilka applikationer användaren skall ha åtkomst till som standard
select the desired action(s) from the available choices setup sv Välj åtgärder i listan nedan
select to download file setup sv Markera för att ladda ner fil
select where you want to store/retrieve file contents setup sv Välj hur du vill lagra filinnehåll
select where you want to store/retrieve filesystem information setup sv Välj hur du vill lagra filsystemsinformation
select where you want to store/retrieve user accounts setup sv Välj hur du vill lagra användarkonton
select which group(s) will be exported setup sv Välj vilka gruper som ska exporteras
select which group(s) will be imported (group membership will be maintained) setup sv Välj vilka grupper som skall importeras (gruppmedlemsskap bibehålls)
select which group(s) will be modified (group membership will be maintained) setup sv Välj vilka grupper som skall ändras (gruppmedlemsskap bibehålls)
select which languages you would like to use setup sv Välj vilka språk som skall vara tillgängliga
select which method of upgrade you would like to do setup sv Välj vilken uppgraderings metod du vill använda
select which type of authentication you are using setup sv Välj vilken typ av autenticering du vill använda
select which user(s) will also have admin privileges setup sv Välj vilka användare som också skall ha adminbehörighet
select which user(s) will be exported setup sv Välj vilka användare som skall exporteras
select which user(s) will be imported setup sv Välj vilka användare som skall importeras
select which user(s) will be modified setup sv Välj vilka användare som skall ändras
select which user(s) will have admin privileges setup sv Välj vilka användare som skall ha adminbehörighet
select your old version setup sv Välj den gamla versionen
selectbox setup sv Listruta
server root setup sv Server root
sessions type setup sv Sessionstyp
set setup sv ställ in
set this to "old" for versions &lt; 2.4, otherwise the exact mcrypt version you use. setup sv sätt denna till Äldre för versioner < 2.4, annars den exakta versionen av mcrypt du har.
setting the system-charset to utf-8 (unicode) allows the coexistens of data from languages of different charsets. setup sv Sättande av systemteckentabell till UTF-8(Unicode) tillåter samexeistens av data med flera olika språk.
settings setup sv Inställningar
setup setup sv Installation
setup main menu setup sv Installation huvudmeny
setup the database setup sv Databaskonfiguration
setup/config admin login setup sv Installera/konfigurera Admin login
should be the same as server root unless you know what you are doing. setup sv Bör vara samma som server root om du inte vet vad du gör.
show 'powered by' logo on setup sv Visa "Powered by" logotyp
sieve: host[,port(2000)] setup sv Sieve: Värd[,Port(2000)]
size setup sv Storlek
skip the installation tests (not recommended) setup sv Hoppa över installations testen (rekomenderas inte)
smtp server hostname or ip address setup sv SMTP server värdnamn eller IP adress
smtp server port setup sv SMTP server port
some or all of its tables are missing setup sv Några eller samtliga av dess tabeller saknas
sql encryption type setup sv SQL kryptering för lösenord (standard: SSHA)
standard (login-name identical to egroupware user-name) setup sv Standard (inloggningsnamn identiskt med eGroupWare användarnamn)
standard mailserver settings (used for mail authentication too) setup sv Standard e-postserver inställningar (används även för e-post autenticering
start the postmaster setup sv Starta postmaster
start updating languages %1 ... setup sv Påbörjar uppdatering av språk %1 ...
start updating the database ... setup sv Påbörjar uppdatering av databasen ...
status setup sv Status
step %1 - admin account setup sv Steg %1 - Adminkontot
step %1 - advanced application management setup sv Steg %1 - Avancerad applikationshantering
step %1 - configuration setup sv Steg %1 - Alternativ
step %1 - db backup and restore setup sv Steg %1 - Backup och återställning
step %1 - language management setup sv Steg %1 - Språkhantering
step %1 - simple application management setup sv Steg %1 - Grund applikationshantering
succesfully uploaded file %1 setup sv Uppladdning av filen %1 lyckades
table change messages setup sv Tabellförändringsmeddelanden
tables dropped setup sv Tabeller borttagna
tables installed, unless there are errors printed above setup sv Tabeller färdiginstallerade, om det inte meddelades fel ovan
tables upgraded setup sv tabeller uppgraderade
target version setup sv Målversion
tcp port number of database server setup sv TCP port för databasserver
text entry setup sv Textfält
the %1 extension is needed from: %2. setup sv Utökningen %1 behövs av: %2
the %1 extension is needed, if you plan to use a %2 database. setup sv Utökningen %1 behövs om du vill använda en %2 databas
the db_type in defaults (%1) is not supported on this server. using first supported type. setup sv db_type i defaults (%1) supporteras inte av servern. Använder den först supportade
the file setup sv filen
the first step in installing egroupware is to ensure your environment has the necessary settings to correctly run the application. setup sv Det första steget i en installation av eGroupWare är att försäkra sig att allt är rätt inställt för eGroupWare
the following applications need to be upgraded: setup sv Följande applikationer behöver uppgraderas:
the function %1 is needed from: %2. setup sv Fuktionen %1 behövs av: %2
the imagecreatefromjpeg function is supplied by the gd extension (complied with jpeg support!). it's needed to upload photos for contacts. setup sv Imagecreatefromjpeg funtionen hanteras av gd utökningen (kompilerad med jpeg stöd). Den behövs för att ladda upp bilder på kontakter.
the mbstring extension is needed to fully support unicode (utf-8) or other multibyte-charsets. setup sv mbstring-utökningen behövs för att fullt ut kunna stödja Unicode (UTF-8) eller andra multi-byte teckenuppsättningar
the mbstring.func_overload = 7 is needed to fully support unicode (utf-8) or other multibyte-charsets. setup sv mbstring.func_overload = 7 behövs för att fullt ut kunna stödja Unicode (UTF-8) eller andra multi-byte teckenuppsättningar
the session extension is needed to use php sessions (db-sessions work without). setup sv Sessionsutökningen används av php sessioner (databas sessioner fungerar utan).
the table definition was correct, and the tables were installed setup sv Tabell definitionen var korrekt och tabellerna installerades
the tables setup sv Tabellerna
the username/passwords are: demo/guest, demo2/guest and demo3/guest. setup sv Användarnamn/lösenord är: demo/guest, demo2/guest och demo3/guest.
there was a problem trying to connect to your ldap server. <br /> setup sv Det uppstod problem med att kontakta din LDAP-server. <br />
there was a problem trying to connect to your ldap server. <br />please check your ldap server configuration setup sv Det uppstod problem med att kontakta din LDAP-server.<br />kontrollera din LDAP serverkonfiguration
this has to be outside the webservers document-root!!! setup sv Måste ligga utanför webbserverns dokumentrot!!!
this might take a while, please wait ... setup sv Detta kan ta ett tag, vänta...
this program lets you backup your database, schedule a backup or restore it. setup sv Detta program låter dig backa upp din databas, schemalägga en backup eller återställa en backup.
this program will convert your database to a new system-charset. setup sv Detta program låter dig konvertera din databas till en ny systemteckentabell
this program will help you upgrade or install different languages for egroupware setup sv Detta program hjälper dig att installera eller uppgradera de språk du vill använda i eGroupWare
this should be around 30 bytes in length.<br />note: the default has been randomly generated. setup sv Detta bör vara ca 30 bytes i längd. <br />Not: Förifyllda är slumpmässigt genererat.
this stage is completed<br /> setup sv Detta läge klart<br />
this will create a first user in egroupware or reset password and admin rights of an exiting user setup sv Detta skapar en första användare till eGroupWare, eller återställer lösenordet och adminrättigheter för en befintlig användare.
to a version it does not know about setup sv till en okänd version
to allow password authentification add the following line to your pg_hba.conf (above all others) and restart postgres: setup sv För att tillåta lösenordsautentisering, lägg till följande rad i din pg_hba.conf (överst) och starta om 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 sv För att ändra teckenuppsättning: backa upp databasen, avinstallera alla applikationer och återställ backupen med "konvertera backup till vald teckenuppsättning" markerad.
to setup 1 admin account and 3 demo accounts. setup sv för att skapa ett adminkonto och tre demokonton
top setup sv Överst
translations added setup sv Översättningar tillagda
translations removed setup sv Översättningar borttagna
translations upgraded setup sv Översättningar uppgraderade
true setup sv Sant
try to configure your php to support one of the above mentioned dbms, or install egroupware by hand. setup sv Försök konfigurera php att stödja någon av databaserna ovan, eller installera eGroupWare för hand.
two weeks setup sv två veckor
unfortunally some php/apache packages have problems with it (apache dies and you cant login anymore). setup sv Tyvärr har några PHP/Apache paket problem med detta (Apache processen går fel och man kan inte längre logga in).
uninstall setup sv Avinstallera
uninstall all applications setup sv Avinstallera samtliga applikationer
uninstalled setup sv Avinstallerade
unknown option '%1' !!! setup sv Okänt val '%1' !
update finished. setup sv Uppdatering klar!
upgrade setup sv Uppgradera
upgrade all setup sv Uppgradera samtliga
upgraded setup sv Uppgraderade
upgrading tables setup sv Uppgraderar tabeller
upload backup setup sv Ladda upp backup
uploads a backup and installs it on your db setup sv Laddar upp en backup och installerar den i din databas
uploads a backup to the backup-dir, from where you can restore it setup sv Laddar upp backupen till backup-katalogen, från vilken du kan återställa den.
usage: %1 command [additional options] setup sv Använd: %1 kommandot [övriga alternativ]
use --create-header to create the configuration file (--usage gives more options). setup sv Använd --create-header för att skapa konfigurationsfilen (--usage visar fler alternativ)
use --install to install egroupware. setup sv Använd --install för att installera eGroupWare.
use --update to do so. setup sv Använd --update för att göra det
use cookies to pass sessionid setup sv Använd cookies för att lagra sessionid
use mcrypt to crypt session-data: {off(default) | on},[mcrypt-init-vector(default randomly generated)],[mcrypt-version] setup sv Använd mcrypt för att kryptera sessionsdata: {off(standard) | on},[mcrypt-init-vector(standard slumpmässigt genererad)],[mcrypt-version]
use persistent db connections: {on(default) | off} setup sv Använd ständiga databas sessioner: {on(standard) | off}
use pure html compliant code (not fully working yet) setup sv Använd ren HTML compliant kod (fungerar inte korrekt ännu)
user setup sv Användare
user account prefix setup sv Användarkonto prefix
user for smtp-authentication (leave it empty if no auth required) setup sv Användare för SMTP autentisering (lämnas tomt om ingen autentisering behövs)
usernames are casesensitive setup sv Användarnamn är skiftläges känsliga
users choice setup sv Användarval
usually more annoying.<br />admins can use admin >> manage accounts or groups to give access to further apps. setup sv Vanligvis störande.<br />Administratörer kan använda Admin >> Hantera konton eller grupper för att ge åtkomst till fler applikationer.
utf-8 (unicode) setup sv UTF-8 (Unicode)
validation errors setup sv Validerings fel
version setup sv Version
version mismatch setup sv Versionsfel
view setup sv Visa
virtual mail manager (login-name includes domain) setup sv Virtuell e-posthantering (inloggningsnamn inkluderar domänen)
warning! setup sv Varning!
we can proceed setup sv Vi kan forstätta
we will automatically update your tables/records to %1 setup sv Vi kommer automatiskt att uppdatera dina tabeller/poster till %1
we will now run a series of tests, which may take a few minutes. click the link below to proceed. setup sv Vi kör nu ett antal teste vilket kan ta några minuter. Klicka på länken nedan för att fortsätta
welcome to the egroupware installation setup sv Välkommen till installation av eGroupWare
what type of sessions management do you want to use (php session management may perform better)? setup sv Vilken sessionshantering vill du använda(PHP sessions hantering kan ge bättre prestanda)?
which database type do you want to use with egroupware? setup sv Vilken typ av databas vill du använda med eGroupWare?
world readable setup sv Läsbar av alla (world readable)
world writable setup sv Skrivbar av alla (world writable)
would you like egroupware to cache the phpgw info array ? setup sv Vill du att eGroupWare skall cacha phpgw info array?
would you like egroupware to check for a new version<br />when admins login ? setup sv Vill du att eGroupWare skall kontrollera om det finns nya versioner<br />när admin loggar in?
would you like to show each application's upgrade status ? setup sv Vill du visa varje applikations uppgraderingsstatus?
writable by the webserver setup sv Skrivbar av webservern
write setup sv Skriv
year setup sv År
yes setup sv Ja
yes, with lowercase usernames setup sv Ja, användarkonton med gemener
you appear to be running a pre-beta version of egroupware.<br />these versions are no longer supported, and there is no upgrade path for them in setup.<br /> you may wish to first upgrade to 0.9.10 (the last version to support pre-beta upgrades) <br />and then upgrade from there with the current version. setup sv Du verkar köra en pre-beta version av eGroupWare.<br />Dessa versioner stöds inte längre och det finns ingen uppgraderingsväg via setup.<br />Du måste först uppgradera till 0.9.10(sista versionen som stödde detta)<br /> och sedan uppgradera igen med denna version.
you appear to be running an old version of php <br />it its recommend that you upgrade to a new version. <br />older version of php might not run egroupware correctly, if at all. <br /><br />please upgrade to at least version %1 setup sv Du verkar köra en äldre version av PHP.<br />Det är rekommenderat att du uppgraderar till en nyare version.<br />Äldre versioner av PHP kanske inte kör eGroupWare korrekt, om alls.<br /><br />Du rekommenderas starkt att uppgradera till åtminstone version %1
you appear to be running version %1 of egroupware setup sv Du verkar använda version eGroupWare %1
you appear to have %1 support. setup sv Du verkar ha stöd för %1
you appear to have php session support. enabling php sessions. setup sv Du verkar ha stöd för PHP sessioner. Aktiverar PHP sessioner.
you appear to have xml support enabled setup sv Du verkar ha stöd för XML aktiverat
you are ready for this stage, but this stage is not yet written.<br /> setup sv Du är redo för detta stadium, men detta stadium är inte skrivet ännu.<br />
you are using php version %1. egroupware now requires %2 or later, recommended is php %3. setup sv Du använder PHP version %1. eGroupWare kräver numera version %2 eller senare. Rekomenderar PHP %3
you can install it by running: setup sv Du kan installera detta genom att exekvera:
you can use the header user and password for every domain too. if the password is not set via the commandline, it is read from the enviroment variable egw_cli_password or queried from the user. setup sv Du kan använda header användare och lösenord för alla domäner också. Om lösenordet inte anges från kommandoprompten läses den från miljövariablen EGW_CLI_PASSWORD eller frågas efter.
you didn't enter a config password for domain %1 setup sv Du angav inget config-lösenord för domän %1
you didn't enter a config username for domain %1 setup sv Du angav inget config-användarnamn för domän %1
you didn't enter a header admin password setup sv Du angav inget header admin-lösenord
you didn't enter a header admin username setup sv Du angav inget header admin-användarnamn
you do not have any languages installed. please install one now <br /> setup sv Du har för närvarande inga språk installerade. Var vänlig installera ett nu<br />
you have not created your header.inc.php yet!<br /> you can create it now. setup sv Du har inte skapat din header.php.inc ännu!<br />Du kan skapa den nu.
you have successfully logged out setup sv Du har nu loggat ut.
you must enter a username for the admin setup sv Du måste ange ett lösenord för admin
you need to add at least one egroupware domain / database instance. setup sv Du måste lägga till en eGroupWare domän/database instans.
you need to add some domains to your header.inc.php. setup sv Du måste lägga till domäner till din header.inc.php
you need to configure egroupware: setup sv Du behöver konfigurera eGroupWare:
you need to fix the above errors, before the configuration file header.inc.php can be written! setup sv Du måste rätta till felen ovanför, innan header.inc.php kan skrivas!
you need to save the settings you made here first! setup sv Du måste spara ändringarna så här långt först!
you need to select your current charset! setup sv Du måste välja teckenuppsättning
you should either uninstall and then reinstall it, or attempt manual repairs setup sv Du måste antingen avinstallera och installera om, eller reparera manuellt.
you will not be able to log into egroupware using php sessions: "session could not be verified" !!! setup sv Du kan inte använda PHP sessioner i eGroupWare: "sessionen kunde inte verifieras"!
you're using an old configuration file format... setup sv Du använder ett äldre format på konfigurationsfilen ...
you're using an old header.inc.php version... setup sv Du använder en gammal header.inc.php version...
your applications are current setup sv Dina applikationer är aktuella
your backup directory '%1' %2 setup sv Din backupkatalog '%1' %2
your database does not exist setup sv Din databas existerar inte
your database is not working! setup sv Din databas fungerar inte
your database is working, but you dont have any applications installed setup sv Din databas fungerar men du har inga installerade applikationer
your egroupware api is current setup sv Ditt eGroupWare API är aktuell
your files directory '%1' %2 setup sv Din katalog '%1' %2
your header admin password is not set. please set it now! setup sv Ditt header adminlösenord är inte satt. Skriv in det nu!
your header.inc.php needs upgrading. setup sv Din header.inc.php behöver uppgraderas.
your header.inc.php needs upgrading.<br /><blink><b class="msg">warning!</b></blink><br /><b>make backups!</b> setup sv Din header.inc.php behöver uppgraderas<br /><blink><b class="msg">VARNING!</b></blink><br /><b>TA BACKUP!</b>
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 sv Din PHP installation saknar korrekt GD stöd. Du behöver GD bibliotek version 1.8 eller bättre om du vill använda Ganttdiagram i Projekthantering
your tables are current setup sv Dina tabeller är aktuella
your tables will be dropped and you will lose data setup sv Dina tabeller kommer att tas bort och du förlorar data!!
your temporary directory '%1' %2 setup sv Din tempkatalog '%1' %2
{db | php(default) | php-restore} setup sv {db | php(standard) | php-restore}
{off(default) | on} setup sv {off(standard) | on}

View File

@ -68,9 +68,9 @@
<td>{lang_Image_type_selection_order}:</td>
<td>
<select name="newsettings[image_type]">
<option value="">GIF->JPG->PNG</option>
<option value="1"{selected_image_type_1}>PNG->JPG->GIF</option>
<option value="2"{selected_image_type_2}>PNG->JPG</option>
<option value="">GIF-&gt;JPG-&gt;PNG</option>
<option value="1"{selected_image_type_1}>PNG-&gt;JPG-&gt;GIF</option>
<option value="2"{selected_image_type_2}>PNG-&gt;JPG</option>
</select>
</td>
</tr>