integrated the HTMLarea plugins into the eGW translation system

This commit is contained in:
Ralf Becker 2004-08-29 01:26:17 +00:00
parent 62172c7202
commit da2755de9a
20 changed files with 1858 additions and 21 deletions

View File

@ -0,0 +1,94 @@
<?php
/**************************************************************************\
* eGroupWare - API htmlarea translations (according to lang in user prefs) *
* http: //www.eGroupWare.org *
* Modified by Ralf Becker <RalfBecker@outdoor-training.de> *
* This file is derived from htmlareas's lang/en.js file *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$GLOBALS['phpgw_info']['flags'] = Array(
'currentapp' => 'home', // can't be phpgwapi, nor htmlarea (no own directory)
'noheader' => True,
'nonavbar' => True,
'noappheader' => True,
'noappfooter' => True,
'nofooter' => True,
'nocachecontrol' => True // allow cacheing
);
include('../../../../../../header.inc.php');
$GLOBALS['phpgw']->translation->add_app('htmlarea-ContextMenu');
// I18N constants
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
?>
ContextMenu.I18N = {
// Items that appear in menu. Please note that an underscore (_)
// character in the translation (right column) will cause the following
// letter to become underlined and be shortcut for that menu option.
"Cut" : "<?php echo lang('Cut'); ?>",
"Copy" : "<?php echo lang('Copy'); ?>",
"Paste" : "<?php echo lang('Paste'); ?>",
"Image Properties" : "<?php echo lang('_Image Properties...'); ?>",
"Modify Link" : "<?php echo lang('_Modify Link...'); ?>",
"Check Link" : "<?php echo lang('Chec_k Link...'); ?>",
"Remove Link" : "<?php echo lang('_Remove Link...'); ?>",
"Cell Properties" : "<?php echo lang('C_ell Properties...'); ?>",
"Row Properties" : "<?php echo lang('Ro_w Properties...'); ?>",
"Insert Row Before" : "<?php echo lang('I_nsert Row Before'); ?>",
"Insert Row After" : "<?php echo lang('In_sert Row After'); ?>",
"Delete Row" : "<?php echo lang('_Delete Row'); ?>",
"Table Properties" : "<?php echo lang('_Table Properties...'); ?>",
"Insert Column Before" : "<?php echo lang('Insert _Column Before'); ?>",
"Insert Column After" : "<?php echo lang('Insert C_olumn After'); ?>",
"Delete Column" : "<?php echo lang('De_lete Column'); ?>",
"Justify Left" : "<?php echo lang('Justify Left'); ?>",
"Justify Center" : "<?php echo lang('Justify Center'); ?>",
"Justify Right" : "<?php echo lang('Justify Right'); ?>",
"Justify Full" : "<?php echo lang('Justify Full'); ?>",
"Make link" : "<?php echo lang('Make lin_k...'); ?>",
"Remove the" : "<?php echo lang('Remove the'); ?>",
"Element" : "<?php echo lang('Element...'); ?>",
// Other labels (tooltips and alert/confirm box messages)
"Please confirm that you want to remove this element:" : "<?php echo lang('Please confirm that you want to remove this element:'); ?>",
"Remove this node from the document" : "<?php echo lang('Remove this node from the document'); ?>",
"How did you get here? (Please report!)" : "<?php echo lang('How did you get here? (Please report!)'); ?>",
"Show the image properties dialog" : "<?php echo lang('Show the image properties dialog'); ?>",
"Modify URL" : "<?php echo lang('Modify URL'); ?>",
"Current URL is" : "<?php echo lang('Current URL is'); ?>",
"Opens this link in a new window" : "<?php echo lang('Opens this link in a new window'); ?>",
"Please confirm that you want to unlink this element." : "<?php echo lang('Please confirm that you want to unlink this element.'); ?>",
"Link points to:" : "<?php echo lang('Link points to:'); ?>",
"Unlink the current element" : "<?php echo lang('Unlink the current element'); ?>",
"Show the Table Cell Properties dialog" : "<?php echo lang('Show the Table Cell Properties dialog'); ?>",
"Show the Table Row Properties dialog" : "<?php echo lang('Show the Table Row Properties dialog'); ?>",
"Insert a new row before the current one" : "<?php echo lang('Insert a new row before the current one'); ?>",
"Insert a new row after the current one" : "<?php echo lang('Insert a new row after the current one'); ?>",
"Delete the current row" : "<?php echo lang('Delete the current row'); ?>",
"Show the Table Properties dialog" : "<?php echo lang('Show the Table Properties dialog'); ?>",
"Insert a new column before the current one" : "<?php echo lang('Insert a new column before the current one'); ?>",
"Insert a new column after the current one" : "<?php echo lang('Insert a new column after the current one'); ?>",
"Delete the current column" : "<?php echo lang('Delete the current column'); ?>",
"Create a link" : "<?php echo lang('Create a link'); ?>"
};

View File

@ -0,0 +1,53 @@
<?php
/**************************************************************************\
* eGroupWare - API htmlarea translations (according to lang in user prefs) *
* http: //www.eGroupWare.org *
* Modified by Ralf Becker <RalfBecker@outdoor-training.de> *
* This file is derived from htmlareas's lang/en.js file *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$GLOBALS['phpgw_info']['flags'] = Array(
'currentapp' => 'home', // can't be phpgwapi, nor htmlarea (no own directory)
'noheader' => True,
'nonavbar' => True,
'noappheader' => True,
'noappfooter' => True,
'nofooter' => True,
'nocachecontrol' => True // allow cacheing
);
include('../../../../../../header.inc.php');
$GLOBALS['phpgw']->translation->add_app('htmlarea-FullPage');
// I18N for the FullPage plugin
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
?>
FullPage.I18N = {
"Alternate style-sheet:": "<?php echo lang('Alternate style-sheet:'); ?>",
"Background color:": "<?php echo lang('Background color:'); ?>",
"Cancel": "<?php echo lang('Cancel'); ?>",
"DOCTYPE:": "<?php echo lang('DOCTYPE:'); ?>",
"Document properties": "<?php echo lang('Document properties'); ?>",
"Document title:": "<?php echo lang('Document title:'); ?>",
"OK": "<?php echo lang('OK'); ?>",
"Primary style-sheet:": "<?php echo lang('Primary style-sheet:'); ?>",
"Text color:": "<?php echo lang('Text color:'); ?>"
};

View File

@ -0,0 +1,46 @@
<?php
/**************************************************************************\
* eGroupWare - API htmlarea translations (according to lang in user prefs) *
* http: //www.eGroupWare.org *
* Modified by Ralf Becker <RalfBecker@outdoor-training.de> *
* This file is derived from htmlareas's lang/en.js file *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$GLOBALS['phpgw_info']['flags'] = Array(
'currentapp' => 'home', // can't be phpgwapi, nor htmlarea (no own directory)
'noheader' => True,
'nonavbar' => True,
'noappheader' => True,
'noappfooter' => True,
'nofooter' => True,
'nocachecontrol' => True // allow cacheing
);
include('../../../../../../header.inc.php');
$GLOBALS['phpgw']->translation->add_app('htmlarea-HtmlTidy');
// I18N constants
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Adam Wright, http://blog.hipikat.org/
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
?>
HtmlTidy.I18N = {
"tidying" : "<?php echo lang('\n Tidying up the HTML source, please wait...'); ?>",
"HT-html-tidy" : "<?php echo lang('HTML Tidy'); ?>"
};

View File

@ -0,0 +1,51 @@
<?php
/**************************************************************************\
* eGroupWare - API htmlarea translations (according to lang in user prefs) *
* http: //www.eGroupWare.org *
* Modified by Ralf Becker <RalfBecker@outdoor-training.de> *
* This file is derived from htmlareas's lang/en.js file *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$GLOBALS['phpgw_info']['flags'] = Array(
'currentapp' => 'home', // can't be phpgwapi, nor htmlarea (no own directory)
'noheader' => True,
'nonavbar' => True,
'noappheader' => True,
'noappfooter' => True,
'nofooter' => True,
'nocachecontrol' => True // allow cacheing
);
include('../../../../../../header.inc.php');
$GLOBALS['phpgw']->translation->add_app('htmlarea-ListType');
// I18N constants
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
?>
ListType.I18N = {
"Decimal" : "<?php echo lang('Decimal numbers'); ?>",
"Lower roman" : "<?php echo lang('Lower roman numbers'); ?>",
"Upper roman" : "<?php echo lang('Upper roman numbers'); ?>",
"Lower latin" : "<?php echo lang('Lower latin letters'); ?>",
"Upper latin" : "<?php echo lang('Upper latin letters'); ?>",
"Lower greek" : "<?php echo lang('Lower greek letters'); ?>",
"ListStyleTooltip" : "<?php echo lang('Choose list style type (for ordered lists)'); ?>"
};

View File

@ -0,0 +1,66 @@
<?php
/**************************************************************************\
* eGroupWare - API htmlarea translations (according to lang in user prefs) *
* http: //www.eGroupWare.org *
* Modified by Ralf Becker <RalfBecker@outdoor-training.de> *
* This file is derived from htmlareas's lang/en.js file *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$GLOBALS['phpgw_info']['flags'] = Array(
'currentapp' => 'home', // can't be phpgwapi, nor htmlarea (no own directory)
'noheader' => True,
'nonavbar' => True,
'noappheader' => True,
'noappfooter' => True,
'nofooter' => True,
'nocachecontrol' => True // allow cacheing
);
include('../../../../../../header.inc.php');
$GLOBALS['phpgw']->translation->add_app('htmlarea-SpellChecker');
// I18N constants
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
?>
SpellChecker.I18N = {
"CONFIRM_LINK_CLICK" : "<?php echo lang('Please confirm that you want to open this link'); ?>",
"Cancel" : "<?php echo lang('Cancel'); ?>",
"Dictionary" : "<?php echo lang('Dictionary'); ?>",
"Finished list of mispelled words" : "<?php echo lang('Finished list of mispelled words'); ?>",
"I will open it in a new page." : "<?php echo lang('I will open it in a new page.'); ?>",
"Ignore all" : "<?php echo lang('Ignore all'); ?>",
"Ignore" : "<?php echo lang('Ignore'); ?>",
"NO_ERRORS" : "<?php echo lang('No mispelled words found with the selected dictionary.'); ?>",
"NO_ERRORS_CLOSING" : "<?php echo lang('Spell check complete, didn\'t find any mispelled words. Closing now...'); ?>",
"OK" : "<?php echo lang('OK'); ?>",
"Original word" : "<?php echo lang('Original word'); ?>",
"Please wait. Calling spell checker." : "<?php echo lang('Please wait. Calling spell checker.'); ?>",
"Please wait: changing dictionary to" : "<?php echo lang('Please wait: changing dictionary to'); ?>",
"QUIT_CONFIRMATION" : "<?php echo lang('This will drop changes and quit spell checker. Please confirm.'); ?>",
"Re-check" : "<?php echo lang('Re-check'); ?>",
"Replace all" : "<?php echo lang('Replace all'); ?>",
"Replace with" : "<?php echo lang('Replace with'); ?>",
"Replace" : "<?php echo lang('Replace'); ?>",
"Revert" : "<?php echo lang('Revert'); ?>",
"SC-spell-check" : "<?php echo lang('Spell-check'); ?>",
"Suggestions" : "<?php echo lang('Suggestions'); ?>",
"pliz weit ;-)" : "<?php echo lang('pliz weit ;-)'); ?>"
};

View File

@ -0,0 +1,118 @@
<?php
/**************************************************************************\
* eGroupWare - API htmlarea translations (according to lang in user prefs) *
* http: //www.eGroupWare.org *
* Modified by Ralf Becker <RalfBecker@outdoor-training.de> *
* This file is derived from htmlareas's lang/en.js file *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$GLOBALS['phpgw_info']['flags'] = Array(
'currentapp' => 'home', // can't be phpgwapi, nor htmlarea (no own directory)
'noheader' => True,
'nonavbar' => True,
'noappheader' => True,
'noappfooter' => True,
'nofooter' => True,
'nocachecontrol' => True // allow cacheing
);
include('../../../../../../header.inc.php');
$GLOBALS['phpgw']->translation->add_app('htmlarea-TableOperations');
// I18N constants
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http: //dynarch.com/mishoo
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
?>
TableOperations.I18N = {
"Align": "<?php echo lang('Align'); ?>",
"All four sides": "<?php echo lang('All four sides'); ?>",
"Background": "<?php echo lang('Background'); ?>",
"Baseline": "<?php echo lang('Baseline'); ?>",
"Border": "<?php echo lang('Border'); ?>",
"Borders": "<?php echo lang('Borders'); ?>",
"Bottom": "<?php echo lang('Bottom'); ?>",
"CSS Style": "<?php echo lang('Style [CSS]'); ?>",
"Caption": "<?php echo lang('Caption'); ?>",
"Cell Properties": "<?php echo lang('Cell Properties'); ?>",
"Center": "<?php echo lang('Center'); ?>",
"Char": "<?php echo lang('Char'); ?>",
"Collapsed borders": "<?php echo lang('Collapsed borders'); ?>",
"Color": "<?php echo lang('Color'); ?>",
"Description": "<?php echo lang('Description'); ?>",
"FG Color": "<?php echo lang('FG Color'); ?>",
"Float": "<?php echo lang('Float'); ?>",
"Frames": "<?php echo lang('Frames'); ?>",
"Height": "<?php echo lang('Height'); ?>",
"How many columns would you like to merge?": "<?php echo lang('How many columns would you like to merge?'); ?>",
"How many rows would you like to merge?": "<?php echo lang('How many rows would you like to merge?'); ?>",
"Image URL": "<?php echo lang('Image URL'); ?>",
"Justify": "<?php echo lang('Justify'); ?>",
"Layout": "<?php echo lang('Layout'); ?>",
"Left": "<?php echo lang('Left'); ?>",
"Margin": "<?php echo lang('Margin'); ?>",
"Middle": "<?php echo lang('Middle'); ?>",
"No rules": "<?php echo lang('No rules'); ?>",
"No sides": "<?php echo lang('No sides'); ?>",
"None": "<?php echo lang('None'); ?>",
"Padding": "<?php echo lang('Padding'); ?>",
"Please click into some cell": "<?php echo lang('Please click into some cell'); ?>",
"Right": "<?php echo lang('Right'); ?>",
"Row Properties": "<?php echo lang('Row Properties'); ?>",
"Rules will appear between all rows and columns": "<?php echo lang('Rules will appear between all rows and columns'); ?>",
"Rules will appear between columns only": "<?php echo lang('Rules will appear between columns only'); ?>",
"Rules will appear between rows only": "<?php echo lang('Rules will appear between rows only'); ?>",
"Rules": "<?php echo lang('Rules'); ?>",
"Spacing and padding": "<?php echo lang('Spacing and padding'); ?>",
"Spacing": "<?php echo lang('Spacing'); ?>",
"Summary": "<?php echo lang('Summary'); ?>",
"TO-cell-delete": "<?php echo lang('Delete cell'); ?>",
"TO-cell-insert-after": "<?php echo lang('Insert cell after'); ?>",
"TO-cell-insert-before": "<?php echo lang('Insert cell before'); ?>",
"TO-cell-merge": "<?php echo lang('Merge cells'); ?>",
"TO-cell-prop": "<?php echo lang('Cell properties'); ?>",
"TO-cell-split": "<?php echo lang('Split cell'); ?>",
"TO-col-delete": "<?php echo lang('Delete column'); ?>",
"TO-col-insert-after": "<?php echo lang('Insert column after'); ?>",
"TO-col-insert-before": "<?php echo lang('Insert column before'); ?>",
"TO-col-split": "<?php echo lang('Split column'); ?>",
"TO-row-delete": "<?php echo lang('Delete row'); ?>",
"TO-row-insert-above": "<?php echo lang('Insert row before'); ?>",
"TO-row-insert-under": "<?php echo lang('Insert row after'); ?>",
"TO-row-prop": "<?php echo lang('Row properties'); ?>",
"TO-row-split": "<?php echo lang('Split row'); ?>",
"TO-table-prop": "<?php echo lang('Table properties'); ?>",
"Table Properties": "<?php echo lang('Table Properties'); ?>",
"Text align": "<?php echo lang('Text align'); ?>",
"The bottom side only": "<?php echo lang('The bottom side only'); ?>",
"The left-hand side only": "<?php echo lang('The left-hand side only'); ?>",
"The right and left sides only": "<?php echo lang('The right and left sides only'); ?>",
"The right-hand side only": "<?php echo lang('The right-hand side only'); ?>",
"The top and bottom sides only": "<?php echo lang('The top and bottom sides only'); ?>",
"The top side only": "<?php echo lang('The top side only'); ?>",
"Top": "<?php echo lang('Top'); ?>",
"Unset color": "<?php echo lang('Unset color'); ?>",
"Vertical align": "<?php echo lang('Vertical align'); ?>",
"Width": "<?php echo lang('Width'); ?>",
"not-del-last-cell": "<?php echo lang('HTMLArea cowardly refuses to delete the last cell in row.'); ?>",
"not-del-last-col": "<?php echo lang('HTMLArea cowardly refuses to delete the last column in table.'); ?>",
"not-del-last-row": "<?php echo lang('HTMLArea cowardly refuses to delete the last row in table.'); ?>",
"percent": "<?php echo lang('percent'); ?>",
"pixels": "<?php echo lang('pixels'); ?>"
};

View File

@ -0,0 +1,54 @@
<?php
/**************************************************************************\
* eGroupWare - API htmlarea translations (according to lang in user prefs) *
* http: //www.eGroupWare.org *
* Modified by Ralf Becker <RalfBecker@outdoor-training.de> *
* This file is derived from htmlareas's lang/en.js file *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$GLOBALS['phpgw_info']['flags'] = Array(
'currentapp' => 'home', // can't be phpgwapi, nor htmlarea (no own directory)
'noheader' => True,
'nonavbar' => True,
'noappheader' => True,
'noappfooter' => True,
'nofooter' => True,
'nocachecontrol' => True // allow cacheing
);
include('../../../../../../header.inc.php');
$GLOBALS['phpgw']->translation->add_app('htmlarea-SpellChecker');
// I18N for the FullPage plugin
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
?>
UploadImage.I18N = {
"Alternate style-sheet:": "<?php echo lang('Alternate style-sheet:'); ?>",
"Background color:": "<?php echo lang('Background color:'); ?>",
"Cancel": "<?php echo lang('Cancel'); ?>",
"DOCTYPE:": "<?php echo lang('DOCTYPE:'); ?>",
"Document properties": "<?php echo lang('Document properties'); ?>",
"Document title:": "<?php echo lang('Document title:'); ?>",
"OK": "<?php echo lang('OK'); ?>",
"Primary style-sheet:": "<?php echo lang('Primary style-sheet:'); ?>",
"Text color:": "<?php echo lang('Text color:'); ?>",
"Upload Image": "<?php echo lang('Upload Image'); ?>"
};

View File

@ -0,0 +1,117 @@
#!/usr/bin/php -q
<?php
/**************************************************************************\
* eGroupWare - API htmlarea translations (according to lang in user prefs) *
* http: //www.eGroupWare.org *
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$plugin_dir = realpath(dirname(__FILE__));
$setup_dir = realpath(dirname(__FILE__).'/../../../setup');
function load_langfile($lang)
{
global $setup_dir;
$lang_file = $setup_dir.'/phpgw_'.$lang.'.lang';
$arr = array();
if (file_exists($lang_file))
{
foreach(file($lang_file) as $line)
{
@list($phrase,$app,$lang,$trans) = split("[\t\n\r]",$line);
$arr[$phrase] = array(
'app' => $app,
'trans' => $trans,
);
}
}
return $arr;
}
function save_langfile($lang,$arr)
{
$content = '';
ksort($arr);
foreach($arr as $phrase => $data)
{
$content .= "$phrase\t$data[app]\t$lang\t$data[trans]\n";
}
global $setup_dir;
$lang_file = $setup_dir.'/phpgw_'.$lang.'.lang';
if ($f = fopen($lang_file,'w'))
{
fwrite($f,$content);
}
fclose($f);
}
$d = opendir($plugin_dir);
while ($plugin = readdir($d))
{
if (!is_dir($plugin) || $plugin == 'CVS' || $plugin == 'CSS' || $plugin[0] == '.') continue;
if (!@file_exists($lang_file = $plugin_dir.'/'.$plugin.'/lang/en.js')) continue;
$lang_file = file_get_contents($lang_file);
if (!preg_match_all('/"([^"]+)"[ \t:]+"([^"]+)"/',$lang_file,$matches)) continue;
$token2en = array();
foreach($matches[1] as $n => $token)
{
$token2en[$token] = $matches[2][$n];
}
$l = opendir($plugin_dir.'/'.$plugin.'/lang');
while ($lang_file = readdir($l))
{
if (!preg_match('/.js$/',$lang_file)) continue;
$lang = substr($lang_file,0,2);
$lang_file = $plugin_dir.'/'.$plugin.'/lang/'.$lang_file;
echo "\nprocessing: $lang_file\n";
$lang_file = file_get_contents($lang_file);
if (preg_match_all('/"([^"]+)"[ \t:]+"([^"]+)"/',$lang_file,$matches))
{
$arr = load_langfile($lang);
$needs_save = false;
foreach($matches[1] as $n => $token)
{
if (!isset($token2en[$token])) continue;
$phrase = strtolower($token2en[$token]);
if (!$phrase) continue;
if (isset($arr[$phrase]))
{
if ($arr[$phrase]['app'] != 'common' && $arr[$phrase]['app'] != 'htmlarea-'.$plugin)
{
$arr[$phrase]['app'] = 'common';
}
continue;
}
$arr[$phrase] = array(
'app' => 'htmlarea-'.$plugin,
'trans' => $matches[2][$n],
);
echo "adding: $phrase = ".$matches[2][$n]."\n";
$needs_save = true;
}
if ($needs_save) save_langfile($lang,$arr);
}
}
}
closedir($d);

View File

@ -0,0 +1,92 @@
align htmlarea-TableOperations cz Zarovnání
all four sides htmlarea-TableOperations cz Všechny čtyři strany
background htmlarea-TableOperations cz Pozadí
baseline htmlarea-TableOperations cz Základní linka
border htmlarea-TableOperations cz Obrys
borders htmlarea-TableOperations cz Obrysy
bottom htmlarea-TableOperations cz Dolů
cancel htmlarea-SpellChecker cz Zrušit
caption htmlarea-TableOperations cz Titulek
cell properties htmlarea-TableOperations cz Vlastnosti buňky
center htmlarea-TableOperations cz Na střed
char htmlarea-TableOperations cz Znak
collapsed borders htmlarea-TableOperations cz Stlačené okraje
color htmlarea-TableOperations cz Barva
delete cell htmlarea-TableOperations cz Smazat buňku
delete column htmlarea-TableOperations cz Smazat sloupec
delete row htmlarea-TableOperations cz Smazat řádek
description htmlarea-TableOperations cz Popis
dictionary htmlarea-SpellChecker cz Slovník
fg color htmlarea-TableOperations cz Barva popředí
finished list of mispelled words htmlarea-SpellChecker cz Dokončen seznam chybných slov
float htmlarea-TableOperations cz Obtékání
frames htmlarea-TableOperations cz Rámečky
height htmlarea-TableOperations cz Výška
how many columns would you like to merge? htmlarea-TableOperations cz Kolik sloupců si přejete spojit?
how many rows would you like to merge? htmlarea-TableOperations cz Kolik řádků si přejete spojit?
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations cz HTMLArea zbaběle odmítá smazat poslední buňku v řádku.
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations cz HTMLArea zbaběle odmítá smazat poslední sloupec v tabulce.
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations cz HTMLArea zbaběle odmítá smazat poslední řádek v tabulce.
i will open it in a new page. htmlarea-SpellChecker cz Bude otevřen jej v nové stránce.
ignore htmlarea-SpellChecker cz Ignorovat
ignore all htmlarea-SpellChecker cz Ignorovat vše
image url htmlarea-TableOperations cz Adresa obrázku
insert cell after htmlarea-TableOperations cz Vložit buňku za
insert cell before htmlarea-TableOperations cz Vložit buňku před
insert column after htmlarea-TableOperations cz Vložit sloupec za
insert column before htmlarea-TableOperations cz Vložit sloupec před
insert row after htmlarea-TableOperations cz Smazat řádek pod
insert row before htmlarea-TableOperations cz Smazat řádek nad
justify htmlarea-TableOperations cz Do stran
layout htmlarea-TableOperations cz Rozložení
left htmlarea-TableOperations cz Vlevo
margin htmlarea-TableOperations cz Okraj
merge cells htmlarea-TableOperations cz Spojit buňky
middle htmlarea-TableOperations cz Na střed
no mispelled words found with the selected dictionary. htmlarea-SpellChecker cz Podle zvoleného slovníku nebyla nalezena žádná chybná slova.
no rules htmlarea-TableOperations cz Žádné čáry
no sides htmlarea-TableOperations cz Žádné strany
none htmlarea-TableOperations cz Žádné
ok htmlarea-SpellChecker cz OK
original word htmlarea-SpellChecker cz Původní slovo
padding htmlarea-TableOperations cz Odsazování
percent htmlarea-TableOperations cz procent
pixels htmlarea-TableOperations cz pixelů
please click into some cell htmlarea-TableOperations cz Prosím klikněte do některé buňky
please confirm that you want to open this link htmlarea-SpellChecker cz Prosím potvrďte otevření tohoto odkazu
please wait. calling spell checker. htmlarea-SpellChecker cz Prosím čekejte. Komunikuace s kontrolou správnosti slov.
please wait: changing dictionary to htmlarea-SpellChecker cz Prosím čekejte: změna adresáře na
pliz weit ;-) htmlarea-SpellChecker cz strpení prosím ;-)
re-check htmlarea-SpellChecker cz Překontrolovat
replace htmlarea-SpellChecker cz Zaměnit
replace all htmlarea-SpellChecker cz Zaměnit všechno
replace with htmlarea-SpellChecker cz Zaměnit za
right htmlarea-TableOperations cz Vpravo
row properties htmlarea-TableOperations cz Vlastnosti řádku
rules htmlarea-TableOperations cz Čáry
rules will appear between all rows and columns htmlarea-TableOperations cz Čáry mezi všemi řádky i sloupci
rules will appear between columns only htmlarea-TableOperations cz Čáry pouze mezi sloupci
rules will appear between rows only htmlarea-TableOperations cz Čáry pouze mezi řádky
spacing htmlarea-TableOperations cz Mezery
spacing and padding htmlarea-TableOperations cz Mezery a odsazování
spell check complete, didn't find any mispelled words. closing now... htmlarea-SpellChecker cz Kontrola správnosti slov dokončena, nebyla nalezena žádná chybná slova. Ukončování ...
spell-check htmlarea-SpellChecker cz Kontrola správnosti slov
split cell htmlarea-TableOperations cz Rozdělit buňku
split column htmlarea-TableOperations cz Rozdělit sloupec
split row htmlarea-TableOperations cz Rozdělit řádek
style [css] htmlarea-TableOperations cz Kaskádové styly (CSS)
suggestions htmlarea-SpellChecker cz Doporučení
summary htmlarea-TableOperations cz Shrnutí
table properties htmlarea-TableOperations cz Vlastnosti tabulky
text align htmlarea-TableOperations cz Zarovnání textu
the bottom side only htmlarea-TableOperations cz Pouze spodní strana
the left-hand side only htmlarea-TableOperations cz Pouze levá strana
the right and left sides only htmlarea-TableOperations cz Pouze levá a pravá strana
the right-hand side only htmlarea-TableOperations cz Pouze pravá strana
the top and bottom sides only htmlarea-TableOperations cz Pouze horní a dolní strana
the top side only htmlarea-TableOperations cz Pouze horní strana
this will drop changes and quit spell checker. please confirm. htmlarea-SpellChecker cz Změny budou zrušeny a kontrola správnosti slov ukončena. Prosím potvrďte.
top htmlarea-TableOperations cz Nahoru
unset color htmlarea-TableOperations cz Zrušit barvu
vertical align htmlarea-TableOperations cz Svislé zarovnání
width htmlarea-TableOperations cz Šířka

View File

@ -7,6 +7,7 @@
- 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)
@ -21,11 +22,13 @@ 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
@ -35,7 +38,9 @@ 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
@ -60,12 +65,14 @@ 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
@ -74,10 +81,14 @@ 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
@ -90,7 +101,9 @@ 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
@ -98,9 +111,12 @@ category %1 has been added ! common da Kategorien %1 er blevet tilf
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
@ -108,6 +124,7 @@ 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
@ -115,7 +132,9 @@ click or mouse over to show menus common da Klik eller f
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
@ -123,6 +142,7 @@ 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
@ -145,18 +165,24 @@ datetime port.<br>if using port 13, please set firewall rules appropriately befo
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
@ -165,11 +191,13 @@ 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
@ -199,18 +227,22 @@ falkland islands (malvinas) common da Falklands
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
@ -235,6 +267,7 @@ 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
@ -250,9 +283,11 @@ 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
@ -260,13 +295,28 @@ 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
@ -286,10 +336,12 @@ 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
@ -305,7 +357,9 @@ last name of the user, eg. "%1" common da efternavn p
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
@ -334,6 +388,7 @@ 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
@ -343,9 +398,11 @@ 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
@ -365,8 +422,10 @@ 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
@ -380,6 +439,9 @@ 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
@ -403,9 +465,11 @@ open notify window common da
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
@ -425,6 +489,7 @@ path to user and group files has to be outside of the webservers document-root!!
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
@ -432,13 +497,19 @@ philippines common da Fillipinerne
phone common da Telefon
phone number common da Telefonnummer
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
@ -455,16 +526,28 @@ 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
@ -479,6 +562,7 @@ saturday common da L
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
@ -493,6 +577,7 @@ 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
@ -514,17 +599,28 @@ solomon islands common da Solomon
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
@ -533,17 +629,26 @@ 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:
@ -562,6 +667,7 @@ 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
@ -579,7 +685,9 @@ 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
@ -601,6 +709,7 @@ 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
@ -610,6 +719,7 @@ 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:

View File

@ -13,6 +13,12 @@
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
@ -36,9 +42,12 @@ 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
@ -62,13 +71,16 @@ 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
@ -79,8 +91,11 @@ 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
@ -89,12 +104,14 @@ 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
@ -102,14 +119,19 @@ category %1 has been added ! common de Kategorie %1 wurde hinzugef
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
@ -122,7 +144,9 @@ click or mouse over to show menus common de Klicken oder "mit dem Mauszeiger dar
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
@ -133,6 +157,7 @@ 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
@ -140,7 +165,9 @@ 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
@ -148,15 +175,23 @@ 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.
@ -164,6 +199,9 @@ 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
@ -182,6 +220,7 @@ 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
@ -204,18 +243,22 @@ 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
@ -256,6 +299,7 @@ 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
@ -266,14 +310,39 @@ 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
@ -293,10 +362,11 @@ japan common de JAPAN
jordan common de JORDANIEN
july common de Juli
june common de Juni
justify center htmlarea de Ausrichtung mittig
justify full htmlarea de Ausrichtung im block
justify left htmlarea de Ausrichtung links
justify right htmlarea de Ausrichtung rechts
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
@ -313,12 +383,15 @@ last page common de Letzte Seite
lastname common de Name
latvia common de LATVIA
ldap-mgr common de LDAP-Manager
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
@ -327,6 +400,9 @@ 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
@ -336,12 +412,14 @@ 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
@ -351,9 +429,12 @@ 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
@ -388,6 +469,9 @@ 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
@ -409,13 +493,16 @@ 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
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
@ -427,25 +514,35 @@ parent category common de
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
@ -455,6 +552,7 @@ preferences for the idots template set common de Einstellungen f
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
@ -462,17 +560,31 @@ 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
@ -514,6 +626,10 @@ 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
@ -526,18 +642,28 @@ 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
@ -546,17 +672,27 @@ 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:
@ -574,6 +710,7 @@ 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
@ -591,8 +728,13 @@ 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
@ -609,6 +751,7 @@ 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
@ -618,6 +761,7 @@ 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

View File

@ -10,6 +10,11 @@
00 (disable) admin el 00 (Áðåíåñãïðïßçóç)
13 (ntp) admin el 13 (ntp)
80 (http) admin el 80 (http)
_delete row htmlarea-ContextMenu el Διαγραφή γραμμής
_image properties... htmlarea-ContextMenu el Ιδιότητες Εικόνας...
_modify link... htmlarea-ContextMenu el Τροποποίηση συνδέσμου...
_remove link... htmlarea-ContextMenu el Διαγραφή συνδέσμου...
_table properties... htmlarea-ContextMenu el Ιδιότητες πίνακα...
about common el Ðëçñïöïñßåò
about %1 common el Ðëçñïöïñßåò %1
about the calendar jscalendar el Ãéá ôï çìåñïëüãéï
@ -33,7 +38,9 @@ administration common el
afghanistan common el ÁÖÃÁÍÉÓÔÁÍ
albania common el ÁËÂÁÍÉÁ
algeria common el ÁËÃÅÑÉÁ
align htmlarea-TableOperations el Στοίχηση
all common el Ïëá
all four sides htmlarea-TableOperations el Και οι 4 πλευρές
alphabet common el á,â,ã,ä,å,æ,ç,è,é,ê,ë,ì,í,î,ï,ð,ñ,ó,ô,õ,ö,÷,ø,ù,
american samoa common el ÁÌÅÑÉÊÁÍÉÊÇ ÓÁÌÏÁ
andorra common el ÁÍÄÏÑÑÁ
@ -58,12 +65,14 @@ autosave default category common el
azerbaijan common el ÁÆÅÑÌÐÁÚÔÆÁÍ
back common el ÅðéóôñïöÞ
back to user login common el ÅðéóôñïöÞ óôç óåëßäá óýíäåóçò
background htmlarea-TableOperations el Φόντο
background color htmlarea el ×ñþìá Öüíôïõ
bad login or password common el ËÜèïò üíïìá ÷ñÞóôç Þ êùäéêüò
bahamas common el ÌÐÁ×ÁÌÅÓ
bahrain common el ÌÐÁ×ÑÅÚÍ
bangladesh common el ÌÐÁÃÊËÁÍÔÅÓ
barbados common el ÌÐÁÑÌÐÁÍÔÏÓ
baseline htmlarea-TableOperations el Baseline
bcc common el ÊñõöÞ Êïéíïðïßçóç
belarus common el ËÅÕÊÏÑÙÓÉÁ
belgium common el ÂÅËÃÉÏ
@ -74,8 +83,11 @@ bhutan common el
blocked, too many attempts common el ÌðëïêáñéóìÝíï, ðÜñá ðïëëÝò ðñïóðÜèåéåò
bold htmlarea el ¸íôïíï
bolivia common el ÂÏËÉÂÉÁ
border htmlarea-TableOperations el Περίγραμμα
borders htmlarea-TableOperations el Περιγράμματα
bosnia and herzegovina common el ÂÏÓÍÉÁ & ÅÑÆÅÃÏÂÉÍÇ
botswana common el ÌÐÏÔÓÏÕÁÍÁ
bottom htmlarea-TableOperations el Κάτω μέρος
bouvet island common el ÍÇÓÏÉ ÌÐÏÕÂÅ
brazil common el ÂÑÁÆÉËÉÁ
british indian ocean territory common el ÂÑÅÔÁÍÉÊÅÓ ÊÔÇÓÅÉÓ ÉÍÄÉÊÏÕ ÙÊÅÁÍÏÕ
@ -84,12 +96,14 @@ bulgaria common el
bulleted list htmlarea el Ëßóôá êïõêßäùí
burkina faso common el ÌÐÏÕÑÊÉÍÁ ÖÁÓÏ
burundi common el ÌÐÏÕÑÏÕÍÔÉ
c_ell properties... htmlarea-ContextMenu el Ιδιότητες κελιού...
calendar common el Çìåñïëüãéï
cambodia common el ÊÁÌÐÏÔÆÇ
cameroon common el ÊÁÌÅÑÏÕÍ
canada common el ÊÁÍÁÄÁÓ
cancel common el Áêýñùóç
cape verde common el ÐÑÁÓÉÍÏ ÁÊÑÙÔÇÑÉ
caption htmlarea-TableOperations el Λεζάντα
categories common el Êáôçãïñßåò
categories for common el Êáôçãïñßåò ãéá
category common el Êáôçãïñßá
@ -97,10 +111,14 @@ category %1 has been added ! common el
category %1 has been updated ! common el Ç êáôçãïñßá %1 åíçìåñþèçêå
cayman islands common el ÍÇÓÏÉ ÊÅÚÌÁÍ
cc common el Êïéíïðïßçóç
cell properties htmlarea-TableOperations el Ιδιότητες Κελιού
center htmlarea-TableOperations el Κέντρο
central african republic common el ÄÇÌÏÊÑÁÔÉÁ ÊÅÍÔÑÉÊÇÓ ÁÖÑÉÊÇÓ
chad common el ÔÓÁÍÔ
change common el ÁëëáãÞ
char htmlarea-TableOperations el Χαρακτήρας
charset common el ISO-8859-7
chec_k link... htmlarea-ContextMenu el Έλεγχος συνδέσμων...
check installation common el Åëåã÷ïò åãêáôÜóôáóçò
chile common el ×ÉËÇ
china common el ÊÉÍÁ
@ -114,7 +132,9 @@ click or mouse over to show menus common el
click or mouse over to show menus? common el Êëéê Þ mouse over ãéá åìöÜíéóç ôùí ìåíïý;
close common el Êëåßóéìï
cocos (keeling) islands common el ÍÇÓÏÉ ÊÏÊÏÓ (ÊÉËÉÃÊ)
collapsed borders htmlarea-TableOperations el Συμπτυγμένα περιγράμματα
colombia common el ÊÏËÏÌÂÉÁ
color htmlarea-TableOperations el Χρώμα
comoros common el ÊÏÌÏÑÁ
company common el Åôáéñßá
congo common el ÊÏÍÃÊÏ
@ -125,13 +145,16 @@ copy selection htmlarea el
costa rica common el ÊÏÓÔÁ ÑÉÊÁ
cote d ivoire common el ÁÊÔÇ ÅËÅÖÁÍÔÏÓÔÏÕ
create common el Äçìéïõñãßá
create a link htmlarea-ContextMenu el Δημιουργία συνδέσμου
created by common el Äçìéïõñãßá áðü
croatia common el ÊÑÏÁÔÉÁ
cuba common el ÊÏÕÂÁ
currency common el Íüìéóìá
current common el ÔñÝ÷ùí
current style htmlarea el ÔñÝ÷ùí óôõë
current url is htmlarea-ContextMenu el Το τρέχων URL είναι
current users common el ÔñÝ÷ïíôåò ×ñÞóôåò
cut htmlarea-ContextMenu el Αποκοπή
cut selection htmlarea el ÁðïêïðÞ åðéëïãÞò
cyprus common el ÊÕÐÑÏÓ
czech republic common el ÔÓÅ×ÉÁ
@ -139,10 +162,16 @@ date common el
date due common el Çìåñïìçíßá ïëïêëÞñùóçò
date selection: jscalendar el Çìåñïìçíßá åðéëïãÞò
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 el Datetime port.<br> Aí ÷ñçóéìïðïéåßôáé ôç èýñá 13, ðáñáêáëþ ïñßóôå êáôáëëÞëùò ôïõò êáíüíåò ôïõ firewall ðñéí õðïâÜëåôå áõôÞ ôç óåëßäá.<br>(Port: 13 / Host: 129.6.15.28)
de_lete column htmlarea-ContextMenu el Διαγραφή στήλης
december common el ÄåêÝìâñéïò
decrease indent htmlarea el Ìåßùóç åóï÷Þò
default category common el ÐñïåðéëåãìÝíç Êáôçãïñßá
delete common el ÄéáãñáöÞ
delete cell htmlarea-TableOperations el Διαγραφή κελιού
delete column htmlarea-TableOperations el Διαγραφή στήλης
delete row htmlarea-TableOperations el Διαγραφή γραμμής
delete the current column htmlarea-ContextMenu el Διαγραφή επιλεγμένης στήλης
delete the current row htmlarea-ContextMenu el Διαγραφή επιλεγμένης γραμμής
denmark common el ÄÁÍÉÁ
description common el ÐåñéãñáöÞ
detail common el ËåðôïìÝñåéá
@ -174,6 +203,7 @@ egroupware api version %1 common el eGroupWare API
egroupware: login blocked for user '%1', ip %2 common el eGroupWare: Åßóïäïò ìðëïêáñéóìÝíç ãéá ôï ÷ñÞóôç '%1', ìå ip %2
egypt common el ÁÉÃÕÐÔÏÓ
el salvador common el ÅË ÓÁËÂÁÄÏÑ
element... htmlarea-ContextMenu el στοιχείου...
email common el Å-Ìail
email-address of the user, eg. "%1" common el e-mail ôïõ ÷ñÞóôç ð.÷. "%1"
enabled common el ÅíåñãïðïéçìÝíï
@ -195,6 +225,7 @@ falkland islands (malvinas) common el
faroe islands common el ÍÇÓÏÉ ÖÅÑÏÅ
fax number common el Áñéèìüò Fax
february common el ÖåâñïõÜñéïò
fg color htmlarea-TableOperations el Χρώμα αντικειμένων
fields common el Ðåäßá
fiji common el ÖÉÔÆÉ
files common el Áñ÷åßá
@ -205,8 +236,10 @@ first name of the user, eg. "%1" common el
first page common el Áñ÷éêÞ óåëßäá
firstname common el Ïíïìá
fixme! common el ÄéüñèùóÝ ìå!
float htmlarea-TableOperations el Float
font color htmlarea el ×ñþìá ãñáììáôïóåéñÜò
force selectbox common el
frames htmlarea-TableOperations el Frames
france common el ÃÁËÉÁ
french guiana common el ÃÁËËÉÊÇ ÃÏÕÚÁÍÁ
french polynesia common el ÃÁËËÉÊÇ ÐÏËÕÍÇÓÉÁ
@ -246,6 +279,7 @@ guinea-bissau common el
guyana common el ÃÏÕÚÁÍÁ
haiti common el ÁÚÔÇ
heard island and mcdonald islands common el ÍÇÓÏÉ ×ÅÑÍÔ & ÌÁÊÍÔÏÍÁËÍÔ
height htmlarea-TableOperations el Ύψος
help common el ÂïÞèåéá
help using editor htmlarea el ÂïÞèåéá ãéá ôïí åðåîåñãáóôÞ
high common el ØçëÜ
@ -256,14 +290,35 @@ home email common el Email
honduras common el ÏÍÄÏÕÑÁ
hong kong common el ×ÏÍÃÊ ÊÏÍÃÊ
horizontal rule htmlarea el Ïñéæüíôéïò ÷Üñáêáò
how did you get here? (please report!) htmlarea-ContextMenu el Πώς ήρθατε μέχρι εδώ; (Παρακαλούμε αναφέρετε το!)
how many columns would you like to merge? htmlarea-TableOperations el Πόσες στήλες θέλετε να ενώσετε;
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 el Ðüóåò åéêüíåò èá åìöáíßæïíôáé óôç ìðÜñá ðëïÞãçóçò (êïñõöÞ ôçò óåëßäáò). Ïé åðéðëÝïí åéêüíåò ìðáßíïõí ó' Ýíá åßäïò pulldown menu, êáé áíáêôþíôáé áðü ôï åéêïíßäéï óôçí ôÝñìá äåîéÜ ðëåõñÜ ôïõ ìåíïý ðëïÞãçóçò.
how many rows would you like to merge? htmlarea-TableOperations el Πόσες γραμμές θέλετε να ενώσετε;
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations el Δεν μπορεί να διαγραφεί το τελευταίο κελί σε μια γραμμή.
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations el Δεν μπορεί να διαγραφεί η τελευταία στήλη σε ένα πίνακα.
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations el Δεν μπορεί να διαγραφεί η τελευταία γραμμή σε ένα πίνακα.
hungary common el ÏÕÃÃÁÑÉÁ
i_nsert row before htmlarea-ContextMenu el Εισαγωγή γραμμής πριν
iceland common el ÉÓËÁÍÄÉÁ
image url htmlarea-TableOperations el URL εικόνας
in_sert row after htmlarea-ContextMenu el Εισαγωγή γραμμής μετά
increase indent htmlarea el Áýîçóç åóï÷Þò
india common el ÉÍÄÉÁ
indonesia common el ÉÍÄÏÍÇÓÉÁ
insert _column before htmlarea-ContextMenu el Εισαγωγή στήλης πριν
insert a new column after the current one htmlarea-ContextMenu el Εισαγωγή νέας στήλης μετά την επιλεγμένη
insert a new column before the current one htmlarea-ContextMenu el Εισαγωγή νέας στήλης πριν την επιλεγμένη
insert a new row after the current one htmlarea-ContextMenu el Εισαγωγή μιας νέας γραμμής μετά την επιλεγμένη
insert a new row before the current one htmlarea-ContextMenu el Εισαγωγή μιας νέας γραμμής πριν την επιλεγμένη
insert all %1 addresses of the %2 contacts in %3 common el ÅéóáãùãÞ üëùí ôùí %1 äéåõèýíóåùí ôùí %2 åðáöþí óôï %3
insert c_olumn after htmlarea-ContextMenu el Εισαγωγή στήλης μετά
insert cell after htmlarea-TableOperations el Εισαγωγή κελιού μετά
insert cell before htmlarea-TableOperations el Εισαγωγή κελιού πριν
insert column after htmlarea-TableOperations el Εισαγωγή στήλης μετά
insert column before htmlarea-TableOperations el Εισαγωγή στήλης πριν
insert image htmlarea el ÅéóáãùãÞ Åéêüíáò
insert row after htmlarea-TableOperations el Εισαγωγή γραμμής πριν
insert row before htmlarea-TableOperations el Εισαγωγή γραμμής μετά
insert table htmlarea el ÅéóáãùãÞ Ðßíáêá
insert web link htmlarea el ÅéóáãùãÞ Óýíäåóçò Äéáäéêôõáêïý Ôüðïõ
international common el Äéåèíåßò
@ -283,10 +338,11 @@ japan common el
jordan common el ÉÏÑÄÁÍÉÁ
july common el Éïýëéïò
june common el Éïýíéïò
justify center htmlarea el Óôïß÷éóç óôï êÝíôñï
justify full htmlarea el ÐëÞñçò óôïß÷éóç
justify left htmlarea el Óôïß÷éóç áñéóôåñÜ
justify right htmlarea el Óôïß÷éóç äåîéÜ
justify htmlarea-TableOperations el Πλήρης στοίχηση
justify center common el <09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
justify full common el <09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
justify left common el <09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
justify right common el <09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
kazakstan common el ÊÁÆÁÊÓÔÁÍ
kenya common el ÊÅÍÕÁ
keywords common el ËÝîåéò êëåéäéÜ
@ -302,12 +358,15 @@ last name of the user, eg. "%1" common el
last page common el Ôåëåõôáßá óåëßäá
lastname common el Åðßèåôï
latvia common el ËÅÔÏÍÉÁ
layout htmlarea-TableOperations el Διάταξη
lebanon common el ËÉÂÁÍÏÓ
left htmlarea-TableOperations el Αριστερά
lesotho common el ËÅÓÏÔÏ
liberia common el ËÉÂÅÑÉÁ
libyan arab jamahiriya common el ËÉÂÕÊÁ ÁÑÁÂÉÊÁ ÅÌÉÑÁÔÁ
license common el Áäåéá
liechtenstein common el ËÉ×ÔÅÍÓÔÁÚÍ
link points to: htmlarea-ContextMenu el Ο σύνδεμος οδηγεί εδώ:
list common el Ëßóôá
lithuania common el ËÉÈÏÕÁÍÉÁ
local common el Ôïðéêüò
@ -324,12 +383,14 @@ mail domain, eg. "%1" common el mail domain,
main category common el ÂáóéêÞ êáôçãïñßá
main screen common el ÂáóéêÞ ïèüíç
maintainer common el ÓõíôçñçôÞò
make lin_k... htmlarea-ContextMenu el Δημιουργία συνδέσμου...
malawi common el ÌÁËÁÏÕÚ
malaysia common el ÌÁËÁÉÓÉÁ
maldives common el ÌÁËÄÉÂÅÓ
mali common el ÌÁËÉ
malta common el ÌÁËÔÁ
march common el ÌÜñôéïò
margin htmlarea-TableOperations el Περιθώριο
marshall islands common el ÍÇÓÏÉ ÌÁÑÓÁË
martinique common el ÌÁÑÔÉÍÉÊÁ
mauritania common el ÌÁÕÑÉÔÁÍÉÁ
@ -339,9 +400,12 @@ may common el
mayotte common el ÌÁÃÉÏÔÅ
medium common el Ìåóáßï
menu common el Ìåíïý
merge cells htmlarea-TableOperations el Συγχώνευση κελιών
message common el ÌÞíõìá
mexico common el ÌÅÎÉÊÏ
micronesia, federated states of common el ÌÉÊÑÏÍÇÓÉÁ
middle htmlarea-TableOperations el Κέντρο
modify url htmlarea-ContextMenu el Τροποποίηση URL
moldova, republic of common el ÌÏËÄÁÂÉÁ
monaco common el ÌÏÍÁÊÏ
monday common el ÄåõôÝñá
@ -374,12 +438,13 @@ niue common el
no common el ¼÷é
no entries found, try again ... common el äåí âñÝèçêáí êáôá÷ùñÞóåéò, îáíáðñïóðáèÞóôå...
no history for this record common el Äåí õðÜñ÷åé éóôïñéêü ãé' áõôÞ ôçí åããñáöÞ
no rules htmlarea-TableOperations el Χωρίς Γραμμές
no sides htmlarea-TableOperations el No sides
no subject common el ×ùñßò èÝìá
none common el ÊáíÝíá
norfolk island common el ÍÇÓÏÓ ÍÏÑÖÏËÊ
normal common el Êáíïíéêü
northern mariana islands common el ÍÇÓÏÉ ÍÏÔÉÁ ÌÁÑÉÁÍÁ
norway common el ÍÏÑÂÇÃÉÁ
not assigned common el ÷ùñßò áíÜèåóç
note common el Óçìåßùóç
notes common el Óçìåéþóåéò
@ -395,11 +460,13 @@ only private common el
only yours common el ìüíï äéêÜ óáò
open notify window common el Áíïéîå ôï ðáñÜèõñï åéäïðïßçóçò
open popup window common el Áíïéîå ôï åêôéíáóóüìåíï ðáñÜèõñï
opens this link in a new window htmlarea-ContextMenu el Ανοίγει αυτό τον σύνδεσμο σε ένα νέο παράθυρο
ordered list htmlarea el ÔáîéíïìçìÝíç ëßóôá
original common el Áñ÷éêüò
other common el Áëëï
overview common el Åðéóêüðçóç
owner common el ÉäéïêôÞôçò
padding htmlarea-TableOperations el Εσοχή
page was generated in %1 seconds common el Ç óåëßäá äçìéïõñãÞèçêå óå %1 äåõôåñüëåðôá
pakistan common el ÐÁÊÉÓÔÁÍ
palau common el ÐÁËÁÏÕ
@ -412,19 +479,25 @@ parent category common el
password common el Êùäéêüò
password could not be changed common el Ï êùäéêüò äåí ìðüñåóå íá áëëá÷èåß
password has been updated common el Ï êùäéêüò åíçìåñþèçêå
paste htmlarea-ContextMenu el Επικόλληση
paste from clipboard htmlarea el Åðéêüëëçóç áðü ôï ôåìÜ÷éï
path htmlarea el ÄéáäñïìÞ
path to user and group files has to be outside of the webservers document-root!!! common el Ç äéáäñïìÞ ôïõ ÷ñÞóôç êáé ôùí áñ÷åßùí ïìÜäáò ÐÑÅÐÅÉ ÍÁ ÅÉÍÁÉ ÅÊÔÏÓ ôïõ webserver document-root!!!
pattern for search in addressbook common el Ó÷Ýäéï ãéá áíáæÞôçóç óôï Âéâëßï äéåõèýíóåùí
pattern for search in calendar common el Ó÷Ýäéï ãéá áíáæÞôçóç óôï Çìåñïëüãéï
pattern for search in projects common el Ó÷Ýäéï ãéá áíáæÞôçóç óôéò ÐñïâïëÝò
percent htmlarea-TableOperations el τοις εκατόν
permissions to the files/users directory common el äéêáéþìáôá ãéá ôïí êáôÜëïãï áñ÷åßùí/÷ñçóôþí
personal common el Ðñïóùðéêü
peru common el ÐÅÑÏÕ
philippines common el ÖÉËÉÐÐÉÍÅÓ
phone number common el Áñéèìüò ôçëåöþíïõ
pitcairn common el ÐÉÔÊÅÑÍ
pixels htmlarea-TableOperations el pixels
please %1 by hand common el Ðáñáêáëþ %1 ìå ôï ÷Ýñé
please click into some cell htmlarea-TableOperations el Κάντε κλικ μέσα σε κάποιο κελί
please confirm that you want to remove this element: htmlarea-ContextMenu el Είστε βέβαιος πως θέλετε να αφαιρέσετε το στοιχείο
please confirm that you want to unlink this element. htmlarea-ContextMenu el Είστε βέβαιος πως θέλετε να αφαιρέσετε τον σύνδεσμο από αυτό το στοιχείο:
please enter a name common el Ðáñáêáëþ åéóÜãåôå üíïìá
please run setup to become current common el Ðáñáêáëþ ôñÝîôå ôï setup ãéá íá ãßíåôå Ýãêõñïò
please select common el Ðáñáêáëþ åðéëÝîôå
@ -451,12 +524,21 @@ read common el
read this list of methods. common el ÁíÜãíùóç ëßóôáò ìåèüäùí
redoes your last action htmlarea el ÅðáíÜëçøç ôåëåõôáßáò åíÝñãåéáò
reject common el Áðüññéøç
remove the htmlarea-ContextMenu el Αφαίρεση
remove this node from the document htmlarea-ContextMenu el Αφαίρεση αυτού του κόμβου από το έγγραφο
rename common el Ìåôïíïìáóßá
returns a full list of accounts on the system. warning: this is return can be quite large common el ÅðéóôñÝöåé ðëÞñç ëßóôá ëïãáñéáóìþí óôï óýóôçìá. Ðñïåéäïðïßçóç: ç ëßóôá ìðïñåß íá åßíáé áñêåôÜ ìåãÜëç
returns an array of todo items common el ÅðéóôñÝöåé ìéá óåéñÜ áíåéëçììÝíåò åñãáóßåò
returns struct of users application access common el ÅðéóôñÝöåé ôç äïìÞ ðñüóâáóçò ôùí åöáñìïãþí ÷ñÞóôç
reunion common el ÅðáíÝíùóç
right htmlarea-TableOperations el Δεξιά
ro_w properties... htmlarea-ContextMenu el Ιδιότητες γραμμής...
romania common el ÑÏÕÌÁÍÉÁ
row properties htmlarea-TableOperations el Ιδιότητες Γραμμής
rules htmlarea-TableOperations el Γραμμές
rules will appear between all rows and columns htmlarea-TableOperations el Γραμμές θα εμφανίζονται μεταξύ όλων των γραμμών και στηλών
rules will appear between columns only htmlarea-TableOperations el Γραμμές θα εμφανίζονται μόνο μεταξύ στηλών
rules will appear between rows only htmlarea-TableOperations el Γραμμές θα εμφανίζονται μόνο μεταξύ γραμμών
russian federation common el ÑÙÓÓÉÁ
rwanda common el ÑÏÕÁÍÔÁ
saint helena common el ÁÃÉÁ ÅËÅÍÇ
@ -495,6 +577,10 @@ show all categorys common el
show menu common el ÅìöÜíéóç ôïõ ìåíïý
show page generation time common el ÅìöÜíéóç ÷ñüíïõ äçìéïõñãßáò óåëßäáò
show page generation time on the bottom of the page? common el Íá åìöáíéóèåß ï ÷ñüíïò äçìéïõñãßáò ôçò óåëßäáò óôï ôÝëïò ôçò óåëßäáò;
show the image properties dialog htmlarea-ContextMenu el Εμφάνιση διαλόγου με τις Ιδιότητες εικόνας
show the table cell properties dialog htmlarea-ContextMenu el Εμφάνιση διαλόγου με τις Ιδιότητες κελιού Πίνακα
show the table properties dialog htmlarea-ContextMenu el Εμφάνιση διαλόγου με τις Ιδιότητες Πίνακα
show the table row properties dialog htmlarea-ContextMenu el Εμφάνιση διαλόγου με τις Ιδιότητες γραμμής Πίνακα
show_more_apps common el show_more_apps
showing %1 common el åìöÜíéóç %1
showing %1 - %2 of %3 common el åìöÜíéóç %1 - %2 áðü %3
@ -507,17 +593,24 @@ somalia common el
sorry, your login has expired login el Ç óýíäåóÞ óáò Ý÷åé ëÞîåé
south africa common el ÍÏÔÉÁ ÁÖÑÉÊÇ
south georgia and the south sandwich islands common el ÍÏÔÉÁ ÃÅÙÑÃÉÁ & ÍÏÔÉÁ ÍÇÓÉÁ ÓÁÍÔÏÕÚÔÓ
spacing htmlarea-TableOperations el Αποστάσεις
spacing and padding htmlarea-TableOperations el Αποστάσεις και εσοχές
spain common el ÉÓÐÁÍÉÁ
split cell htmlarea-TableOperations el Διαίρεση κελιού
split column htmlarea-TableOperations el Διαίρεση στήλης
split row htmlarea-TableOperations el Διαίρεση γραμμής
sri lanka common el ÓÑÉ ËÁÍÊÁ
start date common el Hìåñïìçíßá Ýíáñîçò
start time common el Ùñá Ýíáñîçò
status common el ÊáôÜóôáóç
strikethrough htmlarea el ÄéáêñéôÞ äéáãñáöÞ
style [css] htmlarea-TableOperations el Στυλ [CSS]
subject common el ÈÝìá
submit common el ÕðïâïëÞ
subscript htmlarea el Äåßêôçò
substitutions and their meanings: common el ÁíôéêáôáóôÜóåéò êáé ïé ÝííïéÝò ôïõò:
sudan common el ÓÏÕÄÁÍ
summary htmlarea-TableOperations el Σύνοψη
sunday common el ÊõñéáêÞ
superscript htmlarea el ÅêèÝôçò
suriname common el ÓÏÕÑÉÍÁÌ
@ -526,14 +619,22 @@ swaziland common el
sweden common el ÓÏÕÇÄÉÁ
switzerland common el ÅËÂÅÔÉÁ
syrian arab republic common el ÓÕÑÉÁ
table properties htmlarea-TableOperations el Ιδιότητες πίνακα
taiwan common el ÔÁÚÂÁÍ/ÔÁÚÐÅÚ
tajikistan common el ÔÁÆÉÊÉÓÔÁÍ
tanzania, united republic of common el ÔÁÍÆÁÍÉÁ
text align htmlarea-TableOperations el Στοίχηση κειμένου
thailand common el ÔÁÚËÁÍÄÇ
the api is current common el Ôï ÁÑÉ åßíáé ôï ôñÝ÷ïí
the api requires an upgrade common el Ôï ÁÑÉ ÷ñåéÜæåôáé áíáâÜèìéóç
the bottom side only htmlarea-TableOperations el Η κάτω πλευρά μόνο
the following applications require upgrades common el Ïé ðáñáêÜôù åöáñìïãÝò ÷ñåéÜæïíôáé áíáâÜèìéóç
the left-hand side only htmlarea-TableOperations el Η αριστερή πλευρά μόνο
the mail server returned common el Ï äéáêïìéóôÞò email åðÝóôñåøå
the right and left sides only htmlarea-TableOperations el Οι δεξιές και αριστερές πλευρές μόνο
the right-hand side only htmlarea-TableOperations el Η δεξιά πλευρά μόνο
the top and bottom sides only htmlarea-TableOperations el Οι πάνω και κάτω πλευρές μόνο
the top side only htmlarea-TableOperations el Η πάνω πλευρά μόνο
this application is current common el Ç åöáñìïãÞ åßíáé ç ôñÝ÷ïõóá
this application requires an upgrade common el Ç åöáñìïãÞ ÷ñåéÜæåôáé áíáâÜèìéóç
this name has been used already common el Ôï üíïìá Þäç ÷ñçóéìïðïéåßôáé
@ -554,6 +655,7 @@ togo common el
tokelau common el ÔÏÊÅËÁÏÕ
tonga common el ÔÏÍÃÊÁ
too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common el ÐïëëÝò áðïôõ÷çìÝíåò ðñïóðÜèåéåò ãéá åßóïäï: %1 áðü ôï ÷ñÞóôç '%2', %3 ìå ÉÑ %4
top htmlarea-TableOperations el Πάνω
total common el Óýíïëï
trinidad and tobago common el ÔÑÉÍÉÔÁÍÔ & ÔÏÌÐÁÊÏ
tuesday common el Ôñßôç
@ -571,6 +673,8 @@ united kingdom common el
united states common el ÇÍÙÌÅÍÅÓ ÐÏËÉÔÅÉÅÓ
united states minor outlying islands common el ÍÇÓÏÉ ÇÍÙÌÅÍÙÍ ÐÏËÉÔÅÉÙÍ
unknown common el Áãíùóôï
unlink the current element htmlarea-ContextMenu el Αφαίρεση συνδέσμου από το παρών στοιχείο
unset color htmlarea-TableOperations el Αναίρεση χρώματος
update common el ÁíáíÝùóç
url common el URL
uruguay common el ÏÕÑÏÕÃÏÕÁÇ
@ -588,7 +692,8 @@ uzbekistan common el
vanuatu common el ÂÁÍÏÕÁÔÏÕ
venezuela common el ÂÅÍÅÆÏÕÅËÁ
version common el ¸êäïóç
viet nam common el ÂÉÅÔ ÍÁÌ
vertical align htmlarea-TableOperations el Κατακόρυφη στοίχηση
vietnam common el <09><><EFBFBD><EFBFBD> <20><><EFBFBD>
view common el ÐñïâïëÞ
virgin islands, british common el ÍÇÓÏÉ ÂÅÑÔÆÉÍ, ÂÑÅÔÁÍÉÊÁ
virgin islands, u.s. common el ÍÇÓÏÉ ÂÅÑÔÆÉÍ, Ç.Ð.Á.
@ -597,6 +702,7 @@ wednesday common el
welcome common el Êáëþò Þñèáôå
western sahara common el ÄÕÔÉÊÇ ÓÁ×ÁÑÁ
which groups common el ÐïéÝò ïìÜäåò
width htmlarea-TableOperations el Πλάτος
wk jscalendar el åâ.
work email common el email åñãáóßáò
written by: common el ÃñáììÝíï áðü:

View File

@ -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
@ -308,12 +378,15 @@ last page common en Last page
lastname common en Lastname
latvia common en LATVIA
ldap-mgr common en LDAP-Manager
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
@ -322,6 +395,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
@ -331,12 +407,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
@ -346,9 +424,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
@ -381,6 +462,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
@ -402,11 +486,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
@ -420,25 +507,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
@ -448,6 +545,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
@ -455,17 +553,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
@ -507,6 +619,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
@ -519,18 +635,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
@ -539,17 +665,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:
@ -567,6 +703,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
@ -584,7 +721,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
@ -601,6 +743,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
@ -610,6 +753,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:

View File

@ -11,7 +11,9 @@
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
@ -19,6 +21,7 @@ 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
@ -27,6 +30,7 @@ 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
@ -36,8 +40,11 @@ administration common fi Yll
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
@ -45,6 +52,7 @@ 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?
@ -55,30 +63,38 @@ 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
@ -93,6 +109,7 @@ 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
@ -100,9 +117,12 @@ category %1 has been added ! common fi Luokka %1 on lis
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
@ -111,15 +131,21 @@ 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
@ -144,8 +170,12 @@ date selection: jscalendar fi P
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
@ -156,6 +186,7 @@ disable slider effects common fi Ota liukuefektit pois k
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
@ -180,6 +211,7 @@ email common fi S
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 &nbsp; or &nbsp; /egroupware<br><b>no trailing slash</b> admin fi Anna eGroupWaren URL.<br>Esimerkki: http://www.yritys.com/egroupware &nbsp; tai &nbsp; /egroupware<br>(<b>ei kauttaviivaa loppuun</b>)
@ -197,7 +229,9 @@ 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
@ -209,6 +243,7 @@ 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
@ -231,6 +266,7 @@ 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
@ -238,6 +274,7 @@ group has been updated common fi Ryhm
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
@ -259,13 +296,24 @@ 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
@ -287,6 +335,7 @@ july common fi Hein
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
@ -305,7 +354,9 @@ last name of the user, eg. "%1" common fi k
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
@ -326,6 +377,7 @@ 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
@ -333,18 +385,22 @@ 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
@ -377,6 +433,8 @@ 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
@ -403,6 +461,7 @@ original common fi Alkuper
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
@ -416,17 +475,20 @@ 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
@ -454,12 +516,19 @@ 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
@ -480,11 +549,13 @@ 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
@ -510,17 +581,25 @@ 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
@ -529,14 +608,21 @@ 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ä!
@ -548,16 +634,21 @@ 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
@ -575,6 +666,7 @@ 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
@ -584,6 +676,7 @@ use button to search for project common fi k
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
@ -591,8 +684,10 @@ 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
@ -600,12 +695,15 @@ 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 have been successfully logged out login fi Olet kirjautunut ulos

View File

@ -0,0 +1,143 @@
_delete row htmlarea-ContextMenu he _מחק שורה
_image properties... htmlarea-ContextMenu he _מאפייני תמונה...
_modify link... htmlarea-ContextMenu he _שנה קישור...
_remove link... htmlarea-ContextMenu he _הסר קישור...
_table properties... htmlarea-ContextMenu he מאפייני ט_בלה...
align htmlarea-TableOperations he ישור
all four sides htmlarea-TableOperations he כל ארבעת הצדדים
alternate style-sheet: htmlarea-FullPage he גיליון סגנון אחר:
background htmlarea-TableOperations he רקע
background color: htmlarea-FullPage he צבע רקע:
baseline htmlarea-TableOperations he קו בסיס
border htmlarea-TableOperations he גבול
borders htmlarea-TableOperations he גבולות
bottom htmlarea-TableOperations he תחתון
c_ell properties... htmlarea-ContextMenu he מאפייני ת_א...
cancel common he ביטול
caption htmlarea-TableOperations he כותרת
cell properties htmlarea-TableOperations he מאפייני תא
center htmlarea-TableOperations he מרכז
char htmlarea-TableOperations he תו
chec_k link... htmlarea-ContextMenu he בדו_ק קישור...
collapsed borders htmlarea-TableOperations he גבולות קורסים
color htmlarea-TableOperations he צבע
copy htmlarea-ContextMenu he העתק
create a link htmlarea-ContextMenu he יצירת קישור
current url is htmlarea-ContextMenu he URL נוכחי הוא
cut htmlarea-ContextMenu he גזור
de_lete column htmlarea-ContextMenu he מח_ק טור
delete cell htmlarea-TableOperations he מחק תא
delete column htmlarea-TableOperations he מחק טור
delete row htmlarea-TableOperations he מחק שורה
delete the current column htmlarea-ContextMenu he מחיקת את הטור הנוכחי
delete the current row htmlarea-ContextMenu he מחיקת את השורה הנוכחית
description htmlarea-TableOperations he תיאור
dictionary htmlarea-SpellChecker he מילון
doctype: htmlarea-FullPage he DOCTYPE:
document properties htmlarea-FullPage he מאפייני מסמך
document title: htmlarea-FullPage he כותרת מסמך:
element... htmlarea-ContextMenu he ...
fg color htmlarea-TableOperations he צבע קידמה
finished list of mispelled words htmlarea-SpellChecker he הסתיימה רשימת המילים המאויתות באופן שגוי
float htmlarea-TableOperations he מרחף
frames htmlarea-TableOperations he מסגרות
height htmlarea-TableOperations he גובה
how did you get here? (please report!) htmlarea-ContextMenu he איך הגעת הנה? (אנא דווח!)
how many columns would you like to merge? htmlarea-TableOperations he כמה טורים ברצונך למזג?
how many rows would you like to merge? htmlarea-TableOperations he כמה שורות ברצונך למזג?
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations he HTMLArea מסרב בפחדנות למחוק את התא האחרון בשורה.
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations he HTMLArea מסרב בפחדנות למחוק את הטור האחרון בטבלה.
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations he HTMLArea מסרב בפחדנות למחוק את השורה האחרונה בטבלה.
i will open it in a new page. htmlarea-SpellChecker he אני אפתח את זה בחלון חדש.
i_nsert row before htmlarea-ContextMenu he ה_כנס שורה לפני
ignore htmlarea-SpellChecker he התעלם
ignore all htmlarea-SpellChecker he התעלם מהכל
image url htmlarea-TableOperations he URL התמונה
in_sert row after htmlarea-ContextMenu he הכנ_ס שורה אחרי
insert _column before htmlarea-ContextMenu he הכנס _טור לפני
insert a new column after the current one htmlarea-ContextMenu he הוספת טור חדש אחרי הנוכחי
insert a new column before the current one htmlarea-ContextMenu he הוספת טור חדש לפני הנוכחי
insert a new row after the current one htmlarea-ContextMenu he הוספת שורה חדשה אחרי הנוכחית
insert a new row before the current one htmlarea-ContextMenu he הוספת שורה חדשה לפני הנוכחית
insert c_olumn after htmlarea-ContextMenu he הכנס ט_ור אחרי
insert cell after htmlarea-TableOperations he הכנס תא אחרי
insert cell before htmlarea-TableOperations he הכנס תא לפני
insert column after htmlarea-TableOperations he הכנס טור אחרי
insert column before htmlarea-TableOperations he הכנס טור לפני
insert row after htmlarea-TableOperations he הכנס שורה אחרי
insert row before htmlarea-TableOperations he הכנס שורה לפני
justify htmlarea-TableOperations he ישור
justify center htmlarea-ContextMenu he ישור למרכז
justify full htmlarea-ContextMenu he ישור לשורה מלאה
justify left htmlarea-ContextMenu he ישור לשמאל
justify right htmlarea-ContextMenu he ישור לימין
layout htmlarea-TableOperations he פריסה
left htmlarea-TableOperations he שמאל
link points to: htmlarea-ContextMenu he הקישור מצביע אל:
make lin_k... htmlarea-ContextMenu he צור קיור...
margin htmlarea-TableOperations he שוליים
merge cells htmlarea-TableOperations he מזג תאים
middle htmlarea-TableOperations he אמצע
modify url htmlarea-ContextMenu he שינוי URL
no mispelled words found with the selected dictionary. htmlarea-SpellChecker he לא נמצאו מילים מאויתות באופן שגוי עם המילון הנבחר.
no rules htmlarea-TableOperations he ללא קווים
no sides htmlarea-TableOperations he ללא צדדים
none htmlarea-TableOperations he אין
ok common he אישור
opens this link in a new window htmlarea-ContextMenu he פתיחת קישור זה בחלון חדש
original word htmlarea-SpellChecker he המילה המקורית
padding htmlarea-TableOperations he ריווח בשוליים
paste htmlarea-ContextMenu he הדבק
percent htmlarea-TableOperations he אחוז
pixels htmlarea-TableOperations he פיקסלים
please click into some cell htmlarea-TableOperations he אנא לחץ על תא כלשהו
please confirm that you want to open this link htmlarea-SpellChecker he אנא אשר שברצונך לפתוח קישור זה
please confirm that you want to remove this element: htmlarea-ContextMenu he אנא אשר שברצונך להסיר את האלמנט הזה:
please confirm that you want to unlink this element. htmlarea-ContextMenu he אנא אשר שאתה רוצה לנתק את אלמנט זה.
please wait. calling spell checker. htmlarea-SpellChecker he אנא המתן. קורא לבודק איות.
please wait: changing dictionary to htmlarea-SpellChecker he אנא המתן: מחליף מילון ל-
pliz weit ;-) htmlarea-SpellChecker he ענא המטן ;-)
primary style-sheet: htmlarea-FullPage he גיליון סגנון ראשי:
re-check htmlarea-SpellChecker he בדוק מחדש
remove the htmlarea-ContextMenu he הסר את אלמנט ה-
remove this node from the document htmlarea-ContextMenu he הסרה של node זה מהמסמך
replace htmlarea-SpellChecker he החלף
replace all htmlarea-SpellChecker he החלף הכל
replace with htmlarea-SpellChecker he החלף ב-
revert htmlarea-SpellChecker he החזר שינויים
right htmlarea-TableOperations he ימין
ro_w properties... htmlarea-ContextMenu he מאפייני _טור...
row properties htmlarea-TableOperations he מאפייני שורה
rules htmlarea-TableOperations he קווים
rules will appear between all rows and columns htmlarea-TableOperations he קווים יופיעו בין כל השורות והטורים
rules will appear between columns only htmlarea-TableOperations he קווים יופיעו בין טורים בלבד
rules will appear between rows only htmlarea-TableOperations he קווים יופיעו בין שורות בלבד
show the image properties dialog htmlarea-ContextMenu he מציג את חלון הדו-שיח של מאפייני תמונה
show the table cell properties dialog htmlarea-ContextMenu he מציג את חלון הדו-שיח של מאפייני תא בטבלה
show the table properties dialog htmlarea-ContextMenu he מציג את חלון הדו-שיח של מאפייני טבלה
show the table row properties dialog htmlarea-ContextMenu he מציג את חלון הדו-שיח של מאפייני שורה בטבלה
spacing htmlarea-TableOperations he ריווח
spacing and padding htmlarea-TableOperations he ריווח ושוליים
spell check complete, didn't find any mispelled words. closing now... htmlarea-SpellChecker he בדיקת האיות נסתיימה, לא נמצאו מילים מאויתות באופן שגוי. נסגר כעת...
spell-check htmlarea-SpellChecker he בדיקת איות
split cell htmlarea-TableOperations he פצל תא
split column htmlarea-TableOperations he פצל טור
split row htmlarea-TableOperations he פצל שורה
style [css] htmlarea-TableOperations he סגנון [CSS]
suggestions htmlarea-SpellChecker he הצעות
summary htmlarea-TableOperations he סיכום
table properties htmlarea-TableOperations he מאפייני טבלה
text align htmlarea-TableOperations he ישור טקסט
text color: htmlarea-FullPage he צבע טקסט:
the bottom side only htmlarea-TableOperations he הצד התחתון בלבד
the left-hand side only htmlarea-TableOperations he הצד השמאלי בלבד
the right and left sides only htmlarea-TableOperations he הצדדים הימני והשמאלי בלבד
the right-hand side only htmlarea-TableOperations he הצד הימני בלבד
the top and bottom sides only htmlarea-TableOperations he הצדדים העליון והתחתון בלבד
the top side only htmlarea-TableOperations he הצד העליון בלבד
this will drop changes and quit spell checker. please confirm. htmlarea-SpellChecker he זה יבטל את השינויים ויצא מבודק האיות. אנא אשר.
top htmlarea-TableOperations he עליון
unlink the current element htmlarea-ContextMenu he ניתוק את האלמנט הנוכחי
unset color htmlarea-TableOperations he צבע לא נבחר
vertical align htmlarea-TableOperations he יישור אנכי
width htmlarea-TableOperations he רוחב

View File

@ -10,6 +10,7 @@ administration common hu Adminisztr
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,6 +23,7 @@ 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
@ -33,6 +35,7 @@ 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
@ -46,13 +49,15 @@ 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
@ -64,6 +69,7 @@ new entry added sucessfully common hu
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
@ -72,17 +78,26 @@ 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
please %1 by hand common hu Kérem %1 kézzel
powered by egroupware version %1 common hu eGroupWare %1
please confirm that you want to open this link htmlarea-SpellChecker hu Megerŭtés
please wait. calling spell checker. htmlarea-SpellChecker hu Kis türelmet, a helyesírásellenÅrzÅ­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 ;-)
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,25 +107,34 @@ 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!
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 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 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
bad login or password common hu Rossz felhasználó vagy jelszó
login login hu Belépés

View File

@ -36,8 +36,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 +66,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 +84,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 +103,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 +111,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 +130,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,11 +168,15 @@ 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.
@ -208,18 +227,22 @@ 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
@ -262,6 +285,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 +296,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 +339,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 +359,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 +390,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,9 +400,11 @@ 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ì
@ -392,6 +437,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 +463,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 +487,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
@ -467,17 +524,27 @@ 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 +599,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,17 +629,26 @@ 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:
@ -580,6 +666,7 @@ 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ì
@ -597,6 +684,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,6 +702,7 @@ 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
@ -623,6 +712,7 @@ 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:

View File

@ -9,6 +9,12 @@
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
@ -32,7 +38,10 @@ 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
@ -56,11 +65,14 @@ 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Ë
@ -70,8 +82,11 @@ 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
@ -79,12 +94,14 @@ 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
@ -92,10 +109,14 @@ 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
@ -109,7 +130,9 @@ click or mouse over to show menus common nl Klik or Mouse Over om menus weer te
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
@ -120,12 +143,15 @@ copy common nl Kopi
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
@ -133,9 +159,15 @@ 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
@ -149,6 +181,9 @@ 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
@ -166,6 +201,7 @@ 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
@ -186,6 +222,7 @@ 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
@ -196,7 +233,9 @@ 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Ë
@ -236,6 +275,7 @@ 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
@ -244,12 +284,33 @@ 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
@ -266,6 +327,11 @@ 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
@ -281,12 +347,15 @@ 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
@ -304,12 +373,14 @@ 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Ë
@ -319,10 +390,13 @@ 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
@ -336,7 +410,6 @@ 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
Dutch common nl Nederlands
netherlands common nl NEDERLAND
netherlands antilles common nl DE NEDERLANDSE ANTILLEN
never common nl Nooit
@ -357,6 +430,8 @@ 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
@ -379,10 +454,12 @@ 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
@ -396,10 +473,12 @@ 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
@ -407,7 +486,11 @@ 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.
@ -422,6 +505,7 @@ 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é
@ -432,12 +516,21 @@ 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
@ -475,6 +568,10 @@ 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
@ -488,15 +585,22 @@ sorry, there was a problem processing your request. common nl Sorry, er is een p
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)
@ -504,14 +608,23 @@ 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 !
@ -532,6 +645,7 @@ 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
@ -547,6 +661,8 @@ 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
@ -567,6 +683,7 @@ 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
@ -576,6 +693,7 @@ 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:

View File

@ -37,7 +37,9 @@ 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
@ -62,12 +64,14 @@ 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
@ -78,8 +82,11 @@ 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
@ -94,6 +101,7 @@ 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
@ -101,9 +109,12 @@ 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
@ -118,7 +129,9 @@ click or mouse over to show menus common no Klikk eller hold peker over for
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
@ -147,6 +160,9 @@ 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
@ -204,6 +220,7 @@ falkland islands (malvinas) common no FALKLANDS
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
@ -214,8 +231,10 @@ 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
@ -255,6 +274,7 @@ 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
@ -265,14 +285,26 @@ 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
@ -293,6 +325,7 @@ 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
@ -312,7 +345,9 @@ 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
@ -340,6 +375,7 @@ 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
@ -349,9 +385,11 @@ 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
@ -384,6 +422,8 @@ 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
@ -410,6 +450,7 @@ 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
@ -428,13 +469,16 @@ path to user and group files has to be outside of the webservers document-root!!
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
@ -466,7 +510,13 @@ returns a full list of accounts on the system. warning: this is return can be q
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
@ -518,17 +568,24 @@ sorry, there was a problem processing your request. common no Beklager, der var
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
@ -537,14 +594,22 @@ 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 !
@ -567,6 +632,7 @@ 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
@ -584,6 +650,7 @@ 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
@ -603,6 +670,7 @@ 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.)
@ -612,6 +680,7 @@ 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:

View File

@ -0,0 +1,100 @@
align htmlarea-TableOperations ro Aliniere
all four sides htmlarea-TableOperations ro Toate părţile
alternate style-sheet: htmlarea-FullPage ro Template CSS alternativ:
background htmlarea-TableOperations ro Fundal
background color: htmlarea-FullPage ro Culoare de fundal:
baseline htmlarea-TableOperations ro Baseline
border htmlarea-TableOperations ro Chenar
borders htmlarea-TableOperations ro Chenare
bottom htmlarea-TableOperations ro Jos
charset common ro utf-8
cancel common ro Renunţă
caption htmlarea-TableOperations ro Titlu de tabel
cell properties htmlarea-TableOperations ro Proprietăţile celulei
center htmlarea-TableOperations ro Centru
char htmlarea-TableOperations ro Caracter
collapsed borders htmlarea-TableOperations ro Chenare asimilate
color htmlarea-TableOperations ro Culoare
delete cell htmlarea-TableOperations ro Şterge celula
delete column htmlarea-TableOperations ro Şterge coloana
delete row htmlarea-TableOperations ro Şterge rândul
description htmlarea-TableOperations ro Descriere
dictionary htmlarea-SpellChecker ro Dicţionar
doctype: htmlarea-FullPage ro DOCTYPE:
document properties htmlarea-FullPage ro Proprietăţile documentului
document title: htmlarea-FullPage ro Titlul documentului:
fg color htmlarea-TableOperations ro Culoare text
finished list of mispelled words htmlarea-SpellChecker ro Am terminat lista de cuvinte greşite
float htmlarea-TableOperations ro Poziţie
frames htmlarea-TableOperations ro Chenare
height htmlarea-TableOperations ro Înălţimea
how many columns would you like to merge? htmlarea-TableOperations ro Câte coloane vrei să uneşti?
how many rows would you like to merge? htmlarea-TableOperations ro Câte linii vrei să uneşti?
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations ro HTMLArea refuză cu laşitate să şteargă ultima celulă din rând.
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations ro HTMLArea refuză cu laşitate să şteargă ultima coloamă din tabela.
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations ro HTMLArea refuză cu laşitate să şteargă ultimul rând din tabela.
i will open it in a new page. htmlarea-SpellChecker ro O voi deschide într-o altă fereastră.
ignore htmlarea-SpellChecker ro Ignoră
ignore all htmlarea-SpellChecker ro Ignoră toate
image url htmlarea-TableOperations ro URL-ul imaginii
insert cell after htmlarea-TableOperations ro Inserează o celulă la dreapta
insert cell before htmlarea-TableOperations ro Inserează o celulă la stânga
insert column after htmlarea-TableOperations ro Inserează o coloană la dreapta
insert column before htmlarea-TableOperations ro Inserează o coloană la stânga
insert row after htmlarea-TableOperations ro Inserează un rând după
insert row before htmlarea-TableOperations ro Inserează un rând înainte
justify htmlarea-TableOperations ro Justify
layout htmlarea-TableOperations ro Aranjament
left htmlarea-TableOperations ro Stânga
margin htmlarea-TableOperations ro Margine
merge cells htmlarea-TableOperations ro Uneşte celulele
middle htmlarea-TableOperations ro Mijloc
no mispelled words found with the selected dictionary. htmlarea-SpellChecker ro Nu am găsit nici un cuvânt greşit cu acest dicţionar.
no rules htmlarea-TableOperations ro Fără linii
no sides htmlarea-TableOperations ro Fără părţi
none htmlarea-TableOperations ro Nimic
ok common ro Acceptă
original word htmlarea-SpellChecker ro Cuvântul original
padding htmlarea-TableOperations ro Spaţiere
percent htmlarea-TableOperations ro procente
pixels htmlarea-TableOperations ro pixeli
please click into some cell htmlarea-TableOperations ro Vă rog să daţi click într-o celulă
please confirm that you want to open this link htmlarea-SpellChecker ro Vă rog confirmaţi că vreţi să deschideţi acest link
please wait. calling spell checker. htmlarea-SpellChecker ro Vă rog aşteptaţi. Apelez spell-checker-ul.
please wait: changing dictionary to htmlarea-SpellChecker ro Vă rog aşteptaţi. Schimb dicţionarul cu
pliz weit ;-) htmlarea-SpellChecker ro va rog ashteptatzi ;-)
primary style-sheet: htmlarea-FullPage ro Template CSS principal:
re-check htmlarea-SpellChecker ro Scanează
replace htmlarea-SpellChecker ro Înlocuieşte
replace all htmlarea-SpellChecker ro Înlocuieşte toate
replace with htmlarea-SpellChecker ro Înlocuieşte cu
right htmlarea-TableOperations ro Dreapta
row properties htmlarea-TableOperations ro Proprietăţile liniei
rules htmlarea-TableOperations ro Linii
rules will appear between all rows and columns htmlarea-TableOperations ro Vor apărea linii între toate rândurile şi coloanele
rules will appear between columns only htmlarea-TableOperations ro Vor apărea doar linii verticale
rules will appear between rows only htmlarea-TableOperations ro Vor apărea doar linii orizontale
spacing htmlarea-TableOperations ro Între celule
spacing and padding htmlarea-TableOperations ro Spaţierea
spell check complete, didn't find any mispelled words. closing now... htmlarea-SpellChecker ro Am terminat, nu am detectat nici o greşeală. Acum închid fereastra...
spell-check htmlarea-SpellChecker ro Detectează greşeli
split cell htmlarea-TableOperations ro Împarte celula
split column htmlarea-TableOperations ro Împarte coloana
split row htmlarea-TableOperations ro Împarte rândul
style [css] htmlarea-TableOperations ro Stil [CSS]
suggestions htmlarea-SpellChecker ro Sugestii
summary htmlarea-TableOperations ro Sumar
table properties htmlarea-TableOperations ro Proprietăţile tabelei
text align htmlarea-TableOperations ro Aliniere
text color: htmlarea-FullPage ro Culoare text:
the bottom side only htmlarea-TableOperations ro Doar partea de jos
the left-hand side only htmlarea-TableOperations ro Doar partea din stânga
the right and left sides only htmlarea-TableOperations ro Partea din stânga şi cea din dreapta
the right-hand side only htmlarea-TableOperations ro Doar partea din dreapta
the top and bottom sides only htmlarea-TableOperations ro Partea de sus si cea de jos
the top side only htmlarea-TableOperations ro Doar partea de sus
this will drop changes and quit spell checker. please confirm. htmlarea-SpellChecker ro Doriţi să renunţaţi la modificări şi să închid spell-checker-ul?
top htmlarea-TableOperations ro Sus
unset color htmlarea-TableOperations ro Dezactivează culoarea
vertical align htmlarea-TableOperations ro Aliniere pe verticală
width htmlarea-TableOperations ro Lăţime