forked from extern/egroupware
integrated the HTMLarea plugins into the eGW translation system
fixed bug [ 1006205 ] wiki editing broken with Safari
This commit is contained in:
parent
4f7f232993
commit
06891f76ff
@ -22,7 +22,8 @@ class html
|
||||
function html()
|
||||
{
|
||||
// should be Ok for all HTML 4 compatible browsers
|
||||
if (!eregi('compatible; ([a-z_]+)[/ ]+([0-9.]+)',$_SERVER['HTTP_USER_AGENT'],$parts))
|
||||
if (!eregi('(Safari)/([0-9.]+)',$_SERVER['HTTP_USER_AGENT'],$parts) &&
|
||||
!eregi('compatible; ([a-z_]+)[/ ]+([0-9.]+)',$_SERVER['HTTP_USER_AGENT'],$parts))
|
||||
{
|
||||
eregi('^([a-z_]+)/([0-9.]+)',$_SERVER['HTTP_USER_AGENT'],$parts);
|
||||
}
|
||||
@ -248,6 +249,7 @@ class html
|
||||
*/
|
||||
function htmlarea($name,$content='',$style='',$base_href='',$plugins='')
|
||||
{
|
||||
if (!$plugins) $plugins = 'ContextMenu,TableOperations,SpellChecker,HtmlTidy';
|
||||
if (!$style) $style = 'width:100%; min-width:500px; height:300px;';
|
||||
|
||||
if (!is_object($GLOBALS['phpgw']->js))
|
||||
@ -290,10 +292,28 @@ _editor_url = "'."$this->phpgwapi_js_url/htmlarea/".'";
|
||||
|
||||
if (!empty($plugins))
|
||||
{
|
||||
$plg_arr = explode(',',$plugins);
|
||||
foreach($plg_arr as $plg_name)
|
||||
foreach(explode(',',$plugins) as $plg_name)
|
||||
{
|
||||
$load_plugin_string .= 'HTMLArea.loadPlugin("'.trim($plg_name).'");'."\n";
|
||||
$plg_name = trim($plg_name);
|
||||
$plg_dir = PHPGW_SERVER_ROOT.'/phpgwapi/js/htmlarea/plugins/'.$plg_name;
|
||||
if (!@is_dir($plg_dir) || !@file_exists($plg_lang_script="$plg_dir/lang/lang.php") && !@file_exists($plg_lang_file="$plg_dir/lang/$lang.js"))
|
||||
{
|
||||
//echo "$plg_dir or $plg_lang_file not found !!!";
|
||||
continue; // else htmlarea fails with js errors
|
||||
}
|
||||
$script_name = strtolower(preg_replace('/([A-Z][a-z]+)([A-Z][a-z]+)/','\\1-\\2',$plg_name));
|
||||
$GLOBALS['phpgw']->js->validate_file('htmlarea',"plugins/$plg_name/$script_name");
|
||||
if ($lang == 'en' || !@file_exists($plg_lang_script)) // other lang-files are utf-8 only and incomplete (crashes htmlarea as of 3.0beta)
|
||||
{
|
||||
$GLOBALS['phpgw']->js->validate_file('htmlarea',"plugins/$plg_name/lang/$lang");
|
||||
}
|
||||
else
|
||||
{
|
||||
$GLOBALS['phpgw_info']['flags']['java_script'] .=
|
||||
'<script type="text/javascript" src="'.ereg_replace('[?&]*click_history=[0-9a-f]*','',
|
||||
$GLOBALS['phpgw']->link("/phpgwapi/js/htmlarea/plugins/$plg_name/lang/lang.php",array('lang'=>$lang))).'"></script>'."\n";
|
||||
}
|
||||
//$load_plugin_string .= 'HTMLArea.loadPlugin("'.$plg_name.'");'."\n";
|
||||
$register_plugin_string .= 'ret_editor = editor.registerPlugin("'.$plg_name.'");'."\n";
|
||||
}
|
||||
}
|
||||
|
752
phpgwapi/setup/phpgw_da.lang
Normal file
752
phpgwapi/setup/phpgw_da.lang
Normal file
@ -0,0 +1,752 @@
|
||||
da
|
||||
%1 email addresses inserted common da %1 e-mail adresser insat
|
||||
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common da %1eGroupWare%2 er et multi-bruger, web-baseret sammenarbejds værktøj skrevet i %3PHP%4.
|
||||
(shift-)click or drag to change value jscalendar da (Shift)Klik eller træk for at ændre værdien
|
||||
- click on any of the time parts to increase it jscalendar da - Klik på hvilken som helst tidsandelerne for at forøge den
|
||||
- hold mouse button on any of the above buttons for faster selection. jscalendar da - Hold musse knappen på hvilken som helst af de overstående knapper for hurtigere udvælgelse.
|
||||
- or click and drag for faster selection. jscalendar da - eller klik og træk for hurtigere udvælgelse
|
||||
- or shift-click to decrease it jscalendar da - eller Shift-klik for at forminske den
|
||||
- use the %1, %2 buttons to select month jscalendar da - Brug %1, %2 knapperne for at vælge måned
|
||||
- use the %1, %2 buttons to select year jscalendar da - Brug %1, %2 knapperne for at vælge år
|
||||
|
||||
00 (disable) admin da 00 (deaktiveret)
|
||||
13 (ntp) admin da 13 (ntp)
|
||||
80 (http) admin da 80 (http)
|
||||
about common da Om
|
||||
about %1 common da Om %1
|
||||
about the calendar jscalendar da Om kalenderen
|
||||
about this editor htmlarea da Om udgiveren
|
||||
access common da Adgang
|
||||
access not permitted common da Ingen adgang
|
||||
access type common da Adgangstype
|
||||
account has been created common da Kontoen er oprettet
|
||||
account has been deleted common da Kontoen er slettet
|
||||
account has been updated common da Kontoen er opdateret
|
||||
account is expired common da Kontoen er udløbet
|
||||
|
||||
account preferences common da Konto preferencer
|
||||
acl common da ACL
|
||||
action common da Handling
|
||||
active common da Aktiv
|
||||
add common da Tilføj
|
||||
|
||||
add %1 category for common da Tilføj kategorien %1 for
|
||||
add category common da Tilføj kategori
|
||||
add sub common da Tilføj underkategori
|
||||
addressbook common da Adressebog
|
||||
admin common da Admin
|
||||
administration common da Administration
|
||||
afghanistan common da Afghanistan
|
||||
albania common da Albanien
|
||||
algeria common da Algeriet
|
||||
align htmlarea-TableOperations da Placer
|
||||
all common da Alle
|
||||
all four sides htmlarea-TableOperations da Alle fire sider
|
||||
alphabet common da a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,w,x,y,z
|
||||
american samoa common da Amerikansk Samoa
|
||||
andorra common da Andorra
|
||||
angola common da Angola
|
||||
anguilla common da Anguilla
|
||||
antarctica common da Antarktis
|
||||
antigua and barbuda common da Antigua og Barbuda
|
||||
apply common da Anvend
|
||||
april common da April
|
||||
are you sure you want to delete these entries ? common da Vil du virkelige slette disse felter?
|
||||
are you sure you want to delete this entry ? common da Vil Du virkelig slette dette felt?
|
||||
argentina common da Argentina
|
||||
armenia common da Armenien
|
||||
aruba common da Aruba
|
||||
august common da August
|
||||
australia common da Australien
|
||||
austria common da Østrig
|
||||
author common da Forfatter
|
||||
autohide sidebox menus common da Gem automatisk sidemenuen
|
||||
automatically hide the sidebox menus? common da Skal sidemenuen automatisk gemmes?
|
||||
autosave default category common da Autogem Standard Kategori
|
||||
azerbaijan common da Azerbaijan
|
||||
back common da Tilbage
|
||||
back to user login common da Tilbage til bruger login
|
||||
background htmlarea-TableOperations da Baggrund
|
||||
background color htmlarea da Baggrundsfarve
|
||||
bad login or password common da Forkert brugernavn eller password
|
||||
bahamas common da Bahamas
|
||||
bahrain common da Bahrain
|
||||
bangladesh common da Bangladesh
|
||||
barbados common da Barbados
|
||||
baseline htmlarea-TableOperations da Bundlinie
|
||||
bcc common da BCC
|
||||
belarus common da Belarus
|
||||
belgium common da Belgien
|
||||
belize common da Belize
|
||||
benin common da Benin
|
||||
bermuda common da Bermuda
|
||||
bhutan common da Bhutan
|
||||
blocked, too many attempts common da Afvist, for mange forsøg
|
||||
|
||||
bold htmlarea da Fed
|
||||
bolivia common da Bolivia
|
||||
border htmlarea-TableOperations da Kant
|
||||
borders htmlarea-TableOperations da Kanter
|
||||
bosnia and herzegovina common da Bosnien og Herzegovina
|
||||
botswana common da Botswana
|
||||
bottom htmlarea-TableOperations da Bund
|
||||
bouvet island common da Bouvet Øen
|
||||
brazil common da Brazilien
|
||||
british indian ocean territory common da Britisk Indiske ocean
|
||||
brunei darussalam common da Brunei Darussalam
|
||||
bulgaria common da Bulgarien
|
||||
burkina faso common da Burkina Faso
|
||||
burundi common da Burundi
|
||||
calendar common da Kalender
|
||||
cambodia common da Cambodia
|
||||
cameroon common da Cameroon
|
||||
canada common da Canada
|
||||
cancel common da Annullér
|
||||
|
||||
cape verde common da Cape Verde
|
||||
caption htmlarea-TableOperations da Titel
|
||||
categories common da Kategorier
|
||||
categories for common da kategorier for
|
||||
category common da Kategori
|
||||
category %1 has been added ! common da Kategorien %1 er blevet tilføjet!
|
||||
category %1 has been updated ! common da Kategorien %1 er blevet opdateret!
|
||||
cayman islands common da Cayman Øerne
|
||||
cc common da CC
|
||||
cell properties htmlarea-TableOperations da Celle egenskaber
|
||||
center htmlarea-TableOperations da Centrer
|
||||
central african republic common da Centralafrikanske Republik
|
||||
chad common da Chad
|
||||
change common da Ændre
|
||||
char htmlarea-TableOperations da Plads
|
||||
charset common da ISO-8859-1
|
||||
check installation common da Kontroller installation
|
||||
chile common da Chile
|
||||
china common da Kina
|
||||
choose the category common da Vælg kategorien
|
||||
choose the parent category common da Vælg ovenstående kategori
|
||||
christmas island common da Juleøen
|
||||
|
||||
clear common da Slet
|
||||
clear form common da Slet formular
|
||||
click common da Klik
|
||||
click or mouse over to show menus common da Klik eller før musen over til sidemenuen
|
||||
click or mouse over to show menus? common da Klik eller før musen over til sidemenuen?
|
||||
close common da Luk
|
||||
cocos (keeling) islands common da Cocos (Keeling) øerne
|
||||
collapsed borders htmlarea-TableOperations da Sammensmelt rammer
|
||||
colombia common da Columbia
|
||||
color htmlarea-TableOperations da Farve
|
||||
comments common da Bemærkninger
|
||||
comoros common da Comoros
|
||||
company common da Firma
|
||||
congo common da Congo
|
||||
congo, the democratic republic of the common da Congo, Den Demokratiske Republik
|
||||
cook islands common da Cook øerne
|
||||
copy common da Kopiér
|
||||
|
||||
copy selection htmlarea da Kopiér udvalgte
|
||||
costa rica common da Costa Rica
|
||||
cote d ivoire common da Elfenbenskysten
|
||||
create common da Opret
|
||||
created by common da Lavet af
|
||||
croatia common da Kroatien
|
||||
cuba common da Cuba
|
||||
currency common da Valutaenhed
|
||||
current common da Nuværende
|
||||
current style htmlarea da Nuværende stil
|
||||
current users common da Nuværende antal brugere
|
||||
cut selection htmlarea da Klip udvalgte
|
||||
cyprus common da Cupern
|
||||
czech republic common da Tjekkiet
|
||||
date common da Dato
|
||||
date due common da Skal være færdig
|
||||
date hired common da Dato hyret
|
||||
date selection: jscalendar da Dato valg:
|
||||
datetime port.<br>if using port 13, please set firewall rules appropriately before submitting this page.<br>(port: 13 / host: 129.6.15.28) admin da Daytime port.<br>Hvis port 13 bruges, åben venligst din firewall før denne side gemmes.<br>(Port: 13 / Host: 129.6.15.28)
|
||||
december common da December
|
||||
default category common da Standard Kategori
|
||||
delete common da Slet
|
||||
delete cell htmlarea-TableOperations da Slet celle
|
||||
delete column htmlarea-TableOperations da Slet kollonne
|
||||
delete row htmlarea-TableOperations da Slet række
|
||||
denmark common da Danmark
|
||||
description common da Beskrivelse
|
||||
detail common da Detalje
|
||||
details common da Detaljer
|
||||
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common da Deaktivere udførelsen af bugfixscripts for Internet Explorer 5.5 og nyere, for visning af gennemsigtige PNG-billeder?
|
||||
dictionary htmlarea-SpellChecker da Ordbog
|
||||
disable internet explorer png-image-bugfix common da Deaktiver Internet Explorer PNG-image-bugfix?
|
||||
disable slider effects common da Deaktiver glide-effekter?
|
||||
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common da Deaktiver den animerede effekt når sidenmenuen gemmes og vises på siden? Opera og Konqueror brugere vil sandsynligvis vælge ja her.
|
||||
disable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common da Deaktiver kørsel af fejlfindingsscript for Internet Explorer 5.5 eller nyere for at vise det transparente i PNG billeder?
|
||||
disabled common da Slået fra
|
||||
display monday first jscalendar da Vis mandag først
|
||||
|
||||
display sunday first jscalendar da Vis søndag først
|
||||
|
||||
djibouti common da Djibouti
|
||||
do you also want to delete all subcategories ? common da Ønsker du at slette alle underkategorierne?
|
||||
domain common da Domæne
|
||||
domain name for mail-address, eg. "%1" common da domænenavn til e-mail adresser, f.eks "%1"
|
||||
domestic common da Indenrigs
|
||||
dominica common da Dominica
|
||||
dominican republic common da Dominikanske Republik
|
||||
done common da Udført
|
||||
|
||||
drag to move jscalendar da Træk for at flytte
|
||||
e-mail common da E-mail
|
||||
east timor common da Øst Timor
|
||||
ecuador common da Ecuador
|
||||
edit common da Redigér
|
||||
|
||||
edit %1 category for common da Redigér kategorien %1 for
|
||||
edit categories common da Redigér Kategorier
|
||||
edit category common da Redigér kategori
|
||||
egroupware api version %1 common da eGroupWare API version %1
|
||||
egroupware: login blocked for user '%1', ip %2 common da eGroupWare: login blokeret for bruger '%1', IP %2
|
||||
egypt common da Egypten
|
||||
el salvador common da El Salvador
|
||||
email common da E-mail
|
||||
email-address of the user, eg. "%1" common da email-adresse for brugeren, f.eks. "%1"
|
||||
enabled common da Slået til
|
||||
end date common da Slutdato
|
||||
end time common da Sluttid
|
||||
enlarge editor htmlarea da Forstør editoren
|
||||
enter the location of egroupware's url.<br>example: http://www.domain.com/egroupware or /egroupware<br><b>no trailing slash</b> admin da Indtast stien for eGroupWare's URL.<br>Eksempel: http://www.domæne.dk/egroupware eller nbsp; /egroupware<br><b>Ingen efterfølgende skråstreg</b>
|
||||
entry has been deleted sucessfully common da Emnet er succesrigt slettet
|
||||
entry updated sucessfully common da Emnet er succesrigt opdateret
|
||||
equatorial guinea common da Equatorial Guinea
|
||||
eritrea common da Eritrea
|
||||
error common da Fejl
|
||||
error creating %1 %2 directory common da Fejl ved oprettelsen af biblioteket %1 %2
|
||||
error deleting %1 %2 directory common da Fejl ved sletningen af biblioteket %1 %2
|
||||
error renaming %1 %2 directory common da Fejl ved omdøbningen af biblioteket %1 %2
|
||||
estonia common da Estland
|
||||
ethiopia common da Etiopien
|
||||
exit common da Afslut
|
||||
falkland islands (malvinas) common da Falklands Øerne
|
||||
faroe islands common da Færøerne
|
||||
fax number common da Fax nummer
|
||||
february common da Februar
|
||||
fg color htmlarea-TableOperations da Font farve
|
||||
fields common da Felter
|
||||
fiji common da Fiji
|
||||
files common da Filer
|
||||
filter common da Filter
|
||||
finished list of mispelled words htmlarea-SpellChecker da Listen med stavefejl er gennemgået
|
||||
finland common da Finland
|
||||
first name common da Fornavn
|
||||
first name of the user, eg. "%1" common da fornavn på brugeren, f.eks. "%1"
|
||||
first page common da Første side
|
||||
firstname common da Fornavn
|
||||
fixme! common da RETMIG!
|
||||
float htmlarea-TableOperations da Justering
|
||||
font color htmlarea da Skrift farve
|
||||
force selectbox common da Påtving Valgbox
|
||||
frames htmlarea-TableOperations da Udvendig
|
||||
france common da Frankrig
|
||||
french guiana common da Fransk Guinea
|
||||
french polynesia common da Fransk Polynesien
|
||||
french southern territories common da Franske Sydlige Territorier
|
||||
friday common da Fredag
|
||||
ftp common da FTP
|
||||
fullname common da Fuldenavn
|
||||
gabon common da Gabon
|
||||
gambia common da Gambia
|
||||
general menu common da Hoved menu
|
||||
georgia common da Georgien
|
||||
germany common da Tyskland
|
||||
ghana common da Ghana
|
||||
gibraltar common da Gibraltar
|
||||
global common da Global
|
||||
global public common da Global adgang
|
||||
go today jscalendar da Gå i dag
|
||||
grant access common da Giv adgang
|
||||
greece common da Grækenland
|
||||
greenland common da Grønland
|
||||
grenada common da Grenada
|
||||
group common da Gruppe
|
||||
group access common da Gruppeadgang
|
||||
group has been added common da Gruppe er tilføjet
|
||||
|
||||
group has been deleted common da Gruppe er slettet
|
||||
group has been updated common da Gruppe er opdateret
|
||||
group name common da gruppe navn
|
||||
group public common da Adgang til gruppe
|
||||
groups common da Grupper
|
||||
groups with permission for %1 common da Grupper med rettigheder til %1
|
||||
groups without permission for %1 common da Grupper uden rettigheder til %1
|
||||
guadeloupe common da Guadeloupe
|
||||
guam common da Guam
|
||||
guatemala common da Guatemala
|
||||
guinea common da Guinea
|
||||
guinea-bissau common da Guinea-Bissau
|
||||
guyana common da Guyana
|
||||
haiti common da Haiti
|
||||
heard island and mcdonald islands common da Heard Øen og McDonald øerne
|
||||
height htmlarea-TableOperations da Højde
|
||||
help common da Hjælp
|
||||
help using editor htmlarea da Hjælp til editoren
|
||||
high common da Høj
|
||||
|
||||
highest common da Højeste
|
||||
holy see (vatican city state) common da Vatikanet
|
||||
home common da Startside
|
||||
home email common da privat e-mail
|
||||
honduras common da Honduras
|
||||
hong kong common da Hong Kong
|
||||
horizontal rule htmlarea da Horisontal Regl
|
||||
how many columns would you like to merge? htmlarea-TableOperations da Hvor mange kollonner vil du samle?
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. common da Hvor mange ikoner skal der vises i navigations bjælken (øverst på siden). Evt. overskydende ikoner vil være tilgængelig i en slags pulldown menu, ved at trykke på ikonet helt til højre i navigations bjælken.
|
||||
how many rows would you like to merge? htmlarea-TableOperations da Hvor mange rækker vil du samle?
|
||||
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations da Du kan ikke slette den sidste celle i en række.
|
||||
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations da Du kan ikke slette den sidste kolonne i en tabel.
|
||||
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations da Du kan ikke slette den sidste række i en tabel.
|
||||
hungary common da Ungarn
|
||||
i will open it in a new page. htmlarea-SpellChecker da Jeg vil åbne det i en ny side.
|
||||
iceland common da Island
|
||||
ignore htmlarea-SpellChecker da Ignorer
|
||||
ignore all htmlarea-SpellChecker da Ignorer alle
|
||||
image url htmlarea-TableOperations da Billede URL
|
||||
india common da Indien
|
||||
indonesia common da Indonesien
|
||||
insert all %1 addresses of the %2 contacts in %3 common da Indsæt alle %1 adresserne fra %2 kontakterne i %3
|
||||
insert cell after htmlarea-TableOperations da Indsæt celle efter
|
||||
insert cell before htmlarea-TableOperations da Indsæt celle før
|
||||
insert column after htmlarea-TableOperations da Indsæt kolonne efter
|
||||
insert column before htmlarea-TableOperations da Indsæt kolonne før
|
||||
insert image htmlarea da Indsæt billede
|
||||
insert row after htmlarea-TableOperations da Indsæt række efter
|
||||
insert row before htmlarea-TableOperations da Indsæt række før
|
||||
insert table htmlarea da Indsæt tabel
|
||||
insert web link htmlarea da Insæt hyperlink
|
||||
international common da International
|
||||
invalid ip address common da Ugyldig IP
|
||||
invalid password common da Ugyldig adgangskode
|
||||
iran, islamic republic of common da Iran, Den Islamiske Republik
|
||||
iraq common da Irak
|
||||
ireland common da Irland
|
||||
israel common da Israel
|
||||
it has been more then %1 days since you changed your password common da Det er mere end %1 dage siden du sidst ændrede dit password
|
||||
it is recommended that you run setup to upgrade your tables to the current version common da Det anbefales at du kører setup for at opgradere dine tabeller til den nuværende version.
|
||||
italic common da Kusiv
|
||||
italy common da Italien
|
||||
jamaica common da Jamaica
|
||||
january common da Januar
|
||||
japan common da Japan
|
||||
jordan common da Jordan
|
||||
july common da Juli
|
||||
june common da Juni
|
||||
justify htmlarea-TableOperations da Lige margener
|
||||
justify center htmlarea da Justify Centrer
|
||||
justify full htmlarea da Justify Fuld
|
||||
justify left htmlarea da Justify Venstre
|
||||
justify right htmlarea da Justify Højre
|
||||
|
||||
kazakstan common da Kazakstan
|
||||
kenya common da Kenia
|
||||
keywords common da Stikord
|
||||
kiribati common da Kiribati
|
||||
korea, democratic peoples republic of common da Korea, Det Demokratiske Folks Republik
|
||||
korea, republic of common da Korea, Republikken
|
||||
kuwait common da Kuwait
|
||||
kyrgyzstan common da Kyrgystan
|
||||
language common da Sprog
|
||||
lao peoples democratic republic common da Lao, Folkets Demokratiske Republik
|
||||
last name common da Efternavn
|
||||
last name of the user, eg. "%1" common da efternavn på brugeren, f.eks. "%1"
|
||||
last page common da Sidste side
|
||||
lastname common da Efternavn
|
||||
latvia common da Letland
|
||||
layout htmlarea-TableOperations da Opsætning
|
||||
lebanon common da Libanon
|
||||
left htmlarea-TableOperations da Venstre
|
||||
lesotho common da Lesotho
|
||||
liberia common da Liberia
|
||||
libyan arab jamahiriya common da Libyen
|
||||
license common da Licens
|
||||
liechtenstein common da Liechenstein
|
||||
list common da Liste
|
||||
lithuania common da Lithuania
|
||||
local common da Lokal
|
||||
location common da Lokation
|
||||
login common da Login
|
||||
loginid common da LoginID
|
||||
logout common da Log ud
|
||||
low common da Lav
|
||||
lowest common da Laveste
|
||||
luxembourg common da Luxembourg
|
||||
macau common da Macau
|
||||
macedonia, the former yugoslav republic of common da Makedonien, Tidl. Jugoslaviske Republik
|
||||
madagascar common da Madagaskar
|
||||
mail domain, eg. "%1" common da post domæne, f.eks. "%1"
|
||||
main category common da Hovedkategori
|
||||
main screen common da Hovedside
|
||||
maintainer common da Vedligeholder
|
||||
malawi common da Malawi
|
||||
malaysia common da Malaysia
|
||||
maldives common da Maldiverne
|
||||
mali common da Mali
|
||||
malta common da Malta
|
||||
march common da Marts
|
||||
margin htmlarea-TableOperations da Margen
|
||||
marshall islands common da Marshall Øerne
|
||||
martinique common da Martinique
|
||||
mauritania common da Mauritanien
|
||||
mauritius common da Mauritius
|
||||
max number of icons in navbar common da Maksimal antal ikoner i navigations bjælken.
|
||||
may common da Maj
|
||||
mayotte common da Mayotte
|
||||
medium common da Medium
|
||||
menu common da Menu
|
||||
merge cells htmlarea-TableOperations da Sammensæt celler
|
||||
message common da Besked
|
||||
mexico common da Mexico
|
||||
micronesia, federated states of common da Mikronesien, Den Føderale Stat
|
||||
middle htmlarea-TableOperations da Centrer
|
||||
mobile common da Mobil
|
||||
moldova, republic of common da Moldova, Republikken
|
||||
monaco common da Monaco
|
||||
monday common da Mandag
|
||||
mongolia common da Mongoliet
|
||||
montserrat common da Montserrat
|
||||
morocco common da Morokko
|
||||
mozambique common da Mozambique
|
||||
myanmar common da Myanmar
|
||||
name common da Navn
|
||||
name of the user, eg. "%1" common da fornavnet på brugeren, f.eks. "%1"
|
||||
namibia common da Namibia
|
||||
nauru common da Nauru
|
||||
nepal common da Nepal
|
||||
netherlands common da Holland
|
||||
netherlands antilles common da Hollandsk Antilles
|
||||
never common da Aldrig
|
||||
new caledonia common da Ny Caledonien
|
||||
new entry added sucessfully common da Nyt punkt succesrigt tilføjet
|
||||
|
||||
new main category common da Ny hovedkategori
|
||||
new phrase has been added common da Ny sætning er tilføjet
|
||||
|
||||
new value common da Ny Værdi
|
||||
new zealand common da New Zealand
|
||||
next common da Næste
|
||||
next month (hold for menu) jscalendar da Næste måned (hold knap nede for menu)
|
||||
next page common da Næste side
|
||||
next year (hold for menu) jscalendar da Næste år (hold knap nede for menu)
|
||||
nicaragua common da Nicaragua
|
||||
niger common da Niger
|
||||
nigeria common da Nigeria
|
||||
niue common da Niue
|
||||
no common da Nej
|
||||
no entries found, try again ... common da ingen resultater fundet, prøv igen....
|
||||
no history for this record common da Ingen historie fundet for denne post
|
||||
no mispelled words found with the selected dictionary. htmlarea-SpellChecker da Der blev ikke fundet nogle stavefejl med den valgte ordbog.
|
||||
no rules htmlarea-TableOperations da Ingen rammer
|
||||
no sides htmlarea-TableOperations da Ingen sider
|
||||
no subject common da Intet Emne
|
||||
none common da Ingen
|
||||
norfolk island common da Norfolk Øen
|
||||
normal common da Normal
|
||||
northern mariana islands common da Nordligt Mariana Øerne
|
||||
norway common da Norge
|
||||
not assigned common da ikke tildelt
|
||||
note common da Note
|
||||
notes common da Noter
|
||||
notify window common da Notificer vindue
|
||||
november common da November
|
||||
october common da Oktober
|
||||
ok common da OK
|
||||
old value common da Gammel Værdi
|
||||
oman common da Oman
|
||||
on *nix systems please type: %1 common da På *nix systemer skriver Du: %1
|
||||
on mouse over common da Ved mus over
|
||||
only private common da kun private
|
||||
only yours common da Kun Din
|
||||
open notify window common da Åben Notificer Vindue
|
||||
open popup window common da åben popup vindue
|
||||
ordered list htmlarea da Sorteret visning
|
||||
original common da Original
|
||||
original word htmlarea-SpellChecker da Oprindeligt ord
|
||||
other common da Anden
|
||||
overview common da Oversigt
|
||||
owner common da Ejer
|
||||
padding htmlarea-TableOperations da Margen
|
||||
page was generated in %1 seconds common da Siden var genereret på %1 sekunder
|
||||
pager common da Pager
|
||||
pakistan common da Pakistan
|
||||
palau common da Palau
|
||||
palestinian territory, occupied common da Palestina, Besatte Territorie
|
||||
panama common da Panama
|
||||
papua new guinea common da Papua Ny Guinea
|
||||
paraguay common da Paraguay
|
||||
parcel common da Pakke
|
||||
parent category common da Ovenstående Kategori
|
||||
password common da Adgangskode
|
||||
password could not be changed common da Adgangskoden kunne ikke ændres
|
||||
password has been updated common da Password er opdateret
|
||||
paste from clipboard htmlarea da Indsæt fra udklipsholder
|
||||
path htmlarea da Sti
|
||||
path to user and group files has to be outside of the webservers document-root!!! common da Sti til bruger og gruppe filer SKAL VÆRE UDEN FOR webserverens dokument-rod!!!
|
||||
pattern for search in addressbook common da Mønster for søg i Adressebog
|
||||
pattern for search in calendar common da Mønster for søg i Kalender
|
||||
pattern for search in projects common da Mønster for søg i Projekter
|
||||
percent htmlarea-TableOperations da procent
|
||||
permissions to the files/users directory common da Rettigheder for fil/bruger mappen
|
||||
personal common da Personlig
|
||||
peru common da Peru
|
||||
philippines common da Fillipinerne
|
||||
phone common da Telefon
|
||||
phone number common da Telefonnummer
|
||||
phpgroupware login login da phpGroupWare log ind
|
||||
pitcairn common da Pitcairn
|
||||
pixels htmlarea-TableOperations da pixel
|
||||
please %1 by hand common da Udfør venligst %1 manuelt
|
||||
please click into some cell htmlarea-TableOperations da Klik på en celle
|
||||
please confirm that you want to open this link htmlarea-SpellChecker da Vil du følge dette link?
|
||||
please enter a name common da Indtast venligst et navn!
|
||||
please run setup to become current common da Kør venligst setup for at blive opdateret
|
||||
please select common da Vælg venligst
|
||||
please set your global preferences common da Indstil venligst dine globale indstillinger!
|
||||
please set your preferences for this application common da Indtast venligst dine præferencer for denne applikation
|
||||
please wait. calling spell checker. htmlarea-SpellChecker da Vent venligst. Henter stavekontrol.
|
||||
please wait... common da Vent venligst...
|
||||
please wait: changing dictionary to htmlarea-SpellChecker da Vent venligst: skifter ordbog til
|
||||
pliz weit ;-) htmlarea-SpellChecker da Vent venligst
|
||||
poland common da Polen
|
||||
portugal common da Portugal
|
||||
postal common da Post
|
||||
powered by phpgroupware version %1 common da Dette site kører på <a href="http://www.phpgroupware.org">phpGroupWare</a> version %1
|
||||
preferences common da Præferencer
|
||||
preferences for the idots template set common da Præferencer for idots skabelonen
|
||||
prev. month (hold for menu) jscalendar da Sidste måned (hold knap nede for menu)
|
||||
prev. year (hold for menu) jscalendar da Sidste år (hold knap nede for menu)
|
||||
previous page common da Forrige side
|
||||
print common da Udskriv
|
||||
priority common da Prioritet
|
||||
private common da Privat
|
||||
project common da Projekt
|
||||
public common da offentlig
|
||||
puerto rico common da Puerto Rico
|
||||
qatar common da Qatar
|
||||
re-check htmlarea-SpellChecker da Tjek igen
|
||||
read common da Læs
|
||||
|
||||
read this list of methods. common da Læs denne liste over metoder
|
||||
redoes your last action htmlarea da Fortryder din sidste handling
|
||||
reject common da Afvis
|
||||
rename common da Omdøb
|
||||
|
||||
replace htmlarea-SpellChecker da Erstat
|
||||
replace all htmlarea-SpellChecker da Erstat alle
|
||||
replace with htmlarea-SpellChecker da Erstat med
|
||||
returns a full list of accounts on the system. warning: this is return can be quite large common da Returnere en fuld liste over alle brugere på systemet. Advarsel: Den kan være ret stor
|
||||
returns an array of todo items common da Returnere et array af opgaver
|
||||
returns struct of users application access common da Returnere en struct af brugerapplikations adgang
|
||||
reunion common da Reunion
|
||||
right htmlarea-TableOperations da Højre
|
||||
romania common da Romanien
|
||||
row properties htmlarea-TableOperations da Række egenskaber
|
||||
rules htmlarea-TableOperations da Invendig
|
||||
rules will appear between all rows and columns htmlarea-TableOperations da Rammer mellem rækker og kolonner
|
||||
rules will appear between columns only htmlarea-TableOperations da Kun rammer mellem kolonner
|
||||
rules will appear between rows only htmlarea-TableOperations da Kun rammer mellem rækker
|
||||
russian federation common da Rusland
|
||||
rwanda common da Rwanda
|
||||
saint helena common da Sankt Helena
|
||||
saint kitts and nevis common da Sankt Kitts og Nevis
|
||||
saint lucia common da Sankt Lucia
|
||||
saint pierre and miquelon common da Sankt Pierre og Miquelon
|
||||
saint vincent and the grenadines common da Sankt Vincent og Grenadinerne
|
||||
samoa common da Samoa
|
||||
san marino common da San Marino
|
||||
sao tome and principe common da Sao Tome og Principe
|
||||
saturday common da Lørdag
|
||||
saudi arabia common da Saudi Arabien
|
||||
save common da Gem
|
||||
search common da Søg
|
||||
|
||||
section common da Sektion
|
||||
select common da Vælg
|
||||
select all %1 %2 for %3 common da Vælg alle %1 %2 for %3
|
||||
select category common da Vælg Kategori
|
||||
select date common da Vælg dato
|
||||
select group common da Vælg gruppe
|
||||
select home email address common da Vælg privat e-mail adresse
|
||||
select one common da Vælg en
|
||||
select user common da Vælg bruger
|
||||
select work email address common da Vælg arbejds e-mail adresse
|
||||
send common da Send
|
||||
senegal common da Senegal
|
||||
september common da September
|
||||
server %1 has been added common da Server %1 er tilføjet
|
||||
|
||||
server name common da Servernavn
|
||||
session has been killed common da Sessionen er afsluttet
|
||||
setup common da Setup
|
||||
setup main menu common da Setup Hoved menu
|
||||
seychelles common da Seychellerne
|
||||
show all common da Vis alt
|
||||
show all categorys common da Vis alle kategorier
|
||||
show menu common da vis menu
|
||||
show page generation time common da Vis side generations tid
|
||||
show page generation time on the bottom of the page? common da Vis side generations tiden i bunden af siden?
|
||||
show_more_apps common da vis_flere_applikationer
|
||||
showing %1 common da Viser: %1
|
||||
showing %1 - %2 of %3 common da Viser: %1 - %2 ud af %3
|
||||
sierra leone common da Sierra Leone
|
||||
singapore common da Singapore
|
||||
slovakia common da Slovakiet
|
||||
slovenia common da Slovenien
|
||||
solomon islands common da Solomon Øerne
|
||||
somalia common da Somalia
|
||||
sorry, there was a problem processing your request. common da Desværre opstod der et problem med at behandle Dit ønske.
|
||||
sorry, your login has expired login da Desværre, Din session er udløbet
|
||||
|
||||
south africa common da Syd Afrika
|
||||
south georgia and the south sandwich islands common da Syd Georgien og De Sydlige Sandwich Øer
|
||||
spacing htmlarea-TableOperations da Afstand
|
||||
spacing and padding htmlarea-TableOperations da Afstand og margen
|
||||
spain common da Spanien
|
||||
spell check complete, didn't find any mispelled words. closing now... htmlarea-SpellChecker da Stavekontrollen er gennemført, der blev ikke fundet nogle stavefejl. Lukker...
|
||||
spell-check htmlarea-SpellChecker da Stavekontrol
|
||||
split cell htmlarea-TableOperations da Opdel celle
|
||||
split column htmlarea-TableOperations da Opdel kolonne
|
||||
split row htmlarea-TableOperations da Opdel række
|
||||
sri lanka common da Sri Lanka
|
||||
start date common da Startdato
|
||||
start time common da Starttid
|
||||
status common da Status
|
||||
style [css] htmlarea-TableOperations da Stil [CSS]
|
||||
subject common da Emne
|
||||
submit common da Send
|
||||
subscript htmlarea da Underscript
|
||||
sudan common da Sudan
|
||||
suggestions htmlarea-SpellChecker da Forslag
|
||||
summary htmlarea-TableOperations da Beskrivelse
|
||||
sunday common da Søndag
|
||||
superscript htmlarea da Superscript
|
||||
suriname common da Suriname
|
||||
svalbard and jan mayen common da Svalbard og Jan Mayen
|
||||
swaziland common da Swaziland
|
||||
sweden common da Sverige
|
||||
switzerland common da Schweiz
|
||||
syrian arab republic common da Syrien, Den Arabiske Republik
|
||||
table properties htmlarea-TableOperations da Tabel egenskaber
|
||||
taiwan common da Taiwan/Taipei
|
||||
tajikistan common da Tajikistan
|
||||
tanzania, united republic of common da Tanzania, Den forenede Republik
|
||||
text align htmlarea-TableOperations da Tekst
|
||||
thailand common da Thailand
|
||||
the api is current common da APIen er up-to-date
|
||||
the api requires an upgrade common da APIen skal opdateres
|
||||
the bottom side only htmlarea-TableOperations da Kun i bunden
|
||||
the following applications require upgrades common da Følgende applikationer skal opdateres
|
||||
the left-hand side only htmlarea-TableOperations da Kun i højre side
|
||||
the mail server returned common da Postserveren retunerede
|
||||
the right and left sides only htmlarea-TableOperations da Kun i siderne
|
||||
the right-hand side only htmlarea-TableOperations da Kun i venstre side
|
||||
the top and bottom sides only htmlarea-TableOperations da Kun i top og bund
|
||||
the top side only htmlarea-TableOperations da Kun i toppen
|
||||
this application is current common da Denne applikation er up-to-date
|
||||
this application requires an upgrade common da Denne applikation skal opdateres
|
||||
this name has been used already common da Dette navn er allerede i brug!
|
||||
this will drop changes and quit spell checker. please confirm. htmlarea-SpellChecker da Alle dine ændringer vil gå tabt, vil du fortsætte?
|
||||
thursday common da Torsdag
|
||||
time common da Tid
|
||||
time selection: jscalendar da Tid valgt:
|
||||
time tracking common da Tidsregistrering
|
||||
time zone common da Tidszone
|
||||
time zone offset common da Tidszone forskel
|
||||
title common da Titel
|
||||
to common da Til
|
||||
to correct this error for the future you will need to properly set the common da For at rette denne fejl for fremtiden skal Du korrekt opsætte
|
||||
to go back to the msg list, click <a href= %1 >here</a> common da For at gå tilbage til beskedlisten, klik <a href="%1">her</a>
|
||||
today common da I dag
|
||||
todays date, eg. "%1" common da i dags dato, f.eks. "%1"
|
||||
toggle first day of week jscalendar da Toogle første dag på ugen
|
||||
toggle html source htmlarea da Toggle HTML Source
|
||||
togo common da Togo
|
||||
tokelau common da Tokelau
|
||||
tonga common da Tonga
|
||||
too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common da For mange fejlede forsøg på at logge ind: %1 fra brugeren '%2', %3 fra IP'en %4
|
||||
top htmlarea-TableOperations da Top
|
||||
total common da Total
|
||||
translation management common da Håndtering af oversættelser
|
||||
trinidad and tobago common da Trinidad og Tobago
|
||||
tuesday common da Tirsdag
|
||||
tunisia common da Tunesien
|
||||
turkey common da Tyrkiet
|
||||
turkmenistan common da Turkmenistan
|
||||
turks and caicos islands common da Tyrkiske og Caicos Øerne
|
||||
tuvalu common da Tuvalu
|
||||
uganda common da Uganda
|
||||
ukraine common da Ukraine
|
||||
underline htmlarea da Understreg
|
||||
undoes your last action htmlarea da Fortryder din sidste handling
|
||||
united arab emirates common da Forenede Arabiske Emirater
|
||||
united kingdom common da England
|
||||
united states common da USA
|
||||
united states minor outlying islands common da USA Mindre omkringliggende øer
|
||||
|
||||
unknown common da Ukendt
|
||||
unset color htmlarea-TableOperations da Farve ikke valgt
|
||||
update common da Opdatering
|
||||
updated common da Opdatéret
|
||||
url common da URL
|
||||
uruguay common da Uruguay
|
||||
use button to search for common da brug knappen for at søge efter
|
||||
use button to search for address common da brug knappen for at søge efter adresser
|
||||
use button to search for calendarevent common da brug knappen for at søge efter kalender hændelser
|
||||
use button to search for project common da brug knappen for at søge efter projekter
|
||||
use cookies login da Brug cookies
|
||||
user common da Bruger
|
||||
user accounts common da bruger kontoer
|
||||
user groups common da bruger grupper
|
||||
username common da Brugernavn
|
||||
users common da Brugere
|
||||
users choice common da Brugerens Valg
|
||||
uzbekistan common da Uzbekistan
|
||||
vacation hours per year common da Antal ferie timer om året
|
||||
vacation hours used common da Anvendte ferie timer
|
||||
vanuatu common da Vanuatu
|
||||
venezuela common da Venezuela
|
||||
version common da Version
|
||||
vertical align htmlarea-TableOperations da Vertikal placering
|
||||
viet nam common da Viet Nam
|
||||
view common da Se
|
||||
virgin islands, british common da Jomfru Øer, De Britiske
|
||||
virgin islands, u.s. common da Jomfru Øer, De Amerikanske
|
||||
wallis and futuna common da Wallis og Futuna
|
||||
wednesday common da Onsdag
|
||||
welcome common da Velkommen
|
||||
western sahara common da Vest Sahara
|
||||
which groups common da Hvilke grupper
|
||||
width htmlarea-TableOperations da Bredde
|
||||
wk jscalendar da uge
|
||||
work email common da arbejds e-mail
|
||||
written by: common da Skrevet af:
|
||||
year common da År
|
||||
yemen common da Yemen
|
||||
yes common da Ja
|
||||
you are in text mode. use the [<>] button to switch back to wysiwig. htmlarea da Når du er i TEKST MODE. Brug [<>] tasterne for at skifte til WYSIWIG
|
||||
you are required to change your password during your first login common da Du skal ændre Dit password ved Din første log ind
|
||||
you are running a newer version of phpgroupware than your database is setup for common da Du kører en nyere version af phpGroupWare end din database er beregnet til.
|
||||
you have %1 new messages! common da Du har %1 nye beskeder!
|
||||
you have 1 new message! common da Du har 1 ny besked!
|
||||
you have been successfully logged out login da Du er nu succesrigt logget ud
|
||||
you have not entered a title common da Du har ikke indtastet en titel
|
||||
you have not entered a valid date common da Du har ikke indtastet en gyldig dato
|
||||
you have not entered a valid time of day common da Du har ikke indtastet en gyldig tidspunkt
|
||||
you have not entered participants common da Du har ikke indtastet deltagere
|
||||
you have selected an invalid date common da Du har valgt en ugyldig dato!
|
||||
you have selected an invalid main category common da Du har valgt en ugyldig hovedkategori!
|
||||
you have successfully logged out common da Du har successrigt logget ud
|
||||
your message could <b>not</b> be sent!<br> common da Din besked kunne <b>ikke</b> sendes!
|
||||
your message has been sent common da Din besked er afsendt
|
||||
your search returned %1 matchs common da Søgningen leverede %1 resultater
|
||||
your search returned 1 match common da Søgningen leverede 1 resultat
|
||||
your session could not be verified. login da Din session kunne ikke verificeres
|
||||
your settings have been updated common da Dine indstillinger er opdateret
|
||||
yugoslavia common da Jugoslavien
|
||||
zambia common da Zambia
|
||||
zimbabwe common da Zimbabwe
|
791
phpgwapi/setup/phpgw_de.lang
Normal file
791
phpgwapi/setup/phpgw_de.lang
Normal file
@ -0,0 +1,791 @@
|
||||
%1 email addresses inserted common de %1 Email Adressen eingefügt
|
||||
%1 is not executable by the webserver !!! common de %1 ist nicht ausführbar durch den Webserver !!!
|
||||
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common de %1eGroupWare%2 ist eine, in %3PHP%4 programmierte, webbasierende, mehrbenutzer Groupware Suite.
|
||||
(shift-)click or drag to change value jscalendar de (Shift-) Klicken oder drücken um den Wert zu ändern
|
||||
- click on any of the time parts to increase it jscalendar de - Auf Uhrzeit clicken um sie zu erhöhen
|
||||
- hold mouse button on any of the above buttons for faster selection. jscalendar de - für eine schnelle Auswahl die Maus gedrückt halten auf jedem der obigen Knöpfe
|
||||
- or click and drag for faster selection. jscalendar de - oder clicken und ziehen für eine schnelle Auswahl
|
||||
- or shift-click to decrease it jscalendar de - oder Umschalten-click um sie zu verkleinern
|
||||
- use the %1, %2 buttons to select month jscalendar de - Benutzen Sie die %1, %2 Buttons um das Monat auszuwählen
|
||||
- use the %1, %2 buttons to select year jscalendar de - Benutzen Sie die %1, %2 Buttons um das Jahr auszuwählen
|
||||
00 (disable) admin de 00 (deaktiviert)
|
||||
13 (ntp) admin de 13 (ntp)
|
||||
3 number of chars for day-shortcut jscalendar de 2
|
||||
3 number of chars for month-shortcut jscalendar de 3
|
||||
80 (http) admin de 80 (http)
|
||||
\n tidying up the html source, please wait... htmlarea-HtmlTidy de \n formatiere das HTML, bitte warten ...
|
||||
_delete row htmlarea-ContextMenu de Zeile löschen
|
||||
_image properties... htmlarea-ContextMenu de _Bild Einstellungen...
|
||||
_modify link... htmlarea-ContextMenu de _Link Ändern...
|
||||
_remove link... htmlarea-ContextMenu de Link entfernen...
|
||||
_table properties... htmlarea-ContextMenu de _Tabellen Einstellungen...
|
||||
about common de Über
|
||||
about %1 common de Über %1
|
||||
about the calendar jscalendar de Über den Kalender
|
||||
about this editor htmlarea de Über diesen Editor
|
||||
access common de Zugriff
|
||||
access not permitted common de Zugriff verweigert
|
||||
account has been created common de Benutzerkennung wurde angelegt
|
||||
account has been deleted common de Benutzerkennung wurde gelöscht
|
||||
account has been updated common de Benutzerkennung wurde aktualisiert
|
||||
account is expired common de Benutzerkennung ist abgelaufen
|
||||
acl common de ACL
|
||||
action common de Aktion
|
||||
active common de Aktiv
|
||||
add common de Hinzufügen
|
||||
add %1 category for common de %1 Kategorie hinzufügen für
|
||||
add category common de Kategorie hinzufügen
|
||||
add sub common de Untergeordnete hinzufügen
|
||||
addressbook common de Adressbuch
|
||||
admin common de Admin
|
||||
administration common de Administration
|
||||
afghanistan common de AFGHANISTAN
|
||||
albania common de ALBANIEN
|
||||
algeria common de ALGERIEN
|
||||
align htmlarea-TableOperations de Ausrichten
|
||||
all common de alle
|
||||
all fields common de alle Felder
|
||||
all four sides htmlarea-TableOperations de Alle 4 Seiten
|
||||
alphabet common de a,ä,b,c,d,e,f,g,h,i,j,k,l,m,n,o,ö,p,q,r,s,t,u,ü,v,w,x,y,z
|
||||
alternate style-sheet: common de Alternatives Stylesheet
|
||||
american samoa common de AMERICANISCH SAMOA
|
||||
andorra common de ANDORRA
|
||||
angola common de ANGOLA
|
||||
anguilla common de ANGUILLA
|
||||
antarctica common de ANTARKTIS
|
||||
antigua and barbuda common de ANTIGUA UND BARBUDA
|
||||
apply common de Übernehmen
|
||||
april common de April
|
||||
are you sure you want to delete these entries ? common de Sind Sie sicher, daß Sie diese Einträge löschen wollen?
|
||||
are you sure you want to delete this entry ? common de Sind Sie sicher, daß Sie diesen Eintrag löschen wollen?
|
||||
argentina common de ARGENTIEN
|
||||
armenia common de ARMENIEN
|
||||
aruba common de ARUBA
|
||||
august common de August
|
||||
australia common de AUSTRALIEN
|
||||
austria common de ÖSTERREICH
|
||||
author common de Autor
|
||||
autohide sidebox menus common de Linkes Navigationsmenü ausblenden
|
||||
automatically hide the sidebox menus? common de Automatisch das linkes Navigationsmenü ausblenden
|
||||
autosave default category common de Standard-Kategorie automatisch speichern
|
||||
azerbaijan common de ASERBAIDSCHAN
|
||||
back common de Zurück
|
||||
back to user login common de Zurück zur Benutzer Anmeldung
|
||||
background htmlarea-TableOperations de Hintergrund
|
||||
background color htmlarea de Hintergrund Farbe
|
||||
background color: common de Hintergrund Farbe:
|
||||
bad login or password common de Falscher Benutzername oder Passwort
|
||||
bahamas common de BAHAMAS
|
||||
bahrain common de BAHRAIN
|
||||
bangladesh common de BANGLADESH
|
||||
barbados common de BARBADOS
|
||||
based on common de Basierend auf
|
||||
baseline htmlarea-TableOperations de Basislinie
|
||||
bcc common de Blindkopie
|
||||
belarus common de BELORUSSLAND (WEISSRUSSLAND)
|
||||
belgium common de BELGIEN
|
||||
belize common de BELIZE
|
||||
benin common de BENIN
|
||||
bermuda common de BERMUDA
|
||||
bhutan common de BHUTAN
|
||||
blocked, too many attempts common de Gesperrt, zu viele Versuche
|
||||
bold htmlarea de Fett
|
||||
bolivia common de BOLIVIEN
|
||||
border htmlarea-TableOperations de Rand
|
||||
borders htmlarea-TableOperations de Ränder
|
||||
bosnia and herzegovina common de BOSNIEN UND HERZEGOVINA
|
||||
botswana common de BOTSWANA
|
||||
bottom htmlarea-TableOperations de Unten
|
||||
bouvet island common de BOUVET INSELN
|
||||
brazil common de BRASILIEN
|
||||
british indian ocean territory common de BRITISCH INDIEN OZEAN TERRITORIUM
|
||||
brunei darussalam common de BRUNEI DARUSSALAM
|
||||
bulgaria common de BULGARIEN
|
||||
bulleted list htmlarea de Geordnete Liste
|
||||
burkina faso common de BURKINA FASO
|
||||
burundi common de BURUNDI
|
||||
c_ell properties... htmlarea-ContextMenu de Z_ellen Einstellungen...
|
||||
calendar common de Kalender
|
||||
cambodia common de KAMBODSCHA
|
||||
cameroon common de KAMERUN
|
||||
canada common de KANADA
|
||||
cancel common de Abbruch
|
||||
cape verde common de KAP VERDE
|
||||
caption htmlarea-TableOperations de Überschrift
|
||||
categories common de Kategorien
|
||||
categories for common de Kategorien für
|
||||
category common de Kategorie
|
||||
category %1 has been added ! common de Kategorie %1 wurde hinzugefügt !
|
||||
category %1 has been updated ! common de Kategorie %1 wurde überarbeitet !
|
||||
cayman islands common de KAIMAN INSELN
|
||||
cc common de Kopie
|
||||
cell properties htmlarea-TableOperations de Zellen
|
||||
center htmlarea-TableOperations de Zentrieren
|
||||
central african republic common de ZENTRAL AFRIKANISCHE REPUBLIK
|
||||
chad common de TSCHAD
|
||||
change common de ändern
|
||||
char htmlarea-TableOperations de Zeichen
|
||||
charset common de iso-8859-1
|
||||
chec_k link... htmlarea-ContextMenu de Link testen...
|
||||
check installation common de Installation überprüfen
|
||||
check now common de jetzt überprüfen
|
||||
chile common de CHILE
|
||||
china common de CHINA
|
||||
choose list style type (for ordered lists) htmlarea-ListType de Wähle Auflistungstyp (für sortierte Listen)
|
||||
choose the category common de Kategorie auswählen
|
||||
choose the parent category common de Wählen der übergeordneten Kategorie
|
||||
christmas island common de WEIHNACHTS INSEL
|
||||
clear common de Zurücksetzen
|
||||
clear form common de Eingaben löschen
|
||||
click common de Klicken
|
||||
click or mouse over to show menu's common de Klicken oder "on mouse over" um das Menü anzuzeigen.
|
||||
click or mouse over to show menu's? common de Klicken oder "on maus over" um das Menü anzuzeigen?
|
||||
click or mouse over to show menus common de Klicken oder "mit dem Mauszeiger darüber fahren" um das Menü anzuzeigen.
|
||||
click or mouse over to show menus? common de Klicken oder "mit dem Mauszeiger darüber fahren" um das Menü anzuzeigen?
|
||||
close common de Schließen
|
||||
cocos (keeling) islands common de COCOS INSELN
|
||||
collapsed borders htmlarea-TableOperations de Rahmen vereinigen
|
||||
colombia common de KOLUMBIEN
|
||||
color htmlarea-TableOperations de Farbe
|
||||
comoros common de KOMOREN
|
||||
company common de Unternehmen
|
||||
congo common de KONGO
|
||||
congo, the democratic republic of the common de KONGO, DIE DEMOKRATISCHE REPUBLIK DES
|
||||
cook islands common de COOK INSELN
|
||||
copy common de Kopieren
|
||||
copy selection htmlarea de Den markierten Text kopieren
|
||||
costa rica common de COSTA RICA
|
||||
cote d ivoire common de COTE D IVOIRE
|
||||
create common de Erstellen
|
||||
create a link htmlarea-ContextMenu de Link erstellen
|
||||
created common de erstellt
|
||||
created by common de Erstellt von
|
||||
croatia common de KROATIEN
|
||||
cuba common de KUBA
|
||||
currency common de Währung
|
||||
current common de derzeit
|
||||
current style htmlarea de Aktueller Stil
|
||||
current url is htmlarea-ContextMenu de Aktuelle URL ist
|
||||
current users common de Derzeit angemeldete Benutzer
|
||||
cut htmlarea-ContextMenu de Ausschneiden
|
||||
cut selection htmlarea de Den markierten Text einfügen
|
||||
cyprus common de ZYPERN
|
||||
czech republic common de TSCHECHISCHE REPUBLIK
|
||||
date common de Datum
|
||||
date due common de fällig am
|
||||
date selection: jscalendar de Datum auswählen:
|
||||
datetime port.<br>if using port 13, please set firewall rules appropriately before submitting this page.<br>(port: 13 / host: 129.6.15.28) admin de Datum-Zeit Port.<br>Wenn sie Port 13 benützen, bitte die Regeln der Firewall entsprechend anpassen bevor sie die Seite speichern.<br>(Port: 13 / Host: 129.6.15.28)
|
||||
de_lete column htmlarea-ContextMenu de Spalte löschen
|
||||
december common de Dezember
|
||||
decimal numbers htmlarea-ListType de Zahlen
|
||||
decrease indent htmlarea de Einzug verkleinern
|
||||
default category common de Standard-Kategorie
|
||||
delete common de Löschen
|
||||
delete cell htmlarea-TableOperations de Zelle löschen
|
||||
delete column htmlarea-TableOperations de Spalte löschen
|
||||
delete row htmlarea-TableOperations de Reihe löschen
|
||||
delete the current column htmlarea-ContextMenu de Spalte löschen
|
||||
delete the current row htmlarea-ContextMenu de Zeile löschen
|
||||
denmark common de DÄNEMARK
|
||||
description common de Beschreibung
|
||||
detail common de Detail
|
||||
details common de Details
|
||||
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common de Ausführen des Bugfix-Scripts für Internet Explorer 5.5 und höher, zum Darstellen von transparenten PNG-Bildern abschalten?
|
||||
dictionary htmlarea-SpellChecker de Wörterbuch
|
||||
disable internet explorer png-image-bugfix common de Internet Explorer PNG-Bilder-Bugfix abschalten
|
||||
disable slider effects common de Schwebeeffekte des Navigationsmenüs abschalten
|
||||
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common de Die animierten Schwebeeffekte beim Anzeigen oder Verstecken des navigations Menüs in der Seite abschalten? Benutzer von Opera oder Konquerer müssen diese Funktion abschalten.
|
||||
disabled common de Deaktiviert
|
||||
display %s first jscalendar de %s zuerst anzeigen
|
||||
djibouti common de DJIBOUTI
|
||||
do you also want to delete all subcategories ? common de Sollen alle Unterkategorien gelöscht werden ?
|
||||
doctype: common de DOCTYPE:
|
||||
document properties common de Dokument Eigentschaften
|
||||
document title: common de Title des Dokuments:
|
||||
domain common de Domain
|
||||
domain name for mail-address, eg. "%1" common de Domainname für E-Mail Adresse, zB. "%1"
|
||||
domestic common de Inland
|
||||
dominica common de DOMINICA
|
||||
dominican republic common de DOMÄNIKANISCHE REPUBLIK
|
||||
done common de Fertig
|
||||
drag to move jscalendar de Ziehen um zu Bewegen
|
||||
e-mail common de E-Mail
|
||||
east timor common de OST TIMOR
|
||||
ecuador common de EQUADOR
|
||||
edit common de Editieren
|
||||
edit %1 category for common de %1 Kategorie editieren für
|
||||
edit categories common de Kategorien editieren
|
||||
edit category common de Kategorie editieren
|
||||
egroupware api version %1 common de eGroupWare API Version %1
|
||||
egroupware: login blocked for user '%1', ip %2 common de eGroupWare: Anmelden gesperrt für Benutzer '%1', IP %2
|
||||
egypt common de ÄGYPTEN
|
||||
el salvador common de EL SALVADOR
|
||||
element... htmlarea-ContextMenu de Element entfernen...
|
||||
email common de E-Mail
|
||||
email-address of the user, eg. "%1" common de E-Mail Adresse des Benutzers, zB. "%1"
|
||||
enabled common de Verfügbar
|
||||
end date common de Enddatum
|
||||
end time common de Endzeit
|
||||
enlarge editor htmlarea de Editor vergrößern
|
||||
enter the location of egroupware's url.<br>example: http://www.domain.com/egroupware or /egroupware<br><b>no trailing slash</b> admin de Bitte geben Sie die URL ein über welche Ihre eGroupWare erreichbar sein wird.<br>Beispiel: http://www.domain.de/egroupware or /egroupware<br><b> KEINEN Slash "/" am ende</b>
|
||||
entry has been deleted sucessfully common de Eintrag wurde erfolgreich gelöscht
|
||||
entry updated sucessfully common de Eintrag wurde erfolgreich aktualisiert
|
||||
equatorial guinea common de EQUATORIAL GUINEA
|
||||
eritrea common de ERITREA
|
||||
error common de Fehler
|
||||
error creating %1 %2 directory common de Fehler beim Erstellen des Verzeichnisses %1 %2
|
||||
error deleting %1 %2 directory common de Fehler beim Löschen des Verzeichnisses %1 %2
|
||||
error renaming %1 %2 directory common de Fehler beim Umbennenen des Verzeichnisses %1 %2
|
||||
estonia common de ESTONIEN
|
||||
ethiopia common de ETHIOPIEN
|
||||
exact common de exakt
|
||||
falkland islands (malvinas) common de FALKLAND INSELN (MALVINAS)
|
||||
faroe islands common de FAROE INSELN
|
||||
fax number common de Fax Nummer
|
||||
february common de Februar
|
||||
fg color htmlarea-TableOperations de FG Farbe
|
||||
fields common de Felder
|
||||
fiji common de FIJI
|
||||
files common de Dateien
|
||||
filter common de Filter
|
||||
finished list of mispelled words htmlarea-SpellChecker de Liste der nicht bekannten Woerter
|
||||
finland common de FINLAND
|
||||
first name common de Vorname
|
||||
first name of the user, eg. "%1" common de Vorname des Benutzers, zB. "%1"
|
||||
first page common de Erste Seite
|
||||
firstname common de Vorname
|
||||
fixme! common de KORREGIER MICH!
|
||||
float htmlarea-TableOperations de Ausrichtung
|
||||
font color htmlarea de Schrift Farbe
|
||||
force selectbox common de Auswahlfeld erzwingen
|
||||
frames htmlarea-TableOperations de Rahmen
|
||||
france common de FRANKREICH
|
||||
french guiana common de FRANZÖSISCH GUIANA
|
||||
french polynesia common de FRANZÖSISCH POLYNESIEN
|
||||
french southern territories common de FRENCH SOUTHERN TERRITORIES
|
||||
friday common de Freitag
|
||||
ftp common de FTP
|
||||
fullname common de Vor+Nachname
|
||||
gabon common de GABON
|
||||
gambia common de GAMBIA
|
||||
general menu common de Hauptmenü
|
||||
georgia common de GEORGIEN
|
||||
german common de Deutsch
|
||||
germany common de DEUTSCHLAND
|
||||
ghana common de GHANA
|
||||
gibraltar common de GIBRALTAR
|
||||
global common de Global
|
||||
global public common de Global Public
|
||||
go today jscalendar de Heute setzen
|
||||
grant access common de Zugriff gewähren
|
||||
greece common de GRIECHENLAND
|
||||
greenland common de GRÖNLAND
|
||||
grenada common de GRENADA
|
||||
group common de Gruppe
|
||||
group access common de Gruppenzugriff
|
||||
group has been added common de Gruppe wurde zugefügt
|
||||
group has been deleted common de Gruppe wurde gelöscht
|
||||
group has been updated common de Gruppe wurde aktualisiert
|
||||
group name common de Gruppenname
|
||||
group public common de Group Public
|
||||
groups common de Gruppen
|
||||
groups with permission for %1 common de Gruppen mit Berechtigung für %1
|
||||
groups without permission for %1 common de Gruppen ohne Berechtigung für %1
|
||||
guadeloupe common de GUADELOUPE
|
||||
guam common de GUAM
|
||||
guatemala common de GUATEMALA
|
||||
guinea common de GUINEA
|
||||
guinea-bissau common de GUINEA-BISSAU
|
||||
guyana common de GUYANA
|
||||
haiti common de HAITI
|
||||
heard island and mcdonald islands common de HEARD UND MCDONALD INSELN
|
||||
height htmlarea-TableOperations de Höhe
|
||||
help common de Hilfe
|
||||
help using editor htmlarea de Hilfe zum benutzen des Editors
|
||||
high common de Hoch
|
||||
highest common de Höchste
|
||||
holy see (vatican city state) common de VATICAN
|
||||
home common de Home
|
||||
home email common de private Email
|
||||
honduras common de HONDURAS
|
||||
hong kong common de HONG KONG
|
||||
horizontal rule htmlarea de Horizantale Linie
|
||||
how did you get here? (please report!) htmlarea-ContextMenu de Wie sind Sie hierher gelangt? (Bitte melden!)
|
||||
how many columns would you like to merge? htmlarea-TableOperations de Wieviele Spalten willst du verbinden?
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. common de Wie viele Icons sollen in der Navigation angezeigt werden (die obere Nabigation). Weitere Applikationen werden über ein Auswahlmenü angeboten. Das Auswahlmenü kann über das rechte Icon geöffnet werden
|
||||
how many rows would you like to merge? htmlarea-TableOperations de Wieviele Zeilen willst du verbinden?
|
||||
html tidy htmlarea-HtmlTidy de HTML Tidy
|
||||
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations de Letzte Zelle in dieser Reihe!
|
||||
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations de Letzte Spalte in dieser Tabelle!
|
||||
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations de Letzte Reihe in dieser Tabelle
|
||||
hungary common de UNGARN
|
||||
i will open it in a new page. htmlarea-SpellChecker de Wird auf neuer Seite geöffnet
|
||||
i_nsert row before htmlarea-ContextMenu de Zeile einfügen v_or Position
|
||||
iceland common de ISLAND
|
||||
ignore htmlarea-SpellChecker de Ignorieren
|
||||
ignore all htmlarea-SpellChecker de Alle ignorieren
|
||||
image url htmlarea-TableOperations de Bild URL
|
||||
in_sert row after htmlarea-ContextMenu de Zeile einfügen n_ach Position
|
||||
increase indent htmlarea de Einzug erhöhen
|
||||
india common de INDIEN
|
||||
indonesia common de INDONESIEN
|
||||
insert _column before htmlarea-ContextMenu de Spalte einfügen vo_r Position
|
||||
insert a new column after the current one htmlarea-ContextMenu de Spalte einfügen nach der aktuellen Position
|
||||
insert a new column before the current one htmlarea-ContextMenu de Spalte einfügen vor der aktuellen Position
|
||||
insert a new row after the current one htmlarea-ContextMenu de Zeile einfügen nach der aktuellen Position
|
||||
insert a new row before the current one htmlarea-ContextMenu de Zeile einfügen vor der aktuellen Position
|
||||
insert all %1 addresses of the %2 contacts in %3 common de Alle %1 Adressen der %2 Kontakte in %3 einfügen
|
||||
insert c_olumn after htmlarea-ContextMenu de Spalte einfügen na_ch Position
|
||||
insert cell after htmlarea-TableOperations de Zelle einfügen nach
|
||||
insert cell before htmlarea-TableOperations de Zelle einfügen bevor
|
||||
insert column after htmlarea-TableOperations de Spalte einfügen nach
|
||||
insert column before htmlarea-TableOperations de Spalte einfügen bevor
|
||||
insert image htmlarea de Bild einfügen
|
||||
insert row after htmlarea-TableOperations de Reihe einfügen nach
|
||||
insert row before htmlarea-TableOperations de Reihe einfügen vor
|
||||
insert table htmlarea de Tabelle einfügen
|
||||
insert web link htmlarea de Web Link hinzufügen
|
||||
international common de International
|
||||
invalid ip address common de Ungültige IP Adresse
|
||||
invalid password common de Ungültiges Passwort
|
||||
iran, islamic republic of common de IRAN, ISLAMISCHE REPUBLIC
|
||||
iraq common de IRAQ
|
||||
ireland common de IRELAND
|
||||
israel common de ISRAEL
|
||||
it has been more then %1 days since you changed your password common de Sie haben Ihr Passwort seit mehr als %1 Tagen nicht geändert
|
||||
it is recommended that you run setup to upgrade your tables to the current version common de Es ist notwendig, mit dem Setup-Programm die Tabellen zu aktualisieren.
|
||||
italic common de kursiv
|
||||
italy common de ITALIEN
|
||||
jamaica common de JAMAICA
|
||||
january common de Januar
|
||||
japan common de JAPAN
|
||||
jordan common de JORDANIEN
|
||||
july common de Juli
|
||||
june common de Juni
|
||||
justify htmlarea-TableOperations de Justieren
|
||||
justify center common de Ausrichtung mittig
|
||||
justify full common de Ausrichtung im Block
|
||||
justify left common de Ausrichtung links
|
||||
justify right common de Ausrichtung rechts
|
||||
kazakstan common de KAZAKSTAN
|
||||
kenya common de KENIA
|
||||
keywords common de Schlüsselwort
|
||||
kiribati common de KIRIBATI
|
||||
korea, democratic peoples republic of common de KOREA, DEMOKRATISCHE VOLKSREPUBLIK
|
||||
korea, republic of common de KOREA, REPUBLIK
|
||||
kuwait common de KUWAIT
|
||||
kyrgyzstan common de KYRGYZSTAN
|
||||
language common de Sprache
|
||||
lao peoples democratic republic common de LAOS, VOLKSREPUBLIK
|
||||
last name common de Name
|
||||
last name of the user, eg. "%1" common de Familienname des Benutzers, zB. "%1"
|
||||
last page common de Letzte Seite
|
||||
lastname common de Name
|
||||
latvia common de LATVIA
|
||||
layout htmlarea-TableOperations de Layout
|
||||
lebanon common de LIBANON
|
||||
left htmlarea-TableOperations de Links
|
||||
lesotho common de LESOTHO
|
||||
liberia common de LYBIEN
|
||||
libyan arab jamahiriya common de LIBYAN ARAB JAMAHIRIYA
|
||||
license common de Lizenz
|
||||
liechtenstein common de LIECHTENSTEIN
|
||||
link points to: htmlarea-ContextMenu de Link zeigt auf:
|
||||
list common de Liste
|
||||
list members common de Mitglieder anzeigen
|
||||
lithuania common de LITAUEN
|
||||
local common de lokal
|
||||
login common de Anmelden
|
||||
loginid common de Benutzerkennung
|
||||
logout common de Abmelden
|
||||
low common de Niedrig
|
||||
lower greek letters htmlarea-ListType de kleine griechische Buchstaben
|
||||
lower latin letters htmlarea-ListType de kleine lateinische Buchstaben
|
||||
lower roman numbers htmlarea-ListType de kleine römische Zahlen
|
||||
lowest common de Niedrigst
|
||||
luxembourg common de LUXEMBURG
|
||||
macau common de MACAU
|
||||
macedonia, the former yugoslav republic of common de MAZEDONIEN, FRÜHERE JUGOSLAVISCHE REPUBLIK
|
||||
madagascar common de MADAGASCAR
|
||||
mail domain, eg. "%1" common de Mail Domain, zB. "%1"
|
||||
main category common de Hauptkategorie
|
||||
main screen common de Startseite
|
||||
maintainer common de Maintainer
|
||||
make lin_k... htmlarea-ContextMenu de Lin_k erstellen...
|
||||
malawi common de MALAWI
|
||||
malaysia common de MALAYSIA
|
||||
maldives common de MALDIVEN
|
||||
mali common de MALI
|
||||
malta common de MALTA
|
||||
march common de März
|
||||
margin htmlarea-TableOperations de Rand
|
||||
marshall islands common de MARSHALL ISLANDS
|
||||
martinique common de MARTINIQUE
|
||||
mauritania common de MAURITANIEN
|
||||
mauritius common de MAURITIUS
|
||||
max number of icons in navbar common de Maximale Anzahl der Icons in der Menüleiste
|
||||
may common de Mai
|
||||
mayotte common de MAYOTTE
|
||||
medium common de Mittel
|
||||
menu common de Menü
|
||||
merge cells htmlarea-TableOperations de Zellen vereinigen
|
||||
message common de Nachricht
|
||||
mexico common de MEXICO
|
||||
micronesia, federated states of common de MICRONESIEN, VEREINIGTE STAATEN VON
|
||||
middle htmlarea-TableOperations de Mitte
|
||||
modify url htmlarea-ContextMenu de URL Ãndern
|
||||
moldova, republic of common de MOLDAVIEN, REPUBLIK
|
||||
monaco common de MONACO
|
||||
monday common de Montag
|
||||
mongolia common de MONGOLEI
|
||||
montserrat common de MONTSERRA
|
||||
morocco common de MAROCCO
|
||||
mozambique common de MOZAMBIQUE
|
||||
myanmar common de MYANMAR
|
||||
name common de Name
|
||||
name of the user, eg. "%1" common de Name des Benutzers, zB. "%1"
|
||||
namibia common de NAMIBIEN
|
||||
nauru common de NAURU
|
||||
nepal common de NEPAL
|
||||
netherlands common de NIEDERLANDE
|
||||
netherlands antilles common de NIEDERLÄNDISCHE ANTILLEN
|
||||
never common de Niemals
|
||||
new common de neu
|
||||
new caledonia common de NEU CALEDONIEN
|
||||
new entry added sucessfully common de Neuer Eintrag wurde erfolgreich hinzugefügt
|
||||
new main category common de neue Hauptkategorie
|
||||
new value common de Neuer Wert
|
||||
new zealand common de NEUSEELAND
|
||||
next common de Nächste
|
||||
next month (hold for menu) jscalendar de Nächster Monat (halten für Menü)
|
||||
next page common de Nächste Seite
|
||||
next year (hold for menu) jscalendar de Nächstes Jahr (halten für Menü)
|
||||
nicaragua common de NICARAGUA
|
||||
niger common de NIGER
|
||||
nigeria common de NIGERIA
|
||||
niue common de NIUE
|
||||
no common de Nein
|
||||
no entries found, try again ... common de Keine Einträge gefunden, nochmal versuchen ...
|
||||
no history for this record common de Keine Historie für diesen Datensatz
|
||||
no matchs found common de Keine Treffer gefunden.
|
||||
no mispelled words found with the selected dictionary. htmlarea-SpellChecker de Keine falschen Wörter mit gewählten Wörterbuch gefunden
|
||||
no rules htmlarea-TableOperations de Keine Balken
|
||||
no sides htmlarea-TableOperations de Keine Seiten
|
||||
no subject common de Kein Betreff
|
||||
none common de Keine
|
||||
norfolk island common de NORFOLK INSELN
|
||||
normal common de Normal
|
||||
northern mariana islands common de NORTHERN MARIANA ISLANDS
|
||||
norway common de NORWEGEN
|
||||
not assigned common de nicht zugewiesen
|
||||
note common de Notiz
|
||||
notes common de Notizen
|
||||
notify window common de Benachrichtigungsfenster
|
||||
november common de November
|
||||
october common de Oktober
|
||||
ok common de OK
|
||||
old value common de Alter Wert
|
||||
oman common de OMAN
|
||||
on *nix systems please type: %1 common de Auf *nix systemen bitte %1 eingeben
|
||||
on mouse over common de On Maus Over
|
||||
only private common de nur private
|
||||
only yours common de nur eigene
|
||||
open notify window common de Benachrichtigungsfenster öffnen
|
||||
open popup window common de Popup Fenster öffnen
|
||||
opens this link in a new window htmlarea-ContextMenu de Diesen Link in neuem Fenster öffnen
|
||||
ordered list htmlarea de Geordnete Liste
|
||||
original common de Original
|
||||
original word htmlarea-SpellChecker de Original Wort
|
||||
other common de Andere
|
||||
overview common de Überblick
|
||||
owner common de Besitzer
|
||||
padding htmlarea-TableOperations de Auffüllung
|
||||
page common de Seite
|
||||
page was generated in %1 seconds common de Seite wurde erstellt in %1 Sekunden
|
||||
pakistan common de PAKISTAN
|
||||
palau common de PALAU
|
||||
palestinian territory, occupied common de PALESTINENSISCHES TERRITORIUM, BESETZT
|
||||
panama common de PANAMA
|
||||
papua new guinea common de PAPUA NEU GUINEA
|
||||
paraguay common de PARAGUAY
|
||||
parcel common de Paket
|
||||
parent category common de Übergeordnete Kategorie
|
||||
password common de Passwort
|
||||
password could not be changed common de Passwort konnte nicht geändert werden
|
||||
password has been updated common de Passwort wurde aktualisiert
|
||||
paste htmlarea-ContextMenu de Einfügen
|
||||
paste from clipboard htmlarea de Aus dem clipboard übernehmen
|
||||
path htmlarea de Pfad
|
||||
path to user and group files has to be outside of the webservers document-root!!! common de Der Pfad für Benutzer oder Gruppen Ordner muss ausserhalb des Webserver Root Verzeichnisses liegen (Webserver Root = /var/www/html; Pfad für Benutzer/Gruppen Ordner /var/www
|
||||
pattern for search in addressbook common de Muster für suche im Adressbuch
|
||||
pattern for search in calendar common de Muster für suche im Kalendar
|
||||
pattern for search in projects common de Muster für suche in Projekten
|
||||
percent htmlarea-TableOperations de %
|
||||
permissions to the files/users directory common de Zugriffsrechte zu den Dateien / Benutzerverzeichnissen
|
||||
personal common de persönlich
|
||||
peru common de PERU
|
||||
philippines common de PHILIPPINEN
|
||||
phone number common de Telefonnummer
|
||||
pitcairn common de PITCAIRN
|
||||
pixels htmlarea-TableOperations de pixels
|
||||
please %1 by hand common de Bitte %1 per Hand
|
||||
please click into some cell htmlarea-TableOperations de Wähle eine Zelle
|
||||
please confirm that you want to open this link htmlarea-SpellChecker de Wollen Sie diesen Link öffnen
|
||||
please confirm that you want to remove this element: htmlarea-ContextMenu de Wollen sie dieses Element wirklich entfernen ?
|
||||
please confirm that you want to unlink this element. htmlarea-ContextMenu de Wollen sie diesen Link wirklich entfernen ?
|
||||
please enter a name common de Bitte geben Sie einen Namen ein !
|
||||
please run setup to become current common de Bitte rufen Sie Setup auf um zu aktualisieren
|
||||
please select common de Bitte wählen
|
||||
please set your global preferences common de Bitte editieren Sie Ihre globalen Einstellungen !
|
||||
please set your preferences for this application common de Bitte editieren Sie Ihre Einstellungen für diese Anwendung !
|
||||
please wait. calling spell checker. htmlarea-SpellChecker de Bitte warten. Wörterbuch wird durchsucht.
|
||||
please wait... common de Bitte warten...
|
||||
please wait: changing dictionary to htmlarea-SpellChecker de Bitte warten: Wörterbuch wechseln zu
|
||||
pliz weit ;-) htmlarea-SpellChecker de bittsche wartn ;-)
|
||||
poland common de POLEN
|
||||
portugal common de PORTUGA
|
||||
postal common de Postadresse
|
||||
powered by phpgroupware version %1 common de Powered by <a href="http://www.egroupware.org" target="_blank">eGroupWare</a> version %1
|
||||
preferences common de Einstellungen
|
||||
preferences for the idots template set common de Einstellungen für das Idots Template
|
||||
prev. month (hold for menu) jscalendar de Vorheriger Monat (halten für Menü)
|
||||
prev. year (hold for menu) jscalendar de Vorheriges Jahr (halten für Menü)
|
||||
previous page common de Vorherige Seite
|
||||
primary style-sheet: common de Haupt-Stylesheet:
|
||||
print common de Drucken
|
||||
priority common de Priorität
|
||||
private common de Privat
|
||||
project common de Projekt
|
||||
public common de öffentlich
|
||||
puerto rico common de PUERTO RICO
|
||||
qatar common de QATAR
|
||||
re-check htmlarea-SpellChecker de Neu Überpruefen
|
||||
read common de Lesen
|
||||
read this list of methods. common de Diese Liste der Methoden lesen.
|
||||
redoes your last action htmlarea de Letzte Aktion wiederholen
|
||||
reject common de Zurückweisen
|
||||
remove selected accounts common de Ausgewähle Benutzer entfernen
|
||||
remove the htmlarea-ContextMenu de Entfernen des
|
||||
remove this node from the document htmlarea-ContextMenu de Dieses Element aus dem Dokument entfernen
|
||||
rename common de Umbenennen
|
||||
replace htmlarea-SpellChecker de Ersetzen
|
||||
replace all htmlarea-SpellChecker de Alle ersetzen
|
||||
replace with htmlarea-SpellChecker de Ersetzen mit
|
||||
returns a full list of accounts on the system. warning: this is return can be quite large common de Liefert eine vollständige Lister der Benutzerkonten auf diesem System. Warnung: Die Rückgabe kann sehr gross sein
|
||||
returns an array of todo items common de Liefert ein array mit ToDo Einträgen
|
||||
returns struct of users application access common de Liefert Strucktur mit Benutzerzugriffsrechten auf Anwendungen
|
||||
reunion common de REUNION
|
||||
revert htmlarea-SpellChecker de Rückgängig
|
||||
right htmlarea-TableOperations de Rechts
|
||||
ro_w properties... htmlarea-ContextMenu de Ze_ilen Einstellungen...
|
||||
romania common de RUMÄNIEN
|
||||
row properties htmlarea-TableOperations de Reihen
|
||||
rules htmlarea-TableOperations de Balken
|
||||
rules will appear between all rows and columns htmlarea-TableOperations de Balken zwischen Reihen und Spalten
|
||||
rules will appear between columns only htmlarea-TableOperations de Balken zwischen Spalten
|
||||
rules will appear between rows only htmlarea-TableOperations de Balken zwischen Reihen
|
||||
russian federation common de RUSSISCHE FÖDERATION
|
||||
rwanda common de RWANDA
|
||||
saint helena common de SANKT HELENA
|
||||
saint kitts and nevis common de SAINT KITTS AND NEVIS
|
||||
saint lucia common de SANTA LUCIA
|
||||
saint pierre and miquelon common de SAINT PIERRE AND MIQUELON
|
||||
saint vincent and the grenadines common de SAINT VINCENT AND THE GRENADINES
|
||||
samoa common de SAMOA
|
||||
san marino common de SAN MARINO
|
||||
sao tome and principe common de SAO TOME AND PRINCIPE
|
||||
saturday common de Samstag
|
||||
saudi arabia common de SAUDI ARABIEN
|
||||
save common de Speichern
|
||||
search common de Suchen
|
||||
search %1 '%2' common de Suche %1 '%2'
|
||||
search or select accounts common de Auswählen oder Suchen von Benutzern
|
||||
section common de Sektion
|
||||
select common de Auswählen
|
||||
select all %1 %2 for %3 common de Alles auswählen %1 %2 von %3
|
||||
select category common de Kategorie auswählen
|
||||
select date common de Datum auswählen
|
||||
select group common de Gruppe auswählen
|
||||
select home email address common de private Email-Adresse auswählen
|
||||
select one common de Einen auswählen
|
||||
select user common de Benutzer auswählen
|
||||
select work email address common de geschäftl. Email-Addresse auswählen
|
||||
selection common de Auswahl
|
||||
send common de Abschicken
|
||||
senegal common de SENEGAL
|
||||
september common de September
|
||||
server %1 has been added common de Server %1 wurde zugefügt
|
||||
server name common de Server Name
|
||||
session has been killed common de Session wurde gelöscht
|
||||
setup common de Setup
|
||||
setup main menu common de Setup Hauptmenü
|
||||
seychelles common de SEYCHELLEN
|
||||
show all common de alle anzeigen
|
||||
show all categorys common de Alle Kategorien anzeigen
|
||||
show menu common de Menü anzeigen
|
||||
show page generation time common de Zeit zum Erstellen der Seite anzeigen
|
||||
show page generation time on the bottom of the page? common de Zeit zum Erstellen der Seite in der Fußzeile anzeigen
|
||||
show the image properties dialog htmlarea-ContextMenu de Fenster für die Bild-Einstellungen anzeigen
|
||||
show the table cell properties dialog htmlarea-ContextMenu de Zellen-Einstellungen anzeigen
|
||||
show the table properties dialog htmlarea-ContextMenu de Show the Table Properties dialog
|
||||
show the table row properties dialog htmlarea-ContextMenu de Zeilen-Einstellungen anzeigen
|
||||
show_more_apps common de Mehr Applikationen anzeigen
|
||||
showing %1 common de %1 Einträge
|
||||
showing %1 - %2 of %3 common de %1 - %2 von %3 Einträgen
|
||||
sierra leone common de SIERRA LEONE
|
||||
singapore common de SINGAPUR
|
||||
slovakia common de SLOVAKEI
|
||||
slovenia common de SLOVENIEN
|
||||
solomon islands common de SOLOMON INSELN
|
||||
somalia common de SOMALIA
|
||||
sorry, your login has expired login de Ihre Anmeldung ist abgelaufen !
|
||||
south africa common de SÜDAFRIKA
|
||||
south georgia and the south sandwich islands common de SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
|
||||
spacing htmlarea-TableOperations de Abstand
|
||||
spacing and padding htmlarea-TableOperations de Abstände
|
||||
spain common de SPANIEN
|
||||
spell check complete, didn't find any mispelled words. closing now... htmlarea-SpellChecker de Rechtsschreibpruefung wurde ohne Fehler fertiggestellt. Wird nun geschlossen...
|
||||
spell-check htmlarea-SpellChecker de Rechtschreibprüfung
|
||||
split cell htmlarea-TableOperations de Zellen aufteilen
|
||||
split column htmlarea-TableOperations de Spalte aufteilen
|
||||
split row htmlarea-TableOperations de Reihen aufteilen
|
||||
sri lanka common de SRI LANKA
|
||||
start date common de Startdatum
|
||||
start time common de Startzeit
|
||||
start with common de begint mit
|
||||
status common de Status
|
||||
strikethrough htmlarea de Durchstreichen
|
||||
style [css] htmlarea-TableOperations de Style [CSS]
|
||||
subject common de Betreff
|
||||
submit common de Absenden
|
||||
subscript htmlarea de Tiefer gestellt Zeichen
|
||||
substitutions and their meanings: common de Ersetzungen und ihre Bedeutung
|
||||
sudan common de SUDAN
|
||||
suggestions htmlarea-SpellChecker de Vorschlag
|
||||
summary htmlarea-TableOperations de Zusammenfassung
|
||||
sunday common de Sonntag
|
||||
superscript htmlarea de Hochgestellt Zeichen
|
||||
suriname common de SURINAME
|
||||
svalbard and jan mayen common de SVALBARD AND JAN MAYEN
|
||||
swaziland common de SWAZILAND
|
||||
sweden common de SCHWEDEN
|
||||
switzerland common de SCHWEIZ
|
||||
syrian arab republic common de SYRIEN, ARABISCHE REPUBLIK
|
||||
table properties htmlarea-TableOperations de Tabelle
|
||||
taiwan common de TAIWAN/TAIPEI
|
||||
tajikistan common de TAJIKISTAN
|
||||
tanzania, united republic of common de TANZANIA, VEREINIGTE REPUBLIK
|
||||
text align htmlarea-TableOperations de Ausrichtung
|
||||
text color: common de Textfarbe:
|
||||
thailand common de THAILAND
|
||||
the api is current common de Die API ist aktuell
|
||||
the api requires an upgrade common de Die API benötigt eine Aktualisierung
|
||||
the bottom side only htmlarea-TableOperations de Nur untere Seite
|
||||
the following applications require upgrades common de Die folgenden Anwendungen benötigen eine Aktualisierung
|
||||
the left-hand side only htmlarea-TableOperations de Nur linke Seite
|
||||
the mail server returned common de Der EMailserver liefert zurück
|
||||
the right and left sides only htmlarea-TableOperations de Nur linke und rechte Seite
|
||||
the right-hand side only htmlarea-TableOperations de Nur rechte Seite
|
||||
the top and bottom sides only htmlarea-TableOperations de Nur obere und untere Seite
|
||||
the top side only htmlarea-TableOperations de Nur obere Seite
|
||||
this application is current common de Diese Anwendung ist aktuell
|
||||
this application requires an upgrade common de Diese Anwendung benötigt eine Aktualisierung
|
||||
this name has been used already common de Dieser Name ist bereits in Benutzung !
|
||||
this will drop changes and quit spell checker. please confirm. htmlarea-SpellChecker de Änderungen verwerfen. Bitte bestättigen.
|
||||
thursday common de Donnerstag
|
||||
time common de Zeit
|
||||
time selection: jscalendar de Zeitauswahl:
|
||||
time zone common de Zeitzone
|
||||
time zone offset common de Zeitzonendifferenz
|
||||
title common de Titel
|
||||
to common de An
|
||||
to correct this error for the future you will need to properly set the common de Um diesen Fehler in der Zukunft zu verhindern, müssen sie folgendes setzen:
|
||||
to go back to the msg list, click <a href= %1 >here</a> common de Um zur Liste der Meldungen zurück zu gehen, <a href="%1">hier</a> anklicken
|
||||
today common de Heute
|
||||
todays date, eg. "%1" common de heutiges Datum, zB. "%1"
|
||||
toggle first day of week jscalendar de ersten Tag der Woche wechseln
|
||||
toggle html source htmlarea de Wechseln zur HTML source Ansicht
|
||||
togo common de TOGO
|
||||
tokelau common de TOKELAU
|
||||
tonga common de TONGA
|
||||
too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common de Zu viele ungültige Versuche sich anzumelden: %1 für den Benutzer '%2', %3 für die IP %4
|
||||
top htmlarea-TableOperations de Oben
|
||||
total common de Gesamt
|
||||
trinidad and tobago common de TRINIDAD AND TOBAGO
|
||||
tuesday common de Dienstag
|
||||
tunisia common de TUNISIEN
|
||||
turkey common de TÜRKEI
|
||||
turkmenistan common de TURKMENISTAN
|
||||
turks and caicos islands common de TURKS AND CAICOS ISLANDS
|
||||
tuvalu common de TUVALU
|
||||
uganda common de UGANDA
|
||||
ukraine common de UKRAINE
|
||||
underline htmlarea de Unterstrichen
|
||||
undoes your last action htmlarea de Die letzte Aktion rückgängig machen
|
||||
united arab emirates common de VEREINIGTEN ARABISCHEN EMIRATE
|
||||
united kingdom common de GROSSBRITANIEN
|
||||
united states common de VEREINIGTE STAATEN VON AMERIKA
|
||||
united states minor outlying islands common de UNITED STATES MINOR OUTLYING ISLANDS
|
||||
unknown common de Unbekannt
|
||||
unlink the current element htmlarea-ContextMenu de Link auf Element entfernen
|
||||
unread common de ungelesen
|
||||
unset color htmlarea-TableOperations de Farbe
|
||||
update common de Aktualisieren
|
||||
upload image htmlarea-UploadImage de Bild hochladen
|
||||
upper latin letters htmlarea-ListType de Große lateinische Buchstaben
|
||||
upper roman numbers htmlarea-ListType de Große römische Zahlen
|
||||
url common de URL
|
||||
uruguay common de URUGUAY
|
||||
use button to search for common de benutze Knopf zum suchen nach
|
||||
use button to search for address common de benutze Knopf zum Suchen nach Adressen
|
||||
use button to search for calendarevent common de benutze Knopf zum Suchen nach Terminen
|
||||
use button to search for project common de benutze Knopf zum Suchen nach Projekten
|
||||
user common de Benutzer
|
||||
user accounts common de Benutzerkonten
|
||||
user groups common de Benutzergruppen
|
||||
username common de Benutzername
|
||||
users common de Benutzer
|
||||
users choice common de Benutzerauswahl
|
||||
uzbekistan common de UZBEKISTAN
|
||||
vanuatu common de VANUATU
|
||||
venezuela common de VENEZUELA
|
||||
version common de Version
|
||||
vertical align htmlarea-TableOperations de Ausrichtung
|
||||
viet nam common de VIETNAM
|
||||
view common de Anzeigen
|
||||
virgin islands, british common de VIRGIN ISLANDS, BRITISH
|
||||
virgin islands, u.s. common de VIRGIN ISLANDS, U.S.
|
||||
wallis and futuna common de WALLIS AND FUTUNA
|
||||
wednesday common de Mittwoch
|
||||
welcome common de Willkommen
|
||||
western sahara common de WEST SAHARA
|
||||
which groups common de Welche Gruppen
|
||||
width htmlarea-TableOperations de Breite
|
||||
wk jscalendar de KW
|
||||
work email common de geschäftliche Email
|
||||
written by common de Geschrieben von
|
||||
written by: common de Geschrieben von:
|
||||
year common de Jahr
|
||||
yemen common de YEMEN
|
||||
yes common de Ja
|
||||
you are in text mode. use the [<>] button to switch back to wysiwig. htmlarea de Sie befinden sich im Text Modus. Benutzen Sie den [<>] Button um zum WYSIWYG Modus zu wechsweln.
|
||||
you are required to change your password during your first login common de Sie müssen Ihr Passwort bei der ersten Anmeldung ändern
|
||||
you are running a newer version of phpgroupware than your database is setup for common de Die Datenbank ist nicht auf dem Stand Ihrer phpGrouWare Version.
|
||||
you have been successfully logged out login de Abmelden erfolgreich
|
||||
you have not entered a title common de Sie haben keinen Titel eingegeben
|
||||
you have not entered a valid date common de Sie haben kein gültiges Datum eingegeben
|
||||
you have not entered a valid time of day common de Sie haben keine gültige Uhrzeit eingegeben
|
||||
you have not entered participants common de Sie haben keine Teilnehmer eingegeben
|
||||
you have selected an invalid date common de Sie haben ein ungültiges Datum gewählt !
|
||||
you have selected an invalid main category common de Sie haben eine ungültige Hauptkategorie gewählt !
|
||||
you have successfully logged out common de Sie haben sich erfolgreich abgemeldet
|
||||
you need to add the webserver user '%1' to the group '%2'. common de Sie müssen den Webserver-User '%1' zur Grupper '%2' hinzufügen.
|
||||
your message could <b>not</b> be sent!<br> common de Ihre Nachricht konnte <b>nicht</b> gesendet werden!<br>
|
||||
your message has been sent common de Ihre Nachricht wurde versandt
|
||||
your search returned %1 matchs common de Ihre Suche ergab %1 Treffer
|
||||
your search returned 1 match common de Ihre Suche ergab einen Treffer
|
||||
your session could not be verified. login de Ihre Sitzung konnte nicht verifiziert werden.
|
||||
your settings have been updated common de Ihre Einstellungen wurden aktualisiert
|
||||
yugoslavia common de JUGOSLAVIEN
|
||||
zambia common de ZAMBIA
|
||||
zimbabwe common de ZIMBABWE
|
File diff suppressed because it is too large
Load Diff
@ -13,6 +13,12 @@
|
||||
3 number of chars for day-shortcut jscalendar en 3 number of chars for day-shortcut
|
||||
3 number of chars for month-shortcut jscalendar en 3 number of chars for month-shortcut
|
||||
80 (http) admin en 80 (http)
|
||||
\n tidying up the html source, please wait... htmlarea-HtmlTidy en \n Tidying up the HTML source, please wait...
|
||||
_delete row htmlarea-ContextMenu en _Delete Row
|
||||
_image properties... htmlarea-ContextMenu en _Image Properties...
|
||||
_modify link... htmlarea-ContextMenu en _Modify Link...
|
||||
_remove link... htmlarea-ContextMenu en _Remove Link...
|
||||
_table properties... htmlarea-ContextMenu en _Table Properties...
|
||||
about common en About
|
||||
about %1 common en About %1
|
||||
about the calendar jscalendar en About the calendar
|
||||
@ -36,9 +42,12 @@ administration common en Administration
|
||||
afghanistan common en AFGHANISTAN
|
||||
albania common en ALBANIA
|
||||
algeria common en ALGERIA
|
||||
align htmlarea-TableOperations en Align
|
||||
all common en All
|
||||
all fields common en all fields
|
||||
all four sides htmlarea-TableOperations en All four sides
|
||||
alphabet common en a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
|
||||
alternate style-sheet: common en Alternate style-sheet:
|
||||
american samoa common en AMERICAN SAMOA
|
||||
andorra common en ANDORRA
|
||||
angola common en ANGOLA
|
||||
@ -62,12 +71,15 @@ autosave default category common en Autosave Default Category
|
||||
azerbaijan common en AZERBAIJAN
|
||||
back common en Back
|
||||
back to user login common en Back to user login
|
||||
background htmlarea-TableOperations en Background
|
||||
background color htmlarea en Background Color
|
||||
background color: common en Background color:
|
||||
bad login or password common en Bad login or password
|
||||
bahamas common en BAHAMAS
|
||||
bahrain common en BAHRAIN
|
||||
bangladesh common en BANGLADESH
|
||||
barbados common en BARBADOS
|
||||
baseline htmlarea-TableOperations en Baseline
|
||||
bcc common en Bcc
|
||||
belarus common en BELARUS
|
||||
belgium common en BELGIUM
|
||||
@ -78,8 +90,11 @@ bhutan common en BHUTAN
|
||||
blocked, too many attempts common en Blocked, too many attempts
|
||||
bold htmlarea en Bold
|
||||
bolivia common en BOLIVIA
|
||||
border htmlarea-TableOperations en Border
|
||||
borders htmlarea-TableOperations en Borders
|
||||
bosnia and herzegovina common en BOSNIA AND HERZEGOVINA
|
||||
botswana common en BOTSWANA
|
||||
bottom htmlarea-TableOperations en Bottom
|
||||
bouvet island common en BOUVET ISLAND
|
||||
brazil common en BRAZIL
|
||||
british indian ocean territory common en BRITISH INDIAN OCEAN TERRITORY
|
||||
@ -88,12 +103,14 @@ bulgaria common en BULGARIA
|
||||
bulleted list htmlarea en Bulleted List
|
||||
burkina faso common en BURKINA FASO
|
||||
burundi common en BURUNDI
|
||||
c_ell properties... htmlarea-ContextMenu en C_ell Properties...
|
||||
calendar common en Calendar
|
||||
cambodia common en CAMBODIA
|
||||
cameroon common en CAMEROON
|
||||
canada common en CANADA
|
||||
cancel common en Cancel
|
||||
cape verde common en CAPE VERDE
|
||||
caption htmlarea-TableOperations en Caption
|
||||
categories common en Categories
|
||||
categories for common en categories for
|
||||
category common en Category
|
||||
@ -101,13 +118,18 @@ category %1 has been added ! common en Category %1 has been added !
|
||||
category %1 has been updated ! common en Category %1 has been updated !
|
||||
cayman islands common en CAYMAN ISLANDS
|
||||
cc common en Cc
|
||||
cell properties htmlarea-TableOperations en Cell Properties
|
||||
center htmlarea-TableOperations en Center
|
||||
central african republic common en CENTRAL AFRICAN REPUBLIC
|
||||
chad common en CHAD
|
||||
change common en Change
|
||||
char htmlarea-TableOperations en Char
|
||||
charset common en iso-8859-1
|
||||
chec_k link... htmlarea-ContextMenu en Chec_k Link...
|
||||
check installation common en Check installation
|
||||
chile common en CHILE
|
||||
china common en CHINA
|
||||
choose list style type (for ordered lists) htmlarea-ListType en Choose list style type (for ordered lists)
|
||||
choose the category common en Choose the category
|
||||
choose the parent category common en Choose the parent category
|
||||
christmas island common en CHRISTMAS ISLAND
|
||||
@ -118,7 +140,9 @@ click or mouse over to show menus common en Click or Mouse Over to show menus
|
||||
click or mouse over to show menus? common en Click or Mouse Over to show menus?
|
||||
close common en Close
|
||||
cocos (keeling) islands common en COCOS (KEELING) ISLANDS
|
||||
collapsed borders htmlarea-TableOperations en Collapsed borders
|
||||
colombia common en COLOMBIA
|
||||
color htmlarea-TableOperations en Color
|
||||
comoros common en COMOROS
|
||||
company common en Company
|
||||
congo common en CONGO
|
||||
@ -129,13 +153,16 @@ copy selection htmlarea en Copy selection
|
||||
costa rica common en COSTA RICA
|
||||
cote d ivoire common en COTE D IVOIRE
|
||||
create common en Create
|
||||
create a link htmlarea-ContextMenu en Create a link
|
||||
created by common en Created By
|
||||
croatia common en CROATIA
|
||||
cuba common en CUBA
|
||||
currency common en Currency
|
||||
current common en Current
|
||||
current style htmlarea en Current style
|
||||
current url is htmlarea-ContextMenu en Current URL is
|
||||
current users common en Current users
|
||||
cut htmlarea-ContextMenu en Cut
|
||||
cut selection htmlarea en Cut selection
|
||||
cyprus common en CYPRUS
|
||||
czech republic common en CZECH REPUBLIC
|
||||
@ -143,15 +170,23 @@ date common en Date
|
||||
date due common en Date Due
|
||||
date selection: jscalendar en Date selection:
|
||||
datetime port.<br>if using port 13, please set firewall rules appropriately before submitting this page.<br>(port: 13 / host: 129.6.15.28) admin en Datetime port.<br>If using port 13, please set firewall rules appropriately before submitting this page.<br>(Port: 13 / Host: 129.6.15.28)
|
||||
de_lete column htmlarea-ContextMenu en De_lete Column
|
||||
december common en December
|
||||
decimal numbers htmlarea-ListType en Decimal numbers
|
||||
decrease indent htmlarea en Decrease Indent
|
||||
default category common en Default Category
|
||||
delete common en Delete
|
||||
delete cell htmlarea-TableOperations en Delete cell
|
||||
delete column htmlarea-TableOperations en Delete column
|
||||
delete row htmlarea-TableOperations en Delete row
|
||||
delete the current column htmlarea-ContextMenu en Delete the current column
|
||||
delete the current row htmlarea-ContextMenu en Delete the current row
|
||||
denmark common en DENMARK
|
||||
description common en Description
|
||||
detail common en Detail
|
||||
details common en Details
|
||||
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common en Diable the execution a bugfixscript for Internet Explorer 5.5 and higher to show transparency in PNG-images?
|
||||
dictionary htmlarea-SpellChecker en Dictionary
|
||||
disable internet explorer png-image-bugfix common en Disable Internet Explorer png-image-bugfix
|
||||
disable slider effects common en Disable slider effects
|
||||
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common en Disable the animated slider effects when showing or hiding menus in the page? Opera and Konqueror users will probably must want this.
|
||||
@ -159,6 +194,9 @@ disabled common en Disabled
|
||||
display %s first jscalendar en Display %s first
|
||||
djibouti common en DJIBOUTI
|
||||
do you also want to delete all subcategories ? common en Do you also want to delete all subcategories ?
|
||||
doctype: common en DOCTYPE:
|
||||
document properties common en Document properties
|
||||
document title: common en Document title:
|
||||
domain common en Domain
|
||||
domain name for mail-address, eg. "%1" common en domain name for mail-address, eg. "%1"
|
||||
domestic common en Domestic
|
||||
@ -177,6 +215,7 @@ egroupware api version %1 common en eGroupWare API version %1
|
||||
egroupware: login blocked for user '%1', ip %2 common en eGroupWare: login blocked for user '%1', IP %2
|
||||
egypt common en EGYPT
|
||||
el salvador common en EL SALVADOR
|
||||
element... htmlarea-ContextMenu en Element...
|
||||
email common en E-Mail
|
||||
email-address of the user, eg. "%1" common en email-address of the user, eg. "%1"
|
||||
enabled common en Enabled
|
||||
@ -199,18 +238,22 @@ falkland islands (malvinas) common en FALKLAND ISLANDS (MALVINAS)
|
||||
faroe islands common en FAROE ISLANDS
|
||||
fax number common en fax number
|
||||
february common en February
|
||||
fg color htmlarea-TableOperations en FG Color
|
||||
fields common en Fields
|
||||
fiji common en FIJI
|
||||
files common en Files
|
||||
filter common en Filter
|
||||
finished list of mispelled words htmlarea-SpellChecker en Finished list of mispelled words
|
||||
finland common en FINLAND
|
||||
first name common en First name
|
||||
first name of the user, eg. "%1" common en first name of the user, eg. "%1"
|
||||
first page common en First page
|
||||
firstname common en Firstname
|
||||
fixme! common en FIXME!
|
||||
float htmlarea-TableOperations en Float
|
||||
font color htmlarea en Font Color
|
||||
force selectbox common en Force SelectBox
|
||||
frames htmlarea-TableOperations en Frames
|
||||
france common en FRANCE
|
||||
french guiana common en FRENCH GUIANA
|
||||
french polynesia common en FRENCH POLYNESIA
|
||||
@ -250,6 +293,7 @@ guinea-bissau common en GUINEA-BISSAU
|
||||
guyana common en GUYANA
|
||||
haiti common en HAITI
|
||||
heard island and mcdonald islands common en HEARD ISLAND AND MCDONALD ISLANDS
|
||||
height htmlarea-TableOperations en Height
|
||||
help common en Help
|
||||
help using editor htmlarea en Help using editor
|
||||
high common en High
|
||||
@ -260,14 +304,39 @@ home email common en home email
|
||||
honduras common en HONDURAS
|
||||
hong kong common en HONG KONG
|
||||
horizontal rule htmlarea en Horizontal Rule
|
||||
how did you get here? (please report!) htmlarea-ContextMenu en How did you get here? (Please report!)
|
||||
how many columns would you like to merge? htmlarea-TableOperations en How many columns would you like to merge?
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. common en How many icons should be shown in the navbar (top of the page). Additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar.
|
||||
how many rows would you like to merge? htmlarea-TableOperations en How many rows would you like to merge?
|
||||
html tidy htmlarea-HtmlTidy en HTML Tidy
|
||||
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations en HTMLArea cowardly refuses to delete the last cell in row.
|
||||
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations en HTMLArea cowardly refuses to delete the last column in table.
|
||||
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations en HTMLArea cowardly refuses to delete the last row in table.
|
||||
hungary common en HUNGARY
|
||||
i will open it in a new page. htmlarea-SpellChecker en I will open it in a new page.
|
||||
i_nsert row before htmlarea-ContextMenu en I_nsert Row Before
|
||||
iceland common en ICELAND
|
||||
ignore htmlarea-SpellChecker en Ignore
|
||||
ignore all htmlarea-SpellChecker en Ignore all
|
||||
image url htmlarea-TableOperations en Image URL
|
||||
in_sert row after htmlarea-ContextMenu en In_sert Row After
|
||||
increase indent htmlarea en Increase Indent
|
||||
india common en INDIA
|
||||
indonesia common en INDONESIA
|
||||
insert _column before htmlarea-ContextMenu en Insert _Column Before
|
||||
insert a new column after the current one htmlarea-ContextMenu en Insert a new column after the current one
|
||||
insert a new column before the current one htmlarea-ContextMenu en Insert a new column before the current one
|
||||
insert a new row after the current one htmlarea-ContextMenu en Insert a new row after the current one
|
||||
insert a new row before the current one htmlarea-ContextMenu en Insert a new row before the current one
|
||||
insert all %1 addresses of the %2 contacts in %3 common en Insert all %1 addresses of the %2 contacts in %3
|
||||
insert c_olumn after htmlarea-ContextMenu en Insert C_olumn After
|
||||
insert cell after htmlarea-TableOperations en Insert cell after
|
||||
insert cell before htmlarea-TableOperations en Insert cell before
|
||||
insert column after htmlarea-TableOperations en Insert column after
|
||||
insert column before htmlarea-TableOperations en Insert column before
|
||||
insert image htmlarea en Insert Image
|
||||
insert row after htmlarea-TableOperations en Insert row after
|
||||
insert row before htmlarea-TableOperations en Insert row before
|
||||
insert table htmlarea en Insert Table
|
||||
insert web link htmlarea en Insert Web Link
|
||||
international common en International
|
||||
@ -288,10 +357,11 @@ jordan common en JORDAN
|
||||
july common en July
|
||||
jun common en Jun
|
||||
june common en June
|
||||
justify center htmlarea en Justify Center
|
||||
justify full htmlarea en Justify Full
|
||||
justify left htmlarea en Justify Left
|
||||
justify right htmlarea en Justify Right
|
||||
justify htmlarea-TableOperations en Justify
|
||||
justify center common en Justify Center
|
||||
justify full common en Justify Full
|
||||
justify left common en Justify Left
|
||||
justify right common en Justify Right
|
||||
kazakstan common en KAZAKSTAN
|
||||
kenya common en KENYA
|
||||
keywords common en Keywords
|
||||
@ -307,12 +377,15 @@ last name of the user, eg. "%1" common en last name of the user, eg. "%1"
|
||||
last page common en Last page
|
||||
lastname common en Lastname
|
||||
latvia common en LATVIA
|
||||
layout htmlarea-TableOperations en Layout
|
||||
lebanon common en LEBANON
|
||||
left htmlarea-TableOperations en Left
|
||||
lesotho common en LESOTHO
|
||||
liberia common en LIBERIA
|
||||
libyan arab jamahiriya common en LIBYAN ARAB JAMAHIRIYA
|
||||
license common en License
|
||||
liechtenstein common en LIECHTENSTEIN
|
||||
link points to: htmlarea-ContextMenu en Link points to:
|
||||
list common en List
|
||||
list members common en List members
|
||||
lithuania common en LITHUANIA
|
||||
@ -321,6 +394,9 @@ login common en Login
|
||||
loginid common en LoginID
|
||||
logout common en Logout
|
||||
low common en Low
|
||||
lower greek letters htmlarea-ListType en Lower greek letters
|
||||
lower latin letters htmlarea-ListType en Lower latin letters
|
||||
lower roman numbers htmlarea-ListType en Lower roman numbers
|
||||
lowest common en Lowest
|
||||
luxembourg common en LUXEMBOURG
|
||||
macau common en MACAU
|
||||
@ -330,12 +406,14 @@ mail domain, eg. "%1" common en mail domain, eg. "%1"
|
||||
main category common en Main category
|
||||
main screen common en Main screen
|
||||
maintainer common en Maintainer
|
||||
make lin_k... htmlarea-ContextMenu en Make lin_k...
|
||||
malawi common en MALAWI
|
||||
malaysia common en MALAYSIA
|
||||
maldives common en MALDIVES
|
||||
mali common en MALI
|
||||
malta common en MALTA
|
||||
march common en March
|
||||
margin htmlarea-TableOperations en Margin
|
||||
marshall islands common en MARSHALL ISLANDS
|
||||
martinique common en MARTINIQUE
|
||||
mauritania common en MAURITANIA
|
||||
@ -345,9 +423,12 @@ may common en May
|
||||
mayotte common en MAYOTTE
|
||||
medium common en Medium
|
||||
menu common en Menu
|
||||
merge cells htmlarea-TableOperations en Merge cells
|
||||
message common en Message
|
||||
mexico common en MEXICO
|
||||
micronesia, federated states of common en MICRONESIA, FEDERATED STATES OF
|
||||
middle htmlarea-TableOperations en Middle
|
||||
modify url htmlarea-ContextMenu en Modify URL
|
||||
moldova, republic of common en MOLDOVA, REPUBLIC OF
|
||||
monaco common en MONACO
|
||||
monday common en Monday
|
||||
@ -380,6 +461,9 @@ niue common en NIUE
|
||||
no common en No
|
||||
no entries found, try again ... common en no entries found, try again ...
|
||||
no history for this record common en No history for this record
|
||||
no mispelled words found with the selected dictionary. htmlarea-SpellChecker en No mispelled words found with the selected dictionary.
|
||||
no rules htmlarea-TableOperations en No rules
|
||||
no sides htmlarea-TableOperations en No sides
|
||||
no subject common en No Subject
|
||||
none common en None
|
||||
norfolk island common en NORFOLK ISLAND
|
||||
@ -401,11 +485,14 @@ only private common en only private
|
||||
only yours common en only yours
|
||||
open notify window common en Open notify window
|
||||
open popup window common en Open popup window
|
||||
opens this link in a new window htmlarea-ContextMenu en Opens this link in a new window
|
||||
ordered list htmlarea en Ordered List
|
||||
original common en Original
|
||||
original word htmlarea-SpellChecker en Original word
|
||||
other common en Other
|
||||
overview common en Overview
|
||||
owner common en Owner
|
||||
padding htmlarea-TableOperations en Padding
|
||||
page common en Page
|
||||
page was generated in %1 seconds common en Page was generated in %1 seconds
|
||||
pakistan common en PAKISTAN
|
||||
@ -419,25 +506,35 @@ parent category common en Parent Category
|
||||
password common en Password
|
||||
password could not be changed common en Password could not be changed
|
||||
password has been updated common en Password has been updated
|
||||
paste htmlarea-ContextMenu en Paste
|
||||
paste from clipboard htmlarea en Paste from clipboard
|
||||
path htmlarea en Path
|
||||
path to user and group files has to be outside of the webservers document-root!!! common en Path to user and group files HAS TO BE OUTSIDE of the webservers document-root!!!
|
||||
pattern for search in addressbook common en Pattern for Search in Addressbook
|
||||
pattern for search in calendar common en Pattern for Search in Calendar
|
||||
pattern for search in projects common en Pattern for Search in Projects
|
||||
percent htmlarea-TableOperations en percent
|
||||
permissions to the files/users directory common en permissions to the files/users directory
|
||||
personal common en Personal
|
||||
peru common en PERU
|
||||
philippines common en PHILIPPINES
|
||||
phone number common en phone number
|
||||
pitcairn common en PITCAIRN
|
||||
pixels htmlarea-TableOperations en pixels
|
||||
please %1 by hand common en Please %1 by hand
|
||||
please click into some cell htmlarea-TableOperations en Please click into some cell
|
||||
please confirm that you want to open this link htmlarea-SpellChecker en Please confirm that you want to open this link
|
||||
please confirm that you want to remove this element: htmlarea-ContextMenu en Please confirm that you want to remove this element:
|
||||
please confirm that you want to unlink this element. htmlarea-ContextMenu en Please confirm that you want to unlink this element.
|
||||
please enter a name common en Please enter a name !
|
||||
please run setup to become current common en Please run setup to become current
|
||||
please select common en Please Select
|
||||
please set your global preferences common en Please set your global preferences !
|
||||
please set your preferences for this application common en Please set your preferences for this application !
|
||||
please wait. calling spell checker. htmlarea-SpellChecker en Please wait. Calling spell checker.
|
||||
please wait... common en Please Wait...
|
||||
please wait: changing dictionary to htmlarea-SpellChecker en Please wait: changing dictionary to
|
||||
pliz weit ;-) htmlarea-SpellChecker en pliz weit ;-)
|
||||
poland common en POLAND
|
||||
portugal common en PORTUGAL
|
||||
postal common en Postal
|
||||
@ -447,6 +544,7 @@ preferences for the idots template set common en Preferences for the idots templ
|
||||
prev. month (hold for menu) jscalendar en Prev. month (hold for menu)
|
||||
prev. year (hold for menu) jscalendar en Prev. year (hold for menu)
|
||||
previous page common en Previous page
|
||||
primary style-sheet: common en Primary style-sheet:
|
||||
print common en Print
|
||||
priority common en Priority
|
||||
private common en Private
|
||||
@ -454,17 +552,31 @@ project common en Project
|
||||
public common en public
|
||||
puerto rico common en PUERTO RICO
|
||||
qatar common en QATAR
|
||||
re-check htmlarea-SpellChecker en Re-check
|
||||
read common en Read
|
||||
read this list of methods. common en Read this list of methods.
|
||||
redoes your last action htmlarea en Redoes your last action
|
||||
reject common en Reject
|
||||
remove selected accounts common en remove selected accounts
|
||||
remove the htmlarea-ContextMenu en Remove the
|
||||
remove this node from the document htmlarea-ContextMenu en Remove this node from the document
|
||||
rename common en Rename
|
||||
replace htmlarea-SpellChecker en Replace
|
||||
replace all htmlarea-SpellChecker en Replace all
|
||||
replace with htmlarea-SpellChecker en Replace with
|
||||
returns a full list of accounts on the system. warning: this is return can be quite large common en Returns a full list of accounts on the system. Warning: This is return can be quite large
|
||||
returns an array of todo items common en Returns an array of todo items
|
||||
returns struct of users application access common en Returns struct of users application access
|
||||
reunion common en REUNION
|
||||
revert htmlarea-SpellChecker en Revert
|
||||
right htmlarea-TableOperations en Right
|
||||
ro_w properties... htmlarea-ContextMenu en Ro_w Properties...
|
||||
romania common en ROMANIA
|
||||
row properties htmlarea-TableOperations en Row Properties
|
||||
rules htmlarea-TableOperations en Rules
|
||||
rules will appear between all rows and columns htmlarea-TableOperations en Rules will appear between all rows and columns
|
||||
rules will appear between columns only htmlarea-TableOperations en Rules will appear between columns only
|
||||
rules will appear between rows only htmlarea-TableOperations en Rules will appear between rows only
|
||||
russian federation common en RUSSIAN FEDERATION
|
||||
rwanda common en RWANDA
|
||||
saint helena common en SAINT HELENA
|
||||
@ -506,6 +618,10 @@ show all categorys common en Show all categorys
|
||||
show menu common en show menu
|
||||
show page generation time common en Show page generation time
|
||||
show page generation time on the bottom of the page? common en Show page generation time on the bottom of the page?
|
||||
show the image properties dialog htmlarea-ContextMenu en Show the image properties dialog
|
||||
show the table cell properties dialog htmlarea-ContextMenu en Show the Table Cell Properties dialog
|
||||
show the table properties dialog htmlarea-ContextMenu en Show the Table Properties dialog
|
||||
show the table row properties dialog htmlarea-ContextMenu en Show the Table Row Properties dialog
|
||||
show_more_apps common en show_more_apps
|
||||
showing %1 common en showing %1
|
||||
showing %1 - %2 of %3 common en showing %1 - %2 of %3
|
||||
@ -518,18 +634,28 @@ somalia common en SOMALIA
|
||||
sorry, your login has expired login en Sorry, your login has expired
|
||||
south africa common en SOUTH AFRICA
|
||||
south georgia and the south sandwich islands common en SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
|
||||
spacing htmlarea-TableOperations en Spacing
|
||||
spacing and padding htmlarea-TableOperations en Spacing and padding
|
||||
spain common en SPAIN
|
||||
spell check complete, didn't find any mispelled words. closing now... htmlarea-SpellChecker en Spell check complete, didn't find any mispelled words. Closing now...
|
||||
spell-check htmlarea-SpellChecker en Spell-check
|
||||
split cell htmlarea-TableOperations en Split cell
|
||||
split column htmlarea-TableOperations en Split column
|
||||
split row htmlarea-TableOperations en Split row
|
||||
sri lanka common en SRI LANKA
|
||||
start date common en Start date
|
||||
start time common en Start time
|
||||
start with common en start with
|
||||
status common en Status
|
||||
strikethrough htmlarea en Strikethrough
|
||||
style [css] htmlarea-TableOperations en Style [CSS]
|
||||
subject common en Subject
|
||||
submit common en Submit
|
||||
subscript htmlarea en Subscript
|
||||
substitutions and their meanings: common en Substitutions and their meanings:
|
||||
sudan common en SUDAN
|
||||
suggestions htmlarea-SpellChecker en Suggestions
|
||||
summary htmlarea-TableOperations en Summary
|
||||
sunday common en Sunday
|
||||
superscript htmlarea en Superscript
|
||||
suriname common en SURINAME
|
||||
@ -538,17 +664,27 @@ swaziland common en SWAZILAND
|
||||
sweden common en SWEDEN
|
||||
switzerland common en SWITZERLAND
|
||||
syrian arab republic common en SYRIAN ARAB REPUBLIC
|
||||
table properties htmlarea-TableOperations en Table properties
|
||||
taiwan common en TAIWAN/TAIPEI
|
||||
tajikistan common en TAJIKISTAN
|
||||
tanzania, united republic of common en TANZANIA, UNITED REPUBLIC OF
|
||||
text align htmlarea-TableOperations en Text align
|
||||
text color: common en Text color:
|
||||
thailand common en THAILAND
|
||||
the api is current common en The API is current
|
||||
the api requires an upgrade common en The API requires an upgrade
|
||||
the bottom side only htmlarea-TableOperations en The bottom side only
|
||||
the following applications require upgrades common en The following applications require upgrades
|
||||
the left-hand side only htmlarea-TableOperations en The left-hand side only
|
||||
the mail server returned common en The mail server returned
|
||||
the right and left sides only htmlarea-TableOperations en The right and left sides only
|
||||
the right-hand side only htmlarea-TableOperations en The right-hand side only
|
||||
the top and bottom sides only htmlarea-TableOperations en The top and bottom sides only
|
||||
the top side only htmlarea-TableOperations en The top side only
|
||||
this application is current common en This application is current
|
||||
this application requires an upgrade common en This application requires an upgrade
|
||||
this name has been used already common en This name has been used already !
|
||||
this will drop changes and quit spell checker. please confirm. htmlarea-SpellChecker en This will drop changes and quit spell checker. Please confirm.
|
||||
thursday common en Thursday
|
||||
time common en Time
|
||||
time selection: jscalendar en Time selection:
|
||||
@ -566,6 +702,7 @@ togo common en TOGO
|
||||
tokelau common en TOKELAU
|
||||
tonga common en TONGA
|
||||
too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common en Too many unsucessful attempts to login: %1 for the user '%2', %3 for the IP %4
|
||||
top htmlarea-TableOperations en Top
|
||||
total common en Total
|
||||
trinidad and tobago common en TRINIDAD AND TOBAGO
|
||||
tuesday common en Tuesday
|
||||
@ -583,7 +720,12 @@ united kingdom common en UNITED KINGDOM
|
||||
united states common en UNITED STATES
|
||||
united states minor outlying islands common en UNITED STATES MINOR OUTLYING ISLANDS
|
||||
unknown common en Unknown
|
||||
unlink the current element htmlarea-ContextMenu en Unlink the current element
|
||||
unset color htmlarea-TableOperations en Unset color
|
||||
update common en Update
|
||||
upload image htmlarea-UploadImage en Upload Image
|
||||
upper latin letters htmlarea-ListType en Upper latin letters
|
||||
upper roman numbers htmlarea-ListType en Upper roman numbers
|
||||
url common en URL
|
||||
uruguay common en URUGUAY
|
||||
use button to search for common en use Button to search for
|
||||
@ -600,6 +742,7 @@ uzbekistan common en UZBEKISTAN
|
||||
vanuatu common en VANUATU
|
||||
venezuela common en VENEZUELA
|
||||
version common en Version
|
||||
vertical align htmlarea-TableOperations en Vertical align
|
||||
viet nam common en VIET NAM
|
||||
view common en View
|
||||
virgin islands, british common en VIRGIN ISLANDS, BRITISH
|
||||
@ -609,6 +752,7 @@ wednesday common en Wednesday
|
||||
welcome common en Welcome
|
||||
western sahara common en WESTERN SAHARA
|
||||
which groups common en Which groups
|
||||
width htmlarea-TableOperations en Width
|
||||
wk jscalendar en wk
|
||||
work email common en work email
|
||||
written by: common en Written by:
|
||||
|
728
phpgwapi/setup/phpgw_fi.lang
Normal file
728
phpgwapi/setup/phpgw_fi.lang
Normal file
@ -0,0 +1,728 @@
|
||||
%1 email addresses inserted common fi %1 sähköpostiosoitetta lisätty
|
||||
%1 is not executable by the webserver !!! common fi %1 ei ole www-palvelimen suoritettavissa !!!
|
||||
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common fi %1eGroupWare%2 on %3PHP%4-kielellä kirjoitettu monen käyttäjän työryhmäohjelmisto.
|
||||
(shift-)click or drag to change value jscalendar fi (Shift-)Napsauta tai vedä muuttaaksesi arvoa
|
||||
- click on any of the time parts to increase it jscalendar fi - Napsauta mitä tahansa ajan osaa muuttaaksesi sitä suuremmaksi
|
||||
- hold mouse button on any of the above buttons for faster selection. jscalendar fi - Pidä hiiren painiketta painettuna allaolevissa painikkeissa, niin voit valita nopeammin.
|
||||
- or click and drag for faster selection. jscalendar fi - tai vedä ja pudota.
|
||||
- or shift-click to decrease it jscalendar fi - tai Shift-napsauta muuttaaksesi sitä suuremmaksi
|
||||
- use the %1, %2 buttons to select month jscalendar fi - Käytä %1, %2 -painikkeita valitaksesi kuukauden
|
||||
- use the %1, %2 buttons to select year jscalendar fi - Käytä %1, %2 -painikkeita valitaksesi vuoden
|
||||
00 (disable) admin fi 00 (ei käytössä)
|
||||
13 (ntp) admin fi 13 (ntp)
|
||||
3 number of chars for day-shortcut jscalendar fi päivän lyhenne (3 merkkiä)
|
||||
|
||||
3 number of chars for month-shortcut jscalendar fi kuukauden lyhenne (3 merkkiä)
|
||||
|
||||
80 (http) admin fi 80 (http)
|
||||
about common fi Tietoja
|
||||
about %1 common fi Tietoja sovelluksesta %1
|
||||
about the calendar jscalendar fi Tietoja kalenterista
|
||||
about this editor htmlarea fi Tietoja editorista
|
||||
access common fi Käyttöoikeus
|
||||
access not permitted common fi Ei pääsyä
|
||||
|
||||
account has been created common fi Käyttäjätili on luotu
|
||||
account has been deleted common fi Käyttäjätili on poistettu
|
||||
account has been updated common fi Käyttäjätili on päivitetty
|
||||
account is expired common fi Käyttäjätili on vanhentunut
|
||||
acl common fi ACL
|
||||
action common fi Toimenpide
|
||||
active common fi Aktiivinen
|
||||
add common fi Lisää
|
||||
|
||||
add %1 category for common fi Lisää %1 luokkaa kohteelle
|
||||
add category common fi Lisää luokka
|
||||
add sub common fi Lisää aliluokka
|
||||
addressbook common fi Osoitekirja
|
||||
admin common fi Ylläpito
|
||||
administration common fi Ylläpito
|
||||
afghanistan common fi AFGANISTAN
|
||||
albania common fi ALBANIA
|
||||
algeria common fi ALGERIA
|
||||
align htmlarea-TableOperations fi Kohdistus
|
||||
all common fi Kaikki
|
||||
all four sides htmlarea-TableOperations fi Kaikki neljä sivua
|
||||
alphabet common fi a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,å,ä,ö
|
||||
|
||||
american samoa common fi AMERIKAN SAMOA
|
||||
andorra common fi ANDORRA
|
||||
angola common fi ANGOLA
|
||||
anguilla common fi ANGUILLA
|
||||
antarctica common fi ETELÄNAPAMANNER
|
||||
antigua and barbuda common fi ANTIGUA JA BARBUDA
|
||||
apply common fi Ota käyttöön
|
||||
|
||||
april common fi Huhtikuu
|
||||
are you sure you want to delete these entries ? common fi Haluatko varmasti poistaa nämä tietueet?
|
||||
are you sure you want to delete this entry ? common fi Haluatko varmasti poistaa tämän tietueen?
|
||||
argentina common fi ARGENTIINA
|
||||
armenia common fi ARMENIA
|
||||
aruba common fi ARUBA
|
||||
august common fi Elokuu
|
||||
australia common fi AUSTRALIA
|
||||
austria common fi ITÄVALTA
|
||||
author common fi Tekijä
|
||||
|
||||
autohide sidebox menus common fi Piilota sivupalkin valikot automaattisesti
|
||||
automatically hide the sidebox menus? common fi Piilota sivupalkin valikot automaattisesti?
|
||||
autosave default category common fi Tallenna oletusluokka automaattisesti
|
||||
azerbaijan common fi AZERBAIJAN
|
||||
back common fi Takaisin
|
||||
back to user login common fi Kirjaudu sisään
|
||||
background htmlarea-TableOperations fi Tausta
|
||||
background color htmlarea fi Taustaväri
|
||||
bad login or password common fi Tunnus tai salasana ei kelpaa
|
||||
bahamas common fi BAHAMA
|
||||
bahrain common fi BAHRAIN
|
||||
bangladesh common fi BANGLADESH
|
||||
barbados common fi BARBADOS
|
||||
baseline htmlarea-TableOperations fi Takaraja
|
||||
bcc common fi Piilokopio
|
||||
belarus common fi VALKOVENÄJÄ
|
||||
|
||||
belgium common fi BELGIA
|
||||
belize common fi BELIZE
|
||||
benin common fi BENIN
|
||||
bermuda common fi BERMUDA
|
||||
bhutan common fi BHUTAN
|
||||
blocked, too many attempts common fi Pääsy estetty, liian monta yritystä
|
||||
|
||||
bold htmlarea fi Lihavoitu
|
||||
bolivia common fi BOLIVIA
|
||||
border htmlarea-TableOperations fi Reuna
|
||||
borders htmlarea-TableOperations fi Reunat
|
||||
bosnia and herzegovina common fi BOSNIA AND HERZEGOVINA
|
||||
botswana common fi BOTSWANA
|
||||
bottom htmlarea-TableOperations fi Alle
|
||||
bouvet island common fi BOUVETSAARET
|
||||
brazil common fi BRASILIA
|
||||
british indian ocean territory common fi BRITTILÄISEN INTIAN VALTAMEREN ALUE
|
||||
brunei darussalam common fi BRUNEI DARUSSALAM
|
||||
bulgaria common fi BULGARIA
|
||||
bulleted list htmlarea fi Luettelo
|
||||
burkina faso common fi BURKINA FASO
|
||||
burundi common fi BURUNDI
|
||||
calendar common fi Kalenteri
|
||||
cambodia common fi KAMPUTSEA
|
||||
cameroon common fi KAMERUN
|
||||
canada common fi KANADA
|
||||
cancel common fi Peruuta
|
||||
cape verde common fi CAP VERDE
|
||||
caption htmlarea-TableOperations fi Otsikko
|
||||
categories common fi Luokat
|
||||
categories for common fi luokat kohteelle
|
||||
category common fi Luokka
|
||||
category %1 has been added ! common fi Luokka %1 on lisätty!
|
||||
category %1 has been updated ! common fi Luokka %1 on päivitetty!
|
||||
cayman islands common fi CAYMANSAARET
|
||||
cc common fi Kopio
|
||||
cell properties htmlarea-TableOperations fi Solun asetukset
|
||||
center htmlarea-TableOperations fi Keskelle
|
||||
central african republic common fi KESKI-AFRIKAN TASAVALTA
|
||||
chad common fi TSAD
|
||||
change common fi Muuta
|
||||
char htmlarea-TableOperations fi Merkki
|
||||
charset common fi iso-8859-15
|
||||
check installation common fi Tarkista asennus
|
||||
chile common fi CHILE
|
||||
china common fi KIINA
|
||||
choose the category common fi Valitse luokka
|
||||
choose the parent category common fi Valitse yläluokka
|
||||
christmas island common fi JOULUSAARI
|
||||
clear common fi Tyhjennä
|
||||
|
||||
clear form common fi Tyhjennä lomake
|
||||
click common fi Napsauta
|
||||
click or mouse over to show menus common fi Napsauta tai näytä valikot kun osoitetaan hiirellä
|
||||
|
||||
click or mouse over to show menus? common fi Napsauta tai näytä valikot kun osoitetaan hiirellä?
|
||||
|
||||
close common fi Sulje
|
||||
cocos (keeling) islands common fi KOOKOSSAARET (KEELING)
|
||||
collapsed borders htmlarea-TableOperations fi Luhistetut reunat
|
||||
colombia common fi KOLUMBIA
|
||||
color htmlarea-TableOperations fi Väri
|
||||
comoros common fi KOMORIT
|
||||
company common fi Yhtiö
|
||||
|
||||
congo common fi KONGO
|
||||
congo, the democratic republic of the common fi KONGON DEMOKRAATTINEN KANSANTASAVALTA
|
||||
cook islands common fi COOKSAARET
|
||||
copy common fi Copy
|
||||
copy selection htmlarea fi Copy selection
|
||||
costa rica common fi COSTA RICA
|
||||
cote d ivoire common fi NORSUNLUURANNIKKO
|
||||
create common fi Luo
|
||||
created by common fi Tehnyt
|
||||
croatia common fi KROATIA
|
||||
cuba common fi KUUBA
|
||||
currency common fi Valuutta
|
||||
current common fi Nykyinen
|
||||
current style htmlarea fi Nykyinen tyyli
|
||||
current users common fi Nykyiset käyttäjät
|
||||
cut selection htmlarea fi Leikkaa valinta
|
||||
cyprus common fi KYPROS
|
||||
czech republic common fi TSEKIN TASAVALTA
|
||||
date common fi Päivämäärä
|
||||
date due common fi Takaraja
|
||||
date selection: jscalendar fi Päivämäärän valinta:
|
||||
datetime port.<br>if using port 13, please set firewall rules appropriately before submitting this page.<br>(port: 13 / host: 129.6.15.28) admin fi Datetime-portti.<br>Jos käytät porttia 13, määrittele palomuuriasetukset oikein ennen kuin lähetät tämän lomakkeen tiedot.<br>(Port: 13 / Host: 129.6.15.28)
|
||||
december common fi Joulukuu
|
||||
decrease indent htmlarea fi Kasvata sisennystä
|
||||
|
||||
default category common fi Oletusluokka
|
||||
delete common fi Poista
|
||||
delete cell htmlarea-TableOperations fi Poista solu
|
||||
delete column htmlarea-TableOperations fi Poista sarake
|
||||
delete row htmlarea-TableOperations fi Poista rivi
|
||||
denmark common fi TANSKA
|
||||
description common fi Kuvaus
|
||||
detail common fi Yksityiskohta
|
||||
details common fi Yksityiskohdat
|
||||
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common fi Ota Internet Explorer 5.5 ja uudempien png-bugin korjausskripti pois käytöstä?
|
||||
disable internet explorer png-image-bugfix common fi Ota Internet Explorerin png-bugin korjausskripti pois käytöstä
|
||||
disable slider effects common fi Ota liukuefektit pois käytöstä
|
||||
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common fi Ota valikoiden näyttämisen ja piilottamisen liukuefekti pois käytöstä? Operan ja Konquerorin käyttäjät haluavat tämän yleensä pois.
|
||||
disabled common fi Ei käytössä
|
||||
display %s first jscalendar fi Näytä %s ensimmäistä
|
||||
|
||||
djibouti common fi DJIBOUTI
|
||||
do you also want to delete all subcategories ? common fi Haluatko poistaa myös aliluokat?
|
||||
domain common fi Toimialue
|
||||
domain name for mail-address, eg. "%1" common fi sähköpostiosoitteen toimialue, esim. "%1"
|
||||
domestic common fi Kotimainen
|
||||
dominica common fi DOMINICA
|
||||
dominican republic common fi DOMINIKAANINEN TASAVALTA
|
||||
done common fi Valmis
|
||||
drag to move jscalendar fi Vedä siirtääksesi
|
||||
e-mail common fi Sähköposti
|
||||
east timor common fi ITÄTIMORI
|
||||
ecuador common fi ECUADOR
|
||||
edit common fi Muokkaa
|
||||
edit %1 category for common fi Muokkaa %1 luokkaa
|
||||
edit categories common fi Muokkaa luokkia
|
||||
edit category common fi Muokkaa luokkaa
|
||||
egroupware api version %1 common fi eGroupWare API versio %1
|
||||
egroupware: login blocked for user '%1', ip %2 common fi eGroupWare: Käyttäjän '%1' pääsy estetty, IP %2
|
||||
egypt common fi EGYPTI
|
||||
el salvador common fi EL SALVADOR
|
||||
email common fi Sähköposti
|
||||
email-address of the user, eg. "%1" common fi Käyttäjän sähköpostiosoite, esim. "%1"
|
||||
enabled common fi Käytössä
|
||||
end date common fi Loppumispäivä
|
||||
|
||||
end time common fi Loppumisaika
|
||||
enlarge editor htmlarea fi Suurenna editori
|
||||
enter the location of egroupware's url.<br>example: http://www.domain.com/egroupware or /egroupware<br><b>no trailing slash</b> admin fi Anna eGroupWaren URL.<br>Esimerkki: http://www.yritys.com/egroupware tai /egroupware<br>(<b>ei kauttaviivaa loppuun</b>)
|
||||
entry has been deleted sucessfully common fi Kohde poistettu
|
||||
entry updated sucessfully common fi Kohde päivitetty
|
||||
equatorial guinea common fi PÄIVÄNTASAAJAN GUINEA
|
||||
eritrea common fi ERITREA
|
||||
error common fi Virhe
|
||||
error creating %1 %2 directory common fi Virhe luotaessa hakemistoa %1 %2
|
||||
error deleting %1 %2 directory common fi Virhe poistettaessa hakemistoa %1 %2
|
||||
error renaming %1 %2 directory common fi Virhe nimettäessä hakemistoa uudelleen %1 %2
|
||||
estonia common fi VIRO
|
||||
ethiopia common fi ETIOPIA
|
||||
falkland islands (malvinas) common fi FALKLANDSAARET (MALVINAS)
|
||||
faroe islands common fi FÄRSAARET
|
||||
fax number common fi faksinumero
|
||||
february common fi Helmikuu
|
||||
fg color htmlarea-TableOperations fi FG Väri
|
||||
fields common fi Kentät
|
||||
|
||||
fiji common fi FIDJI
|
||||
files common fi Tiedostot
|
||||
filter common fi Suodin
|
||||
finland common fi SUOMI
|
||||
first name common fi Etunimi
|
||||
first name of the user, eg. "%1" common fi käyttäjän etunimi, esim. "%1"
|
||||
first page common fi Ensimmäinen sivu
|
||||
firstname common fi Etunimi
|
||||
fixme! common fi KORJAA MINUT!
|
||||
font color htmlarea fi Fontin väri
|
||||
force selectbox common fi Näytä valintaluettelo
|
||||
frames htmlarea-TableOperations fi Kehykset
|
||||
france common fi RANSKA
|
||||
french guiana common fi RANSKAN GUANA
|
||||
french polynesia common fi RANSKAN POLYNEESIA
|
||||
french southern territories common fi RANSKAN ETELÄISET SIIRTOMAAT
|
||||
friday common fi Perjantai
|
||||
ftp common fi FTP
|
||||
fullname common fi Koko nimi
|
||||
gabon common fi GABON
|
||||
gambia common fi GAMBIA
|
||||
general menu common fi Päävalikko
|
||||
georgia common fi GEORGIA
|
||||
germany common fi SAKSA
|
||||
ghana common fi GHANA
|
||||
gibraltar common fi GIBRALTAR
|
||||
global common fi Yleinen
|
||||
global public common fi Yleinen julkinen
|
||||
go today jscalendar fi Siirry tähän päivään
|
||||
grant access common fi Anna pääsy
|
||||
greece common fi KREIKKA
|
||||
greenland common fi GRÖNLANTI
|
||||
grenada common fi GRENADA
|
||||
group common fi Ryhmä
|
||||
|
||||
group access common fi Ryhmän oikeudet
|
||||
group has been added common fi Ryhmä on lisätty
|
||||
group has been deleted common fi Ryhmä on poistettu
|
||||
group has been updated common fi Ryhmä on päivitetty
|
||||
group name common fi ryhmän nimi
|
||||
group public common fi Ryhmän julkinen
|
||||
groups common fi Ryhmät
|
||||
|
||||
groups with permission for %1 common fi Ryhmät, joilla on oikeus %1
|
||||
groups without permission for %1 common fi Ryhmät, joilla ei ole oikeutta %1
|
||||
guadeloupe common fi GUADALUPE
|
||||
guam common fi GUAM
|
||||
guatemala common fi GUATEMALA
|
||||
guinea common fi GUINEA
|
||||
guinea-bissau common fi GUINEA-BISSAU
|
||||
guyana common fi GUYANA
|
||||
haiti common fi HAITI
|
||||
heard island and mcdonald islands common fi HEARDSAARET JA MCDONALDIN SAARET
|
||||
help common fi Ohje
|
||||
help using editor htmlarea fi Editorin ohje
|
||||
high common fi Korkea
|
||||
highest common fi Korkein
|
||||
holy see (vatican city state) common fi VATIKAANI
|
||||
home common fi Koti
|
||||
home email common fi kotisähköposti
|
||||
honduras common fi HONDURAS
|
||||
hong kong common fi HONG KONG
|
||||
horizontal rule htmlarea fi Vaakaviiva
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. common fi Kuinka monta kuvaketta näytetään navigaatiopalkissa. Loput kuvakkeet saa näkyviin oikeasta reunasta avautuvasta alasvetovalikosta.
|
||||
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations fi Ei voida poistaa viimeistä solua rivistä.
|
||||
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations fi Ei voida poistaa viimeistä saraketta taulusta.
|
||||
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations fi Ei voida poistaa viimeistä riviä taulusta.
|
||||
hungary common fi UNKARI
|
||||
iceland common fi ISLANTI
|
||||
image url htmlarea-TableOperations fi Kuvan osoite
|
||||
increase indent htmlarea fi Kasvata sisennystä
|
||||
|
||||
india common fi INTIA
|
||||
indonesia common fi INDONEESIA
|
||||
insert all %1 addresses of the %2 contacts in %3 common fi Lisää kaikki %1 osoitetta %2 yhteystiedosta kohteeseen %3
|
||||
insert cell after htmlarea-TableOperations fi Lisää solu perään
|
||||
insert cell before htmlarea-TableOperations fi Lisää solu ennen
|
||||
insert column after htmlarea-TableOperations fi Lisää sarake perään
|
||||
insert column before htmlarea-TableOperations fi Lisää sarake ennen
|
||||
insert image htmlarea fi Lisää kuva
|
||||
insert row after htmlarea-TableOperations fi Lisää rivi alapuolelle
|
||||
insert row before htmlarea-TableOperations fi Lisää rivi yläpuolelle
|
||||
insert table htmlarea fi Lisää taulukko
|
||||
insert web link htmlarea fi Lisää verkkolinkki
|
||||
international common fi Kansainvälinen
|
||||
invalid ip address common fi Virheellinen IP-osoite
|
||||
invalid password common fi Virheellinen salasana
|
||||
iran, islamic republic of common fi IRANIN ISLAMILAINEN TASAVALTA
|
||||
iraq common fi IRAK
|
||||
ireland common fi IRLANTI
|
||||
israel common fi ISRAEL
|
||||
it has been more then %1 days since you changed your password common fi Olet vaihtanut salasanasi viimeksi %1 päivää sitten
|
||||
it is recommended that you run setup to upgrade your tables to the current version common fi On suositeltavaa päivittää tietokannan taulut nykyiseen versioon.
|
||||
italic common fi Kursiivi
|
||||
italy common fi ITALIA
|
||||
jamaica common fi JAMAIKA
|
||||
january common fi Tammikuu
|
||||
japan common fi JAPANI
|
||||
jordan common fi JORDANIA
|
||||
july common fi Heinäkuu
|
||||
jun common fi Kes
|
||||
june common fi Kesäkuu
|
||||
justify center htmlarea fi Keskitä
|
||||
|
||||
justify full htmlarea fi Tasaa molemmat reunat
|
||||
justify left htmlarea fi Tasaa vasemmalle
|
||||
justify right htmlarea fi Tasaa oikealle
|
||||
kazakstan common fi KAZAKSTAN
|
||||
kenya common fi KENIA
|
||||
keywords common fi Avainsanat
|
||||
kiribati common fi KIRIBATI
|
||||
korea, democratic peoples republic of common fi KOREAN DEMOKRAATTINEN KANSANTASAVALTA
|
||||
korea, republic of common fi KOREAN TASAVALTA
|
||||
kuwait common fi KUWAIT
|
||||
kyrgyzstan common fi KIRGISTAN
|
||||
language common fi Kieli
|
||||
lao peoples democratic republic common fi LAON DEMOKRAATTINEN KANSANTASAVALTA
|
||||
last name common fi Sukunimi
|
||||
last name of the user, eg. "%1" common fi käyttäjän sukunimi, esim. "%1"
|
||||
last page common fi Viimeinen sivu
|
||||
lastname common fi Sukunimi
|
||||
latvia common fi LATVIA
|
||||
layout htmlarea-TableOperations fi Sommittelu
|
||||
lebanon common fi LIBANON
|
||||
left htmlarea-TableOperations fi Vasen
|
||||
lesotho common fi LESOTHO
|
||||
liberia common fi LIBERIA
|
||||
libyan arab jamahiriya common fi LIBYAN ARAB JAMAHIRIYA
|
||||
license common fi Lisenssi
|
||||
liechtenstein common fi LICHTENSTEIN
|
||||
list common fi Luettelo
|
||||
lithuania common fi LIETTIA
|
||||
local common fi Paikallinen
|
||||
login common fi Kirjaudu
|
||||
loginid common fi Sisäänkirjautumistunnus
|
||||
logout common fi Poistu
|
||||
low common fi Matala
|
||||
lowest common fi Matalin
|
||||
luxembourg common fi LUXEMBOURG
|
||||
macau common fi MACAU
|
||||
macedonia, the former yugoslav republic of common fi MAKEDONIA, ENTINEN JUGOSLAVIAN TASAVALTA
|
||||
madagascar common fi MADAGASCAR
|
||||
mail domain, eg. "%1" common fi sähköpostin toimialue, esim. "%1"
|
||||
main category common fi Pääluokka
|
||||
main screen common fi Päänäyttö
|
||||
|
||||
maintainer common fi Ylläpitäjä
|
||||
malawi common fi MALAWI
|
||||
malaysia common fi MALESIA
|
||||
maldives common fi MALEDIIVIT
|
||||
mali common fi MALI
|
||||
malta common fi MALTA
|
||||
march common fi Maaliskuu
|
||||
margin htmlarea-TableOperations fi Marginaali
|
||||
marshall islands common fi MARSHALL-SAARET
|
||||
martinique common fi MARTINIQUE
|
||||
mauritania common fi MAURITANIA
|
||||
mauritius common fi MAURITIUS
|
||||
max number of icons in navbar common fi Navigaatiopalkin kuvakkeiden maksimimäärä
|
||||
|
||||
may common fi Toukokuu
|
||||
mayotte common fi MAYOTTE
|
||||
medium common fi Normaali
|
||||
menu common fi Valikko
|
||||
merge cells htmlarea-TableOperations fi Yhdistä solut
|
||||
message common fi Viesti
|
||||
mexico common fi MEKSIKO
|
||||
micronesia, federated states of common fi MIKRONESIAN LIITTOVALTIO
|
||||
middle htmlarea-TableOperations fi Keskelle
|
||||
moldova, republic of common fi MOLDOVAN TASAVALTA
|
||||
monaco common fi MONACO
|
||||
monday common fi Maanantai
|
||||
mongolia common fi MONGOLIA
|
||||
montserrat common fi MONTSERRAT
|
||||
morocco common fi MAROKKO
|
||||
mozambique common fi MOSAMBIK
|
||||
myanmar common fi MYANMAR
|
||||
name common fi Nimi
|
||||
name of the user, eg. "%1" common fi Käyttäjän nimi, esim. "%1"
|
||||
namibia common fi NAMIBIA
|
||||
nauru common fi NAURU
|
||||
nepal common fi NEPAL
|
||||
netherlands common fi ALANKOMAAT (HOLLANTI)
|
||||
netherlands antilles common fi ALANKOMAIDEN ANTILLIT
|
||||
never common fi Ei koskaan
|
||||
new caledonia common fi UUSI KALEDONIA
|
||||
new entry added sucessfully common fi Uusi tietue lisätty
|
||||
new main category common fi Uusi pääluokka
|
||||
new value common fi Uusi arvo
|
||||
new zealand common fi UUSI SEELANTI
|
||||
next common fi Seuraava
|
||||
next month (hold for menu) jscalendar fi Seuraava kuukausi (odota, niin näet valikon)
|
||||
next page common fi Seuraava sivu
|
||||
next year (hold for menu) jscalendar fi Seuraava vuosi (odota, niin näet valikon)
|
||||
nicaragua common fi NICARAGUA
|
||||
niger common fi NIGER
|
||||
nigeria common fi NIGERIA
|
||||
niue common fi NIUE
|
||||
no common fi Ei
|
||||
no entries found, try again ... common fi ei tietueita, yritä uudelleen ...
|
||||
no history for this record common fi Tällä tietueella ei ole historiatietoja
|
||||
no rules htmlarea-TableOperations fi Ei viivoja
|
||||
no sides htmlarea-TableOperations fi Ei sivuja
|
||||
no subject common fi Ei aihetta
|
||||
none common fi Ei mitään
|
||||
norfolk island common fi NORFOLKSAARET
|
||||
normal common fi Normaali
|
||||
northern mariana islands common fi POHJOISET MARIAANIEN SAARET
|
||||
norway common fi NORJA
|
||||
not assigned common fi ei osoitettu
|
||||
note common fi Muistiinpano
|
||||
notes common fi Muistiinpanot
|
||||
notify window common fi Huomautusikkuna
|
||||
november common fi Marraskuu
|
||||
october common fi Lokakuu
|
||||
ok common fi OK
|
||||
old value common fi Vanha arvo
|
||||
oman common fi OMAN
|
||||
on *nix systems please type: %1 common fi *nix-järjestelmissä voit kirjoittaa: %1
|
||||
on mouse over common fi Hiiri osoittaa
|
||||
only private common fi vain yksityiset
|
||||
only yours common fi vain omat
|
||||
open notify window common fi Avaa huomautusikkuna
|
||||
open popup window common fi Avaa ponnahdusikkuna
|
||||
ordered list htmlarea fi Järjestetty luettelo
|
||||
original common fi Alkuperäinen
|
||||
other common fi Muu
|
||||
overview common fi Yleiskuva
|
||||
owner common fi Omistaja
|
||||
padding htmlarea-TableOperations fi Palstantäyte
|
||||
page was generated in %1 seconds common fi Sivun luominen kesti %1 sekuntia
|
||||
pakistan common fi PAKISTAN
|
||||
palau common fi PALAU
|
||||
palestinian territory, occupied common fi PALESTIINAN MIEHITETYT ALUEET
|
||||
panama common fi PANAMA
|
||||
papua new guinea common fi PAPUA UUSI GUINEA
|
||||
paraguay common fi PARAGUAY
|
||||
parcel common fi Parcel
|
||||
parent category common fi Yläluokka
|
||||
password common fi Salasana
|
||||
password could not be changed common fi Salasanaa ei voitu muuttaa
|
||||
password has been updated common fi Salasana on päivitetty
|
||||
paste from clipboard htmlarea fi Liitä leikepöydältä
|
||||
|
||||
path htmlarea fi Polku
|
||||
path to user and group files has to be outside of the webservers document-root!!! common fi Käyttäjä- ja ryhmätiedostojen TÄYTYY OLLA www-palvelimen asiakirjajuuren ulkopuolella!!!
|
||||
pattern for search in addressbook common fi Osoitekirjasta etsittävä merkkijono
|
||||
pattern for search in calendar common fi Kalenterista etsittävä merkkijono
|
||||
pattern for search in projects common fi Projekteista etsittävä merkkijono
|
||||
percent htmlarea-TableOperations fi prosenttia
|
||||
permissions to the files/users directory common fi tiedostojen/käyttäjien hakemiston käyttöoikeudet
|
||||
personal common fi Henkilökohtainen
|
||||
peru common fi PERU
|
||||
philippines common fi FILIPPIINIT
|
||||
phone number common fi puhelinnumero
|
||||
pitcairn common fi PITCAIRN
|
||||
pixels htmlarea-TableOperations fi pikseliä
|
||||
please %1 by hand common fi Suorita %1 käsin
|
||||
please enter a name common fi Anna nimi!
|
||||
please run setup to become current common fi Aja asennus nykyiseen
|
||||
please select common fi Valitse
|
||||
please set your global preferences common fi Määrittele yleiset asetukset!
|
||||
please set your preferences for this application common fi Määrittele tämän sovelluksen asetukset!
|
||||
please wait... common fi Odota hetki...
|
||||
poland common fi PUOLA
|
||||
portugal common fi PORTUGALI
|
||||
postal common fi Posti
|
||||
powered by phpgroupware version %1 common fi Tämä on <a href="http://www.egroupware.org">eGroupWare</a> versio %1
|
||||
preferences common fi Asetukset
|
||||
preferences for the idots template set common fi idots-mallipohjan asetukset
|
||||
prev. month (hold for menu) jscalendar fi Edellinen kuukausi (odota, niin näet valikon)
|
||||
prev. year (hold for menu) jscalendar fi Edellinen vuosi (odota, niin näet valikon)
|
||||
previous page common fi Edelliselle sivu
|
||||
print common fi Tulosta
|
||||
priority common fi Tärkeys
|
||||
private common fi Yksityinen
|
||||
project common fi Projekti
|
||||
public common fi julkinen
|
||||
puerto rico common fi PUERTO RICO
|
||||
qatar common fi QATAR
|
||||
read common fi Lue
|
||||
read this list of methods. common fi Lue metodien luettelo.
|
||||
redoes your last action htmlarea fi Toistaa edellisen toimenpiteen
|
||||
reject common fi Hylkää
|
||||
|
||||
rename common fi Nimeä uudelleen
|
||||
returns a full list of accounts on the system. warning: this is return can be quite large common fi Palauttaa täyden käyttäjäluettelon järjestelmästä. Varoitus: palautus voi olla aika suuri
|
||||
returns an array of todo items common fi Palauttaa tehtävien taulukon
|
||||
returns struct of users application access common fi Palauttaa käyttäjien oikeudet sovelluksiin
|
||||
reunion common fi REUNION
|
||||
right htmlarea-TableOperations fi Oikea
|
||||
romania common fi ROMANIA
|
||||
row properties htmlarea-TableOperations fi Rivin asetukset
|
||||
rules htmlarea-TableOperations fi Viivat
|
||||
rules will appear between all rows and columns htmlarea-TableOperations fi Viivat jokaisen rivin ja sarakkeen välillä
|
||||
rules will appear between columns only htmlarea-TableOperations fi Viivat ainoastaan sarakkeiden välillä
|
||||
rules will appear between rows only htmlarea-TableOperations fi Viivat ainoastaan rivien välillä
|
||||
russian federation common fi VENÄJÄN FEDERAATIO
|
||||
rwanda common fi RUANDA
|
||||
saint helena common fi SAINT HELENA
|
||||
saint kitts and nevis common fi SAINT KITTS JA NEVIS
|
||||
saint lucia common fi SAINT LUCIA
|
||||
saint pierre and miquelon common fi SAINT PIERRE JA MIQUELON
|
||||
saint vincent and the grenadines common fi SAINT VINCENT JA GRENADIINIT
|
||||
samoa common fi SAMOA
|
||||
san marino common fi SAN MARINO
|
||||
sao tome and principe common fi SAO TOME JA PRINCIPE
|
||||
saturday common fi Lauantai
|
||||
saudi arabia common fi SAUDI ARABIA
|
||||
save common fi Tallenna
|
||||
search common fi Etsi
|
||||
section common fi Osio
|
||||
select common fi Valitse
|
||||
select all %1 %2 for %3 common fi Valitse kaikki %1 %2 for %3
|
||||
select category common fi Valitse luokka
|
||||
select date common fi Valitse päivämäärä
|
||||
select group common fi Valitse ryhmä
|
||||
|
||||
select home email address common fi Valitse kotisähköpostiosoite
|
||||
select one common fi Valitse yksi
|
||||
select user common fi Valitse käyttäjä
|
||||
select work email address common fi Valitse työsähköpostiosoite
|
||||
send common fi Lähetä
|
||||
|
||||
senegal common fi SENEGAL
|
||||
september common fi Syyskuu
|
||||
server %1 has been added common fi Palvelin %1 on lisätty
|
||||
server name common fi Palvelimen nimi
|
||||
session has been killed common fi Istunto on poistettu
|
||||
setup common fi Asennus
|
||||
setup main menu common fi Asennuksen päävalikko
|
||||
seychelles common fi SEYCHELLIT
|
||||
show all common fi näytä kaikki
|
||||
show all categorys common fi Näytä kaikki luokat
|
||||
show menu common fi näytä valikko
|
||||
show page generation time common fi Näytä sivun tekemiseen kulunut aika
|
||||
show page generation time on the bottom of the page? common fi Näytä sivun tekemiseen kulunut aika sivun alareunassa?
|
||||
show_more_apps common fi show_more_apps
|
||||
showing %1 common fi näytetään %1
|
||||
showing %1 - %2 of %3 common fi näytetään %1 - %2 of %3
|
||||
sierra leone common fi SIERRA LEONE
|
||||
singapore common fi SINGAPORE
|
||||
slovakia common fi SLOVAKIA
|
||||
slovenia common fi SLOVENIA
|
||||
solomon islands common fi SALOMONSAARET
|
||||
somalia common fi SOMALIA
|
||||
sorry, your login has expired login fi Istuntosi on vanhentunut
|
||||
south africa common fi ETELÄAFRIKKA
|
||||
south georgia and the south sandwich islands common fi ETELÄ-GEORGIA JA ETELÄISET SANDWICH-SAARET
|
||||
spacing htmlarea-TableOperations fi Palstatila
|
||||
spain common fi ESPANJA
|
||||
split cell htmlarea-TableOperations fi Jaa solu
|
||||
split column htmlarea-TableOperations fi Jaa sarake
|
||||
split row htmlarea-TableOperations fi Jaa rivi
|
||||
sri lanka common fi SRI LANKA
|
||||
start date common fi Alkupäivä
|
||||
|
||||
start time common fi Alkuaika
|
||||
status common fi Tila
|
||||
strikethrough htmlarea fi Yliviivattu
|
||||
style [css] htmlarea-TableOperations fi Tyyli [CSS]
|
||||
subject common fi Aihe
|
||||
submit common fi Lähetä
|
||||
|
||||
subscript htmlarea fi Alaindeksi
|
||||
substitutions and their meanings: common fi Korvaukset ja niiden merkitykset:
|
||||
sudan common fi SUDAN
|
||||
summary htmlarea-TableOperations fi Yhteenveto
|
||||
sunday common fi Sunnuntai
|
||||
superscript htmlarea fi Ylätunniste
|
||||
suriname common fi SURINAMI
|
||||
svalbard and jan mayen common fi SVALBARD JA JAN MAYEN
|
||||
swaziland common fi SWAZIMAA
|
||||
sweden common fi RUOTSI
|
||||
switzerland common fi SVEITSI
|
||||
syrian arab republic common fi SYYRIAN ARABITASAVALTA
|
||||
table properties htmlarea-TableOperations fi Taulukon asetukset
|
||||
taiwan common fi TAIWAN/TAIPEI
|
||||
tajikistan common fi TAJIKISTAN
|
||||
tanzania, united republic of common fi TANSANIAN YHDISTYNYT TASAVALTA
|
||||
thailand common fi THAIMAA
|
||||
the api is current common fi API on nykyinen
|
||||
the api requires an upgrade common fi API tarvitsee päivityksen
|
||||
the bottom side only htmlarea-TableOperations fi Ainoastaan alapuolelle
|
||||
the following applications require upgrades common fi Seuraavat sovellukset tarvitsevat päivityksen
|
||||
the left-hand side only htmlarea-TableOperations fi Ainoastaan vasenreuna
|
||||
the mail server returned common fi Sähköpostipalvelin palautti
|
||||
the right and left sides only htmlarea-TableOperations fi Oikea- ja vasenreuna
|
||||
the right-hand side only htmlarea-TableOperations fi Ainoastaan oikeareuna
|
||||
the top and bottom sides only htmlarea-TableOperations fi Ylä- ja alapuoli.
|
||||
the top side only htmlarea-TableOperations fi Ainoastaan yläpuoli
|
||||
this application is current common fi Tämä sovellus on ajan tasalla
|
||||
this application requires an upgrade common fi Tämä sovellus tarvitsee päivityksen
|
||||
this name has been used already common fi Nimi on jo käytössä!
|
||||
thursday common fi Torstai
|
||||
time common fi Aika
|
||||
time selection: jscalendar fi Ajan valinta:
|
||||
time zone common fi Aikavyöhyke
|
||||
time zone offset common fi Aikaero
|
||||
title common fi Otsikko
|
||||
to common fi Kenelle
|
||||
to correct this error for the future you will need to properly set the common fi Korjataksesi tämän virheen jatkossa sinun täytyy määritellä
|
||||
|
||||
to go back to the msg list, click <a href= %1 >here</a> common fi To siirtyäksesi takaisin viestien luetteloon napsauta <a href="%1">tästä</a>
|
||||
today common fi Tänään
|
||||
|
||||
todays date, eg. "%1" common fi tämä päivämäärä, esim. "%1"
|
||||
toggle first day of week jscalendar fi Vaihda viikon alkupäivää
|
||||
|
||||
toggle html source htmlarea fi Näytä/piilota HTML-koodi
|
||||
togo common fi TOGO
|
||||
tokelau common fi TOKELAU
|
||||
tonga common fi TONGA
|
||||
too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common fi Liian monta epäonnistunutta sisäänkirjautumista: %1 käyttäjälle '%2', %3 IP-osoitteesta %4
|
||||
top htmlarea-TableOperations fi Ylös
|
||||
total common fi Yhteensä
|
||||
|
||||
trinidad and tobago common fi TRINIDAD JA TOBAGO
|
||||
tuesday common fi Tiistai
|
||||
tunisia common fi TUNISIA
|
||||
turkey common fi TURKKI
|
||||
turkmenistan common fi TURKMENISTAN
|
||||
turks and caicos islands common fi TURKS JA CAICOSSAARET
|
||||
tuvalu common fi TUVALU
|
||||
uganda common fi UGANDA
|
||||
ukraine common fi UKRAINA
|
||||
underline htmlarea fi Alleviivaus
|
||||
undoes your last action htmlarea fi Peruu edellisen toimenpiteen
|
||||
united arab emirates common fi YHDISTYNEET ARABIEMIRAATIT
|
||||
united kingdom common fi YHDISTYNYT KUNINGASKUNTA
|
||||
united states common fi YHDYSVALLAT
|
||||
united states minor outlying islands common fi YHDYSVALTOJEN SAARIOSAVALTIOT
|
||||
unknown common fi Tuntematon
|
||||
update common fi Päivitä
|
||||
|
||||
url common fi URL
|
||||
uruguay common fi URUGUAY
|
||||
use button to search for common fi käytä painiketta etsiäksesi
|
||||
use button to search for address common fi käytä painiketta etsiäksesi osoitteita
|
||||
use button to search for calendarevent common fi käytä painiketta etsiäksesi kalenteritapahtumaa
|
||||
use button to search for project common fi käytä painiketta etsiäksesi projektia
|
||||
user common fi Käyttäjä
|
||||
user accounts common fi käyttäjätilit
|
||||
user groups common fi käyttäjäryhmät
|
||||
|
||||
username common fi Käyttäjänimi
|
||||
users common fi käyttäjät
|
||||
users choice common fi Käyttäjän valinta
|
||||
uzbekistan common fi UZBEKISTAN
|
||||
vanuatu common fi VANUATU
|
||||
venezuela common fi VENEZUELA
|
||||
version common fi Versio
|
||||
vertical align htmlarea-TableOperations fi Vertikaali kohdistus
|
||||
viet nam common fi VIETNAM
|
||||
view common fi Näytä
|
||||
|
||||
virgin islands, british common fi NEITSYSTSAARET, BRITTILÄISET
|
||||
virgin islands, u.s. common fi NEITSYTSAARET, U.S.
|
||||
wallis and futuna common fi WALLIS JA FUTUNA
|
||||
wednesday common fi Keskiviikko
|
||||
welcome common fi Tervetuloa
|
||||
western sahara common fi LÄNSISAHARA
|
||||
which groups common fi mitkä ryhmät
|
||||
|
||||
width htmlarea-TableOperations fi Leveys
|
||||
wk jscalendar fi vk
|
||||
work email common fi työsähköposti
|
||||
written by: common fi Kirjoittanut:
|
||||
year common fi Vuosi
|
||||
yemen common fi JEMEN
|
||||
yes common fi Kyllä
|
||||
|
||||
you are in text mode. use the [<>] button to switch back to wysiwig. htmlarea fi Olet tekstitilassa. Käytä [<>]-painiketta siirtyäksesi WYSIWIG-tilaan.
|
||||
you are required to change your password during your first login common fi Salasanasi on vaihdettava ensimmäisen sisäänkirjautumisen yhteydessä.
|
||||
|
||||
you are running a newer version of phpgroupware than your database is setup for common fi Käytät uudempaa eGroupWare-versiota, kuin tietokanta on.
|
||||
you have been successfully logged out login fi Olet kirjautunut ulos
|
||||
you have not entered a title common fi Et antanut otsikkoa
|
||||
you have not entered a valid date common fi Olet määritellyt virheellisen päivämäärän
|
||||
you have not entered a valid time of day common fi Olet määritellyt virheellisen kellonajan
|
||||
you have not entered participants common fi Et ole määritellyt osallistujia
|
||||
you have selected an invalid date common fi Olet valinnut virheellisen päivämäärän!
|
||||
you have selected an invalid main category common fi Olet valinnut virheellisen pääluokan!
|
||||
you have successfully logged out common fi Olet kirjautunut ulos
|
||||
you need to add the webserver user '%1' to the group '%2'. common fi Lisää www-palvelimen käyttäjä '%1' ryhmään '%2'.
|
||||
your message could <b>not</b> be sent!<br> common fi Viestiä <b>ei</b> voitu lähettää!<br>
|
||||
your message has been sent common fi Viesti on lähetetty
|
||||
your search returned %1 matchs common fi haku palautti %1 osumaa
|
||||
your search returned 1 match common fi haku palautti yhden osuman
|
||||
your session could not be verified. login fi Istuntoasi ei voitu varmentaa.
|
||||
your settings have been updated common fi Asetukset päivitetty
|
||||
yugoslavia common fi JUGOSLAVIA
|
||||
zambia common fi ZAMBIA
|
||||
zimbabwe common fi ZIMBABWE
|
@ -1,4 +1,5 @@
|
||||
access common hu Hozzáférés
|
||||
|
||||
access type common hu Hozzáférés típusa
|
||||
account has been created common hu Hozzáférés létrehozva
|
||||
account has been deleted common hu Hozzáférés törölve
|
||||
@ -7,9 +8,12 @@ account preferences common hu Hozz
|
||||
add common hu Hozzáad
|
||||
admin common hu Admin
|
||||
administration common hu Adminisztráció
|
||||
|
||||
april common hu Április
|
||||
are you sure you want to delete this entry ? common hu Biztosan törölni akarja ezt a bejegyzést?
|
||||
august common hu Augusztus
|
||||
bad login or password common hu Rossz felhasználó vagy jelszó
|
||||
|
||||
cancel common hu Mégse
|
||||
change common hu Változtat
|
||||
charset common hu iso-8859-2
|
||||
@ -22,67 +26,101 @@ current users common hu Aktu
|
||||
date common hu Dátum
|
||||
december common hu December
|
||||
delete common hu Töröl
|
||||
dictionary htmlarea-SpellChecker hu Szótár
|
||||
done common hu Kész
|
||||
e-mail common hu E-Mail
|
||||
e-mail preferences common hu E-Mail tulajdonságok
|
||||
edit common hu Módosít
|
||||
|
||||
email common hu E-Mail
|
||||
entry has been deleted sucessfully common hu Bejegyzés törölve
|
||||
entry updated sucessfully common hu Bejegyzés módosítva
|
||||
error common hu Hiba
|
||||
exit common hu Kilép
|
||||
|
||||
february common hu Február
|
||||
|
||||
filter common hu Szûrõ
|
||||
|
||||
finished list of mispelled words htmlarea-SpellChecker hu A tévesztett szavak listájának vége
|
||||
first name common hu Keresztnév
|
||||
|
||||
friday common hu Péntek
|
||||
ftp common hu FTP
|
||||
global public common hu Publikus
|
||||
group access common hu Csoportos hozzáférés
|
||||
|
||||
group has been added common hu Csoport hozzáadva
|
||||
group has been deleted common hu Csoport törölve
|
||||
group has been updated common hu Csoport módosítva
|
||||
group public common hu Csoporton belül publikus
|
||||
groups common hu Csoportok
|
||||
help common hu Súgó
|
||||
|
||||
high common hu Sürgõs
|
||||
|
||||
home common hu Kezdõlap
|
||||
i will open it in a new page. htmlarea-SpellChecker hu Megnyitás új lapon
|
||||
ignore htmlarea-SpellChecker hu Elvetés
|
||||
ignore all htmlarea-SpellChecker hu Minden elvetése
|
||||
it has been more then %1 days since you changed your password common hu Több mint %1 nap telt el az utolsó jelszómódosítás óta
|
||||
|
||||
january common hu Január
|
||||
|
||||
july common hu Július
|
||||
june common hu Június
|
||||
last name common hu Családnév
|
||||
|
||||
last page common hu Utolsó oldal
|
||||
login common hu Belépés
|
||||
login login hu Belépés
|
||||
logout common hu Kilépés
|
||||
low common hu Alacsony
|
||||
march common hu Március
|
||||
may common hu Május
|
||||
medium common hu Közepes
|
||||
monday common hu Hétfõ
|
||||
|
||||
name common hu Név
|
||||
|
||||
new entry added sucessfully common hu Új bejegyzés hozzáadva
|
||||
new phrase has been added common hu Új kifejezés hozzáadva
|
||||
next page common hu következõ oldal
|
||||
no common hu Nem
|
||||
no mispelled words found with the selected dictionary. htmlarea-SpellChecker hu A választott szótár szerint nincs tévesztett szó.
|
||||
none common hu Nincs
|
||||
normal common hu Normál
|
||||
|
||||
november common hu November
|
||||
october common hu Október
|
||||
ok common hu OK
|
||||
on *nix systems please type: %1 common hu *nix rendszereken üsse be: %1
|
||||
only yours common hu csak sajátot
|
||||
original common hu Eredeti
|
||||
password common hu Jelszó
|
||||
original word htmlarea-SpellChecker hu Eredeti szó
|
||||
password login hu Jelszó
|
||||
|
||||
password has been updated common hu Jelszó módosítva
|
||||
permissions to the files/users directory common hu a files/users könyvtár jogai
|
||||
phpgroupware login login hu phpGroupWare bejelentkezés
|
||||
|
||||
please %1 by hand common hu Kérem %1 kézzel
|
||||
please confirm that you want to open this link htmlarea-SpellChecker hu MegerÅ‘sÃtés
|
||||
please wait. calling spell checker. htmlarea-SpellChecker hu Kis türelmet, a helyesÃrásellenÅ‘rzÅ‘ hÃvása folyamatban.
|
||||
please wait: changing dictionary to htmlarea-SpellChecker hu Kis türelmet, szótár cseréje
|
||||
pliz weit ;-) htmlarea-SpellChecker hu Kis türelmet ;-)
|
||||
powered by phpgroupware version %1 common hu eGroupWare %1
|
||||
preferences common hu Tulajdonságok
|
||||
previous page common hu Elõzõ oldal
|
||||
print common hu Nyomtat
|
||||
priority common hu Prioritás
|
||||
|
||||
private common hu Privát
|
||||
|
||||
re-check htmlarea-SpellChecker hu Újraellenőrzés
|
||||
rename common hu Átnevez
|
||||
replace htmlarea-SpellChecker hu Csere
|
||||
replace all htmlarea-SpellChecker hu Mind cseréje
|
||||
replace with htmlarea-SpellChecker hu Csere a következőre:
|
||||
saturday common hu Szombat
|
||||
save common hu Elment
|
||||
search common hu Keres
|
||||
@ -92,32 +130,40 @@ show all common hu mindet megmutat
|
||||
showing %1 common hu %1 listázva
|
||||
showing %1 - %2 of %3 common hu listázva %1 - %2, össz: %3
|
||||
sorry, there was a problem processing your request. common hu Hiba történt a kérelem feldolgozásakor!
|
||||
sorry, your login has expired login hu A hozzáférése lejárt
|
||||
spell check complete, didn't find any mispelled words. closing now... htmlarea-SpellChecker hu A helyesÃrásellenÅ‘rzés kész, tévesztett szó nem fordult elÅ‘. Bezárás...
|
||||
spell-check htmlarea-SpellChecker hu HelyesÃrásellenÅ‘rzés
|
||||
submit common hu Elküld
|
||||
|
||||
suggestions htmlarea-SpellChecker hu Tippek
|
||||
sunday common hu Vasárnap
|
||||
this will drop changes and quit spell checker. please confirm. htmlarea-SpellChecker hu Kilépés a változások eldobásával. Jóváhagyja?
|
||||
thursday common hu Csütörtök
|
||||
time common hu Idõ
|
||||
|
||||
to correct this error for the future you will need to properly set the common hu A hiba kijavításához helyesen kell beállítani a
|
||||
total common hu összesen
|
||||
tuesday common hu Kedd
|
||||
updated common hu Módosítva
|
||||
use cookies login hu használ sütit
|
||||
|
||||
username login hu Felhasználó
|
||||
users common hu felhasználók
|
||||
view common hu Megtekint
|
||||
wednesday common hu Szerda
|
||||
which groups common hu melyik csoport
|
||||
yes common hu Igen
|
||||
you are required to change your password during your first login common hu Elsõ bejelentkezéskor meg kell változtatnia a jelszavát
|
||||
you have 1 new message! common hu 1 új üzenete van!
|
||||
|
||||
you have %1 new messages! common hu %1 új üzenete van!
|
||||
your message has been sent common hu Üzenet elküldve
|
||||
your search returned 1 match common hu Keresés végeredménye: 1 találat
|
||||
your search returned %1 matchs common hu Keresés végeredménye: %1 találat
|
||||
your settings have been updated common hu A beállításai módosításra kerültek
|
||||
bad login or password common hu Rossz felhasználó vagy jelszó
|
||||
login login hu Belépés
|
||||
password login hu Jelszó
|
||||
phpgroupware login login hu phpGroupWare bejelentkezés
|
||||
sorry, your login has expired login hu A hozzáférése lejárt
|
||||
use cookies login hu használ sütit
|
||||
username login hu Felhasználó
|
||||
you have 1 new message! common hu 1 új üzenete van!
|
||||
you have been successfully logged out login hu Sikeresen kijelentkezett a rendszerbõl
|
||||
|
||||
your message has been sent common hu Üzenet elküldve
|
||||
|
||||
your search returned %1 matchs common hu Keresés végeredménye: %1 találat
|
||||
your search returned 1 match common hu Keresés végeredménye: 1 találat
|
||||
your session could not be verified. login hu A hozzáférése nem ellenõrizhetõ.
|
||||
|
||||
your settings have been updated common hu A beállításai módosításra kerültek
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
it
|
||||
%1 email addresses inserted common it %1 indirizzi e-mail inseriti
|
||||
%1 is not executable by the webserver !!! common it %1 non è eseguibile dal webserver !!!
|
||||
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common it %1eGroupWare%2 è una suite multiutente, web-based scritta in %3PHP%4.
|
||||
@ -36,8 +37,10 @@ administration common it Amministrazione
|
||||
afghanistan common it AFGHANISTAN
|
||||
albania common it ALBANIA
|
||||
algeria common it ALGERIA
|
||||
align htmlarea-TableOperations it Allinea
|
||||
all common it Tutto
|
||||
all fields common it tutti i campi
|
||||
all four sides htmlarea-TableOperations it Tutti e quattro i lati
|
||||
alphabet common it a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
|
||||
american samoa common it SAMOA AMERICANA
|
||||
andorra common it ANDORRA
|
||||
@ -64,12 +67,14 @@ autosave default category common it Categoria predefinita per il salvataggio aut
|
||||
azerbaijan common it AZERBAIJAN
|
||||
back common it Indietro
|
||||
back to user login common it Torna al Login utente
|
||||
background htmlarea-TableOperations it Sfondo
|
||||
background color htmlarea it Colore di Sfondo
|
||||
bad login or password common it Nome utente o password errati
|
||||
bahamas common it BAHAMAS
|
||||
bahrain common it BAHRAIN
|
||||
bangladesh common it BANGLADESH
|
||||
barbados common it BARBADOS
|
||||
baseline htmlarea-TableOperations it Allineamento
|
||||
bcc common it Bcc
|
||||
belarus common it BELARUS
|
||||
belgium common it BELGIO
|
||||
@ -80,8 +85,11 @@ bhutan common it BHUTAN
|
||||
blocked, too many attempts common it Bloccato, troppi tentativi
|
||||
bold htmlarea it Grassetto
|
||||
bolivia common it BOLIVIA
|
||||
border htmlarea-TableOperations it Bordo
|
||||
borders htmlarea-TableOperations it Bordi
|
||||
bosnia and herzegovina common it BOSNIA E HERZEGOVINA
|
||||
botswana common it BOTSWANA
|
||||
bottom htmlarea-TableOperations it Basso
|
||||
bouvet island common it BOUVET ISLAND
|
||||
brazil common it BRASILE
|
||||
british indian ocean territory common it TERRITORI BRITANNICI OCEANO INDIANO
|
||||
@ -96,6 +104,7 @@ cameroon common it CAMEROON
|
||||
canada common it CANADA
|
||||
cancel common it Annulla
|
||||
cape verde common it CAPO VERDE
|
||||
caption htmlarea-TableOperations it Titolo
|
||||
categories common it Categorie
|
||||
categories for common it Categorie per
|
||||
category common it Categoria
|
||||
@ -103,9 +112,12 @@ category %1 has been added ! common it La categoria %1
|
||||
category %1 has been updated ! common it La categoria %1 è stata aggiornata!
|
||||
cayman islands common it ISOLE CAYMAN
|
||||
cc common it Cc
|
||||
cell properties htmlarea-TableOperations it Proprietà della Cella
|
||||
center htmlarea-TableOperations it Centra
|
||||
central african republic common it REPUBBLICA CENTRO AFRICANA
|
||||
chad common it CHAD
|
||||
change common it Cambia
|
||||
char htmlarea-TableOperations it Carattere
|
||||
charset common it iso-8859-1
|
||||
check installation common it Controlla installazione
|
||||
chile common it CILE
|
||||
@ -119,10 +131,14 @@ click common it Clicca
|
||||
click or mouse over to show menu's common it Click o Mouse Over per visualizzare i menu
|
||||
click or mouse over to show menu's? common it Click o Mouse Over per visualizzare i menu?
|
||||
click or mouse over to show menus common it Clicca o passa sopra con il puntatore per mostrare i menù
|
||||
|
||||
click or mouse over to show menus? common it Clicca o passa sopra con il puntatore per mostrare i menù ?
|
||||
|
||||
close common it Chiudi
|
||||
cocos (keeling) islands common it ISOLE COCOS (KEELING)
|
||||
collapsed borders htmlarea-TableOperations it Bordi chiusi
|
||||
colombia common it COLOMBIA
|
||||
color htmlarea-TableOperations it Colore
|
||||
comoros common it COMORE
|
||||
company common it Azienda
|
||||
config password common it Configura Password
|
||||
@ -153,18 +169,24 @@ december common it Dicembre
|
||||
decrease indent htmlarea it Riduci Rientro
|
||||
default category common it Categoria Predefinita
|
||||
delete common it Elimina
|
||||
delete cell htmlarea-TableOperations it Cancella cella
|
||||
delete column htmlarea-TableOperations it Cancella colonna
|
||||
delete row htmlarea-TableOperations it Cancella riga
|
||||
denmark common it DANIMARCA
|
||||
description common it Descrizione
|
||||
detail common it Dettaglio
|
||||
details common it Dettagli
|
||||
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common it Disabilita lo script per sistemare il bug di Internet Explorer 5.5 and superiore nella visualizzazione delle trasparenze nelle immagini PNG?
|
||||
dictionary htmlarea-SpellChecker it Dizionario
|
||||
disable internet explorer png-image-bugfix common it Disabilita il png-image-bugfix di Internet Explorer
|
||||
disable slider effects common it Disabilita l'effetto effects slider
|
||||
disable the animated slider effects when showing or hiding menu's in the page? opera and konqueror users will probably must want this. common it Disabilita l'effetto animato degli slider quando visualizzi o nascondi i menu nella pagina? Gli utenti di Opera e Konqueror dovrebbero farlo.
|
||||
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common it Disabilita gli effetti animati mentre vengono mostrati o nascosti i menu sulla pagina? Gli utenti di Opera e Konqueror probabilmente vorranno così.
|
||||
|
||||
disabled common it Disabilitato
|
||||
display %s first jscalendar it Mostra prima %1
|
||||
display monday first jscalendar it Visualizza prima Lunedì
|
||||
|
||||
display sunday first jscalendar it Visualizza prima Domenica
|
||||
djibouti common it DJIBOUTI
|
||||
do you also want to delete all subcategories ? common it Vuoi anche cancellare tutte le sotto-categorie?
|
||||
@ -208,23 +230,28 @@ falkland islands (malvinas) common it ISOLE FALKLAND (MALVINAS)
|
||||
faroe islands common it ISOLE FAROE
|
||||
fax number common it numero di fax
|
||||
february common it Febbraio
|
||||
fg color htmlarea-TableOperations it Colore Principale
|
||||
fields common it Campi
|
||||
fiji common it FIJI
|
||||
files common it File
|
||||
filter common it Filtro
|
||||
finished list of mispelled words htmlarea-SpellChecker it La lista delle parole scritte male è terminata
|
||||
finland common it FINLANDIA
|
||||
first name common it Nome
|
||||
first name of the user, eg. "%1" common it Nome dell'utente, es. "%1"
|
||||
first page common it Prima pagina
|
||||
firstname common it Nome
|
||||
fixme! common it CORREGGIMI !
|
||||
float htmlarea-TableOperations it Fluttuante
|
||||
font color htmlarea it Colore Carattere
|
||||
force selectbox common it Forza Casella di Selezione
|
||||
frames htmlarea-TableOperations it Frames
|
||||
france common it FRANCIA
|
||||
french guiana common it GUIANA FRANCESE
|
||||
french polynesia common it POLINESIA FRANCESE
|
||||
french southern territories common it FRENCH SOUTHERN TERRITORIES
|
||||
friday common it Venerdì
|
||||
|
||||
ftp common it FTP
|
||||
fullname common it Nome completo
|
||||
gabon common it GABON
|
||||
@ -262,6 +289,7 @@ header admin login common it Login Gestione Header
|
||||
header password common it Password Header
|
||||
header username common it Nome Utente Header
|
||||
heard island and mcdonald islands common it ISOLE HEARD E ISOLE MCDONALD
|
||||
height htmlarea-TableOperations it Altezza
|
||||
help common it Aiuto
|
||||
help using editor htmlarea it Aiuto per l'editor
|
||||
high common it Alta
|
||||
@ -272,14 +300,29 @@ home email common it e-mail abitazione
|
||||
honduras common it HONDURAS
|
||||
hong kong common it HONG KONG
|
||||
horizontal rule htmlarea it Linea Orrizzontale
|
||||
how many columns would you like to merge? htmlarea-TableOperations it Quante colonne vuoi unire?
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. common it Quante icone visualizzare nella barra di navigazione (in cima alla pagina). Le icone addizionali vanno in un menù pulldown, richiamabile dall'icona all'estrema destra della barra di navigazione.
|
||||
how many rows would you like to merge? htmlarea-TableOperations it Quante righe vuoi unire?
|
||||
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations it HTMLArea si rifiuta codardamente di cancellare l'ultima cella nella riga.
|
||||
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations it HTMLArea si rifiuta codardamente di cancellare l'ultima colonna nella tabella.
|
||||
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations it HTMLArea si rifiuta codardamente di cancellare l'ultima riga nella tabella.
|
||||
hungary common it UNGHERIA
|
||||
i will open it in a new page. htmlarea-SpellChecker it Lo aprirò in una nuova pagina.
|
||||
iceland common it ISLANDA
|
||||
ignore htmlarea-SpellChecker it Ignora
|
||||
ignore all htmlarea-SpellChecker it Ignora sempre
|
||||
image url htmlarea-TableOperations it URL dell'Immagine
|
||||
increase indent htmlarea it Aumenta Rientro
|
||||
india common it INDIA
|
||||
indonesia common it INDONESIA
|
||||
insert all %1 addresses of the %2 contacts in %3 common it Inseriti tutti i %1 indirizzi dei %2 contatti in %3
|
||||
insert cell after htmlarea-TableOperations it Inserisci cella dopo
|
||||
insert cell before htmlarea-TableOperations it Inserisci cella prima
|
||||
insert column after htmlarea-TableOperations it Inserisci colonna dopo
|
||||
insert column before htmlarea-TableOperations it Inserisci colonna prima
|
||||
insert image htmlarea it Inserisci Immagine
|
||||
insert row after htmlarea-TableOperations it Inserisci riga dopo
|
||||
insert row before htmlarea-TableOperations it Inserisci riga prima
|
||||
insert table htmlarea it Inserisci Tabella
|
||||
insert web link htmlarea it Inserisci Link Web
|
||||
international common it Internazionale
|
||||
@ -300,6 +343,7 @@ jordan common it GIORDANIA
|
||||
july common it Luglio
|
||||
jun common it Giu
|
||||
june common it Giugno
|
||||
justify htmlarea-TableOperations it Justifica
|
||||
justify center htmlarea it Centrato
|
||||
justify full htmlarea it Giustificato
|
||||
justify left htmlarea it Allinea a Sinistra
|
||||
@ -319,7 +363,9 @@ last name of the user, eg. "%1" common it Cognome dell'utente, es. "%1"
|
||||
last page common it Ultima pagina
|
||||
lastname common it Cognome
|
||||
latvia common it LATVIA
|
||||
layout htmlarea-TableOperations it Layout
|
||||
lebanon common it LIBANO
|
||||
left htmlarea-TableOperations it Sinistra
|
||||
lesotho common it LESOTHO
|
||||
liberia common it LIBERIA
|
||||
libyan arab jamahiriya common it LIBIAN ARAB JAMAHIRIYA
|
||||
@ -348,6 +394,7 @@ maldives common it MALDIVE
|
||||
mali common it MALI
|
||||
malta common it MALTA
|
||||
march common it Marzo
|
||||
margin htmlarea-TableOperations it Margine
|
||||
marshall islands common it ISOLE MARSHALL
|
||||
martinique common it MARTINICA
|
||||
mauritania common it MAURITANIA
|
||||
@ -357,12 +404,15 @@ may common it Maggio
|
||||
mayotte common it MAYOTTE
|
||||
medium common it Medio
|
||||
menu common it Menu
|
||||
merge cells htmlarea-TableOperations it Unisci celle
|
||||
message common it Messaggio
|
||||
mexico common it MESSICO
|
||||
micronesia, federated states of common it MICRONESIA, STATI FEDERATI DELLA
|
||||
middle htmlarea-TableOperations it Centrale
|
||||
moldova, republic of common it MOLDAVIA, REPUBBLICA DELLA
|
||||
monaco common it MONACO
|
||||
monday common it Lunedì
|
||||
|
||||
mongolia common it MONGOLIA
|
||||
montserrat common it MONTSERRAT
|
||||
morocco common it MAROCCO
|
||||
@ -392,6 +442,9 @@ niue common it NIUE
|
||||
no common it No
|
||||
no entries found, try again ... common it nessuna voce trovata, prova ancora ...
|
||||
no history for this record common it Nessuna history per questo record
|
||||
no mispelled words found with the selected dictionary. htmlarea-SpellChecker it Non sono state trovate parole scritte male con il dizionario selezionato.
|
||||
no rules htmlarea-TableOperations it Nessun righello
|
||||
no sides htmlarea-TableOperations it Nessun lato
|
||||
no subject common it Nessun Oggetto
|
||||
none common it Nessuno
|
||||
norfolk island common it ISOLE NORFOLK
|
||||
@ -415,9 +468,11 @@ open notify window common it Apri finestra di Notifica
|
||||
open popup window common it Apri finestra popup
|
||||
ordered list htmlarea it Elenco ordinato
|
||||
original common it Originale
|
||||
original word htmlarea-SpellChecker it Parola originale
|
||||
other common it Altro
|
||||
overview common it Overview
|
||||
owner common it Proprietario
|
||||
padding htmlarea-TableOperations it Padding
|
||||
page common it Pagina
|
||||
page was generated in %1 seconds common it La pagina è stata generata in %1 secondi
|
||||
pakistan common it PAKISTAN
|
||||
@ -437,20 +492,27 @@ path to user and group files has to be outside of the webservers document-root!!
|
||||
pattern for search in addressbook common it Pattern per la Ricerca nella Rubrica
|
||||
pattern for search in calendar common it Pattern per la Ricerca nell'Agenda
|
||||
pattern for search in projects common it Pattern per la Ricerca nei Progetti
|
||||
percent htmlarea-TableOperations it percento
|
||||
permissions to the files/users directory common it permessi per la directory dei files/utenti
|
||||
personal common it Personale
|
||||
peru common it PERU
|
||||
philippines common it FILIPPINE
|
||||
phone number common it numero telefonico
|
||||
pitcairn common it PITCAIRN
|
||||
pixels htmlarea-TableOperations it pixels
|
||||
please %1 by hand common it Per favore %1 a mano
|
||||
please click into some cell htmlarea-TableOperations it Per favore, clicca in una cella
|
||||
please confirm that you want to open this link htmlarea-SpellChecker it Devi confermare l'apertura di questo link
|
||||
please enter a name common it Per favore inserisci un nome!
|
||||
please run setup to become current common it Per favore esegui setup per aggiornare
|
||||
please select common it Per favore Seleziona
|
||||
please set your global preferences common it Per favore imposta le preferenze globali !
|
||||
please set your preferences for this app common it Per favore imposta le preferenze per questa applicazione
|
||||
please set your preferences for this application common it Per favore imposta le tue preferenze per questa applicazione !
|
||||
please wait. calling spell checker. htmlarea-SpellChecker it Attendere. Sto invocando lo Spell Checker.
|
||||
please wait... common it Attendere per Favore...
|
||||
please wait: changing dictionary to htmlarea-SpellChecker it Attendere. Cambio il dizionario in
|
||||
pliz weit ;-) htmlarea-SpellChecker it Attendere Prego ;-)
|
||||
poland common it POLONIA
|
||||
portugal common it PORTOGALLO
|
||||
postal common it Postale
|
||||
@ -462,22 +524,33 @@ prev. year (hold for menu) jscalendar it Anno precedente (premi per menu)
|
||||
previous page common it Pagina precedente
|
||||
print common it Stampa
|
||||
priority common it Priorità
|
||||
|
||||
private common it Privato
|
||||
project common it Progetto
|
||||
public common it pubblico
|
||||
puerto rico common it PUERTO RICO
|
||||
qatar common it QATAR
|
||||
re-check htmlarea-SpellChecker it Ricontrolla
|
||||
read common it Leggi
|
||||
read this list of methods. common it Leggi questo elenco di metodi.
|
||||
redoes your last action htmlarea it Ripeti l'ultima azione
|
||||
reject common it Rifiuta
|
||||
remove selected accounts common it rimuovi gli account selezionati
|
||||
rename common it Rinomina
|
||||
replace htmlarea-SpellChecker it Sostituisci
|
||||
replace all htmlarea-SpellChecker it Sostituisci sempre
|
||||
replace with htmlarea-SpellChecker it Stostituisci con
|
||||
returns a full list of accounts on the system. warning: this is return can be quite large common it Restituisce la lista degli account di sistema. Attenzione: La lista può essere molto grande
|
||||
returns an array of todo items common it Restituisce un elenco delle cose da fare
|
||||
returns struct of users application access common it Restituisce la struttura degli accessi alle applicazioni
|
||||
reunion common it REUNION
|
||||
right htmlarea-TableOperations it Destra
|
||||
romania common it ROMANIA
|
||||
row properties htmlarea-TableOperations it Proprietà della Riga
|
||||
rules htmlarea-TableOperations it Linee
|
||||
rules will appear between all rows and columns htmlarea-TableOperations it Le linee appariranno tra tutte le righe e colonne
|
||||
rules will appear between columns only htmlarea-TableOperations it Le linee appariranno solo tra le colonne
|
||||
rules will appear between rows only htmlarea-TableOperations it Le linee appariranno solo tra le righe
|
||||
russian federation common it FEDERAZIONE RUSSA
|
||||
rwanda common it RUANDA
|
||||
saint helena common it SANT'ELENA
|
||||
@ -532,18 +605,28 @@ somalia common it SOMALIA
|
||||
sorry, your login has expired login it Spiacente, il tuo login è scaduto
|
||||
south africa common it SUD AFRICA
|
||||
south georgia and the south sandwich islands common it SUD GEORGIA E LE ISOLE SUD SANDWICH
|
||||
spacing htmlarea-TableOperations it Spaziatura
|
||||
spacing and padding htmlarea-TableOperations it Spaziatura e Padding
|
||||
spain common it SPAGNA
|
||||
spell check complete, didn't find any mispelled words. closing now... htmlarea-SpellChecker it Controllo completato, non sono state trovate parole scritte male. Sto chiudendo...
|
||||
spell-check htmlarea-SpellChecker it Spell-check
|
||||
split cell htmlarea-TableOperations it Dividi cella
|
||||
split column htmlarea-TableOperations it Dividi colonna
|
||||
split row htmlarea-TableOperations it Dividi riga
|
||||
sri lanka common it SRI LANKA
|
||||
start date common it Data Inizio
|
||||
start time common it Ora Inizio
|
||||
start with common it Inizia con
|
||||
status common it Status
|
||||
strikethrough htmlarea it Barrato
|
||||
style [css] htmlarea-TableOperations it Stile [CSS]
|
||||
subject common it Oggetto
|
||||
submit common it Invia
|
||||
subscript htmlarea it Pedice
|
||||
substitutions and their meanings: common it Sostituzioni e loro significati:
|
||||
sudan common it SUDAN
|
||||
suggestions htmlarea-SpellChecker it Suggerimenti
|
||||
summary htmlarea-TableOperations it Sommario
|
||||
sunday common it Domenica
|
||||
superscript htmlarea it Apice
|
||||
suriname common it SURINAME
|
||||
@ -552,18 +635,28 @@ swaziland common it SWAZILAND
|
||||
sweden common it SVEZIA
|
||||
switzerland common it SVIZZERA
|
||||
syrian arab republic common it REPUBBLICA ARABA SIRIANA
|
||||
table properties htmlarea-TableOperations it Proprietà della Tabella
|
||||
taiwan common it TAIWAN/TAIPEI
|
||||
tajikistan common it TAJIKISTAN
|
||||
tanzania, united republic of common it TANZANIA, REPUBBLICA UNITA DELLA
|
||||
text align htmlarea-TableOperations it Allineamento del Testo
|
||||
thailand common it TAILANDIA
|
||||
the api is current common it L'API è aggiornata
|
||||
the api requires an upgrade common it L'API necessita di un aggiornamento
|
||||
the bottom side only htmlarea-TableOperations it Solo la parte inferiore
|
||||
the following applications require upgrades common it Le seguenti applicazioni richiedono un aggiornamento
|
||||
the left-hand side only htmlarea-TableOperations it Solo la parte sinistra
|
||||
the mail server returned common it Il mail server ha risposto
|
||||
the right and left sides only htmlarea-TableOperations it Solo destra e sinistra
|
||||
the right-hand side only htmlarea-TableOperations it Solo la parte destra
|
||||
the top and bottom sides only htmlarea-TableOperations it Solo sopra e sotto
|
||||
the top side only htmlarea-TableOperations it Solo la parte sopra
|
||||
this application is current common it Questa applicazione è aggiornata
|
||||
this application requires an upgrade common it Questa applicazione richiede un aggiornamento
|
||||
this name has been used already common it Questo nome è già stato usato!
|
||||
this will drop changes and quit spell checker. please confirm. htmlarea-SpellChecker it Questo annullerà le modifiche e chiuderà lo Spell Checker. Conferma.
|
||||
thursday common it Giovedì
|
||||
|
||||
time common it Ora
|
||||
time selection: jscalendar it Selezione Ora:
|
||||
time zone common it Fuso orario
|
||||
@ -580,9 +673,11 @@ togo common it TOGO
|
||||
tokelau common it TOKELAU
|
||||
tonga common it TONGA
|
||||
too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common it Troppi tentativi di login falliti: %1 per l'utente '%2', %3 dall'IP %4
|
||||
top htmlarea-TableOperations it Alto
|
||||
total common it Totale
|
||||
trinidad and tobago common it TRINIDAD E TOBAGO
|
||||
tuesday common it Martedì
|
||||
|
||||
tunisia common it TUNISIA
|
||||
turkey common it TURCHIA
|
||||
turkmenistan common it TURKMENISTAN
|
||||
@ -597,6 +692,7 @@ united kingdom common it REGNO UNITO
|
||||
united states common it STATI UNITI
|
||||
united states minor outlying islands common it UNITED STATES MINOR OUTLYING ISLANDS
|
||||
unknown common it Sconosciuto
|
||||
unset color htmlarea-TableOperations it Rimuovi colore
|
||||
update common it Aggiorna
|
||||
url common it URL
|
||||
uruguay common it URUGUAY
|
||||
@ -614,21 +710,25 @@ uzbekistan common it UZBEKISTAN
|
||||
vanuatu common it VANUATU
|
||||
venezuela common it VENEZUELA
|
||||
version common it Versione
|
||||
vertical align htmlarea-TableOperations it Allineamento verticale
|
||||
viet nam common it VIET NAM
|
||||
view common it Visualizza
|
||||
virgin islands, british common it ISOLE VERGINI, GRAN BRETAGNA
|
||||
virgin islands, u.s. common it ISOLE VERGINI, U.S.
|
||||
wallis and futuna common it WALLIS E FUTUNA
|
||||
wednesday common it Mercoledì
|
||||
|
||||
welcome common it Benvenuto
|
||||
western sahara common it SAHARA OCCIDENTALE
|
||||
which groups common it Quali gruppi
|
||||
width htmlarea-TableOperations it Larghezza
|
||||
wk jscalendar it lavoro
|
||||
work email common it e-mail ufficio
|
||||
written by: common it Scritto da:
|
||||
year common it Anno
|
||||
yemen common it YEMEN
|
||||
yes common it Sì
|
||||
|
||||
you are in text mode. use the [<>] button to switch back to wysiwig. htmlarea it Sei in MODO TESTO. Usa il pulsante [<>] per tornare al modo WYSIWIG.
|
||||
you are required to change your password during your first login common it E' richiesto che tu cambi la tua password durante il primo Login
|
||||
you are running a newer version of phpgroupware than your database is setup for common it Stai utilizzando una versione più recente di phpGroupWare rispetto a quella per cui il tuo database è stato installato.
|
||||
|
764
phpgwapi/setup/phpgw_nl.lang
Normal file
764
phpgwapi/setup/phpgw_nl.lang
Normal file
@ -0,0 +1,764 @@
|
||||
nl
|
||||
%1 email addresses inserted common nl %1 emailadres ingevoerd
|
||||
(shift-)click or drag to change value common nl (Shift-)Klik of slepen om waarde te wijzigen
|
||||
- click on any of the time parts to increase it common nl
|
||||
- hold mouse button on any of the above buttons for faster selection. common nl
|
||||
- or click and drag for faster selection. common nl
|
||||
- or shift-click to decrease it common nl
|
||||
- use the %1, %2 buttons to select month common nl
|
||||
- use the %1, %2 buttons to select year common nl
|
||||
00 (disable) admin nl
|
||||
13 (ntp) admin nl
|
||||
80 (http) admin nl
|
||||
Dutch common nl Nederlands
|
||||
_delete row htmlarea-ContextMenu nl Rij _verwijderen
|
||||
_image properties... htmlarea-ContextMenu nl Eigenschappen afbeelding...
|
||||
_modify link... htmlarea-ContextMenu nl Hyperlin_k aanpassen...
|
||||
_remove link... htmlarea-ContextMenu nl Ve_rwijder hyperlink...
|
||||
_table properties... htmlarea-ContextMenu nl _Tabeleigenschappen...
|
||||
about %1 common nl Over %1
|
||||
about the calendar common nl Over de agenda
|
||||
access common nl Toegang
|
||||
access not permitted common nl Toegang geweigerd
|
||||
access type common nl Toegangstype
|
||||
account has been created common nl Account is aangemaakt
|
||||
account has been deleted common nl Account is verwijderd
|
||||
account has been updated common nl Account is bijgewerkt
|
||||
account is expired common nl Account is verlopen
|
||||
account preferences common nl Account voorkeuren
|
||||
acl common nl ACL
|
||||
action common nl Actie
|
||||
active common nl Actief
|
||||
add common nl Toevoegen
|
||||
add %1 category for common nl %1 Categorie toevoegen voor
|
||||
add category common nl Categorie toevoegen
|
||||
add sub common nl Sub toevoegen
|
||||
addressbook common nl Adresboek
|
||||
admin common nl Beheer
|
||||
administration common nl Beheer
|
||||
afghanistan common nl AFGHANISTAN
|
||||
albania common nl ALBANIË
|
||||
|
||||
algeria common nl ALGERIJË
|
||||
|
||||
align htmlarea-TableOperations nl Uitlijning
|
||||
all common nl Alles
|
||||
all four sides htmlarea-TableOperations nl Alle 4 zijden
|
||||
alternate style-sheet: htmlarea-FullPage nl Alternatieve style-sheet:
|
||||
american samoa common nl AMERIKAANS SAMOA
|
||||
andorra common nl ANDORRA
|
||||
angola common nl ANGOLA
|
||||
anguilla common nl ANGUILLA
|
||||
antarctica common nl ANTARTICA
|
||||
antigua and barbuda common nl ANTIGUA EN BARBUDA
|
||||
apply common nl Toepassen
|
||||
april common nl April
|
||||
are you sure you want to delete these entries ? common nl Weet u zeker dat uw deze records wilt verwijderen?
|
||||
are you sure you want to delete this entry ? common nl Weet u zeker dat u dit item wilt verwijderen?
|
||||
argentina common nl ARGENTINIË
|
||||
|
||||
armenia common nl ARMENIË
|
||||
|
||||
aruba common nl ARUBA
|
||||
august common nl Augustus
|
||||
australia common nl AUSTRALIË
|
||||
|
||||
austria common nl OOSTENRIJK
|
||||
author common nl Auteur
|
||||
autohide sidebox menus common nl Automatisch Sideboxmenus verbergen
|
||||
automacally hide the sidebox menus? common nl Automatisch Sideboxmenus verbergen?
|
||||
autosave default category common nl Automatisch standaard categorie opslaan
|
||||
azerbaijan common nl AZERBEIDSJAN
|
||||
back common nl Terug
|
||||
back to user login common nl Terug naar gebruikers loginscherm
|
||||
background htmlarea-TableOperations nl Achtergrond
|
||||
background color: htmlarea-FullPage nl Achtergrondkleur:
|
||||
bad login or password common nl Onjuist gebruikersnaam of wachtwoord
|
||||
bahamas common nl BAHAMAS
|
||||
bahrain common nl BAHREIN
|
||||
bangladesh common nl BANGLADESH
|
||||
barbados common nl BARBADOS
|
||||
baseline htmlarea-TableOperations nl Basis
|
||||
bcc common nl Bcc
|
||||
belarus common nl WIT-RUSLAND
|
||||
belgium common nl BELGIË
|
||||
|
||||
belize common nl BELIZE
|
||||
benin common nl BENIN
|
||||
bermuda common nl BERMUDA
|
||||
bhutan common nl BHUTAN
|
||||
blocked, too many attempts common nl Geblokkeerd, te veel pogingen
|
||||
bolivia common nl BOLIVIA
|
||||
border htmlarea-TableOperations nl Rand
|
||||
borders htmlarea-TableOperations nl Randen
|
||||
bosnia and herzegovina common nl BOSNIË-HERZEGOVINA
|
||||
botswana common nl BOTSWANA
|
||||
bottom htmlarea-TableOperations nl Onder
|
||||
bouvet island common nl Centraal Afrikaanse Republiek
|
||||
brazil common nl BRAZILIË
|
||||
|
||||
british indian ocean territory common nl BRITISH INDIAN OCEAN TERRITORY
|
||||
brunei darussalam common nl BRUNEI DARUSSALAM
|
||||
bulgaria common nl BULGARIË
|
||||
|
||||
burkina faso common nl BURKINA FASO
|
||||
burundi common nl BURUNDI
|
||||
c_ell properties... htmlarea-ContextMenu nl C_eleigenschappen...
|
||||
calendar common nl Agenda
|
||||
cambodia common nl CAMBODJA
|
||||
cameroon common nl KAMEROEN
|
||||
canada common nl CANADA
|
||||
cancel common nl Annuleren
|
||||
cape verde common nl KAAPVERDIË
|
||||
|
||||
caption htmlarea-TableOperations nl Opmerking
|
||||
categories common nl Categorieën
|
||||
|
||||
categories for common nl categorieën voor
|
||||
category common nl Categorie
|
||||
category %1 has been added ! common nl Categorie %1 is toegevoegd
|
||||
category %1 has been updated ! common nl Categorie %1 is bijgewerkt
|
||||
cayman islands common nl KAAIMAN EILANDEN
|
||||
cc common nl Cc
|
||||
cell properties htmlarea-TableOperations nl Celeigenschappen
|
||||
center htmlarea-TableOperations nl Centreren
|
||||
central african republic common nl CENTRAAL-AFRIKAANSE REPUBLIEK
|
||||
chad common nl CHAD
|
||||
change common nl Veranderen
|
||||
char htmlarea-TableOperations nl Karakter
|
||||
charset common nl iso-8859-1
|
||||
chec_k link... htmlarea-ContextMenu nl Controleer hyperlin_k...
|
||||
check installation common nl Controleer installatie
|
||||
chile common nl CHILI
|
||||
china common nl CHINA
|
||||
choose the category common nl Kies de categorie
|
||||
choose the parent category common nl Kies bovenliggende categorie
|
||||
christmas island common nl CHRISTMASEILAND
|
||||
clear common nl Wissen
|
||||
clear form common nl Formulier wissen
|
||||
click common nl Klik
|
||||
click or mouse over to show menus common nl Klik or Mouse Over om menus weer te geven
|
||||
click or mouse over to show menus? common nl Klik or Mouse Over om menus weer te geven?
|
||||
close common nl Sluiten
|
||||
cocos (keeling) islands common nl COCOS (KEELING) EILANDEN
|
||||
collapsed borders htmlarea-TableOperations nl Geen randen
|
||||
colombia common nl COLOMBIA
|
||||
color htmlarea-TableOperations nl Kleur
|
||||
comments common nl Opmerkingen
|
||||
comoros common nl COMOROS
|
||||
company common nl Bedrijf
|
||||
congo common nl DEMOCRATISCHE REPUBLIEK CONGO
|
||||
congo, the democratic republic of the common nl DEMOCRATISCHE REPUBLIEK CONGO
|
||||
cook islands common nl COOKEILANDEN
|
||||
copy common nl Kopiëren
|
||||
costa rica common nl COSTA RICA
|
||||
cote d ivoire common nl IVOORKUST
|
||||
create common nl Maken
|
||||
create a link htmlarea-ContextMenu nl Maak een hyperlink
|
||||
created by common nl Gemaakt door
|
||||
croatia common nl KROATIË
|
||||
|
||||
cuba common nl CUBA
|
||||
currency common nl Munteenheid
|
||||
current common nl Huidig
|
||||
current url is htmlarea-ContextMenu nl Huidig URL is
|
||||
current users common nl huidig aantal gebruikers
|
||||
cut htmlarea-ContextMenu nl Knippen
|
||||
cyprus common nl CYPRUS
|
||||
czech republic common nl TSJECHIË
|
||||
|
||||
date common nl Datum
|
||||
date due common nl Einddatum
|
||||
date hired common nl Datum in dienst
|
||||
date selection: common nl Datumselectie
|
||||
datetime port.<br>if using port 13, please set firewall rules appropriately before submitting this page.<br>(port: 13 / host: 129.6.15.28) admin nl
|
||||
de_lete column htmlarea-ContextMenu nl Kolom verwijderen
|
||||
december common nl December
|
||||
default category common nl Standaard Categorie
|
||||
delete common nl Verwijderen
|
||||
delete cell htmlarea-TableOperations nl Cel verwijderen
|
||||
delete column htmlarea-TableOperations nl Kolom verwijderen
|
||||
delete row htmlarea-TableOperations nl Rij verwijderen
|
||||
delete the current column htmlarea-ContextMenu nl Verwijder de huidige kolom
|
||||
delete the current row htmlarea-ContextMenu nl Verwijder de huidige rij
|
||||
denmark common nl DENEMARKEN
|
||||
description common nl Beschrijving
|
||||
detail common nl Detail
|
||||
details common nl Details
|
||||
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common nl Het bugfixscript uitschakelen dat dient om transparante PNG-afbeeldingen juist weer te geven in Internet Explorer 5.5 en hoger?
|
||||
disable internet explorer png-image-bugfix common nl Internet Explorer png-image-bugfix uitschakelen?
|
||||
disable slider effects common nl Bewegende schuifeffecten uitschakelen
|
||||
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common nl Schakel de bewegende schuifeffecten uit wanneer een langzame computer gebruikt of problemen met de uitklapmenus ondervind.
|
||||
disabled common nl Uitgeschakeld
|
||||
display monday first common nl Begin de week maandag
|
||||
display sunday first common nl Begin de week zondag
|
||||
djibouti common nl DJIBOUTI
|
||||
do you also want to delete all subcategories ? common nl Wilt u ook alle subcategorieën wissen
|
||||
doctype: htmlarea-FullPage nl DOCTYPE:
|
||||
document properties htmlarea-FullPage nl Documenteigenschappen
|
||||
document title: htmlarea-FullPage nl Documenttitel:
|
||||
domain common nl Domein
|
||||
domain name for mail-address, eg. "%1" common nl domeinnaam voor emailadres, bijv. "%1"
|
||||
domestic common nl thuis
|
||||
dominica common nl DOMINICA
|
||||
dominican republic common nl DOMINICAANSE REPUBLIEK
|
||||
done common nl Gereed
|
||||
drag to move common nl Sleep om te verplaatsen
|
||||
e-mail common nl Email
|
||||
east timor common nl OOST TIMOR
|
||||
ecuador common nl ECUADOR
|
||||
edit common nl Bewerken
|
||||
edit %1 category for common nl Bewerk %1 categorie voor
|
||||
edit categories common nl Categorieën bewerken
|
||||
edit category common nl Bewerk categorie
|
||||
egroupware: login blocked for user '%1', ip %2 common nl eGroupWare: login geblokkeerd voor gebruiker '%1', IP %2
|
||||
egypt common nl EGYPTE
|
||||
el salvador common nl EL SALVADOR
|
||||
element... htmlarea-ContextMenu nl element...
|
||||
email common nl Email
|
||||
email-address of the user, eg. "%1" common nl emailadres van de gebruiker, bijv. "%1"
|
||||
enabled common nl Geactiveerd
|
||||
end date common nl Einddatum
|
||||
end time common nl Eindtijd
|
||||
entry has been deleted sucessfully common nl Item succesvol verwijderd
|
||||
entry updated sucessfully common nl Item succesvol bijgewerkt
|
||||
equatorial guinea common nl EQUATORIAAL GUINEA
|
||||
eritrea common nl ERITREA
|
||||
error common nl Fout
|
||||
error creating %1 %2 directory common nl Error tijdens het creëren van %1 %2 directory
|
||||
error deleting %1 %2 directory common nl Error tijdens het verwijderen van %1 %2 directory
|
||||
error renaming %1 %2 directory common nl Error tijdens het hernoemen van %1 %2 directory
|
||||
estonia common nl ESTONIA
|
||||
ethiopia common nl ETHIOPIË
|
||||
|
||||
exit common nl Einde
|
||||
falkland islands (malvinas) common nl FALKLAND EILANDEN
|
||||
faroe islands common nl LAND EILANDEN
|
||||
fax number common nl Faxnummer
|
||||
february common nl Februari
|
||||
fg color htmlarea-TableOperations nl Voorgrond
|
||||
fields common nl Velden
|
||||
fiji common nl FIJI
|
||||
files common nl Bestanden
|
||||
filter common nl Filter
|
||||
finland common nl FINLAND
|
||||
first name common nl Voornaam
|
||||
first name of the user, eg. "%1" common nl Voornaam van de gebruiker, bijv. "%1"
|
||||
first page common nl Eerste pagina
|
||||
firstname common nl Voornaam
|
||||
fixme! common nl FIXME!
|
||||
float htmlarea-TableOperations nl Zwevend
|
||||
force selectbox common nl Forceer Selectbox
|
||||
frames htmlarea-TableOperations nl Frames
|
||||
france common nl FRANKRIJK
|
||||
french guiana common nl FRANS GUYANA
|
||||
french polynesia common nl FRANS POLYNESIË
|
||||
|
||||
french southern territories common nl FRANSE ZUIDELIJKE GEBIEDEN
|
||||
friday common nl Vrijdag
|
||||
ftp common nl FTP
|
||||
fullname common nl Volledige naam
|
||||
gabon common nl GABON
|
||||
gambia common nl GAMBIA
|
||||
general menu common nl Algemeen menu
|
||||
georgia common nl HONGARIJ
|
||||
germany common nl DUITSLAND
|
||||
ghana common nl GHANA
|
||||
gibraltar common nl GIBRALTAR
|
||||
global common nl Globale
|
||||
global public common nl Toegang Openbaar
|
||||
go today common nl Ga naar vandaag
|
||||
grant access common nl Geef toegang
|
||||
greece common nl GRIEKENLAND
|
||||
greenland common nl GROENLAND
|
||||
grenada common nl GRENADA
|
||||
group common nl Groep
|
||||
group access common nl Groepstoegang
|
||||
group has been added common nl Groep is toegevoegd
|
||||
group has been deleted common nl Groep is verwijderd
|
||||
group has been updated common nl Groep is bijgewerkt
|
||||
group name common nl groepsnaam
|
||||
group public common nl Toegang voor groep
|
||||
groups common nl Groepen
|
||||
groups with permission for %1 common nl Groepen met toegangsrechten voor %1
|
||||
groups without permission for %1 common nl Groepen zonder toegangsrechten voor %1
|
||||
guadeloupe common nl GUADELOUPE
|
||||
guam common nl GUAM
|
||||
guatemala common nl GUATEMALA
|
||||
guinea common nl GUINEA
|
||||
guinea-bissau common nl GUINEA-BISSAU
|
||||
guyana common nl GUYANA
|
||||
haiti common nl HAITI
|
||||
heard island and mcdonald islands common nl HEARD EILAND EN MCDONALD EILANDEN
|
||||
height htmlarea-TableOperations nl Hoogte
|
||||
help common nl Help
|
||||
high common nl Hoog
|
||||
highest common nl Hoogste
|
||||
holy see (vatican city state) common nl VATICAANSTAD
|
||||
home common nl Start
|
||||
home email common nl email thuis
|
||||
honduras common nl HONDURAS
|
||||
hong kong common nl HONG KONG
|
||||
how did you get here? (please report!) htmlarea-ContextMenu nl Hoe kwam je hier? (A.U.B. doorgeven!)
|
||||
how many columns would you like to merge? htmlarea-TableOperations nl Hoeveel kolommen wilt u samenvoegen?
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. common nl Hoe veel programma-iconen moeten worden weergegeven in de navigatiebalk. Extra iconen worden weergegeven in een uitklapmenu.
|
||||
how many rows would you like to merge? htmlarea-TableOperations nl Hoeveel rijen wilt u samenvoegen?
|
||||
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations nl HTMLArea kan de laatste cel in deze tabel niet verwijderen.
|
||||
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations nl HTMLArea kan de laatste kolom in deze tabel niet verwijderen.
|
||||
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations nl HTMLArea kan de laatste rij in deze tabel niet verwijderen.
|
||||
hungary common nl HONGARIJË
|
||||
|
||||
i_nsert row before htmlarea-ContextMenu nl Rij invoegen boven
|
||||
iceland common nl IJSLAND
|
||||
image url htmlarea-TableOperations nl Afbeelding URL
|
||||
in_sert row after htmlarea-ContextMenu nl Rij invoegen onder
|
||||
india common nl INDIA
|
||||
indonesia common nl INDONESIË
|
||||
|
||||
insert _column before htmlarea-ContextMenu nl Kolom invoegen voor
|
||||
insert a new column after the current one htmlarea-ContextMenu nl Voeg een nieuwe kolom in na de huidige
|
||||
insert a new column before the current one htmlarea-ContextMenu nl Voeg een nieuwe kolom in voor de huidige
|
||||
insert a new row after the current one htmlarea-ContextMenu nl Voeg een nieuwe rij in onder de huidige
|
||||
insert a new row before the current one htmlarea-ContextMenu nl Voeg een nieuwe rij in boven de huidige
|
||||
insert all %1 addresses of the %2 contacts in %3 common nl Voer alle %1 adressen in van de %2 contacten in %3
|
||||
insert c_olumn after htmlarea-ContextMenu nl Kolom invoegen na
|
||||
insert cell after htmlarea-TableOperations nl Voeg cel toe achter
|
||||
insert cell before htmlarea-TableOperations nl Voeg cel toe voor
|
||||
insert column after htmlarea-TableOperations nl Kolom invoegen achter
|
||||
insert column before htmlarea-TableOperations nl Kolom invoegen voor
|
||||
insert row after htmlarea-TableOperations nl Rij invoegen onder
|
||||
insert row before htmlarea-TableOperations nl Rij invoegen boven
|
||||
international common nl Internationaal
|
||||
invalid ip address common nl Ongeldig IP-adres
|
||||
invalid password common nl Ongeldig wachtwoord
|
||||
iran, islamic republic of common nl IRAN
|
||||
iraq common nl IIRAK
|
||||
ireland common nl IERLAND
|
||||
israel common nl ISRAËL
|
||||
it has been more then %1 days since you changed your password common nl Er zijn meer dan %1 dagen verstreken sinds u uw wachtwoord hebt gewijzigd.
|
||||
it is recommended that you run setup to upgrade your tables to the current version common nl Het is aanbevolen dat u setup uitvoerd om uw tabellen bij te werken naar een actuele versie
|
||||
italy common nl ITALIË
|
||||
|
||||
jamaica common nl JAMAICA
|
||||
january common nl Januari
|
||||
japan common nl JAPAN
|
||||
jordan common nl JORDANIË
|
||||
|
||||
july common nl Juli
|
||||
june common nl Juni
|
||||
justify htmlarea-TableOperations nl Uitvullen
|
||||
justify center htmlarea-ContextMenu nl Centreren
|
||||
justify full htmlarea-ContextMenu nl Uitvullen
|
||||
justify left htmlarea-ContextMenu nl Links uitlijnen
|
||||
justify right htmlarea-ContextMenu nl Rechts uitlijnen
|
||||
kazakstan common nl KAZACHSTAN
|
||||
kenya common nl KENIA
|
||||
keywords common nl Trefwoorden
|
||||
kiribati common nl KIRIBATI
|
||||
korea, democratic peoples republic of common nl NOORD-KOREA
|
||||
korea, republic of common nl ZUID-KOREA
|
||||
kuwait common nl KOEWEIT
|
||||
kyrgyzstan common nl KIRGIZIË
|
||||
|
||||
language common nl Taal
|
||||
lao peoples democratic republic common nl LAOS
|
||||
last name common nl Achternaam
|
||||
last name of the user, eg. "%1" common nl Achternaam van de gebruiker, bijv. "%1"
|
||||
last page common nl laaste pagina
|
||||
lastname common nl Achternaam
|
||||
latvia common nl LETLAND
|
||||
layout htmlarea-TableOperations nl Opmaak
|
||||
lebanon common nl LIBANON
|
||||
left htmlarea-TableOperations nl Links
|
||||
lesotho common nl LESOTHO
|
||||
liberia common nl LIBERIE
|
||||
libyan arab jamahiriya common nl LIBIË
|
||||
|
||||
license phpgwapi nl Licentie
|
||||
liechtenstein common nl LIECHTENSTEIN
|
||||
link points to: htmlarea-ContextMenu nl Hyperlink verwijst naar:
|
||||
list common nl Lijst
|
||||
lithuania common nl LITOUWEN
|
||||
local common nl Lokaal
|
||||
location common nl Locatie
|
||||
login common nl Aanmelden
|
||||
loginid common nl Loginnaam
|
||||
logout common nl Afmelden
|
||||
low common nl Laag
|
||||
lowest common nl Laagste
|
||||
luxembourg common nl LUXEMBURG
|
||||
macau common nl MACAU
|
||||
macedonia, the former yugoslav republic of common nl MACEDONIË
|
||||
|
||||
madagascar common nl MADAGASKAR
|
||||
mail domain, eg. "%1" common nl emai domein, bijv. "%1"
|
||||
main category common nl Hoofdcategorie
|
||||
main screen common nl Hoofdscherm
|
||||
maintainer phpgwapi nl Beheerder
|
||||
make lin_k... htmlarea-ContextMenu nl Maak hyperlin_k...
|
||||
malawi common nl MALAWI
|
||||
malaysia common nl MALEISIË
|
||||
|
||||
maldives common nl MALADIEVEN
|
||||
mali common nl MALI
|
||||
malta common nl MALTA
|
||||
march common nl Maart
|
||||
margin htmlarea-TableOperations nl Marge
|
||||
marshall islands common nl MARSHALL EILANDEN
|
||||
martinique common nl MARTINIQUE
|
||||
mauritania common nl MAURITANIË
|
||||
|
||||
mauritius common nl MAURITIUS
|
||||
max number of icons in navbar common nl Max. aantal iconen in navigatiebalk?
|
||||
may common nl Mei
|
||||
mayotte common nl MAYOTTE
|
||||
medium common nl Gemiddeld
|
||||
menu common nl Menu
|
||||
merge cells htmlarea-TableOperations nl Cellen samenvoegen
|
||||
message common nl Bericht
|
||||
mexico common nl MEXICO
|
||||
micronesia, federated states of common nl MICRONESIË
|
||||
|
||||
middle htmlarea-TableOperations nl Midden
|
||||
mobile common nl Mobiel
|
||||
modify url htmlarea-ContextMenu nl Aanpassen URL
|
||||
moldova, republic of common nl MOLDOVIË
|
||||
|
||||
monaco common nl MONACO
|
||||
monday common nl Maandag
|
||||
mongolia common nl MONGOLIË
|
||||
|
||||
montserrat common nl MONTSERRAT
|
||||
morocco common nl MAROKKO
|
||||
mozambique common nl MOZAMBIQUE
|
||||
myanmar common nl BIRMA (MYANMAR)
|
||||
name common nl Naam
|
||||
name of the user, eg. "%1" common nl naam van de gebruiker, bijv. "%1"
|
||||
namibia common nl NAMIBIË
|
||||
|
||||
nauru common nl NAURU
|
||||
nepal common nl NEPAL
|
||||
netherlands common nl NEDERLAND
|
||||
netherlands antilles common nl DE NEDERLANDSE ANTILLEN
|
||||
never common nl Nooit
|
||||
new caledonia common nl NIEUW-CALEDONIË
|
||||
|
||||
new entry added sucessfully common nl Nieuw item succesvol toegevoegd
|
||||
new main category common nl Nieuwe hoofdcategorie
|
||||
new phrase has been added common nl Nieuwe zin is toegevoegd
|
||||
new value common nl Nieuwe waarde
|
||||
new zealand common nl NIEUW ZEELAND
|
||||
next common nl Volgende
|
||||
next month (hold for menu) common nl Volgende maand (vasthouden voor menu)
|
||||
next page common nl volgende pagina
|
||||
next year (hold for menu) common nl Volgend jaar (vasthouden voor menu)
|
||||
nicaragua common nl NICARAGUA
|
||||
niger common nl NIGER
|
||||
nigeria common nl NIGERIA
|
||||
niue common nl NIUE
|
||||
no common nl Nee
|
||||
no entries found, try again ... common nl Geen items gevonden, probeer het nogmaals ...
|
||||
no history for this record common nl Geen geschiedenis voor dit item
|
||||
no rules htmlarea-TableOperations nl Geen regels
|
||||
no sides htmlarea-TableOperations nl Geen zijlijnen
|
||||
no subject common nl Geen onderwerp
|
||||
none common nl Geen
|
||||
norfolk island common nl NORFOLK EILAND
|
||||
normal common nl Normaal
|
||||
northern mariana islands common nl NOORDELIJKE MARIANA-EILANDEN
|
||||
norway common nl NOORWEGEN
|
||||
not a user yet? register now common nl Nog geen gebruiker? Registreer nu.
|
||||
not assigned common nl Niet toegewezen
|
||||
note common nl Notitie
|
||||
notes common nl Notities
|
||||
notify window common nl Attentievenster
|
||||
november common nl November
|
||||
october common nl Oktober
|
||||
ok common nl Oké
|
||||
|
||||
old value common nl Oude waarde
|
||||
oman common nl OMAN
|
||||
on *nix systems please type: %1 common nl Op *nix systemen typt u: %1
|
||||
on mouse over common nl Bij Mouse Over
|
||||
only private common nl alleen privé
|
||||
|
||||
only yours common nl alleen eigen weergeven
|
||||
open notify window common nl Attentievenster openen
|
||||
open popup window common nl Popupvenster openen
|
||||
opens this link in a new window htmlarea-ContextMenu nl Opend deze hyperlink in een nieuw venster
|
||||
original common nl Origineel
|
||||
other common nl Andere
|
||||
overview common nl Overzicht
|
||||
owner common nl Eigenaar
|
||||
padding htmlarea-TableOperations nl Celmarge
|
||||
page was generated in %1 seconds common nl Deze pagina werd gegenereerd in %1 seconden.
|
||||
pager common nl Buzzer
|
||||
pakistan common nl PAKISTAN
|
||||
palau common nl PALAU
|
||||
palestinian territory, occupied common nl PALESTIJNSE BEZETTE GEBIEDEN
|
||||
panama common nl PANAMA
|
||||
papua new guinea common nl PAPUA NIEUW-GUINEA
|
||||
paraguay common nl PARAGUAY
|
||||
parcel common nl Pakketten
|
||||
parent category common nl Bovenliggende categorie
|
||||
password common nl Wachtwoord
|
||||
password could not be changed common nl Wachtwoord kon niet worden gewijzigd
|
||||
password has been updated common nl Wachtwoord is gewijzigd
|
||||
paste htmlarea-ContextMenu nl Plakken
|
||||
path to user and group files has to be outside of the webservers document-root!!! common nl Pad naar gebruikers- en groepsbestanden. Dit MOET BUITEN het pad liggen van de documentendirectorie van de webserver !!!
|
||||
pattern for search in addressbook common nl Patroon voor zoekopdracht in Adressenboek
|
||||
pattern for search in calendar common nl Patroon voor zoekopdracht in Agenda
|
||||
pattern for search in projects common nl Patroon voor zoekopdracht in Projecten
|
||||
percent htmlarea-TableOperations nl procent
|
||||
permissions to the files/users directory common nl privileges aan de bestanden/gebruikers toekennen
|
||||
personal common nl Persoonlijk
|
||||
peru common nl PERU
|
||||
philippines common nl FILIPIJNEN
|
||||
phone common nl Telefoon
|
||||
phone number common nl telefoonnummer
|
||||
pitcairn common nl PITCAIRN (EILAND)
|
||||
pixels htmlarea-TableOperations nl pixels
|
||||
please %1 by hand common nl Gelieve %1 handmatig uit te voeren
|
||||
please click into some cell htmlarea-TableOperations nl Klik in een cel a.u.b.
|
||||
please confirm that you want to remove this element: htmlarea-ContextMenu nl Is het werkelijk de bedoeling dit element te verwijderen:
|
||||
please confirm that you want to unlink this element. htmlarea-ContextMenu nl Is het werkelijk de bedoeling dit element te unlinken.
|
||||
please enter a name common nl Voer a.u.b. een naam in !
|
||||
please run setup to become current common nl Voer a.u.b. de setup uit om een actuele versie te verkrijgen
|
||||
please select common nl Selecteer a.u.b.
|
||||
please set your global preferences common nl Stel a.u.b. uw persoonlijke voorkeuren in !
|
||||
please set your preferences for this application common nl Stel a.u.b. uw voorkeuren in voor deze toepassing !
|
||||
please wait... common nl Geduld a.u.b.
|
||||
poland common nl POLEN
|
||||
portugal common nl PORTUGAL
|
||||
postal common nl Post
|
||||
powered by phpgroupware version %1 common nl Deze site werkt met <a href=http://www.egroupware.org>eGroupWare</a> version %1
|
||||
preferences common nl Voorkeuren
|
||||
prev. month (hold for menu) common nl Vorige maand (vasthouden voor menu)
|
||||
prev. year (hold for menu) common nl Vorig jaar (vasthouden voor menu)
|
||||
previous page common nl Vorige pagina
|
||||
primary style-sheet: htmlarea-FullPage nl Primaire style-sheet:
|
||||
print common nl Afdrukken
|
||||
priority common nl Prioriteit
|
||||
private common nl Privé
|
||||
|
||||
project common nl Project
|
||||
public common nl publiek
|
||||
puerto rico common nl PUERTO RICO
|
||||
qatar common nl QATAR
|
||||
read common nl Lezen
|
||||
read this list of methods. common nl Lees deze lijst met methodes.
|
||||
reject common nl Afwijzen
|
||||
remove the htmlarea-ContextMenu nl Verwijder het
|
||||
remove this node from the document htmlarea-ContextMenu nl Verwijder dit punt van het document
|
||||
rename common nl Hernoemen
|
||||
returns a full list of accounts on the system. warning: this is return can be quite large common nl Geeft een volledige lijst met accounts die aanwezig zijn op het systeem. Waarschuwing: Deze lijst kan erg lang zijn.
|
||||
returns an array of todo items common nl Geef een array met todo items
|
||||
returns struct of users application access common nl Geeft de toegangsrechten van de gebruikers
|
||||
reunion common nl RÉUNION (EILAND)
|
||||
right htmlarea-TableOperations nl Rechts
|
||||
ro_w properties... htmlarea-ContextMenu nl Rijeigenscha_ppen...
|
||||
romania common nl ROMANIË
|
||||
|
||||
row properties htmlarea-TableOperations nl Rijeigenschappen
|
||||
rules htmlarea-TableOperations nl Regels
|
||||
rules will appear between all rows and columns htmlarea-TableOperations nl Regels verschijnen tussen alle rijen en kolommen
|
||||
rules will appear between columns only htmlarea-TableOperations nl Regels verschijnen enkel tussen de kolommen
|
||||
rules will appear between rows only htmlarea-TableOperations nl Regels verschijnen enkel tussen de rijen
|
||||
russian federation common nl RUSLAND
|
||||
rwanda common nl RWANDA
|
||||
saint helena common nl SINT HELENA
|
||||
saint kitts and nevis common nl SINT KITTS EN NEVIS
|
||||
saint lucia common nl SINT LUCIA
|
||||
saint pierre and miquelon common nl SINT PIERRE EN MIQUELON
|
||||
saint vincent and the grenadines common nl SINT VINCENT EN DE GRENADINEN
|
||||
samoa common nl SAMOA
|
||||
san marino common nl SAN MARINO
|
||||
sao tome and principe common nl SAO TOMÉ AND PRINCIPE
|
||||
saturday common nl Zaterdag
|
||||
saudi arabia common nl SAUDI ARABIË
|
||||
|
||||
save common nl Opslaan
|
||||
search common nl Zoeken
|
||||
section common nl Sectie
|
||||
select common nl Selecteren
|
||||
select all %1 %2 for %3 common nl Selecteer alle %1 %2 voor %3
|
||||
select category common nl Selecteer Categorie
|
||||
select date common nl Selecteer datum
|
||||
select group common nl Selecteer groep
|
||||
select home email address common nl Selecteer emailadres thuis
|
||||
select one common nl Selecteer een
|
||||
select user common nl Selecteer gebruiker
|
||||
select work email address common nl Selecteer emailadres werk
|
||||
send common nl Verzend
|
||||
senegal common nl SENEGAL
|
||||
september common nl September
|
||||
server %1 has been added common nl Server %1 is toegevoegd
|
||||
server name common nl Servernaam
|
||||
session has been killed common nl Sessie is beëindigd
|
||||
setup common nl Setup
|
||||
setup main menu common nl Setup hoofdmenu
|
||||
seychelles common nl SEYCHELLEN
|
||||
show all common nl laat alles zien
|
||||
show all categorys common nl Alle categorieën weergegeven
|
||||
show page generation time common nl Generatietijd van de pagina's weergeven?
|
||||
show page generation time on the bottom of the page? common nl Generatietijd van de pagina's weergeven onderaan de pagina?
|
||||
show the image properties dialog htmlarea-ContextMenu nl Laat het afbeeldingseigenschappen dialog zien
|
||||
show the table cell properties dialog htmlarea-ContextMenu nl Laat de tabel celeigenschappen dialog zien
|
||||
show the table properties dialog htmlarea-ContextMenu nl Laat de tabel eigenschappen dialog zien
|
||||
show the table row properties dialog htmlarea-ContextMenu nl Laat de tabel rijeigenschappen dialog zien
|
||||
show_more_apps common nl Meer applicaties weergeven
|
||||
showing %1 common nl weergegeven: %1
|
||||
showing %1 - %2 of %3 common nl weergegeven: %1 - %2 van %3
|
||||
sierra leone common nl SIERRA LEONE
|
||||
singapore common nl SINGAPORE
|
||||
slovakia common nl SLOWAKIJË
|
||||
|
||||
slovenia common nl SLOVENIË
|
||||
|
||||
solomon islands common nl SALOMOMEILANDEN
|
||||
somalia common nl SOMALIË
|
||||
|
||||
sorry, there was a problem processing your request. common nl Sorry, er is een probleem opgetreden met het verwerken van uw verzoek.
|
||||
sorry, your login has expired login nl Excuses, uw sessie is verlopen
|
||||
south africa common nl ZUID AFRIKA
|
||||
south georgia and the south sandwich islands common nl ZUID-GEORGIA EN DE ZUIDELIJKE SANDWICHEILANDEN
|
||||
spacing htmlarea-TableOperations nl marge
|
||||
spacing and padding htmlarea-TableOperations nl Celmarge en afstand tussen cellen
|
||||
spain common nl SPANJE
|
||||
split cell htmlarea-TableOperations nl Cel splitsen
|
||||
split column htmlarea-TableOperations nl Kolom splitsen
|
||||
split row htmlarea-TableOperations nl Rij splitsen
|
||||
sri lanka common nl SRI LANKA
|
||||
start date common nl Startdatum
|
||||
start time common nl Starttijd
|
||||
status common nl Status
|
||||
style [css] htmlarea-TableOperations nl CSS Style
|
||||
subject common nl Onderwerp
|
||||
submit common nl Verzenden
|
||||
substitutions and their meanings: common nl Substituties en hun betekenissen:
|
||||
sudan common nl SUDAN
|
||||
summary htmlarea-TableOperations nl Overzicht
|
||||
sunday common nl Zondag
|
||||
suriname common nl SURINAME
|
||||
svalbard and jan mayen common nl SVALBARD EN JAN MAYEN (EILANDEN)
|
||||
swaziland common nl SWAZILAND
|
||||
sweden common nl ZWEDEN
|
||||
switzerland common nl ZWITSERLAND
|
||||
syrian arab republic common nl SYRIË
|
||||
|
||||
table properties htmlarea-TableOperations nl Tabel eigenschappen
|
||||
taiwan common nl TAIWAN/TAIPEI
|
||||
tajikistan common nl TADZJIKISTAN
|
||||
tanzania, united republic of common nl TANZANIA
|
||||
text align htmlarea-TableOperations nl Text uitlijning
|
||||
text color: htmlarea-FullPage nl Tekstkleur:
|
||||
thailand common nl THAILAND
|
||||
the api is current common nl De API is actueel
|
||||
the api requires an upgrade common nl De API vereist een upgrade
|
||||
the bottom side only htmlarea-TableOperations nl Enkel aan de onderkant
|
||||
the following applications require upgrades common nl De volgende toepassingen vereisen een upgrade
|
||||
the left-hand side only htmlarea-TableOperations nl Enkel aan de linkerkant
|
||||
the mail server returned common nl De mailserver gaf als reactie
|
||||
the right and left sides only htmlarea-TableOperations nl Enkel aan de linker en rechterkant
|
||||
the right-hand side only htmlarea-TableOperations nl Enkel aan de rechterkant
|
||||
the top and bottom sides only htmlarea-TableOperations nl Enkel aan de bovenen onderkant
|
||||
the top side only htmlarea-TableOperations nl Enkel aan de bovenkant
|
||||
this application is current common nl Deze toepassing is actueel
|
||||
this application requires an upgrade common nl Deze toepassing vereist een upgrade
|
||||
this name has been used already common nl Deze naam is reeds in gebruik !
|
||||
thursday common nl Donderdag
|
||||
time common nl Tijd
|
||||
time selection: common nl Tijdselectie:
|
||||
time tracking common nl Tijdregistratie
|
||||
time zone common nl Tijdzone
|
||||
time zone offset common nl Tijdzoneverschil
|
||||
title common nl Titel
|
||||
to common nl Aan
|
||||
to correct this error for the future you will need to properly set the common nl Om deze fout in de toekomst te voorkomen moet u de juiste
|
||||
to go back to the msg list, click <a href= %1 >here</a> common nl Klik <a href="%1">hier</a> om terug te gaan in de berichtenlijst.
|
||||
today common nl Vandaag
|
||||
todays date, eg. "%1" common nl datum vandaag, bijv. "%1"
|
||||
toggle first day of week common nl (de)activeer eerste dag van de week
|
||||
togo common nl TOGO
|
||||
tokelau common nl TOKELAU
|
||||
tonga common nl TONGA
|
||||
too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common nl De veel mislukte pogingen om in te loggen: %1 voor de gebruiker '%2', %3 voor het IP %4
|
||||
top htmlarea-TableOperations nl Boven
|
||||
total common nl Totaal
|
||||
trinidad and tobago common nl TRINIDAD EN TOBAGO
|
||||
tuesday common nl Dinsdag
|
||||
tunisia common nl TUNISIË
|
||||
|
||||
turkey common nl TURKIJË
|
||||
|
||||
turkmenistan common nl TURKMENISTAN
|
||||
turks and caicos islands common nl TURKS EN CAICOSEILANDEN
|
||||
tuvalu common nl TUVALU
|
||||
uganda common nl UGANDA
|
||||
ukraine common nl OEKRAÏNE
|
||||
united arab emirates common nl VERENIGDE ARABISCHE EMIRATEN
|
||||
united kingdom common nl VERENIGD KONINKRIJK
|
||||
united states common nl VERENIGDE STATES
|
||||
united states minor outlying islands common nl VERENIGDE STATES: KLEINE EILANDEN
|
||||
unknown common nl Onbekend
|
||||
unlink the current element htmlarea-ContextMenu nl Unlink het huidige element
|
||||
unset color htmlarea-TableOperations nl Wis kleur
|
||||
update common nl Bijwerken
|
||||
updated common nl Bijgewerkt
|
||||
url common nl URL
|
||||
uruguay common nl URUGUAY
|
||||
use button to search for common nl Gebruik knop om te zoeken naar
|
||||
use button to search for address common nl gebruik Knop om te zoeken naar Adressen
|
||||
use button to search for calendarevent common nl gebruik Knop om te zoeken naar Agenda-afspraken
|
||||
use button to search for project common nl gebruik Knop om te zoeken naar Projecten
|
||||
user common nl Gebruiker
|
||||
user accounts common nl Gebruikersaccounts
|
||||
user groups common nl Gebruikersgroepen
|
||||
username common nl Gebruikersnaam
|
||||
users common nl gebruikers
|
||||
users choice common nl Gebruikerskeuze
|
||||
uzbekistan common nl OEZBEKISTAN
|
||||
vacation hours per year common nl Jaarlijks aantal verlofuren
|
||||
vacation hours used common nl Gebruikte verlofuren
|
||||
vanuatu common nl VANUATU
|
||||
venezuela common nl VENEZUELA
|
||||
version common nl Versie
|
||||
vertical align htmlarea-TableOperations nl Vertikale uitlijning
|
||||
viet nam common nl VIETNAM
|
||||
view common nl Bekijken
|
||||
virgin islands, british common nl BRITSE MAAGDENEILANDEN
|
||||
virgin islands, u.s. common nl AMERIKAANSE MAAGDENEILANDEN
|
||||
wallis and futuna common nl WALLIS EN FUTUNA
|
||||
wednesday common nl Woensdag
|
||||
welcome common nl Welkom
|
||||
western sahara common nl WESTELIJK SAHARA
|
||||
which groups common nl welke groepen
|
||||
width htmlarea-TableOperations nl Breedte
|
||||
wk common nl wk
|
||||
work email common nl email werk
|
||||
written by: common nl Geschreven door:
|
||||
year common nl Jaar
|
||||
yemen common nl JEMEN
|
||||
yes common nl Ja
|
||||
you are required to change your password during your first login common nl U moet nadat u voor het eerst bent ingelogd uw wachtwoord wijzigen.
|
||||
you are running a newer version of phpgroupware than your database is setup for common nl De versie van eGroupWare is recenter dan de versie van de geïnstalleerde database
|
||||
you have %1 new messages! common nl U hebt %1 nieuwe berichten!
|
||||
you have 1 new message! common nl U hebt 1 nieuw bericht!
|
||||
you have been successfully logged out login nl U bent succesvol afgemeld
|
||||
you have not entered a title common nl U heeft geen titel ingevoerd !
|
||||
you have not entered a valid date common nl U heeft geen geldige datum ingevoerd !
|
||||
you have not entered a valid time of day common nl U heeft geen geldige tijd van de dag ingevoerd !
|
||||
you have not entered participants common nl U heeft geen deelnemers opgegeven !
|
||||
you have selected an invalid date common nl U heeft een ongeldige datum geselecteerd !
|
||||
you have selected an invalid main category common nl U heeft een ongeldige hoofdcategorie geselecteerd !
|
||||
you have successfully logged out common nl U bent succesvol afgemeld
|
||||
your message could <b>not</b> be sent!<br> common nl U bericht kon niet worden verzonden !
|
||||
your message has been sent common nl Uw bericht is verzonden
|
||||
your search returned %1 matchs common nl Uw zoekopdracht leverde %1 items op
|
||||
your search returned 1 match common nl Uw zoekopdracht leverde 1 item op
|
||||
your session could not be verified. login nl Uw sessie kon niet geverifieerd worden
|
||||
your settings have been updated common nl Uw instellingen zijn gewijzigd
|
||||
yugoslavia common nl JOEGOSLAVIË
|
||||
|
||||
zambia common nl ZAMBIA
|
||||
zimbabwe common nl ZIMBABWE
|
726
phpgwapi/setup/phpgw_no.lang
Normal file
726
phpgwapi/setup/phpgw_no.lang
Normal file
@ -0,0 +1,726 @@
|
||||
%1 email addresses inserted common no %1 email adresser lagt til
|
||||
%1 is not executable by the webserver !!! common no %1 er ikke eksekverbar på webtjener !!!
|
||||
%1egroupware%2 is a multi-user, web-based groupware suite written in %3php%4. common no %1eGroupWare%2 er en multi-bruker, web-basert gruppevare skrevet i %3PHP%4.
|
||||
(shift-)click or drag to change value jscalendar no (Shift-)klikk eller dra for å endre verdi
|
||||
- click on any of the time parts to increase it jscalendar no - Klikk en av tidsdelene for å øke
|
||||
- hold mouse button on any of the above buttons for faster selection. jscalendar no - Trykk og hold nede musknappen på knappene over for raskere utvalg
|
||||
- or click and drag for faster selection. jscalendar no - eller kikk og dra for raskere utvalg
|
||||
- or shift-click to decrease it jscalendar no - eller Shift-Klikk for å redusere utvalg
|
||||
- use the %1, %2 buttons to select month jscalendar no - Bruk %1, %2 knappene for å velge måned
|
||||
- use the %1, %2 buttons to select year jscalendar no - Bruk %1, %2 knappene for å velge år
|
||||
|
||||
00 (disable) admin no 00 (frakoblet)
|
||||
13 (ntp) admin no 13 (ntp)
|
||||
3 number of chars for day-shortcut jscalendar no 3 karakterer for dag
|
||||
3 number of chars for month-shortcut jscalendar no 3 karakterer for måned
|
||||
80 (http) admin no 80 (http)
|
||||
about common no Om
|
||||
about %1 common no Om %1
|
||||
about the calendar jscalendar no Om kalenderen
|
||||
about this editor htmlarea no Om denne editoren
|
||||
access common no Tilgang
|
||||
access not permitted common no Ingen tilgang
|
||||
access type common no Access type
|
||||
account has been created common no Brukerkonto har blitt opprettet
|
||||
account has been deleted common no Brukerkonto har blitt slettet
|
||||
account has been updated common no Brukerkonto har blitt oppdatert
|
||||
account is expired common no Brukerkonto har utløpt på dato
|
||||
acl common no Tlgangskontroll
|
||||
action common no Funksjon
|
||||
active common no Aktiv
|
||||
add common no Legg til
|
||||
add %1 category for common no Legg til %1 kategori for
|
||||
add category common no Legg til kategori
|
||||
add sub common no Legg til underkategori
|
||||
addressbook common no Adresseliste
|
||||
admin common no Admin
|
||||
administration common no Administrasjon
|
||||
afghanistan common no AFGANISTAN
|
||||
albania common no ALBANIA
|
||||
algeria common no ALGERIE
|
||||
align htmlarea-TableOperations no Juster
|
||||
all common no Alle
|
||||
all four sides htmlarea-TableOperations no Alle fire sider
|
||||
alphabet common no a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,x,z
|
||||
american samoa common no SAMOA
|
||||
andorra common no ANDORRA
|
||||
angola common no ANGOLA
|
||||
anguilla common no ANGUILLA
|
||||
antarctica common no ANTARKTIS
|
||||
antigua and barbuda common no ANTIGUA OG BARBUDA
|
||||
apply common no Utfør
|
||||
|
||||
april common no April
|
||||
are you sure you want to delete these entries ? common no Er du sikkert på at du vil slette disse innslagene?
|
||||
are you sure you want to delete this entry ? common no Er du sikker du vil slette dette innslaget ?
|
||||
argentina common no ARGENTINA
|
||||
armenia common no ARMENIA
|
||||
aruba common no ARUBA
|
||||
august common no August
|
||||
australia common no AUSTRALIA
|
||||
austria common no ØSTERRIKE
|
||||
author common no Forfatter
|
||||
autohide sidebox menus common no Gjem side-menyene automatisk
|
||||
automatically hide the sidebox menus? common no Automatisk gjemme side-menyene?
|
||||
autosave default category common no Autolagre standard kategori
|
||||
azerbaijan common no AZERBADSJAN
|
||||
back common no Tilbake
|
||||
back to user login common no Tilbake til brukerpålogging
|
||||
background htmlarea-TableOperations no Bakgrund
|
||||
background color htmlarea no Bakgrunnsfarge
|
||||
bad login or password common no Ugyldig login eller passord
|
||||
bahamas common no BAHAMAS
|
||||
bahrain common no BAHRAIN
|
||||
bangladesh common no BANGLADESH
|
||||
barbados common no BARBADOS
|
||||
baseline htmlarea-TableOperations no Grunnlinje
|
||||
bcc common no Bcc
|
||||
belarus common no HVITERUSSLAND
|
||||
belgium common no BELGIA
|
||||
belize common no BELIZE
|
||||
benin common no BENIN
|
||||
bermuda common no BERMUDA
|
||||
bhutan common no BHUTAN
|
||||
blocked, too many attempts common no Sperret, for mange forsøk
|
||||
|
||||
bold htmlarea no Fet
|
||||
bolivia common no BOLIVIA
|
||||
border htmlarea-TableOperations no Kantlinje
|
||||
borders htmlarea-TableOperations no Kantlinjer
|
||||
bosnia and herzegovina common no BOSNIA-HERZEGOVINA
|
||||
botswana common no BOTSWANA
|
||||
bottom htmlarea-TableOperations no Bunn
|
||||
bouvet island common no BOUVETØYA
|
||||
brazil common no BRASIL
|
||||
british indian ocean territory common no BRITISK INDISKE HAVTERRITORIUM
|
||||
brunei darussalam common no BRUNEI
|
||||
bulgaria common no BULGARIA
|
||||
bulleted list htmlarea no Punkt liste
|
||||
burkina faso common no BURKINA FASO
|
||||
burundi common no BURUNDI
|
||||
calendar common no Kalender
|
||||
cambodia common no KAMBODSJA
|
||||
cameroon common no KAMERUN
|
||||
canada common no CANADA
|
||||
cancel common no Avbryt
|
||||
cape verde common no KAPP VERDE
|
||||
caption htmlarea-TableOperations no Overskrift
|
||||
categories common no Kategorier
|
||||
categories for common no kategorier for
|
||||
category common no Kategori
|
||||
category %1 has been added ! common no Kategori %1 ble lagt til!
|
||||
category %1 has been updated ! common no Kategori %1 ble oppdatert!
|
||||
cayman islands common no CAYMAN-ØYENE
|
||||
cc common no Cc
|
||||
cell properties htmlarea-TableOperations no Celleegenskaper
|
||||
center htmlarea-TableOperations no Sentrer
|
||||
central african republic common no SENTRALAFRIKANSKE REPUBLIKK
|
||||
chad common no CHAD
|
||||
change common no Endre
|
||||
char htmlarea-TableOperations no Tegn
|
||||
charset common no iso-8859-1
|
||||
check installation common no Sjekk installasjon
|
||||
chile common no CHILE
|
||||
china common no KINA
|
||||
choose the category common no Velg kategori
|
||||
choose the parent category common no Velg overordnet kategori
|
||||
christmas island common no CHRISTMAS ISLAND
|
||||
clear common no Tøm
|
||||
|
||||
clear form common no Tøm skjema
|
||||
click common no Klikk
|
||||
click or mouse over to show menus common no Klikk eller hold peker over for å vise menyene
|
||||
click or mouse over to show menus? common no Klikk eller hold peker over for å vise menyene?
|
||||
close common no Lukk
|
||||
cocos (keeling) islands common no COCOS (KEELING) ØYENE
|
||||
collapsed borders htmlarea-TableOperations no Fjern kantlinjer
|
||||
colombia common no COLOMBIA
|
||||
color htmlarea-TableOperations no Farge
|
||||
comoros common no COMOROS
|
||||
company common no Firma
|
||||
congo common no KONGO
|
||||
congo, the democratic republic of the common no KONGO, Den demokratiske republikk
|
||||
cook islands common no COOK ØYENE
|
||||
copy common no Kopier
|
||||
copy selection htmlarea no Kopier utvalg
|
||||
costa rica common no COSTA RICA
|
||||
cote d ivoire common no ELFENBENSKYSTEN
|
||||
create common no Opprett
|
||||
created by common no Opprettet av
|
||||
croatia common no KROATIA
|
||||
cuba common no CUBA
|
||||
currency common no Myntenhet
|
||||
current common no Nåværende
|
||||
current style htmlarea no Nåværende stil
|
||||
current users common no Nåværende brukere
|
||||
cut selection htmlarea no Klipp utvalg
|
||||
cyprus common no KYPROS
|
||||
czech republic common no TSJEKKIA
|
||||
date common no Dato
|
||||
date due common no Dato Ferdig
|
||||
date selection: jscalendar no Dato utvalg
|
||||
datetime port.<br>if using port 13, please set firewall rules appropriately before submitting this page.<br>(port: 13 / host: 129.6.15.28) admin no Datetime port.<br>Hvis port 13 brukes, vennligst påse at brannmur-reglene er riktige før du oppdaterer denne siden.<br>(Port: 13 / Host: 129.6.15.28)
|
||||
december common no Desember
|
||||
decrease indent htmlarea no Krymp innrykk
|
||||
default category common no Standard kategori
|
||||
delete common no Slett
|
||||
delete cell htmlarea-TableOperations no Slett celle
|
||||
delete column htmlarea-TableOperations no Slett kolonne
|
||||
delete row htmlarea-TableOperations no Slett rad
|
||||
denmark common no DANMARK
|
||||
description common no Beskrivelse
|
||||
detail common no Detalj
|
||||
details common no Detaljer
|
||||
diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common no Koble ut bugscriptfix for Internet Explorer 5.5 og høyere for å vise gjennomsiktige PNG-bilder?
|
||||
disable internet explorer png-image-bugfix common no Koble ut Internet Explorer png-bilde bugfix
|
||||
disable slider effects common no Slå av skyve-effektene
|
||||
disable the animated slider effects when showing or hiding menus in the page? opera and konqueror users will probably must want this. common no Slå av de animerte skyver-effektene under visning eller skjuling av menyene på siden? Opera og Konqueror brukere bør sannsynligvis velge dette.
|
||||
disabled common no Utkoblet
|
||||
display %s first jscalendar no Vis %s først
|
||||
|
||||
display monday first jscalendar no Vis mandag først
|
||||
|
||||
display sunday first jscalendar no Vis søndag først
|
||||
|
||||
djibouti common no DJIBOUTI
|
||||
do you also want to delete all subcategories ? common no Vil du slette alle underkategoriene?
|
||||
domain common no Domene
|
||||
domain name for mail-address, eg. "%1" common no domene navn for mail adresser, f.eks:"%1"
|
||||
domestic common no Innenlands
|
||||
dominica common no DOMINICA
|
||||
dominican republic common no DOMINIKANSKE REPUBLIKK
|
||||
done common no Ferdig
|
||||
drag to move jscalendar no Dra for å flytte
|
||||
e-mail common no E-Post
|
||||
east timor common no ØST TIMOR
|
||||
ecuador common no ECUADOR
|
||||
edit common no Endre
|
||||
edit %1 category for common no Endre %1 kategori for
|
||||
edit categories common no Endre kategorier
|
||||
edit category common no Endre kategori
|
||||
egroupware api version %1 common no eGroupWare API version %1
|
||||
egroupware: login blocked for user '%1', ip %2 common no eGroupWare: pålogging blokkert for bruker '%1', IP %2
|
||||
egroupware: login blocked for user \'%1\', ip %2 common no eGroupWare: pålogging blokkert for bruker '%1', IP %2
|
||||
egroupware: login blocked for user \\\'%1\\\', ip %2 common no eGroupWare: pålogging blokkert for bruker '%1', IP %2
|
||||
egypt common no EGYPT
|
||||
el salvador common no EL SALVADOR
|
||||
email common no Epost
|
||||
email-address of the user, eg. "%1" common no brukerens epost-adresse, f.eks: "%1"
|
||||
enabled common no Påslått
|
||||
end date common no Sluttdato
|
||||
end time common no Slutt tidspunkt
|
||||
enlarge editor htmlarea no Forstørr editor
|
||||
enter the location of egroupware's url.<br>example: http://www.domain.com/egroupware or /egroupware<br><b>no trailing slash</b> admin no Skriv inn eGroupWares Internett adresse (URL).<br> F.eks: http://www.domain.com/egroupware or /egroupware<br><b>Ingen avsluttende skråstrek</b>
|
||||
enter the location of egroupware\'s url.<br>example: http://www.domain.com/egroupware or /egroupware<br><b>no trailing slash</b> admin no Skriv inn adressen til eGroupWares URL. <br>Eksempel: http://www.domain.com/egroupware or /egroupware<br><b>Ingen skråstrek på slutt av adressen</b>
|
||||
entry has been deleted sucessfully common no Innslaget ble slettet
|
||||
entry updated sucessfully common no Innslaget ble oppdatert
|
||||
equatorial guinea common no EKVATORIAL-GUINEA
|
||||
eritrea common no ERITREA
|
||||
error common no Feil
|
||||
error creating %1 %2 directory common no Feil under opprettelse av %1 %2 mappe
|
||||
error deleting %1 %2 directory common no Feil under sletting av %1 %2 mappe
|
||||
error renaming %1 %2 directory common no Feil under omdøping av %1 %2 mappe
|
||||
estonia common no ESTLAND
|
||||
ethiopia common no ETIOPIA
|
||||
exit common no Avslutt
|
||||
falkland islands (malvinas) common no FALKLANDSØYENE
|
||||
faroe islands common no FÆRØYENE
|
||||
fax number common no Telefaksnummer
|
||||
february common no Februar
|
||||
fg color htmlarea-TableOperations no FG farge
|
||||
fields common no Felter
|
||||
fiji common no FIJI
|
||||
files common no Filer
|
||||
filter common no Filter
|
||||
finland common no FINLAND
|
||||
first name common no Fornavn
|
||||
first name of the user, eg. "%1" common no brukerens fornavn, f.eks: "%1"
|
||||
first page common no Første side
|
||||
firstname common no Fornavn
|
||||
fixme! common no FIXMEG!
|
||||
float htmlarea-TableOperations no Flytende
|
||||
font color htmlarea no Font farge
|
||||
force selectbox common no Tvungen utvalgsboks
|
||||
frames htmlarea-TableOperations no rammer
|
||||
france common no FRANKRIKE
|
||||
french guiana common no FRANSKE GUYANA
|
||||
french polynesia common no FRANSK POLYNESIA
|
||||
french southern territories common no FRANSKE SYDTERRITORIUM
|
||||
friday common no Fredag
|
||||
ftp common no FTP
|
||||
fullname common no Fullt navn
|
||||
gabon common no GABUN
|
||||
gambia common no GAMBIA
|
||||
general menu common no Hovedmeny
|
||||
georgia common no GEORGIA
|
||||
germany common no TYSKLAND
|
||||
ghana common no GHANA
|
||||
gibraltar common no GIBRALTAR
|
||||
global common no Global
|
||||
global public common no Global offentlig
|
||||
go today jscalendar no Gå i dag
|
||||
grant access common no Gi tilgang
|
||||
greece common no HELLAS
|
||||
greenland common no GRØNLAND
|
||||
grenada common no GRANADA
|
||||
group common no Gruppe
|
||||
group access common no Gruppetilgang
|
||||
group has been added common no Gruppen ble lagt til
|
||||
group has been deleted common no Gruppen ble slettet
|
||||
group has been updated common no Gruppe har blitt oppdatert
|
||||
group name common no gruppenavn
|
||||
group public common no Gruppe Offentlig
|
||||
groups common no Grupper
|
||||
groups with permission for %1 common no Grupper med tilgang til %1
|
||||
groups without permission for %1 common no Grupper uten tilgang til %1
|
||||
guadeloupe common no GUADELOUPE
|
||||
guam common no GUAM
|
||||
guatemala common no GUATEMALA
|
||||
guinea common no GUINEA
|
||||
guinea-bissau common no GUINEA BISSAU
|
||||
guyana common no GUYANA
|
||||
haiti common no HAITI
|
||||
heard island and mcdonald islands common no HEARD OG MCDONALD ØYENE
|
||||
height htmlarea-TableOperations no Høyde
|
||||
help common no Hjelp
|
||||
help using editor htmlarea no Hjelp til editoren
|
||||
high common no Høy
|
||||
|
||||
highest common no Høyest
|
||||
holy see (vatican city state) common no VATIKANET
|
||||
home common no Hjem
|
||||
home email common no hjemme epost
|
||||
honduras common no HONDURAS
|
||||
hong kong common no HONG KONG
|
||||
horizontal rule htmlarea no Horisontal regel
|
||||
how many columns would you like to merge? htmlarea-TableOperations no Hvor mange kolonner vil du slå sammen?
|
||||
how many icons should be shown in the navbar (top of the page). additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar. common no Hvor mange ikoner som skal vises på navigasjonslinjen (på toppen av siden). Ekstra ikoner vises i en rullegardinmeny ved å trykke på ikonet lengst til høyre på navigasjonslinjen.
|
||||
how many rows would you like to merge? htmlarea-TableOperations no Hvor mange rader vil du slå sammen?
|
||||
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations no HTMLArea nekter å slette siste cellen i tabellen.
|
||||
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations no HTMLArea nekter å slette siste kolonnen i tabellen.
|
||||
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations no HTMLArea nekter å slette siste raden i tabellen.
|
||||
hungary common no UNGARN
|
||||
iceland common no ISLAND
|
||||
image url htmlarea-TableOperations no Bildets URL
|
||||
increase indent htmlarea no Øk marg
|
||||
india common no INDIA
|
||||
indonesia common no INONESIA
|
||||
insert all %1 addresses of the %2 contacts in %3 common no Legg til alle %1 adresser fra %2 kontakter i %3
|
||||
insert cell after htmlarea-TableOperations no Sett inn celle etter
|
||||
insert cell before htmlarea-TableOperations no Sett inn celle foran
|
||||
insert column after htmlarea-TableOperations no Skyt inn kolonne etter
|
||||
insert column before htmlarea-TableOperations no Skyt inn kolonne før
|
||||
insert image htmlarea no Sett inn bilde
|
||||
insert row after htmlarea-TableOperations no Skyt inn rad etter
|
||||
insert row before htmlarea-TableOperations no Skyt inn rad foran
|
||||
insert table htmlarea no Sett inn tabell
|
||||
insert web link htmlarea no Legg til web lenke
|
||||
international common no Internasjonal
|
||||
invalid ip address common no Ugyldig IP adresse
|
||||
invalid password common no Ugyldig passord
|
||||
iran, islamic republic of common no IRAN
|
||||
iraq common no IRAK
|
||||
ireland common no IRLAND
|
||||
israel common no ISRAEL
|
||||
it has been more then %1 days since you changed your password common no Det er mer enn %1 dager siden du endret passordet ditt
|
||||
it is recommended that you run setup to upgrade your tables to the current version common no Det er anbefalt at du kjører setup for å oppgradere til den gjeldende versjonen.
|
||||
italic common no Kursiv
|
||||
italy common no ITALIA
|
||||
jamaica common no JAMAICA
|
||||
january common no Januar
|
||||
japan common no JAPAN
|
||||
jordan common no JORDAN
|
||||
july common no Juli
|
||||
jun common no Jun
|
||||
june common no Juni
|
||||
justify htmlarea-TableOperations no Juster
|
||||
justify center htmlarea no Senterjustèr
|
||||
|
||||
justify full htmlarea no Fulljustèring
|
||||
justify left htmlarea no Venstrejustèr
|
||||
|
||||
justify right htmlarea no Høyrejustèr
|
||||
|
||||
kazakstan common no KAZAKSTAN
|
||||
kenya common no KENYA
|
||||
keywords common no Nøkkelord
|
||||
kiribati common no KIRIBATI
|
||||
korea, democratic peoples republic of common no NORD KOREA
|
||||
korea, republic of common no SØR KOREA
|
||||
kuwait common no QUWAIT
|
||||
kyrgyzstan common no KYRGYZSTAN
|
||||
language common no Språk
|
||||
|
||||
lao peoples democratic republic common no LAO
|
||||
last name common no Etternavn
|
||||
last name of the user, eg. "%1" common no Brukerens etternavn, f.eks: "%1"
|
||||
last page common no siste side
|
||||
lastname common no Etternavn
|
||||
latvia common no LATVIA
|
||||
layout htmlarea-TableOperations no Layout
|
||||
lebanon common no LIBANON
|
||||
left htmlarea-TableOperations no Venstre
|
||||
lesotho common no LESOTHO
|
||||
liberia common no LIBERIA
|
||||
libyan arab jamahiriya common no LIBYA
|
||||
license common no Lisens
|
||||
liechtenstein common no LIECHTENSTEIN
|
||||
list common no Liste
|
||||
lithuania common no LITAUEN
|
||||
local common no Lokal
|
||||
login common no Login
|
||||
loginid common no LoginID
|
||||
logout common no Logg ut
|
||||
low common no Lav
|
||||
lowest common no Lavest
|
||||
luxembourg common no LUXEMBURG
|
||||
macau common no MACAO
|
||||
macedonia, the former yugoslav republic of common no MAKEDONIA
|
||||
madagascar common no MADAGASKAR
|
||||
mail domain, eg. "%1" common no mail domene, f.eks: "%1"
|
||||
main category common no Hovedkategori
|
||||
main screen common no Forside
|
||||
maintainer common no Vedlikeholdsansvarlig
|
||||
malawi common no MALAWI
|
||||
malaysia common no MALAYSIA
|
||||
maldives common no MALDIVENE
|
||||
mali common no MALI
|
||||
malta common no MALTA
|
||||
march common no Mars
|
||||
margin htmlarea-TableOperations no Marg
|
||||
marshall islands common no MARSHALL-ØYENE
|
||||
martinique common no MARTINIQUE
|
||||
mauritania common no MAURITANIA
|
||||
mauritius common no MAURITIUS
|
||||
max number of icons in navbar common no Maks antall ikoner på navigasjonslinje
|
||||
may common no Mai
|
||||
mayotte common no MAYOTTE
|
||||
medium common no Medium
|
||||
menu common no Meny
|
||||
merge cells htmlarea-TableOperations no Slå sammen celler
|
||||
message common no Melding
|
||||
mexico common no MEXICO
|
||||
micronesia, federated states of common no MIKRONESIA
|
||||
middle htmlarea-TableOperations no Midten
|
||||
moldova, republic of common no MOLDOVA
|
||||
monaco common no MONACO
|
||||
monday common no Mandag
|
||||
mongolia common no MONGOLIA
|
||||
montserrat common no MONTSERRAT
|
||||
morocco common no MAROKKO
|
||||
mozambique common no MOSAMBIK
|
||||
myanmar common no MYANMAR
|
||||
name common no Navn
|
||||
name of the user, eg. "%1" common no Brukerens navn, f.eks: "%1"
|
||||
namibia common no NAMIBIA
|
||||
nauru common no NAURU
|
||||
nepal common no NEPAL
|
||||
netherlands common no NEDERLAND
|
||||
netherlands antilles common no NEDERLANDSKE ANTILLER
|
||||
never common no Aldri
|
||||
new caledonia common no NY KALEDONIA
|
||||
new entry added sucessfully common no Ny innslag ble lagt til
|
||||
new main category common no Ny hovedkategori
|
||||
new value common no Ny verdi
|
||||
new zealand common no NEW ZEALAND
|
||||
next common no Neste
|
||||
next month (hold for menu) jscalendar no Neste måned (hold nede for meny)
|
||||
next page common no Neste side
|
||||
next year (hold for menu) jscalendar no Neste side (hold nede for meny)
|
||||
nicaragua common no NICARAGUA
|
||||
niger common no NIGER
|
||||
nigeria common no NIGERIA
|
||||
niue common no NIUE
|
||||
no common no Nei
|
||||
no entries found, try again ... common no ingen treff prøv igjen ...
|
||||
no history for this record common no Ingen historie for denne posten
|
||||
no rules htmlarea-TableOperations no Ingen linjal
|
||||
no sides htmlarea-TableOperations no Ingen sider
|
||||
no subject common no Ingen Overskrift
|
||||
none common no Ingen
|
||||
norfolk island common no NORFOLK-ØYA
|
||||
normal common no Normal
|
||||
northern mariana islands common no NORDRE MARIANA ØYENE
|
||||
norway common no NORGE
|
||||
not assigned common no ikke tildelt
|
||||
note common no Notat
|
||||
notes common no Notater
|
||||
notify window common no Meldingsvindu
|
||||
november common no November
|
||||
october common no Oktober
|
||||
ok common no OK
|
||||
old value common no Gammel verdi
|
||||
oman common no OMAN
|
||||
on *nix systems please type: %1 common no På *nix systemer tast: %1
|
||||
on mouse over common no On Mouse Over
|
||||
only private common no kun private
|
||||
only yours common no kun dine
|
||||
open notify window common no Åpne varslingsvindu
|
||||
open popup window common no Åpne pop-up vindu
|
||||
ordered list htmlarea no Sortert liste
|
||||
original common no Orginal
|
||||
other common no Annet
|
||||
overview common no Oversikt
|
||||
owner common no Eier
|
||||
padding htmlarea-TableOperations no Luft
|
||||
page was generated in %1 seconds common no Siden ble generert på %1 sekunder
|
||||
pakistan common no PAKISTAN
|
||||
palau common no PALAU
|
||||
palestinian territory, occupied common no PALESTINSK OKKUPERT TERRITORIE
|
||||
panama common no PANAMA
|
||||
papua new guinea common no PAPUA NEW GUINEA
|
||||
paraguay common no PARAGUAY
|
||||
parcel common no Pakke
|
||||
parent category common no Overordnet kategori
|
||||
password common no Passord
|
||||
password could not be changed common no Passord kunne ikke endres
|
||||
password has been updated common no Passord har blitt oppdatert
|
||||
paste from clipboard htmlarea no Lim inn fra utklippstavle
|
||||
path htmlarea no Sti
|
||||
path to user and group files has to be outside of the webservers document-root!!! common no Sti til bruker- og gruppe-filer. MÅ VÆRE UTENFOR webserverens dokument-rot!!!
|
||||
pattern for search in addressbook common no Søkeord for søk i Adresseliste
|
||||
pattern for search in calendar common no Søkeord for søk i Kalender
|
||||
pattern for search in projects common no Søkeord for søk i Prosjekter
|
||||
percent htmlarea-TableOperations no prosent
|
||||
permissions to the files/users directory common no tilgang til filmapper / brukermapper
|
||||
personal common no Personlig
|
||||
peru common no PERU
|
||||
philippines common no FILIPPINENE
|
||||
phone number common no Telefonnummer
|
||||
pitcairn common no PITCAIRN
|
||||
pixels htmlarea-TableOperations no billedpunkter
|
||||
please %1 by hand common no Vennligst %1 for hånd
|
||||
please click into some cell htmlarea-TableOperations no Klikk i en eller annen celle
|
||||
please enter a name common no Vennligst tast inn et navn !
|
||||
please run setup to become current common no Vennligst kjør setup for å oppdatere til siste versjon
|
||||
please select common no Velg
|
||||
please set your global preferences common no Sett dine globale preferanser
|
||||
please set your preferences for this application common no Sett dine preferanser for denne applikasjonen
|
||||
please wait... common no Vennligst vent...
|
||||
poland common no POLEN
|
||||
portugal common no PORTUGAL
|
||||
postal common no Post
|
||||
powered by phpgroupware version %1 common no Drevet av <a href="http://www.phpgroupware.org">phpGroupWare</a> versjon %1
|
||||
preferences common no Preferanser
|
||||
preferences for the idots template set common no Innstillinger for idots malen
|
||||
prev. month (hold for menu) jscalendar no Forrige måned (hold for meny)
|
||||
prev. year (hold for menu) jscalendar no Forrige år (hold for meny)
|
||||
previous page common no Forrige side
|
||||
print common no Skriv ut
|
||||
priority common no Prioritet
|
||||
private common no Privat
|
||||
project common no Prosjekt
|
||||
public common no offentlig
|
||||
puerto rico common no PUERTO RICO
|
||||
qatar common no QATAR
|
||||
read common no Les
|
||||
read this list of methods. common no Les metode-listen.
|
||||
redoes your last action htmlarea no Omgjør din siste endring
|
||||
reject common no Avvis
|
||||
rename common no Endre navn
|
||||
returns a full list of accounts on the system. warning: this is return can be quite large common no Returner en komplett liste av brukerkontoer på systemet. Advarsel: Denne listen kan bli svært lang
|
||||
returns an array of todo items common no Viser en tabell med gjøremål
|
||||
returns struct of users application access common no Viser en struktur over brukeres tilgang til applikasjonene
|
||||
reunion common no REUNION
|
||||
right htmlarea-TableOperations no Høyre
|
||||
romania common no ROMANIA
|
||||
row properties htmlarea-TableOperations no Egenskaper for rad
|
||||
rules htmlarea-TableOperations no Linjer
|
||||
rules will appear between all rows and columns htmlarea-TableOperations no Linjer vil synes mellom alle rader og kolonner
|
||||
rules will appear between columns only htmlarea-TableOperations no Linjer vil synes kun mellom kolonner
|
||||
rules will appear between rows only htmlarea-TableOperations no Linjer vil synes kun mellom rader
|
||||
russian federation common no RUSSISKE FØDERASJON
|
||||
rwanda common no RUANDA
|
||||
saint helena common no SAINT HELENA
|
||||
saint kitts and nevis common no SAINT KITTS & NEVIS ANGUILLA
|
||||
saint lucia common no SAINT HELENA
|
||||
saint pierre and miquelon common no SAINT PIERRE OG MIQUELON
|
||||
saint vincent and the grenadines common no SAINT VINCENT AND OG GRENADINENE
|
||||
samoa common no SAMOA
|
||||
san marino common no SAN MARINO
|
||||
sao tome and principe common no SAINT TOME OG PRINCIPE
|
||||
saturday common no Lørdag
|
||||
saudi arabia common no SAUDI-ARABIA
|
||||
save common no Lagre
|
||||
search common no Søk
|
||||
|
||||
section common no Avsnitt
|
||||
select common no Velg
|
||||
select all %1 %2 for %3 common no Velg alle %1 %2 for %3
|
||||
select category common no Velg kategori
|
||||
select date common no Velg dato
|
||||
select group common no Velg gruppe
|
||||
select home email address common no Velg hjemme-epost adresse
|
||||
select one common no Velg en
|
||||
select user common no Velg bruker
|
||||
select work email address common no Velg jobb-epost adresse
|
||||
send common no Send
|
||||
senegal common no SENEGAL
|
||||
september common no September
|
||||
server %1 has been added common no Tjener %1 ble lagt til
|
||||
server name common no Tjenernavn
|
||||
session has been killed common no Sesjonen ble avsluttet
|
||||
setup common no Oppsett
|
||||
setup main menu common no Hovedoppsett meny
|
||||
seychelles common no SEYCHELLENE
|
||||
show all common no vis alle
|
||||
show all categorys common no Vis alle kategorier
|
||||
show menu common no vis meny
|
||||
show page generation time common no Vis sidegenereringstid
|
||||
show page generation time on the bottom of the page? common no Vise sidegenereringstid på bunn av siden?
|
||||
show_more_apps common no vis_flere_applikasjoner
|
||||
showing %1 common no viser %1
|
||||
showing %1 - %2 of %3 common no viser %1 - %2 of %3
|
||||
sierra leone common no SIERRA LEONE
|
||||
singapore common no SINGAPORE
|
||||
slovakia common no SLOVAKIA
|
||||
slovenia common no SLOVENIA
|
||||
solomon islands common no SOLOMON ØYENE
|
||||
somalia common no SOMALIA
|
||||
sorry, there was a problem processing your request. common no Beklager, der var problemer ved din forespørsel.
|
||||
sorry, your login has expired login no Beklager, din bruker har gått ut på dato
|
||||
south africa common no SØR_AFRIKA
|
||||
south georgia and the south sandwich islands common no SØR GEORGIA OG SØR SANDWICH ØYENE
|
||||
spacing htmlarea-TableOperations no Luft
|
||||
spacing and padding htmlarea-TableOperations no Luft
|
||||
spain common no SPANIA
|
||||
split cell htmlarea-TableOperations no Del celle
|
||||
split column htmlarea-TableOperations no Del kolonne
|
||||
split row htmlarea-TableOperations no Del rad
|
||||
sri lanka common no SRI LANKA
|
||||
start date common no Startdato
|
||||
start time common no Start tid
|
||||
status common no Status
|
||||
strikethrough htmlarea no Overstrek
|
||||
style [css] htmlarea-TableOperations no Stil [CSS]
|
||||
subject common no Emne
|
||||
submit common no Send
|
||||
subscript htmlarea no Senket skrift
|
||||
substitutions and their meanings: common no Erstatninger og deres betydninger:
|
||||
sudan common no SUDAN
|
||||
summary htmlarea-TableOperations no Sammendrag
|
||||
sunday common no Søndag
|
||||
superscript htmlarea no Hevet script
|
||||
suriname common no SURINAM
|
||||
svalbard and jan mayen common no SVALBARD OG JAN MAYEN
|
||||
swaziland common no SWAZILAND
|
||||
sweden common no SVERIGE
|
||||
switzerland common no SVEITS
|
||||
syrian arab republic common no SYRIA
|
||||
table properties htmlarea-TableOperations no Tabellegenskaper
|
||||
taiwan common no TAIWAN/TAIPEI
|
||||
tajikistan common no TADJIKISTAN
|
||||
tanzania, united republic of common no TANZANIA
|
||||
text align htmlarea-TableOperations no Juster tekst
|
||||
thailand common no THAILAND
|
||||
the api is current common no API er oppdatert
|
||||
the api requires an upgrade common no API trenger oppgradering
|
||||
the bottom side only htmlarea-TableOperations no Bunnen kun
|
||||
the following applications require upgrades common no De følgende applikasjonene trenger oppgradering
|
||||
the left-hand side only htmlarea-TableOperations no Venstresiden kun
|
||||
the mail server returned common no Epost tjener returnerte
|
||||
the right and left sides only htmlarea-TableOperations no Høyre- og venstresiden kun
|
||||
the right-hand side only htmlarea-TableOperations no Høyresiden kun
|
||||
the top and bottom sides only htmlarea-TableOperations no The top and bottom sides only
|
||||
the top side only htmlarea-TableOperations no Overkanten kun
|
||||
this application is current common no Applikasjonen er oppdatert
|
||||
this application requires an upgrade common no Applikasjonen trenger oppgradering
|
||||
this name has been used already common no Dette navnet er allerede i bruk !
|
||||
thursday common no Torsdag
|
||||
time common no Tid
|
||||
time selection: jscalendar no Valg av tid:
|
||||
time zone common no Tidssone
|
||||
time zone offset common no Tidsforskjell
|
||||
title common no Tittel
|
||||
to common no Til
|
||||
to correct this error for the future you will need to properly set the common no For å unngå denne feilen i framtiden må du sette
|
||||
to go back to the msg list, click <a href= %1 >here</a> common no For å gå tilbake til meldingslisten, klikk <a hre="%1">her</a>
|
||||
today common no Idag
|
||||
todays date, eg. "%1" common no Dagens dato, f.eks: "%1"
|
||||
toggle first day of week jscalendar no Velg føste ukedag
|
||||
toggle html source htmlarea no Vis/fjern HTML kildekode
|
||||
togo common no TOGO
|
||||
tokelau common no TOKELAU
|
||||
tonga common no TONGA
|
||||
too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common no For mange mislykkede påloggings-forsøk: %1 av brukeren '%2', %3 på IP %4
|
||||
too many unsucessful attempts to login: %1 for the user \'%2\', %3 for the ip %4 common no For mange feilaktige påloggings-forsøk: %1 for brukeren '%2', %3 for IP %4
|
||||
too many unsucessful attempts to login: %1 for the user \\\'%2\\\', %3 for the ip %4 common no For mange påloggingsforsøk: %1 for brukeren '%2', %3 med IP %4
|
||||
top htmlarea-TableOperations no Overkant
|
||||
total common no Total
|
||||
trinidad and tobago common no TRINIDAD OG TOBAGO
|
||||
tuesday common no Tirsdag
|
||||
tunisia common no TUNIS
|
||||
turkey common no TYRKIA
|
||||
turkmenistan common no TURKMENISTAN
|
||||
turks and caicos islands common no TURKS OG CAICOS ØYENE
|
||||
tuvalu common no TUVALU
|
||||
uganda common no UGANDA
|
||||
ukraine common no UKRAINA
|
||||
underline htmlarea no Underlinjèr
|
||||
|
||||
undoes your last action htmlarea no Forkaster din siste endring
|
||||
united arab emirates common no FORENEDE ARABISKE EMIRATER
|
||||
united kingdom common no STORBRITANIA
|
||||
united states common no USA
|
||||
united states minor outlying islands common no USA-ØYER
|
||||
unknown common no Ukjent
|
||||
unset color htmlarea-TableOperations no Ikke-bestemt farge
|
||||
update common no Oppdater
|
||||
updated common no Oppdatert
|
||||
url common no URL
|
||||
uruguay common no URUGUAY
|
||||
use button to search for common no trykk for å søke etter
|
||||
use button to search for address common no trykk for å søke etter adresser
|
||||
use button to search for calendarevent common no trykk for å søke etter avtaler
|
||||
use button to search for project common no trykk for å søke etter prosjekter
|
||||
use cookies login no use cookies
|
||||
user common no Bruker
|
||||
user accounts common no brukerkonto
|
||||
user groups common no brukergrupper
|
||||
username common no Brukernavn
|
||||
users common no brukere
|
||||
users choice common no Brukervalg
|
||||
uzbekistan common no USBEKISTAN
|
||||
vanuatu common no VANUATU
|
||||
venezuela common no VENEZUELA
|
||||
version common no Versjon
|
||||
vertical align htmlarea-TableOperations no Vertikal justering
|
||||
viet nam common no VIETNAM
|
||||
view common no Vis
|
||||
virgin islands, british common no JOMFRUØYENE (BR.)
|
||||
virgin islands, u.s. common no JOMFRUØYENE (USA)
|
||||
wallis and futuna common no WALLIS OG FUTUNA ØYENE
|
||||
wednesday common no Onsdag
|
||||
welcome common no Velkommen
|
||||
western sahara common no VEST-SAHARA
|
||||
which groups common no Hvilke grupper
|
||||
width htmlarea-TableOperations no Bredde
|
||||
wk jscalendar no wk
|
||||
work email common no arbeids-epost
|
||||
written by: common no Skrevet av:
|
||||
year common no År
|
||||
yemen common no JEMEN
|
||||
yes common no Ja
|
||||
you are in text mode. use the [<>] button to switch back to wysiwig. htmlarea no Du er nå i TEKST MODUS. Bruk [<>] knappen for å gå tilbake til visuell editor.
|
||||
you are required to change your password during your first login common no Du må endre passord etter din første innlogging
|
||||
you are running a newer version of phpgroupware than your database is setup for common no Du kjører en nyere verjon av phpGroupWare enn databasen er konfigurert for
|
||||
you have %1 new messages! common no Du har %1 nye meldinger!
|
||||
you have 1 new message! common no Du har 1 ny melding!
|
||||
you have been successfully logged out login no Du har nå logget ut
|
||||
you have not entered a title common no Du har ikke tastet inn en tittel
|
||||
you have not entered a valid date common no Du har ikke tastet inn en gyldig dato
|
||||
you have not entered a valid time of day common no Du har ikke tastet inn et gyldig tidspunkt
|
||||
you have not entered participants common no Du har ikke tastet inn deltagere
|
||||
you have selected an invalid date common no Du har valgt en ugyldig dato !
|
||||
you have selected an invalid main category common no Du har valgt en ugyldig hovedkategori !
|
||||
you have successfully logged out common no Du har logget ut
|
||||
you need to add the webserver user '%1' to the group '%2'. common no Du må melde brukeren '%1' inn i '%2' gruppen på webtjener.
|
||||
your message could <b>not</b> be sent!<br> common no Meldingen kunne <b>ikke</b> sendes!<br>
|
||||
your message has been sent common no Din melding har blitt sent
|
||||
your search returned %1 matchs common no ditt søk gav %1 treff
|
||||
your search returned 1 match common no ditt søk gav 1 treff
|
||||
your session could not be verified. login no Din sesjon kunne ikke bekreftes
|
||||
your settings have been updated common no Dine innstillinger har blitt oppdatert
|
||||
yugoslavia common no JUGOSLAVIA
|
||||
zambia common no ZAMBIA
|
||||
zimbabwe common no ZIMBABWE
|
Loading…
Reference in New Issue
Block a user