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 - 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 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 <20>r - use the %1, %2 buttons to select year jscalendar da - Brug %1, %2 knapperne for at v<>lge <20>r
00 (disable) admin da 00 (deaktiveret) 00 (disable) admin da 00 (deaktiveret)
13 (ntp) admin da 13 (ntp) 13 (ntp) admin da 13 (ntp)
80 (http) admin da 80 (http) 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 deleted common da Kontoen er slettet
account has been updated common da Kontoen er opdateret account has been updated common da Kontoen er opdateret
account is expired common da Kontoen er udl<64>bet account is expired common da Kontoen er udl<64>bet
account preferences common da Konto preferencer account preferences common da Konto preferencer
acl common da ACL acl common da ACL
action common da Handling action common da Handling
active common da Aktiv active common da Aktiv
add common da Tilf<6C>j add common da Tilf<6C>j
add %1 category for common da Tilf<6C>j kategorien %1 for add %1 category for common da Tilf<6C>j kategorien %1 for
add category common da Tilf<6C>j kategori add category common da Tilf<6C>j kategori
add sub common da Tilf<6C>j underkategori add sub common da Tilf<6C>j underkategori
@@ -35,7 +38,9 @@ administration common da Administration
afghanistan common da Afghanistan afghanistan common da Afghanistan
albania common da Albanien albania common da Albanien
algeria common da Algeriet algeria common da Algeriet
align htmlarea-TableOperations da Placer
all common da Alle 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 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 american samoa common da Amerikansk Samoa
andorra common da Andorra andorra common da Andorra
@@ -60,12 +65,14 @@ autosave default category common da Autogem Standard Kategori
azerbaijan common da Azerbaijan azerbaijan common da Azerbaijan
back common da Tilbage back common da Tilbage
back to user login common da Tilbage til bruger login back to user login common da Tilbage til bruger login
background htmlarea-TableOperations da Baggrund
background color htmlarea da Baggrundsfarve background color htmlarea da Baggrundsfarve
bad login or password common da Forkert brugernavn eller password bad login or password common da Forkert brugernavn eller password
bahamas common da Bahamas bahamas common da Bahamas
bahrain common da Bahrain bahrain common da Bahrain
bangladesh common da Bangladesh bangladesh common da Bangladesh
barbados common da Barbados barbados common da Barbados
baseline htmlarea-TableOperations da Bundlinie
bcc common da BCC bcc common da BCC
belarus common da Belarus belarus common da Belarus
belgium common da Belgien belgium common da Belgien
@@ -74,10 +81,14 @@ benin common da Benin
bermuda common da Bermuda bermuda common da Bermuda
bhutan common da Bhutan bhutan common da Bhutan
blocked, too many attempts common da Afvist, for mange fors<72>g blocked, too many attempts common da Afvist, for mange fors<72>g
bold htmlarea da Fed bold htmlarea da Fed
bolivia common da Bolivia bolivia common da Bolivia
border htmlarea-TableOperations da Kant
borders htmlarea-TableOperations da Kanter
bosnia and herzegovina common da Bosnien og Herzegovina bosnia and herzegovina common da Bosnien og Herzegovina
botswana common da Botswana botswana common da Botswana
bottom htmlarea-TableOperations da Bund
bouvet island common da Bouvet <20>en bouvet island common da Bouvet <20>en
brazil common da Brazilien brazil common da Brazilien
british indian ocean territory common da Britisk Indiske ocean british indian ocean territory common da Britisk Indiske ocean
@@ -90,7 +101,9 @@ cambodia common da Cambodia
cameroon common da Cameroon cameroon common da Cameroon
canada common da Canada canada common da Canada
cancel common da Annull<6C>r cancel common da Annull<6C>r
cape verde common da Cape Verde cape verde common da Cape Verde
caption htmlarea-TableOperations da Titel
categories common da Kategorier categories common da Kategorier
categories for common da kategorier for categories for common da kategorier for
category common da Kategori 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! category %1 has been updated ! common da Kategorien %1 er blevet opdateret!
cayman islands common da Cayman <20>erne cayman islands common da Cayman <20>erne
cc common da CC cc common da CC
cell properties htmlarea-TableOperations da Celle egenskaber
center htmlarea-TableOperations da Centrer
central african republic common da Centralafrikanske Republik central african republic common da Centralafrikanske Republik
chad common da Chad chad common da Chad
change common da <09>ndre change common da <09>ndre
char htmlarea-TableOperations da Plads
charset common da ISO-8859-1 charset common da ISO-8859-1
check installation common da Kontroller installation check installation common da Kontroller installation
chile common da Chile chile common da Chile
@@ -108,6 +124,7 @@ china common da Kina
choose the category common da V<>lg kategorien choose the category common da V<>lg kategorien
choose the parent category common da V<>lg ovenst<73>ende kategori choose the parent category common da V<>lg ovenst<73>ende kategori
christmas island common da Jule<6C>en christmas island common da Jule<6C>en
clear common da Slet clear common da Slet
clear form common da Slet formular clear form common da Slet formular
click common da Klik 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? click or mouse over to show menus? common da Klik eller f<>r musen over til sidemenuen?
close common da Luk close common da Luk
cocos (keeling) islands common da Cocos (Keeling) <20>erne cocos (keeling) islands common da Cocos (Keeling) <20>erne
collapsed borders htmlarea-TableOperations da Sammensmelt rammer
colombia common da Columbia colombia common da Columbia
color htmlarea-TableOperations da Farve
comments common da Bem<65>rkninger comments common da Bem<65>rkninger
comoros common da Comoros comoros common da Comoros
company common da Firma company common da Firma
@@ -123,6 +142,7 @@ congo common da Congo
congo, the democratic republic of the common da Congo, Den Demokratiske Republik congo, the democratic republic of the common da Congo, Den Demokratiske Republik
cook islands common da Cook <20>erne cook islands common da Cook <20>erne
copy common da Kopi<70>r copy common da Kopi<70>r
copy selection htmlarea da Kopi<70>r udvalgte copy selection htmlarea da Kopi<70>r udvalgte
costa rica common da Costa Rica costa rica common da Costa Rica
cote d ivoire common da Elfenbenskysten 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 december common da December
default category common da Standard Kategori default category common da Standard Kategori
delete common da Slet 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 denmark common da Danmark
description common da Beskrivelse description common da Beskrivelse
detail common da Detalje detail common da Detalje
details common da Detaljer 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<64>relsen af bugfixscripts for Internet Explorer 5.5 og nyere, for visning af gennemsigtige PNG-billeder? diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common da Deaktivere udf<64>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 internet explorer png-image-bugfix common da Deaktiver Internet Explorer PNG-image-bugfix?
disable slider effects common da Deaktiver glide-effekter? 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 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? 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<53>et fra disabled common da Sl<53>et fra
display monday first jscalendar da Vis mandag f<>rst display monday first jscalendar da Vis mandag f<>rst
display sunday first jscalendar da Vis s<>ndag f<>rst display sunday first jscalendar da Vis s<>ndag f<>rst
djibouti common da Djibouti djibouti common da Djibouti
do you also want to delete all subcategories ? common da <09>nsker du at slette alle underkategorierne? do you also want to delete all subcategories ? common da <09>nsker du at slette alle underkategorierne?
domain common da Dom<6F>ne domain common da Dom<6F>ne
@@ -165,11 +191,13 @@ domestic common da Indenrigs
dominica common da Dominica dominica common da Dominica
dominican republic common da Dominikanske Republik dominican republic common da Dominikanske Republik
done common da Udf<64>rt done common da Udf<64>rt
drag to move jscalendar da Tr<54>k for at flytte drag to move jscalendar da Tr<54>k for at flytte
e-mail common da E-mail e-mail common da E-mail
east timor common da <09>st Timor east timor common da <09>st Timor
ecuador common da Ecuador ecuador common da Ecuador
edit common da Redig<69>r edit common da Redig<69>r
edit %1 category for common da Redig<69>r kategorien %1 for edit %1 category for common da Redig<69>r kategorien %1 for
edit categories common da Redig<69>r Kategorier edit categories common da Redig<69>r Kategorier
edit category common da Redig<69>r kategori edit category common da Redig<69>r kategori
@@ -199,18 +227,22 @@ falkland islands (malvinas) common da Falklands
faroe islands common da F<>r<EFBFBD>erne faroe islands common da F<>r<EFBFBD>erne
fax number common da Fax nummer fax number common da Fax nummer
february common da Februar february common da Februar
fg color htmlarea-TableOperations da Font farve
fields common da Felter fields common da Felter
fiji common da Fiji fiji common da Fiji
files common da Filer files common da Filer
filter common da Filter filter common da Filter
finished list of mispelled words htmlarea-SpellChecker da Listen med stavefejl er gennemgået
finland common da Finland finland common da Finland
first name common da Fornavn first name common da Fornavn
first name of the user, eg. "%1" common da fornavn p<> brugeren, f.eks. "%1" first name of the user, eg. "%1" common da fornavn p<> brugeren, f.eks. "%1"
first page common da F<>rste side first page common da F<>rste side
firstname common da Fornavn firstname common da Fornavn
fixme! common da RETMIG! fixme! common da RETMIG!
float htmlarea-TableOperations da Justering
font color htmlarea da Skrift farve font color htmlarea da Skrift farve
force selectbox common da P<>tving Valgbox force selectbox common da P<>tving Valgbox
frames htmlarea-TableOperations da Udvendig
france common da Frankrig france common da Frankrig
french guiana common da Fransk Guinea french guiana common da Fransk Guinea
french polynesia common da Fransk Polynesien french polynesia common da Fransk Polynesien
@@ -235,6 +267,7 @@ grenada common da Grenada
group common da Gruppe group common da Gruppe
group access common da Gruppeadgang group access common da Gruppeadgang
group has been added common da Gruppe er tilf<6C>jet group has been added common da Gruppe er tilf<6C>jet
group has been deleted common da Gruppe er slettet group has been deleted common da Gruppe er slettet
group has been updated common da Gruppe er opdateret group has been updated common da Gruppe er opdateret
group name common da gruppe navn group name common da gruppe navn
@@ -250,9 +283,11 @@ guinea-bissau common da Guinea-Bissau
guyana common da Guyana guyana common da Guyana
haiti common da Haiti haiti common da Haiti
heard island and mcdonald islands common da Heard <20>en og McDonald <20>erne heard island and mcdonald islands common da Heard <20>en og McDonald <20>erne
height htmlarea-TableOperations da Højde
help common da Hj<48>lp help common da Hj<48>lp
help using editor htmlarea da Hj<48>lp til editoren help using editor htmlarea da Hj<48>lp til editoren
high common da H<>j high common da H<>j
highest common da H<>jeste highest common da H<>jeste
holy see (vatican city state) common da Vatikanet holy see (vatican city state) common da Vatikanet
home common da Startside home common da Startside
@@ -260,13 +295,28 @@ home email common da privat e-mail
honduras common da Honduras honduras common da Honduras
hong kong common da Hong Kong hong kong common da Hong Kong
horizontal rule htmlarea da Horisontal Regl 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<62>lken (<28>verst p<> siden). Evt. overskydende ikoner vil v<>re tilg<6C>ngelig i en slags pulldown menu, ved at trykke p<> ikonet helt til h<>jre i navigations bj<62>lken. 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<62>lken (<28>verst p<> siden). Evt. overskydende ikoner vil v<>re tilg<6C>ngelig i en slags pulldown menu, ved at trykke p<> ikonet helt til h<>jre i navigations bj<62>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 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 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 india common da Indien
indonesia common da Indonesien indonesia common da Indonesien
insert all %1 addresses of the %2 contacts in %3 common da Inds<64>t alle %1 adresserne fra %2 kontakterne i %3 insert all %1 addresses of the %2 contacts in %3 common da Inds<64>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<64>t billede insert image htmlarea da Inds<64>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<64>t tabel insert table htmlarea da Inds<64>t tabel
insert web link htmlarea da Ins<6E>t hyperlink insert web link htmlarea da Ins<6E>t hyperlink
international common da International international common da International
@@ -286,10 +336,12 @@ japan common da Japan
jordan common da Jordan jordan common da Jordan
july common da Juli july common da Juli
june common da Juni june common da Juni
justify htmlarea-TableOperations da Lige margener
justify center htmlarea da Justify Centrer justify center htmlarea da Justify Centrer
justify full htmlarea da Justify Fuld justify full htmlarea da Justify Fuld
justify left htmlarea da Justify Venstre justify left htmlarea da Justify Venstre
justify right htmlarea da Justify H<>jre justify right htmlarea da Justify H<>jre
kazakstan common da Kazakstan kazakstan common da Kazakstan
kenya common da Kenia kenya common da Kenia
keywords common da Stikord 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 last page common da Sidste side
lastname common da Efternavn lastname common da Efternavn
latvia common da Letland latvia common da Letland
layout htmlarea-TableOperations da Opsætning
lebanon common da Libanon lebanon common da Libanon
left htmlarea-TableOperations da Venstre
lesotho common da Lesotho lesotho common da Lesotho
liberia common da Liberia liberia common da Liberia
libyan arab jamahiriya common da Libyen libyan arab jamahiriya common da Libyen
@@ -334,6 +388,7 @@ maldives common da Maldiverne
mali common da Mali mali common da Mali
malta common da Malta malta common da Malta
march common da Marts march common da Marts
margin htmlarea-TableOperations da Margen
marshall islands common da Marshall <20>erne marshall islands common da Marshall <20>erne
martinique common da Martinique martinique common da Martinique
mauritania common da Mauritanien mauritania common da Mauritanien
@@ -343,9 +398,11 @@ may common da Maj
mayotte common da Mayotte mayotte common da Mayotte
medium common da Medium medium common da Medium
menu common da Menu menu common da Menu
merge cells htmlarea-TableOperations da Sammensæt celler
message common da Besked message common da Besked
mexico common da Mexico mexico common da Mexico
micronesia, federated states of common da Mikronesien, Den F<>derale Stat micronesia, federated states of common da Mikronesien, Den F<>derale Stat
middle htmlarea-TableOperations da Centrer
mobile common da Mobil mobile common da Mobil
moldova, republic of common da Moldova, Republikken moldova, republic of common da Moldova, Republikken
monaco common da Monaco monaco common da Monaco
@@ -365,8 +422,10 @@ netherlands antilles common da Hollandsk Antilles
never common da Aldrig never common da Aldrig
new caledonia common da Ny Caledonien new caledonia common da Ny Caledonien
new entry added sucessfully common da Nyt punkt succesrigt tilf<6C>jet new entry added sucessfully common da Nyt punkt succesrigt tilf<6C>jet
new main category common da Ny hovedkategori new main category common da Ny hovedkategori
new phrase has been added common da Ny s<>tning er tilf<6C>jet new phrase has been added common da Ny s<>tning er tilf<6C>jet
new value common da Ny V<>rdi new value common da Ny V<>rdi
new zealand common da New Zealand new zealand common da New Zealand
next common da N<>ste next common da N<>ste
@@ -380,6 +439,9 @@ niue common da Niue
no common da Nej no common da Nej
no entries found, try again ... common da ingen resultater fundet, pr<70>v igen.... no entries found, try again ... common da ingen resultater fundet, pr<70>v igen....
no history for this record common da Ingen historie fundet for denne post 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 no subject common da Intet Emne
none common da Ingen none common da Ingen
norfolk island common da Norfolk <20>en norfolk island common da Norfolk <20>en
@@ -403,9 +465,11 @@ open notify window common da
open popup window common da <09>ben popup vindue open popup window common da <09>ben popup vindue
ordered list htmlarea da Sorteret visning ordered list htmlarea da Sorteret visning
original common da Original original common da Original
original word htmlarea-SpellChecker da Oprindeligt ord
other common da Anden other common da Anden
overview common da Oversigt overview common da Oversigt
owner common da Ejer owner common da Ejer
padding htmlarea-TableOperations da Margen
page was generated in %1 seconds common da Siden var genereret p<> %1 sekunder page was generated in %1 seconds common da Siden var genereret p<> %1 sekunder
pager common da Pager pager common da Pager
pakistan common da Pakistan 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 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 calendar common da M<>nster for s<>g i Kalender
pattern for search in projects common da M<>nster for s<>g i Projekter 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 permissions to the files/users directory common da Rettigheder for fil/bruger mappen
personal common da Personlig personal common da Personlig
peru common da Peru peru common da Peru
@@ -432,13 +497,19 @@ philippines common da Fillipinerne
phone common da Telefon phone common da Telefon
phone number common da Telefonnummer phone number common da Telefonnummer
pitcairn common da Pitcairn pitcairn common da Pitcairn
pixels htmlarea-TableOperations da pixel
please %1 by hand common da Udf<64>r venligst %1 manuelt please %1 by hand common da Udf<64>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 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 run setup to become current common da K<>r venligst setup for at blive opdateret
please select common da V<>lg venligst please select common da V<>lg venligst
please set your global preferences common da Indstil venligst dine globale indstillinger! 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<70>ferencer for denne applikation please set your preferences for this application common da Indtast venligst dine pr<70>ferencer for denne applikation
please wait. calling spell checker. htmlarea-SpellChecker da Vent venligst. Henter stavekontrol.
please wait... common da Vent venligst... 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 poland common da Polen
portugal common da Portugal portugal common da Portugal
postal common da Post postal common da Post
@@ -455,16 +526,28 @@ project common da Projekt
public common da offentlig public common da offentlig
puerto rico common da Puerto Rico puerto rico common da Puerto Rico
qatar common da Qatar qatar common da Qatar
re-check htmlarea-SpellChecker da Tjek igen
read common da L<>s read common da L<>s
read this list of methods. common da L<>s denne liste over metoder read this list of methods. common da L<>s denne liste over metoder
redoes your last action htmlarea da Fortryder din sidste handling redoes your last action htmlarea da Fortryder din sidste handling
reject common da Afvis reject common da Afvis
rename common da Omd<6D>b rename common da Omd<6D>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 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 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 returns struct of users application access common da Returnere en struct af brugerapplikations adgang
reunion common da Reunion reunion common da Reunion
right htmlarea-TableOperations da Højre
romania common da Romanien 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 russian federation common da Rusland
rwanda common da Rwanda rwanda common da Rwanda
saint helena common da Sankt Helena saint helena common da Sankt Helena
@@ -479,6 +562,7 @@ saturday common da L
saudi arabia common da Saudi Arabien saudi arabia common da Saudi Arabien
save common da Gem save common da Gem
search common da S<>g search common da S<>g
section common da Sektion section common da Sektion
select common da V<>lg select common da V<>lg
select all %1 %2 for %3 common da V<>lg alle %1 %2 for %3 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 senegal common da Senegal
september common da September september common da September
server %1 has been added common da Server %1 er tilf<6C>jet server %1 has been added common da Server %1 er tilf<6C>jet
server name common da Servernavn server name common da Servernavn
session has been killed common da Sessionen er afsluttet session has been killed common da Sessionen er afsluttet
setup common da Setup setup common da Setup
@@ -514,17 +599,28 @@ solomon islands common da Solomon
somalia common da Somalia somalia common da Somalia
sorry, there was a problem processing your request. common da Desv<73>rre opstod der et problem med at behandle Dit <20>nske. sorry, there was a problem processing your request. common da Desv<73>rre opstod der et problem med at behandle Dit <20>nske.
sorry, your login has expired login da Desv<73>rre, Din session er udl<64>bet sorry, your login has expired login da Desv<73>rre, Din session er udl<64>bet
south africa common da Syd Afrika south africa common da Syd Afrika
south georgia and the south sandwich islands common da Syd Georgien og De Sydlige Sandwich <20>er south georgia and the south sandwich islands common da Syd Georgien og De Sydlige Sandwich <20>er
spacing htmlarea-TableOperations da Afstand
spacing and padding htmlarea-TableOperations da Afstand og margen
spain common da Spanien 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 sri lanka common da Sri Lanka
start date common da Startdato start date common da Startdato
start time common da Starttid start time common da Starttid
status common da Status status common da Status
style [css] htmlarea-TableOperations da Stil [CSS]
subject common da Emne subject common da Emne
submit common da Send submit common da Send
subscript htmlarea da Underscript subscript htmlarea da Underscript
sudan common da Sudan sudan common da Sudan
suggestions htmlarea-SpellChecker da Forslag
summary htmlarea-TableOperations da Beskrivelse
sunday common da S<>ndag sunday common da S<>ndag
superscript htmlarea da Superscript superscript htmlarea da Superscript
suriname common da Suriname suriname common da Suriname
@@ -533,17 +629,26 @@ swaziland common da Swaziland
sweden common da Sverige sweden common da Sverige
switzerland common da Schweiz switzerland common da Schweiz
syrian arab republic common da Syrien, Den Arabiske Republik syrian arab republic common da Syrien, Den Arabiske Republik
table properties htmlarea-TableOperations da Tabel egenskaber
taiwan common da Taiwan/Taipei taiwan common da Taiwan/Taipei
tajikistan common da Tajikistan tajikistan common da Tajikistan
tanzania, united republic of common da Tanzania, Den forenede Republik tanzania, united republic of common da Tanzania, Den forenede Republik
text align htmlarea-TableOperations da Tekst
thailand common da Thailand thailand common da Thailand
the api is current common da APIen er up-to-date the api is current common da APIen er up-to-date
the api requires an upgrade common da APIen skal opdateres 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 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 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 is current common da Denne applikation er up-to-date
this application requires an upgrade common da Denne applikation skal opdateres 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 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 thursday common da Torsdag
time common da Tid time common da Tid
time selection: jscalendar da Tid valgt: time selection: jscalendar da Tid valgt:
@@ -562,6 +667,7 @@ togo common da Togo
tokelau common da Tokelau tokelau common da Tokelau
tonga common da Tonga 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<72>g p<> at logge ind: %1 fra brugeren '%2', %3 fra IP'en %4 too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common da For mange fejlede fors<72>g p<> at logge ind: %1 fra brugeren '%2', %3 fra IP'en %4
top htmlarea-TableOperations da Top
total common da Total total common da Total
translation management common da H<>ndtering af overs<72>ttelser translation management common da H<>ndtering af overs<72>ttelser
trinidad and tobago common da Trinidad og Tobago 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 kingdom common da England
united states common da USA united states common da USA
united states minor outlying islands common da USA Mindre omkringliggende <20>er united states minor outlying islands common da USA Mindre omkringliggende <20>er
unknown common da Ukendt unknown common da Ukendt
unset color htmlarea-TableOperations da Farve ikke valgt
update common da Opdatering update common da Opdatering
updated common da Opdat<61>ret updated common da Opdat<61>ret
url common da URL url common da URL
@@ -601,6 +709,7 @@ vacation hours used common da Anvendte ferie timer
vanuatu common da Vanuatu vanuatu common da Vanuatu
venezuela common da Venezuela venezuela common da Venezuela
version common da Version version common da Version
vertical align htmlarea-TableOperations da Vertikal placering
viet nam common da Viet Nam viet nam common da Viet Nam
view common da Se view common da Se
virgin islands, british common da Jomfru <20>er, De Britiske virgin islands, british common da Jomfru <20>er, De Britiske
@@ -610,6 +719,7 @@ wednesday common da Onsdag
welcome common da Velkommen welcome common da Velkommen
western sahara common da Vest Sahara western sahara common da Vest Sahara
which groups common da Hvilke grupper which groups common da Hvilke grupper
width htmlarea-TableOperations da Bredde
wk jscalendar da uge wk jscalendar da uge
work email common da arbejds e-mail work email common da arbejds e-mail
written by: common da Skrevet af: 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 day-shortcut jscalendar de 2
3 number of chars for month-shortcut jscalendar de 3 3 number of chars for month-shortcut jscalendar de 3
80 (http) admin de 80 (http) 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 <20>ndern...
_remove link... htmlarea-ContextMenu de Link entfernen...
_table properties... htmlarea-ContextMenu de _Tabellen Einstellungen...
about common de <09>ber about common de <09>ber
about %1 common de <09>ber %1 about %1 common de <09>ber %1
about the calendar jscalendar de <09>ber den Kalender about the calendar jscalendar de <09>ber den Kalender
@@ -36,9 +42,12 @@ administration common de Administration
afghanistan common de AFGHANISTAN afghanistan common de AFGHANISTAN
albania common de ALBANIEN albania common de ALBANIEN
algeria common de ALGERIEN algeria common de ALGERIEN
align htmlarea-TableOperations de Ausrichten
all common de alle all common de alle
all fields common de alle Felder all fields common de alle Felder
all four sides htmlarea-TableOperations de Alle 4 Seiten
alphabet common de a,<2C>,b,c,d,e,f,g,h,i,j,k,l,m,n,o,<2C>,p,q,r,s,t,u,<2C>,v,w,x,y,z alphabet common de a,<2C>,b,c,d,e,f,g,h,i,j,k,l,m,n,o,<2C>,p,q,r,s,t,u,<2C>,v,w,x,y,z
alternate style-sheet: common de Alternatives Stylesheet
american samoa common de AMERICANISCH SAMOA american samoa common de AMERICANISCH SAMOA
andorra common de ANDORRA andorra common de ANDORRA
angola common de ANGOLA angola common de ANGOLA
@@ -62,13 +71,16 @@ autosave default category common de Standard-Kategorie automatisch speichern
azerbaijan common de ASERBAIDSCHAN azerbaijan common de ASERBAIDSCHAN
back common de Zur<75>ck back common de Zur<75>ck
back to user login common de Zur<75>ck zur Benutzer Anmeldung back to user login common de Zur<75>ck zur Benutzer Anmeldung
background htmlarea-TableOperations de Hintergrund
background color htmlarea de Hintergrund Farbe background color htmlarea de Hintergrund Farbe
background color: common de Hintergrund Farbe:
bad login or password common de Falscher Benutzername oder Passwort bad login or password common de Falscher Benutzername oder Passwort
bahamas common de BAHAMAS bahamas common de BAHAMAS
bahrain common de BAHRAIN bahrain common de BAHRAIN
bangladesh common de BANGLADESH bangladesh common de BANGLADESH
barbados common de BARBADOS barbados common de BARBADOS
based on common de Basierend auf based on common de Basierend auf
baseline htmlarea-TableOperations de Basislinie
bcc common de Blindkopie bcc common de Blindkopie
belarus common de BELORUSSLAND (WEISSRUSSLAND) belarus common de BELORUSSLAND (WEISSRUSSLAND)
belgium common de BELGIEN belgium common de BELGIEN
@@ -79,8 +91,11 @@ bhutan common de BHUTAN
blocked, too many attempts common de Gesperrt, zu viele Versuche blocked, too many attempts common de Gesperrt, zu viele Versuche
bold htmlarea de Fett bold htmlarea de Fett
bolivia common de BOLIVIEN bolivia common de BOLIVIEN
border htmlarea-TableOperations de Rand
borders htmlarea-TableOperations de R<>nder
bosnia and herzegovina common de BOSNIEN UND HERZEGOVINA bosnia and herzegovina common de BOSNIEN UND HERZEGOVINA
botswana common de BOTSWANA botswana common de BOTSWANA
bottom htmlarea-TableOperations de Unten
bouvet island common de BOUVET INSELN bouvet island common de BOUVET INSELN
brazil common de BRASILIEN brazil common de BRASILIEN
british indian ocean territory common de BRITISCH INDIEN OZEAN TERRITORIUM british indian ocean territory common de BRITISCH INDIEN OZEAN TERRITORIUM
@@ -89,12 +104,14 @@ bulgaria common de BULGARIEN
bulleted list htmlarea de Geordnete Liste bulleted list htmlarea de Geordnete Liste
burkina faso common de BURKINA FASO burkina faso common de BURKINA FASO
burundi common de BURUNDI burundi common de BURUNDI
c_ell properties... htmlarea-ContextMenu de Z_ellen Einstellungen...
calendar common de Kalender calendar common de Kalender
cambodia common de KAMBODSCHA cambodia common de KAMBODSCHA
cameroon common de KAMERUN cameroon common de KAMERUN
canada common de KANADA canada common de KANADA
cancel common de Abbruch cancel common de Abbruch
cape verde common de KAP VERDE cape verde common de KAP VERDE
caption htmlarea-TableOperations de <09>berschrift
categories common de Kategorien categories common de Kategorien
categories for common de Kategorien f<>r categories for common de Kategorien f<>r
category common de Kategorie 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 <20>berarbeitet ! category %1 has been updated ! common de Kategorie %1 wurde <20>berarbeitet !
cayman islands common de KAIMAN INSELN cayman islands common de KAIMAN INSELN
cc common de Kopie cc common de Kopie
cell properties htmlarea-TableOperations de Zellen
center htmlarea-TableOperations de Zentrieren
central african republic common de ZENTRAL AFRIKANISCHE REPUBLIK central african republic common de ZENTRAL AFRIKANISCHE REPUBLIK
chad common de TSCHAD chad common de TSCHAD
change common de <09>ndern change common de <09>ndern
char htmlarea-TableOperations de Zeichen
charset common de iso-8859-1 charset common de iso-8859-1
chec_k link... htmlarea-ContextMenu de Link testen...
check installation common de Installation <20>berpr<70>fen check installation common de Installation <20>berpr<70>fen
check now common de jetzt <20>berpr<70>fen check now common de jetzt <20>berpr<70>fen
chile common de CHILE chile common de CHILE
china common de CHINA 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<73>hlen choose the category common de Kategorie ausw<73>hlen
choose the parent category common de W<>hlen der <20>bergeordneten Kategorie choose the parent category common de W<>hlen der <20>bergeordneten Kategorie
christmas island common de WEIHNACHTS INSEL 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<61>ber fahren" um das Men<65> anzuzeigen? click or mouse over to show menus? common de Klicken oder "mit dem Mauszeiger dar<61>ber fahren" um das Men<65> anzuzeigen?
close common de Schlie<69>en close common de Schlie<69>en
cocos (keeling) islands common de COCOS INSELN cocos (keeling) islands common de COCOS INSELN
collapsed borders htmlarea-TableOperations de Rahmen vereinigen
colombia common de KOLUMBIEN colombia common de KOLUMBIEN
color htmlarea-TableOperations de Farbe
comoros common de KOMOREN comoros common de KOMOREN
company common de Unternehmen company common de Unternehmen
congo common de KONGO congo common de KONGO
@@ -133,6 +157,7 @@ copy selection htmlarea de Den markierten Text kopieren
costa rica common de COSTA RICA costa rica common de COSTA RICA
cote d ivoire common de COTE D IVOIRE cote d ivoire common de COTE D IVOIRE
create common de Erstellen create common de Erstellen
create a link htmlarea-ContextMenu de Link erstellen
created common de erstellt created common de erstellt
created by common de Erstellt von created by common de Erstellt von
croatia common de KROATIEN croatia common de KROATIEN
@@ -140,7 +165,9 @@ cuba common de KUBA
currency common de W<>hrung currency common de W<>hrung
current common de derzeit current common de derzeit
current style htmlarea de Aktueller Stil current style htmlarea de Aktueller Stil
current url is htmlarea-ContextMenu de Aktuelle URL ist
current users common de Derzeit angemeldete Benutzer current users common de Derzeit angemeldete Benutzer
cut htmlarea-ContextMenu de Ausschneiden
cut selection htmlarea de Den markierten Text einf<6E>gen cut selection htmlarea de Den markierten Text einf<6E>gen
cyprus common de ZYPERN cyprus common de ZYPERN
czech republic common de TSCHECHISCHE REPUBLIK czech republic common de TSCHECHISCHE REPUBLIK
@@ -148,15 +175,23 @@ date common de Datum
date due common de f<>llig am date due common de f<>llig am
date selection: jscalendar de Datum ausw<73>hlen: date selection: jscalendar de Datum ausw<73>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<65>tzen, bitte die Regeln der Firewall entsprechend anpassen bevor sie die Seite speichern.<br>(Port: 13 / Host: 129.6.15.28) 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<65>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 december common de Dezember
decimal numbers htmlarea-ListType de Zahlen
decrease indent htmlarea de Einzug verkleinern decrease indent htmlarea de Einzug verkleinern
default category common de Standard-Kategorie default category common de Standard-Kategorie
delete common de L<>schen 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 denmark common de D<>NEMARK
description common de Beschreibung description common de Beschreibung
detail common de Detail detail common de Detail
details common de Details 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<73>hren des Bugfix-Scripts f<>r Internet Explorer 5.5 und h<>her, zum Darstellen von transparenten PNG-Bildern abschalten? diable the execution a bugfixscript for internet explorer 5.5 and higher to show transparency in png-images? common de Ausf<73>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 internet explorer png-image-bugfix common de Internet Explorer PNG-Bilder-Bugfix abschalten
disable slider effects common de Schwebeeffekte des Navigationsmen<65>s abschalten disable slider effects common de Schwebeeffekte des Navigationsmen<65>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<65>s in der Seite abschalten? Benutzer von Opera oder Konquerer m<>ssen diese Funktion 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<65>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 display %s first jscalendar de %s zuerst anzeigen
djibouti common de DJIBOUTI djibouti common de DJIBOUTI
do you also want to delete all subcategories ? common de Sollen alle Unterkategorien gel<65>scht werden ? do you also want to delete all subcategories ? common de Sollen alle Unterkategorien gel<65>scht werden ?
doctype: common de DOCTYPE:
document properties common de Dokument Eigentschaften
document title: common de Title des Dokuments:
domain common de Domain domain common de Domain
domain name for mail-address, eg. "%1" common de Domainname f<>r E-Mail Adresse, zB. "%1" domain name for mail-address, eg. "%1" common de Domainname f<>r E-Mail Adresse, zB. "%1"
domestic common de Inland 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 egroupware: login blocked for user '%1', ip %2 common de eGroupWare: Anmelden gesperrt f<>r Benutzer '%1', IP %2
egypt common de <09>GYPTEN egypt common de <09>GYPTEN
el salvador common de EL SALVADOR el salvador common de EL SALVADOR
element... htmlarea-ContextMenu de Element entfernen...
email common de E-Mail email common de E-Mail
email-address of the user, eg. "%1" common de E-Mail Adresse des Benutzers, zB. "%1" email-address of the user, eg. "%1" common de E-Mail Adresse des Benutzers, zB. "%1"
enabled common de Verf<72>gbar enabled common de Verf<72>gbar
@@ -204,18 +243,22 @@ falkland islands (malvinas) common de FALKLAND INSELN (MALVINAS)
faroe islands common de FAROE INSELN faroe islands common de FAROE INSELN
fax number common de Fax Nummer fax number common de Fax Nummer
february common de Februar february common de Februar
fg color htmlarea-TableOperations de FG Farbe
fields common de Felder fields common de Felder
fiji common de FIJI fiji common de FIJI
files common de Dateien files common de Dateien
filter common de Filter filter common de Filter
finished list of mispelled words htmlarea-SpellChecker de Liste der nicht bekannten Woerter
finland common de FINLAND finland common de FINLAND
first name common de Vorname first name common de Vorname
first name of the user, eg. "%1" common de Vorname des Benutzers, zB. "%1" first name of the user, eg. "%1" common de Vorname des Benutzers, zB. "%1"
first page common de Erste Seite first page common de Erste Seite
firstname common de Vorname firstname common de Vorname
fixme! common de KORREGIER MICH! fixme! common de KORREGIER MICH!
float htmlarea-TableOperations de Ausrichtung
font color htmlarea de Schrift Farbe font color htmlarea de Schrift Farbe
force selectbox common de Auswahlfeld erzwingen force selectbox common de Auswahlfeld erzwingen
frames htmlarea-TableOperations de Rahmen
france common de FRANKREICH france common de FRANKREICH
french guiana common de FRANZ<4E>SISCH GUIANA french guiana common de FRANZ<4E>SISCH GUIANA
french polynesia common de FRANZ<4E>SISCH POLYNESIEN french polynesia common de FRANZ<4E>SISCH POLYNESIEN
@@ -256,6 +299,7 @@ guinea-bissau common de GUINEA-BISSAU
guyana common de GUYANA guyana common de GUYANA
haiti common de HAITI haiti common de HAITI
heard island and mcdonald islands common de HEARD UND MCDONALD INSELN heard island and mcdonald islands common de HEARD UND MCDONALD INSELN
height htmlarea-TableOperations de H<>he
help common de Hilfe help common de Hilfe
help using editor htmlarea de Hilfe zum benutzen des Editors help using editor htmlarea de Hilfe zum benutzen des Editors
high common de Hoch high common de Hoch
@@ -266,14 +310,39 @@ home email common de private Email
honduras common de HONDURAS honduras common de HONDURAS
hong kong common de HONG KONG hong kong common de HONG KONG
horizontal rule htmlarea de Horizantale Linie 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 <20>ber ein Auswahlmen<65> angeboten. Das Auswahlmen<65> kann <20>ber das rechte Icon ge<67>ffnet werden 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 <20>ber ein Auswahlmen<65> angeboten. Das Auswahlmen<65> kann <20>ber das rechte Icon ge<67>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 hungary common de UNGARN
i will open it in a new page. htmlarea-SpellChecker de Wird auf neuer Seite ge<67>ffnet
i_nsert row before htmlarea-ContextMenu de Zeile einf<6E>gen v_or Position
iceland common de ISLAND 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<6E>gen n_ach Position
increase indent htmlarea de Einzug erh<72>hen increase indent htmlarea de Einzug erh<72>hen
india common de INDIEN india common de INDIEN
indonesia common de INDONESIEN indonesia common de INDONESIEN
insert _column before htmlarea-ContextMenu de Spalte einf<6E>gen vo_r Position
insert a new column after the current one htmlarea-ContextMenu de Spalte einf<6E>gen nach der aktuellen Position
insert a new column before the current one htmlarea-ContextMenu de Spalte einf<6E>gen vor der aktuellen Position
insert a new row after the current one htmlarea-ContextMenu de Zeile einf<6E>gen nach der aktuellen Position
insert a new row before the current one htmlarea-ContextMenu de Zeile einf<6E>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<6E>gen insert all %1 addresses of the %2 contacts in %3 common de Alle %1 Adressen der %2 Kontakte in %3 einf<6E>gen
insert c_olumn after htmlarea-ContextMenu de Spalte einf<6E>gen na_ch Position
insert cell after htmlarea-TableOperations de Zelle einf<6E>gen nach
insert cell before htmlarea-TableOperations de Zelle einf<6E>gen bevor
insert column after htmlarea-TableOperations de Spalte einf<6E>gen nach
insert column before htmlarea-TableOperations de Spalte einf<6E>gen bevor
insert image htmlarea de Bild einf<6E>gen insert image htmlarea de Bild einf<6E>gen
insert row after htmlarea-TableOperations de Reihe einf<6E>gen nach
insert row before htmlarea-TableOperations de Reihe einf<6E>gen vor
insert table htmlarea de Tabelle einf<6E>gen insert table htmlarea de Tabelle einf<6E>gen
insert web link htmlarea de Web Link hinzuf<75>gen insert web link htmlarea de Web Link hinzuf<75>gen
international common de International international common de International
@@ -293,10 +362,11 @@ japan common de JAPAN
jordan common de JORDANIEN jordan common de JORDANIEN
july common de Juli july common de Juli
june common de Juni june common de Juni
justify center htmlarea de Ausrichtung mittig justify htmlarea-TableOperations de Justieren
justify full htmlarea de Ausrichtung im block justify center common de Ausrichtung mittig
justify left htmlarea de Ausrichtung links justify full common de Ausrichtung im Block
justify right htmlarea de Ausrichtung rechts justify left common de Ausrichtung links
justify right common de Ausrichtung rechts
kazakstan common de KAZAKSTAN kazakstan common de KAZAKSTAN
kenya common de KENIA kenya common de KENIA
keywords common de Schl<68>sselwort keywords common de Schl<68>sselwort
@@ -313,12 +383,15 @@ last page common de Letzte Seite
lastname common de Name lastname common de Name
latvia common de LATVIA latvia common de LATVIA
ldap-mgr common de LDAP-Manager ldap-mgr common de LDAP-Manager
layout htmlarea-TableOperations de Layout
lebanon common de LIBANON lebanon common de LIBANON
left htmlarea-TableOperations de Links
lesotho common de LESOTHO lesotho common de LESOTHO
liberia common de LYBIEN liberia common de LYBIEN
libyan arab jamahiriya common de LIBYAN ARAB JAMAHIRIYA libyan arab jamahiriya common de LIBYAN ARAB JAMAHIRIYA
license common de Lizenz license common de Lizenz
liechtenstein common de LIECHTENSTEIN liechtenstein common de LIECHTENSTEIN
link points to: htmlarea-ContextMenu de Link zeigt auf:
list common de Liste list common de Liste
list members common de Mitglieder anzeigen list members common de Mitglieder anzeigen
lithuania common de LITAUEN lithuania common de LITAUEN
@@ -327,6 +400,9 @@ login common de Anmelden
loginid common de Benutzerkennung loginid common de Benutzerkennung
logout common de Abmelden logout common de Abmelden
low common de Niedrig 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 lowest common de Niedrigst
luxembourg common de LUXEMBURG luxembourg common de LUXEMBURG
macau common de MACAU macau common de MACAU
@@ -336,12 +412,14 @@ mail domain, eg. "%1" common de Mail Domain, zB. "%1"
main category common de Hauptkategorie main category common de Hauptkategorie
main screen common de Startseite main screen common de Startseite
maintainer common de Maintainer maintainer common de Maintainer
make lin_k... htmlarea-ContextMenu de Lin_k erstellen...
malawi common de MALAWI malawi common de MALAWI
malaysia common de MALAYSIA malaysia common de MALAYSIA
maldives common de MALDIVEN maldives common de MALDIVEN
mali common de MALI mali common de MALI
malta common de MALTA malta common de MALTA
march common de M<>rz march common de M<>rz
margin htmlarea-TableOperations de Rand
marshall islands common de MARSHALL ISLANDS marshall islands common de MARSHALL ISLANDS
martinique common de MARTINIQUE martinique common de MARTINIQUE
mauritania common de MAURITANIEN mauritania common de MAURITANIEN
@@ -351,9 +429,12 @@ may common de Mai
mayotte common de MAYOTTE mayotte common de MAYOTTE
medium common de Mittel medium common de Mittel
menu common de Men<65> menu common de Men<65>
merge cells htmlarea-TableOperations de Zellen vereinigen
message common de Nachricht message common de Nachricht
mexico common de MEXICO mexico common de MEXICO
micronesia, federated states of common de MICRONESIEN, VEREINIGTE STAATEN VON micronesia, federated states of common de MICRONESIEN, VEREINIGTE STAATEN VON
middle htmlarea-TableOperations de Mitte
modify url htmlarea-ContextMenu de URL <20>ndern
moldova, republic of common de MOLDAVIEN, REPUBLIK moldova, republic of common de MOLDAVIEN, REPUBLIK
monaco common de MONACO monaco common de MONACO
monday common de Montag monday common de Montag
@@ -388,6 +469,9 @@ no common de Nein
no entries found, try again ... common de Keine Eintr<74>ge gefunden, nochmal versuchen ... no entries found, try again ... common de Keine Eintr<74>ge gefunden, nochmal versuchen ...
no history for this record common de Keine Historie f<>r diesen Datensatz no history for this record common de Keine Historie f<>r diesen Datensatz
no matchs found common de Keine Treffer gefunden. 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<65>hlten W<>rterbuch gefunden
no rules htmlarea-TableOperations de Keine Balken
no sides htmlarea-TableOperations de Keine Seiten
no subject common de Kein Betreff no subject common de Kein Betreff
none common de Keine none common de Keine
norfolk island common de NORFOLK INSELN norfolk island common de NORFOLK INSELN
@@ -409,13 +493,16 @@ only private common de nur private
only yours common de nur eigene only yours common de nur eigene
open notify window common de Benachrichtigungsfenster <20>ffnen open notify window common de Benachrichtigungsfenster <20>ffnen
open popup window common de Popup Fenster <20>ffnen open popup window common de Popup Fenster <20>ffnen
opens this link in a new window htmlarea-ContextMenu de Diesen Link in neuem Fenster <20>ffnen
ordered list htmlarea de Geordnete Liste ordered list htmlarea de Geordnete Liste
original common de Original original common de Original
original word htmlarea-SpellChecker de Original Wort
other common de Andere other common de Andere
overview common de <09>berblick overview common de <09>berblick
owner common de Besitzer owner common de Besitzer
padding htmlarea-TableOperations de Auff<66>llung
page common de Seite 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 pakistan common de PAKISTAN
palau common de PALAU palau common de PALAU
palestinian territory, occupied common de PALESTINENSISCHES TERRITORIUM, BESETZT palestinian territory, occupied common de PALESTINENSISCHES TERRITORIUM, BESETZT
@@ -427,25 +514,35 @@ parent category common de
password common de Passwort password common de Passwort
password could not be changed common de Passwort konnte nicht ge<67>ndert werden password could not be changed common de Passwort konnte nicht ge<67>ndert werden
password has been updated common de Passwort wurde aktualisiert password has been updated common de Passwort wurde aktualisiert
paste htmlarea-ContextMenu de Einf<6E>gen
paste from clipboard htmlarea de Aus dem clipboard <20>bernehmen paste from clipboard htmlarea de Aus dem clipboard <20>bernehmen
path htmlarea de Pfad 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 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 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 calendar common de Muster f<>r suche im Kalendar
pattern for search in projects common de Muster f<>r suche in Projekten 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 permissions to the files/users directory common de Zugriffsrechte zu den Dateien / Benutzerverzeichnissen
personal common de pers<72>nlich personal common de pers<72>nlich
peru common de PERU peru common de PERU
philippines common de PHILIPPINEN philippines common de PHILIPPINEN
phone number common de Telefonnummer phone number common de Telefonnummer
pitcairn common de PITCAIRN pitcairn common de PITCAIRN
pixels htmlarea-TableOperations de pixels
please %1 by hand common de Bitte %1 per Hand 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 <20>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 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 run setup to become current common de Bitte rufen Sie Setup auf um zu aktualisieren
please select common de Bitte w<>hlen please select common de Bitte w<>hlen
please set your global preferences common de Bitte editieren Sie Ihre globalen Einstellungen ! 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 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... 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 poland common de POLEN
portugal common de PORTUGA portugal common de PORTUGA
postal common de Postadresse 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<65>) prev. month (hold for menu) jscalendar de Vorheriger Monat (halten f<>r Men<65>)
prev. year (hold for menu) jscalendar de Vorheriges Jahr (halten f<>r Men<65>) prev. year (hold for menu) jscalendar de Vorheriges Jahr (halten f<>r Men<65>)
previous page common de Vorherige Seite previous page common de Vorherige Seite
primary style-sheet: common de Haupt-Stylesheet:
print common de Drucken print common de Drucken
priority common de Priorit<69>t priority common de Priorit<69>t
private common de Privat private common de Privat
@@ -462,17 +560,31 @@ project common de Projekt
public common de <09>ffentlich public common de <09>ffentlich
puerto rico common de PUERTO RICO puerto rico common de PUERTO RICO
qatar common de QATAR qatar common de QATAR
re-check htmlarea-SpellChecker de Neu <20>berpruefen
read common de Lesen read common de Lesen
read this list of methods. common de Diese Liste der Methoden lesen. read this list of methods. common de Diese Liste der Methoden lesen.
redoes your last action htmlarea de Letzte Aktion wiederholen redoes your last action htmlarea de Letzte Aktion wiederholen
reject common de Zur<75>ckweisen reject common de Zur<75>ckweisen
remove selected accounts common de Ausgew<65>hle Benutzer entfernen remove selected accounts common de Ausgew<65>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 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<73>ndige Lister der Benutzerkonten auf diesem System. Warnung: Die R<>ckgabe kann sehr gross sein returns a full list of accounts on the system. warning: this is return can be quite large common de Liefert eine vollst<73>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<74>gen returns an array of todo items common de Liefert ein array mit ToDo Eintr<74>gen
returns struct of users application access common de Liefert Strucktur mit Benutzerzugriffsrechten auf Anwendungen returns struct of users application access common de Liefert Strucktur mit Benutzerzugriffsrechten auf Anwendungen
reunion common de REUNION reunion common de REUNION
revert htmlarea-SpellChecker de R<>ckg<6B>ngig
right htmlarea-TableOperations de Rechts
ro_w properties... htmlarea-ContextMenu de Ze_ilen Einstellungen...
romania common de RUM<55>NIEN romania common de RUM<55>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 russian federation common de RUSSISCHE F<>DERATION
rwanda common de RWANDA rwanda common de RWANDA
saint helena common de SANKT HELENA saint helena common de SANKT HELENA
@@ -514,6 +626,10 @@ show all categorys common de Alle Kategorien anzeigen
show menu common de Men<65> anzeigen show menu common de Men<65> anzeigen
show page generation time common de Zeit zum Erstellen der Seite 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<46>zeile anzeigen show page generation time on the bottom of the page? common de Zeit zum Erstellen der Seite in der Fu<46>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 show_more_apps common de Mehr Applikationen anzeigen
showing %1 common de %1 Eintr<74>ge showing %1 common de %1 Eintr<74>ge
showing %1 - %2 of %3 common de %1 - %2 von %3 Eintr<74>gen showing %1 - %2 of %3 common de %1 - %2 von %3 Eintr<74>gen
@@ -526,18 +642,28 @@ somalia common de SOMALIA
sorry, your login has expired login de Ihre Anmeldung ist abgelaufen ! sorry, your login has expired login de Ihre Anmeldung ist abgelaufen !
south africa common de S<>DAFRIKA south africa common de S<>DAFRIKA
south georgia and the south sandwich islands common de SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS 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<73>nde
spain common de SPANIEN 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<70>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 sri lanka common de SRI LANKA
start date common de Startdatum start date common de Startdatum
start time common de Startzeit start time common de Startzeit
start with common de begint mit start with common de begint mit
status common de Status status common de Status
strikethrough htmlarea de Durchstreichen strikethrough htmlarea de Durchstreichen
style [css] htmlarea-TableOperations de Style [CSS]
subject common de Betreff subject common de Betreff
submit common de Absenden submit common de Absenden
subscript htmlarea de Tiefer gestellt Zeichen subscript htmlarea de Tiefer gestellt Zeichen
substitutions and their meanings: common de Ersetzungen und ihre Bedeutung substitutions and their meanings: common de Ersetzungen und ihre Bedeutung
sudan common de SUDAN sudan common de SUDAN
suggestions htmlarea-SpellChecker de Vorschlag
summary htmlarea-TableOperations de Zusammenfassung
sunday common de Sonntag sunday common de Sonntag
superscript htmlarea de Hochgestellt Zeichen superscript htmlarea de Hochgestellt Zeichen
suriname common de SURINAME suriname common de SURINAME
@@ -546,17 +672,27 @@ swaziland common de SWAZILAND
sweden common de SCHWEDEN sweden common de SCHWEDEN
switzerland common de SCHWEIZ switzerland common de SCHWEIZ
syrian arab republic common de SYRIEN, ARABISCHE REPUBLIK syrian arab republic common de SYRIEN, ARABISCHE REPUBLIK
table properties htmlarea-TableOperations de Tabelle
taiwan common de TAIWAN/TAIPEI taiwan common de TAIWAN/TAIPEI
tajikistan common de TAJIKISTAN tajikistan common de TAJIKISTAN
tanzania, united republic of common de TANZANIA, VEREINIGTE REPUBLIK tanzania, united republic of common de TANZANIA, VEREINIGTE REPUBLIK
text align htmlarea-TableOperations de Ausrichtung
text color: common de Textfarbe:
thailand common de THAILAND thailand common de THAILAND
the api is current common de Die API ist aktuell the api is current common de Die API ist aktuell
the api requires an upgrade common de Die API ben<65>tigt eine Aktualisierung the api requires an upgrade common de Die API ben<65>tigt eine Aktualisierung
the bottom side only htmlarea-TableOperations de Nur untere Seite
the following applications require upgrades common de Die folgenden Anwendungen ben<65>tigen eine Aktualisierung the following applications require upgrades common de Die folgenden Anwendungen ben<65>tigen eine Aktualisierung
the left-hand side only htmlarea-TableOperations de Nur linke Seite
the mail server returned common de Der EMailserver liefert zur<75>ck the mail server returned common de Der EMailserver liefert zur<75>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 is current common de Diese Anwendung ist aktuell
this application requires an upgrade common de Diese Anwendung ben<65>tigt eine Aktualisierung this application requires an upgrade common de Diese Anwendung ben<65>tigt eine Aktualisierung
this name has been used already common de Dieser Name ist bereits in Benutzung ! 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 <09>nderungen verwerfen. Bitte best<73>ttigen.
thursday common de Donnerstag thursday common de Donnerstag
time common de Zeit time common de Zeit
time selection: jscalendar de Zeitauswahl: time selection: jscalendar de Zeitauswahl:
@@ -574,6 +710,7 @@ togo common de TOGO
tokelau common de TOKELAU tokelau common de TOKELAU
tonga common de TONGA 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<6E>ltige Versuche sich anzumelden: %1 f<>r den Benutzer '%2', %3 f<>r die IP %4 too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common de Zu viele ung<6E>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 total common de Gesamt
trinidad and tobago common de TRINIDAD AND TOBAGO trinidad and tobago common de TRINIDAD AND TOBAGO
tuesday common de Dienstag tuesday common de Dienstag
@@ -591,8 +728,13 @@ united kingdom common de GROSSBRITANIEN
united states common de VEREINIGTE STAATEN VON AMERIKA united states common de VEREINIGTE STAATEN VON AMERIKA
united states minor outlying islands common de UNITED STATES MINOR OUTLYING ISLANDS united states minor outlying islands common de UNITED STATES MINOR OUTLYING ISLANDS
unknown common de Unbekannt unknown common de Unbekannt
unlink the current element htmlarea-ContextMenu de Link auf Element entfernen
unread common de ungelesen unread common de ungelesen
unset color htmlarea-TableOperations de Farbe
update common de Aktualisieren update common de Aktualisieren
upload image htmlarea-UploadImage de Bild hochladen
upper latin letters htmlarea-ListType de Gro<72>e lateinische Buchstaben
upper roman numbers htmlarea-ListType de Gro<72>e r<>mische Zahlen
url common de URL url common de URL
uruguay common de URUGUAY uruguay common de URUGUAY
use button to search for common de benutze Knopf zum suchen nach use button to search for common de benutze Knopf zum suchen nach
@@ -609,6 +751,7 @@ uzbekistan common de UZBEKISTAN
vanuatu common de VANUATU vanuatu common de VANUATU
venezuela common de VENEZUELA venezuela common de VENEZUELA
version common de Version version common de Version
vertical align htmlarea-TableOperations de Ausrichtung
viet nam common de VIETNAM viet nam common de VIETNAM
view common de Anzeigen view common de Anzeigen
virgin islands, british common de VIRGIN ISLANDS, BRITISH virgin islands, british common de VIRGIN ISLANDS, BRITISH
@@ -618,6 +761,7 @@ wednesday common de Mittwoch
welcome common de Willkommen welcome common de Willkommen
western sahara common de WEST SAHARA western sahara common de WEST SAHARA
which groups common de Welche Gruppen which groups common de Welche Gruppen
width htmlarea-TableOperations de Breite
wk jscalendar de KW wk jscalendar de KW
work email common de gesch<63>ftliche Email work email common de gesch<63>ftliche Email
written by common de Geschrieben von written by common de Geschrieben von

View File

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

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 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 3 number of chars for month-shortcut jscalendar en 3 number of chars for month-shortcut
80 (http) admin en 80 (http) 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 common en About
about %1 common en About %1 about %1 common en About %1
about the calendar jscalendar en About the calendar about the calendar jscalendar en About the calendar
@@ -36,9 +42,12 @@ administration common en Administration
afghanistan common en AFGHANISTAN afghanistan common en AFGHANISTAN
albania common en ALBANIA albania common en ALBANIA
algeria common en ALGERIA algeria common en ALGERIA
align htmlarea-TableOperations en Align
all common en All all common en All
all fields common en all fields 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 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 american samoa common en AMERICAN SAMOA
andorra common en ANDORRA andorra common en ANDORRA
angola common en ANGOLA angola common en ANGOLA
@@ -62,12 +71,15 @@ autosave default category common en Autosave Default Category
azerbaijan common en AZERBAIJAN azerbaijan common en AZERBAIJAN
back common en Back back common en Back
back to user login common en Back to user login back to user login common en Back to user login
background htmlarea-TableOperations en Background
background color htmlarea en Background Color background color htmlarea en Background Color
background color: common en Background color:
bad login or password common en Bad login or password bad login or password common en Bad login or password
bahamas common en BAHAMAS bahamas common en BAHAMAS
bahrain common en BAHRAIN bahrain common en BAHRAIN
bangladesh common en BANGLADESH bangladesh common en BANGLADESH
barbados common en BARBADOS barbados common en BARBADOS
baseline htmlarea-TableOperations en Baseline
bcc common en Bcc bcc common en Bcc
belarus common en BELARUS belarus common en BELARUS
belgium common en BELGIUM belgium common en BELGIUM
@@ -78,8 +90,11 @@ bhutan common en BHUTAN
blocked, too many attempts common en Blocked, too many attempts blocked, too many attempts common en Blocked, too many attempts
bold htmlarea en Bold bold htmlarea en Bold
bolivia common en BOLIVIA bolivia common en BOLIVIA
border htmlarea-TableOperations en Border
borders htmlarea-TableOperations en Borders
bosnia and herzegovina common en BOSNIA AND HERZEGOVINA bosnia and herzegovina common en BOSNIA AND HERZEGOVINA
botswana common en BOTSWANA botswana common en BOTSWANA
bottom htmlarea-TableOperations en Bottom
bouvet island common en BOUVET ISLAND bouvet island common en BOUVET ISLAND
brazil common en BRAZIL brazil common en BRAZIL
british indian ocean territory common en BRITISH INDIAN OCEAN TERRITORY british indian ocean territory common en BRITISH INDIAN OCEAN TERRITORY
@@ -88,12 +103,14 @@ bulgaria common en BULGARIA
bulleted list htmlarea en Bulleted List bulleted list htmlarea en Bulleted List
burkina faso common en BURKINA FASO burkina faso common en BURKINA FASO
burundi common en BURUNDI burundi common en BURUNDI
c_ell properties... htmlarea-ContextMenu en C_ell Properties...
calendar common en Calendar calendar common en Calendar
cambodia common en CAMBODIA cambodia common en CAMBODIA
cameroon common en CAMEROON cameroon common en CAMEROON
canada common en CANADA canada common en CANADA
cancel common en Cancel cancel common en Cancel
cape verde common en CAPE VERDE cape verde common en CAPE VERDE
caption htmlarea-TableOperations en Caption
categories common en Categories categories common en Categories
categories for common en categories for categories for common en categories for
category common en Category 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 ! category %1 has been updated ! common en Category %1 has been updated !
cayman islands common en CAYMAN ISLANDS cayman islands common en CAYMAN ISLANDS
cc common en Cc cc common en Cc
cell properties htmlarea-TableOperations en Cell Properties
center htmlarea-TableOperations en Center
central african republic common en CENTRAL AFRICAN REPUBLIC central african republic common en CENTRAL AFRICAN REPUBLIC
chad common en CHAD chad common en CHAD
change common en Change change common en Change
char htmlarea-TableOperations en Char
charset common en iso-8859-1 charset common en iso-8859-1
chec_k link... htmlarea-ContextMenu en Chec_k Link...
check installation common en Check installation check installation common en Check installation
chile common en CHILE chile common en CHILE
china common en CHINA 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 category common en Choose the category
choose the parent category common en Choose the parent category choose the parent category common en Choose the parent category
christmas island common en CHRISTMAS ISLAND 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? click or mouse over to show menus? common en Click or Mouse Over to show menus?
close common en Close close common en Close
cocos (keeling) islands common en COCOS (KEELING) ISLANDS cocos (keeling) islands common en COCOS (KEELING) ISLANDS
collapsed borders htmlarea-TableOperations en Collapsed borders
colombia common en COLOMBIA colombia common en COLOMBIA
color htmlarea-TableOperations en Color
comoros common en COMOROS comoros common en COMOROS
company common en Company company common en Company
congo common en CONGO congo common en CONGO
@@ -129,13 +153,16 @@ copy selection htmlarea en Copy selection
costa rica common en COSTA RICA costa rica common en COSTA RICA
cote d ivoire common en COTE D IVOIRE cote d ivoire common en COTE D IVOIRE
create common en Create create common en Create
create a link htmlarea-ContextMenu en Create a link
created by common en Created By created by common en Created By
croatia common en CROATIA croatia common en CROATIA
cuba common en CUBA cuba common en CUBA
currency common en Currency currency common en Currency
current common en Current current common en Current
current style htmlarea en Current style current style htmlarea en Current style
current url is htmlarea-ContextMenu en Current URL is
current users common en Current users current users common en Current users
cut htmlarea-ContextMenu en Cut
cut selection htmlarea en Cut selection cut selection htmlarea en Cut selection
cyprus common en CYPRUS cyprus common en CYPRUS
czech republic common en CZECH REPUBLIC czech republic common en CZECH REPUBLIC
@@ -143,15 +170,23 @@ date common en Date
date due common en Date Due date due common en Date Due
date selection: jscalendar en Date selection: 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) 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 december common en December
decimal numbers htmlarea-ListType en Decimal numbers
decrease indent htmlarea en Decrease Indent decrease indent htmlarea en Decrease Indent
default category common en Default Category default category common en Default Category
delete common en Delete 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 denmark common en DENMARK
description common en Description description common en Description
detail common en Detail detail common en Detail
details common en Details 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? 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 internet explorer png-image-bugfix common en Disable Internet Explorer png-image-bugfix
disable slider effects common en Disable slider effects 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. 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 display %s first jscalendar en Display %s first
djibouti common en DJIBOUTI djibouti common en DJIBOUTI
do you also want to delete all subcategories ? common en Do you also want to delete all subcategories ? 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 common en Domain
domain name for mail-address, eg. "%1" common en domain name for mail-address, eg. "%1" domain name for mail-address, eg. "%1" common en domain name for mail-address, eg. "%1"
domestic common en Domestic 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 egroupware: login blocked for user '%1', ip %2 common en eGroupWare: login blocked for user '%1', IP %2
egypt common en EGYPT egypt common en EGYPT
el salvador common en EL SALVADOR el salvador common en EL SALVADOR
element... htmlarea-ContextMenu en Element...
email common en E-Mail email common en E-Mail
email-address of the user, eg. "%1" common en email-address of the user, eg. "%1" email-address of the user, eg. "%1" common en email-address of the user, eg. "%1"
enabled common en Enabled enabled common en Enabled
@@ -199,18 +238,22 @@ falkland islands (malvinas) common en FALKLAND ISLANDS (MALVINAS)
faroe islands common en FAROE ISLANDS faroe islands common en FAROE ISLANDS
fax number common en fax number fax number common en fax number
february common en February february common en February
fg color htmlarea-TableOperations en FG Color
fields common en Fields fields common en Fields
fiji common en FIJI fiji common en FIJI
files common en Files files common en Files
filter common en Filter filter common en Filter
finished list of mispelled words htmlarea-SpellChecker en Finished list of mispelled words
finland common en FINLAND finland common en FINLAND
first name common en First name first name common en First name
first name of the user, eg. "%1" common en first name of the user, eg. "%1" first name of the user, eg. "%1" common en first name of the user, eg. "%1"
first page common en First page first page common en First page
firstname common en Firstname firstname common en Firstname
fixme! common en FIXME! fixme! common en FIXME!
float htmlarea-TableOperations en Float
font color htmlarea en Font Color font color htmlarea en Font Color
force selectbox common en Force SelectBox force selectbox common en Force SelectBox
frames htmlarea-TableOperations en Frames
france common en FRANCE france common en FRANCE
french guiana common en FRENCH GUIANA french guiana common en FRENCH GUIANA
french polynesia common en FRENCH POLYNESIA french polynesia common en FRENCH POLYNESIA
@@ -250,6 +293,7 @@ guinea-bissau common en GUINEA-BISSAU
guyana common en GUYANA guyana common en GUYANA
haiti common en HAITI haiti common en HAITI
heard island and mcdonald islands common en HEARD ISLAND AND MCDONALD ISLANDS heard island and mcdonald islands common en HEARD ISLAND AND MCDONALD ISLANDS
height htmlarea-TableOperations en Height
help common en Help help common en Help
help using editor htmlarea en Help using editor help using editor htmlarea en Help using editor
high common en High high common en High
@@ -260,14 +304,39 @@ home email common en home email
honduras common en HONDURAS honduras common en HONDURAS
hong kong common en HONG KONG hong kong common en HONG KONG
horizontal rule htmlarea en Horizontal Rule 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 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 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 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 increase indent htmlarea en Increase Indent
india common en INDIA india common en INDIA
indonesia common en INDONESIA 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 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 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 table htmlarea en Insert Table
insert web link htmlarea en Insert Web Link insert web link htmlarea en Insert Web Link
international common en International international common en International
@@ -288,10 +357,11 @@ jordan common en JORDAN
july common en July july common en July
jun common en Jun jun common en Jun
june common en June june common en June
justify center htmlarea en Justify Center justify htmlarea-TableOperations en Justify
justify full htmlarea en Justify Full justify center common en Justify Center
justify left htmlarea en Justify Left justify full common en Justify Full
justify right htmlarea en Justify Right justify left common en Justify Left
justify right common en Justify Right
kazakstan common en KAZAKSTAN kazakstan common en KAZAKSTAN
kenya common en KENYA kenya common en KENYA
keywords common en Keywords keywords common en Keywords
@@ -308,12 +378,15 @@ last page common en Last page
lastname common en Lastname lastname common en Lastname
latvia common en LATVIA latvia common en LATVIA
ldap-mgr common en LDAP-Manager ldap-mgr common en LDAP-Manager
layout htmlarea-TableOperations en Layout
lebanon common en LEBANON lebanon common en LEBANON
left htmlarea-TableOperations en Left
lesotho common en LESOTHO lesotho common en LESOTHO
liberia common en LIBERIA liberia common en LIBERIA
libyan arab jamahiriya common en LIBYAN ARAB JAMAHIRIYA libyan arab jamahiriya common en LIBYAN ARAB JAMAHIRIYA
license common en License license common en License
liechtenstein common en LIECHTENSTEIN liechtenstein common en LIECHTENSTEIN
link points to: htmlarea-ContextMenu en Link points to:
list common en List list common en List
list members common en List members list members common en List members
lithuania common en LITHUANIA lithuania common en LITHUANIA
@@ -322,6 +395,9 @@ login common en Login
loginid common en LoginID loginid common en LoginID
logout common en Logout logout common en Logout
low common en Low 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 lowest common en Lowest
luxembourg common en LUXEMBOURG luxembourg common en LUXEMBOURG
macau common en MACAU 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 category common en Main category
main screen common en Main screen main screen common en Main screen
maintainer common en Maintainer maintainer common en Maintainer
make lin_k... htmlarea-ContextMenu en Make lin_k...
malawi common en MALAWI malawi common en MALAWI
malaysia common en MALAYSIA malaysia common en MALAYSIA
maldives common en MALDIVES maldives common en MALDIVES
mali common en MALI mali common en MALI
malta common en MALTA malta common en MALTA
march common en March march common en March
margin htmlarea-TableOperations en Margin
marshall islands common en MARSHALL ISLANDS marshall islands common en MARSHALL ISLANDS
martinique common en MARTINIQUE martinique common en MARTINIQUE
mauritania common en MAURITANIA mauritania common en MAURITANIA
@@ -346,9 +424,12 @@ may common en May
mayotte common en MAYOTTE mayotte common en MAYOTTE
medium common en Medium medium common en Medium
menu common en Menu menu common en Menu
merge cells htmlarea-TableOperations en Merge cells
message common en Message message common en Message
mexico common en MEXICO mexico common en MEXICO
micronesia, federated states of common en MICRONESIA, FEDERATED STATES OF 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 moldova, republic of common en MOLDOVA, REPUBLIC OF
monaco common en MONACO monaco common en MONACO
monday common en Monday monday common en Monday
@@ -381,6 +462,9 @@ niue common en NIUE
no common en No no common en No
no entries found, try again ... common en no entries found, try again ... 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 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 no subject common en No Subject
none common en None none common en None
norfolk island common en NORFOLK ISLAND norfolk island common en NORFOLK ISLAND
@@ -402,11 +486,14 @@ only private common en only private
only yours common en only yours only yours common en only yours
open notify window common en Open notify window open notify window common en Open notify window
open popup window common en Open popup 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 ordered list htmlarea en Ordered List
original common en Original original common en Original
original word htmlarea-SpellChecker en Original word
other common en Other other common en Other
overview common en Overview overview common en Overview
owner common en Owner owner common en Owner
padding htmlarea-TableOperations en Padding
page common en Page page common en Page
page was generated in %1 seconds common en Page was generated in %1 seconds page was generated in %1 seconds common en Page was generated in %1 seconds
pakistan common en PAKISTAN pakistan common en PAKISTAN
@@ -420,25 +507,35 @@ parent category common en Parent Category
password common en Password password common en Password
password could not be changed common en Password could not be changed password could not be changed common en Password could not be changed
password has been updated common en Password has been updated password has been updated common en Password has been updated
paste htmlarea-ContextMenu en Paste
paste from clipboard htmlarea en Paste from clipboard paste from clipboard htmlarea en Paste from clipboard
path htmlarea en Path 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!!! 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 addressbook common en Pattern for Search in Addressbook
pattern for search in calendar common en Pattern for Search in Calendar pattern for search in calendar common en Pattern for Search in Calendar
pattern for search in projects common en Pattern for Search in Projects 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 permissions to the files/users directory common en permissions to the files/users directory
personal common en Personal personal common en Personal
peru common en PERU peru common en PERU
philippines common en PHILIPPINES philippines common en PHILIPPINES
phone number common en phone number phone number common en phone number
pitcairn common en PITCAIRN pitcairn common en PITCAIRN
pixels htmlarea-TableOperations en pixels
please %1 by hand common en Please %1 by hand 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 enter a name common en Please enter a name !
please run setup to become current common en Please run setup to become current please run setup to become current common en Please run setup to become current
please select common en Please Select please select common en Please Select
please set your global preferences common en Please set your global preferences ! 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 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... 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 poland common en POLAND
portugal common en PORTUGAL portugal common en PORTUGAL
postal common en Postal 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. month (hold for menu) jscalendar en Prev. month (hold for menu)
prev. year (hold for menu) jscalendar en Prev. year (hold for menu) prev. year (hold for menu) jscalendar en Prev. year (hold for menu)
previous page common en Previous page previous page common en Previous page
primary style-sheet: common en Primary style-sheet:
print common en Print print common en Print
priority common en Priority priority common en Priority
private common en Private private common en Private
@@ -455,17 +553,31 @@ project common en Project
public common en public public common en public
puerto rico common en PUERTO RICO puerto rico common en PUERTO RICO
qatar common en QATAR qatar common en QATAR
re-check htmlarea-SpellChecker en Re-check
read common en Read read common en Read
read this list of methods. common en Read this list of methods. read this list of methods. common en Read this list of methods.
redoes your last action htmlarea en Redoes your last action redoes your last action htmlarea en Redoes your last action
reject common en Reject reject common en Reject
remove selected accounts common en remove selected accounts 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 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 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 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 returns struct of users application access common en Returns struct of users application access
reunion common en REUNION 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 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 russian federation common en RUSSIAN FEDERATION
rwanda common en RWANDA rwanda common en RWANDA
saint helena common en SAINT HELENA 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 menu common en show menu
show page generation time common en Show page generation time 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 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 show_more_apps common en show_more_apps
showing %1 common en showing %1 showing %1 common en showing %1
showing %1 - %2 of %3 common en showing %1 - %2 of %3 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 sorry, your login has expired login en Sorry, your login has expired
south africa common en SOUTH AFRICA south africa common en SOUTH AFRICA
south georgia and the south sandwich islands common en SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS 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 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 sri lanka common en SRI LANKA
start date common en Start date start date common en Start date
start time common en Start time start time common en Start time
start with common en start with start with common en start with
status common en Status status common en Status
strikethrough htmlarea en Strikethrough strikethrough htmlarea en Strikethrough
style [css] htmlarea-TableOperations en Style [CSS]
subject common en Subject subject common en Subject
submit common en Submit submit common en Submit
subscript htmlarea en Subscript subscript htmlarea en Subscript
substitutions and their meanings: common en Substitutions and their meanings: substitutions and their meanings: common en Substitutions and their meanings:
sudan common en SUDAN sudan common en SUDAN
suggestions htmlarea-SpellChecker en Suggestions
summary htmlarea-TableOperations en Summary
sunday common en Sunday sunday common en Sunday
superscript htmlarea en Superscript superscript htmlarea en Superscript
suriname common en SURINAME suriname common en SURINAME
@@ -539,17 +665,27 @@ swaziland common en SWAZILAND
sweden common en SWEDEN sweden common en SWEDEN
switzerland common en SWITZERLAND switzerland common en SWITZERLAND
syrian arab republic common en SYRIAN ARAB REPUBLIC syrian arab republic common en SYRIAN ARAB REPUBLIC
table properties htmlarea-TableOperations en Table properties
taiwan common en TAIWAN/TAIPEI taiwan common en TAIWAN/TAIPEI
tajikistan common en TAJIKISTAN tajikistan common en TAJIKISTAN
tanzania, united republic of common en TANZANIA, UNITED REPUBLIC OF 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 thailand common en THAILAND
the api is current common en The API is current the api is current common en The API is current
the api requires an upgrade common en The API requires an upgrade 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 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 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 is current common en This application is current
this application requires an upgrade common en This application requires an upgrade 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 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 thursday common en Thursday
time common en Time time common en Time
time selection: jscalendar en Time selection: time selection: jscalendar en Time selection:
@@ -567,6 +703,7 @@ togo common en TOGO
tokelau common en TOKELAU tokelau common en TOKELAU
tonga common en TONGA 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 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 total common en Total
trinidad and tobago common en TRINIDAD AND TOBAGO trinidad and tobago common en TRINIDAD AND TOBAGO
tuesday common en Tuesday tuesday common en Tuesday
@@ -584,7 +721,12 @@ united kingdom common en UNITED KINGDOM
united states common en UNITED STATES united states common en UNITED STATES
united states minor outlying islands common en UNITED STATES MINOR OUTLYING ISLANDS united states minor outlying islands common en UNITED STATES MINOR OUTLYING ISLANDS
unknown common en Unknown 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 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 url common en URL
uruguay common en URUGUAY uruguay common en URUGUAY
use button to search for common en use Button to search for use button to search for common en use Button to search for
@@ -601,6 +743,7 @@ uzbekistan common en UZBEKISTAN
vanuatu common en VANUATU vanuatu common en VANUATU
venezuela common en VENEZUELA venezuela common en VENEZUELA
version common en Version version common en Version
vertical align htmlarea-TableOperations en Vertical align
viet nam common en VIET NAM viet nam common en VIET NAM
view common en View view common en View
virgin islands, british common en VIRGIN ISLANDS, BRITISH virgin islands, british common en VIRGIN ISLANDS, BRITISH
@@ -610,6 +753,7 @@ wednesday common en Wednesday
welcome common en Welcome welcome common en Welcome
western sahara common en WESTERN SAHARA western sahara common en WESTERN SAHARA
which groups common en Which groups which groups common en Which groups
width htmlarea-TableOperations en Width
wk jscalendar en wk wk jscalendar en wk
work email common en work email work email common en work email
written by: common en Written by: written by: common en Written by:

View File

@@ -11,7 +11,9 @@
00 (disable) admin fi 00 (ei k<>yt<79>ss<73>) 00 (disable) admin fi 00 (ei k<>yt<79>ss<73>)
13 (ntp) admin fi 13 (ntp) 13 (ntp) admin fi 13 (ntp)
3 number of chars for day-shortcut jscalendar fi p<>iv<69>n lyhenne (3 merkki<6B>) 3 number of chars for day-shortcut jscalendar fi p<>iv<69>n lyhenne (3 merkki<6B>)
3 number of chars for month-shortcut jscalendar fi kuukauden lyhenne (3 merkki<6B>) 3 number of chars for month-shortcut jscalendar fi kuukauden lyhenne (3 merkki<6B>)
80 (http) admin fi 80 (http) 80 (http) admin fi 80 (http)
about common fi Tietoja about common fi Tietoja
about %1 common fi Tietoja sovelluksesta %1 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 about this editor htmlarea fi Tietoja editorista
access common fi K<>ytt<74>oikeus access common fi K<>ytt<74>oikeus
access not permitted common fi Ei p<><70>sy<73> access not permitted common fi Ei p<><70>sy<73>
account has been created common fi K<>ytt<74>j<EFBFBD>tili on luotu account has been created common fi K<>ytt<74>j<EFBFBD>tili on luotu
account has been deleted common fi K<>ytt<74>j<EFBFBD>tili on poistettu account has been deleted common fi K<>ytt<74>j<EFBFBD>tili on poistettu
account has been updated common fi K<>ytt<74>j<EFBFBD>tili on p<>ivitetty account has been updated common fi K<>ytt<74>j<EFBFBD>tili on p<>ivitetty
@@ -27,6 +30,7 @@ acl common fi ACL
action common fi Toimenpide action common fi Toimenpide
active common fi Aktiivinen active common fi Aktiivinen
add common fi Lis<69><73> add common fi Lis<69><73>
add %1 category for common fi Lis<69><73> %1 luokkaa kohteelle add %1 category for common fi Lis<69><73> %1 luokkaa kohteelle
add category common fi Lis<69><73> luokka add category common fi Lis<69><73> luokka
add sub common fi Lis<69><73> aliluokka add sub common fi Lis<69><73> aliluokka
@@ -36,8 +40,11 @@ administration common fi Yll
afghanistan common fi AFGANISTAN afghanistan common fi AFGANISTAN
albania common fi ALBANIA albania common fi ALBANIA
algeria common fi ALGERIA algeria common fi ALGERIA
align htmlarea-TableOperations fi Kohdistus
all common fi Kaikki all common fi Kaikki
all four sides htmlarea-TableOperations fi Kaikki nelj<6C> 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,<2C>,<2C>,<2C> 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,<2C>,<2C>,<2C>
american samoa common fi AMERIKAN SAMOA american samoa common fi AMERIKAN SAMOA
andorra common fi ANDORRA andorra common fi ANDORRA
angola common fi ANGOLA angola common fi ANGOLA
@@ -45,6 +52,7 @@ anguilla common fi ANGUILLA
antarctica common fi ETEL<45>NAPAMANNER antarctica common fi ETEL<45>NAPAMANNER
antigua and barbuda common fi ANTIGUA JA BARBUDA antigua and barbuda common fi ANTIGUA JA BARBUDA
apply common fi Ota k<>ytt<74><74>n apply common fi Ota k<>ytt<74><74>n
april common fi Huhtikuu april common fi Huhtikuu
are you sure you want to delete these entries ? common fi Haluatko varmasti poistaa n<>m<EFBFBD> tietueet? are you sure you want to delete these entries ? common fi Haluatko varmasti poistaa n<>m<EFBFBD> tietueet?
are you sure you want to delete this entry ? common fi Haluatko varmasti poistaa t<>m<EFBFBD>n tietueen? are you sure you want to delete this entry ? common fi Haluatko varmasti poistaa t<>m<EFBFBD>n tietueen?
@@ -55,30 +63,38 @@ august common fi Elokuu
australia common fi AUSTRALIA australia common fi AUSTRALIA
austria common fi IT<49>VALTA austria common fi IT<49>VALTA
author common fi Tekij<69> author common fi Tekij<69>
autohide sidebox menus common fi Piilota sivupalkin valikot automaattisesti autohide sidebox menus common fi Piilota sivupalkin valikot automaattisesti
automatically hide the 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 autosave default category common fi Tallenna oletusluokka automaattisesti
azerbaijan common fi AZERBAIJAN azerbaijan common fi AZERBAIJAN
back common fi Takaisin back common fi Takaisin
back to user login common fi Kirjaudu sis<69><73>n back to user login common fi Kirjaudu sis<69><73>n
background htmlarea-TableOperations fi Tausta
background color htmlarea fi Taustav<61>ri background color htmlarea fi Taustav<61>ri
bad login or password common fi Tunnus tai salasana ei kelpaa bad login or password common fi Tunnus tai salasana ei kelpaa
bahamas common fi BAHAMA bahamas common fi BAHAMA
bahrain common fi BAHRAIN bahrain common fi BAHRAIN
bangladesh common fi BANGLADESH bangladesh common fi BANGLADESH
barbados common fi BARBADOS barbados common fi BARBADOS
baseline htmlarea-TableOperations fi Takaraja
bcc common fi Piilokopio bcc common fi Piilokopio
belarus common fi VALKOVEN<45>J<EFBFBD> belarus common fi VALKOVEN<45>J<EFBFBD>
belgium common fi BELGIA belgium common fi BELGIA
belize common fi BELIZE belize common fi BELIZE
benin common fi BENIN benin common fi BENIN
bermuda common fi BERMUDA bermuda common fi BERMUDA
bhutan common fi BHUTAN bhutan common fi BHUTAN
blocked, too many attempts common fi P<><50>sy estetty, liian monta yrityst<73> blocked, too many attempts common fi P<><50>sy estetty, liian monta yrityst<73>
bold htmlarea fi Lihavoitu bold htmlarea fi Lihavoitu
bolivia common fi BOLIVIA bolivia common fi BOLIVIA
border htmlarea-TableOperations fi Reuna
borders htmlarea-TableOperations fi Reunat
bosnia and herzegovina common fi BOSNIA AND HERZEGOVINA bosnia and herzegovina common fi BOSNIA AND HERZEGOVINA
botswana common fi BOTSWANA botswana common fi BOTSWANA
bottom htmlarea-TableOperations fi Alle
bouvet island common fi BOUVETSAARET bouvet island common fi BOUVETSAARET
brazil common fi BRASILIA brazil common fi BRASILIA
british indian ocean territory common fi BRITTIL<49>ISEN INTIAN VALTAMEREN ALUE british indian ocean territory common fi BRITTIL<49>ISEN INTIAN VALTAMEREN ALUE
@@ -93,6 +109,7 @@ cameroon common fi KAMERUN
canada common fi KANADA canada common fi KANADA
cancel common fi Peruuta cancel common fi Peruuta
cape verde common fi CAP VERDE cape verde common fi CAP VERDE
caption htmlarea-TableOperations fi Otsikko
categories common fi Luokat categories common fi Luokat
categories for common fi luokat kohteelle categories for common fi luokat kohteelle
category common fi Luokka 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! category %1 has been updated ! common fi Luokka %1 on p<>ivitetty!
cayman islands common fi CAYMANSAARET cayman islands common fi CAYMANSAARET
cc common fi Kopio cc common fi Kopio
cell properties htmlarea-TableOperations fi Solun asetukset
center htmlarea-TableOperations fi Keskelle
central african republic common fi KESKI-AFRIKAN TASAVALTA central african republic common fi KESKI-AFRIKAN TASAVALTA
chad common fi TSAD chad common fi TSAD
change common fi Muuta change common fi Muuta
char htmlarea-TableOperations fi Merkki
charset common fi iso-8859-15 charset common fi iso-8859-15
check installation common fi Tarkista asennus check installation common fi Tarkista asennus
chile common fi CHILE chile common fi CHILE
@@ -111,15 +131,21 @@ choose the category common fi Valitse luokka
choose the parent category common fi Valitse yl<79>luokka choose the parent category common fi Valitse yl<79>luokka
christmas island common fi JOULUSAARI christmas island common fi JOULUSAARI
clear common fi Tyhjenn<6E> clear common fi Tyhjenn<6E>
clear form common fi Tyhjenn<6E> lomake clear form common fi Tyhjenn<6E> lomake
click common fi Napsauta click common fi Napsauta
click or mouse over to show menus common fi Napsauta tai n<>yt<79> valikot kun osoitetaan hiirell<6C> click or mouse over to show menus common fi Napsauta tai n<>yt<79> valikot kun osoitetaan hiirell<6C>
click or mouse over to show menus? common fi Napsauta tai n<>yt<79> valikot kun osoitetaan hiirell<6C>? click or mouse over to show menus? common fi Napsauta tai n<>yt<79> valikot kun osoitetaan hiirell<6C>?
close common fi Sulje close common fi Sulje
cocos (keeling) islands common fi KOOKOSSAARET (KEELING) cocos (keeling) islands common fi KOOKOSSAARET (KEELING)
collapsed borders htmlarea-TableOperations fi Luhistetut reunat
colombia common fi KOLUMBIA colombia common fi KOLUMBIA
color htmlarea-TableOperations fi V<>ri
comoros common fi KOMORIT comoros common fi KOMORIT
company common fi Yhti<74> company common fi Yhti<74>
congo common fi KONGO congo common fi KONGO
congo, the democratic republic of the common fi KONGON DEMOKRAATTINEN KANSANTASAVALTA congo, the democratic republic of the common fi KONGON DEMOKRAATTINEN KANSANTASAVALTA
cook islands common fi COOKSAARET 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<79>t porttia 13, m<><6D>rittele palomuuriasetukset oikein ennen kuin l<>het<65>t t<>m<EFBFBD>n lomakkeen tiedot.<br>(Port: 13 / Host: 129.6.15.28) 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<79>t porttia 13, m<><6D>rittele palomuuriasetukset oikein ennen kuin l<>het<65>t t<>m<EFBFBD>n lomakkeen tiedot.<br>(Port: 13 / Host: 129.6.15.28)
december common fi Joulukuu december common fi Joulukuu
decrease indent htmlarea fi Kasvata sisennyst<73> decrease indent htmlarea fi Kasvata sisennyst<73>
default category common fi Oletusluokka default category common fi Oletusluokka
delete common fi Poista 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 denmark common fi TANSKA
description common fi Kuvaus description common fi Kuvaus
detail common fi Yksityiskohta 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<74>misen ja piilottamisen liukuefekti pois k<>yt<79>st<73>? Operan ja Konquerorin k<>ytt<74>j<EFBFBD>t haluavat t<>m<EFBFBD>n yleens<6E> pois. 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<74>misen ja piilottamisen liukuefekti pois k<>yt<79>st<73>? Operan ja Konquerorin k<>ytt<74>j<EFBFBD>t haluavat t<>m<EFBFBD>n yleens<6E> pois.
disabled common fi Ei k<>yt<79>ss<73> disabled common fi Ei k<>yt<79>ss<73>
display %s first jscalendar fi N<>yt<79> %s ensimm<6D>ist<73> display %s first jscalendar fi N<>yt<79> %s ensimm<6D>ist<73>
djibouti common fi DJIBOUTI djibouti common fi DJIBOUTI
do you also want to delete all subcategories ? common fi Haluatko poistaa my<6D>s aliluokat? do you also want to delete all subcategories ? common fi Haluatko poistaa my<6D>s aliluokat?
domain common fi Toimialue domain common fi Toimialue
@@ -180,6 +211,7 @@ email common fi S
email-address of the user, eg. "%1" common fi K<>ytt<74>j<EFBFBD>n s<>hk<68>postiosoite, esim. "%1" email-address of the user, eg. "%1" common fi K<>ytt<74>j<EFBFBD>n s<>hk<68>postiosoite, esim. "%1"
enabled common fi K<>yt<79>ss<73> enabled common fi K<>yt<79>ss<73>
end date common fi Loppumisp<73>iv<69> end date common fi Loppumisp<73>iv<69>
end time common fi Loppumisaika end time common fi Loppumisaika
enlarge editor htmlarea fi Suurenna editori 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>) 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 faroe islands common fi F<>RSAARET
fax number common fi faksinumero fax number common fi faksinumero
february common fi Helmikuu february common fi Helmikuu
fg color htmlarea-TableOperations fi FG V<>ri
fields common fi Kent<6E>t fields common fi Kent<6E>t
fiji common fi FIDJI fiji common fi FIDJI
files common fi Tiedostot files common fi Tiedostot
filter common fi Suodin filter common fi Suodin
@@ -209,6 +243,7 @@ firstname common fi Etunimi
fixme! common fi KORJAA MINUT! fixme! common fi KORJAA MINUT!
font color htmlarea fi Fontin v<>ri font color htmlarea fi Fontin v<>ri
force selectbox common fi N<>yt<79> valintaluettelo force selectbox common fi N<>yt<79> valintaluettelo
frames htmlarea-TableOperations fi Kehykset
france common fi RANSKA france common fi RANSKA
french guiana common fi RANSKAN GUANA french guiana common fi RANSKAN GUANA
french polynesia common fi RANSKAN POLYNEESIA french polynesia common fi RANSKAN POLYNEESIA
@@ -231,6 +266,7 @@ greece common fi KREIKKA
greenland common fi GR<47>NLANTI greenland common fi GR<47>NLANTI
grenada common fi GRENADA grenada common fi GRENADA
group common fi Ryhm<68> group common fi Ryhm<68>
group access common fi Ryhm<68>n oikeudet group access common fi Ryhm<68>n oikeudet
group has been added common fi Ryhm<68> on lis<69>tty group has been added common fi Ryhm<68> on lis<69>tty
group has been deleted common fi Ryhm<68> on poistettu group has been deleted common fi Ryhm<68> on poistettu
@@ -238,6 +274,7 @@ group has been updated common fi Ryhm
group name common fi ryhm<68>n nimi group name common fi ryhm<68>n nimi
group public common fi Ryhm<68>n julkinen group public common fi Ryhm<68>n julkinen
groups common fi Ryhm<68>t groups common fi Ryhm<68>t
groups with permission for %1 common fi Ryhm<68>t, joilla on oikeus %1 groups with permission for %1 common fi Ryhm<68>t, joilla on oikeus %1
groups without permission for %1 common fi Ryhm<68>t, joilla ei ole oikeutta %1 groups without permission for %1 common fi Ryhm<68>t, joilla ei ole oikeutta %1
guadeloupe common fi GUADALUPE guadeloupe common fi GUADALUPE
@@ -259,13 +296,24 @@ honduras common fi HONDURAS
hong kong common fi HONG KONG hong kong common fi HONG KONG
horizontal rule htmlarea fi Vaakaviiva 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<65><74>n navigaatiopalkissa. Loput kuvakkeet saa n<>kyviin oikeasta reunasta avautuvasta alasvetovalikosta. 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<65><74>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<73> solua rivist<73>.
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations fi Ei voida poistaa viimeist<73> saraketta taulusta.
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations fi Ei voida poistaa viimeist<73> rivi<76> taulusta.
hungary common fi UNKARI hungary common fi UNKARI
iceland common fi ISLANTI iceland common fi ISLANTI
image url htmlarea-TableOperations fi Kuvan osoite
increase indent htmlarea fi Kasvata sisennyst<73> increase indent htmlarea fi Kasvata sisennyst<73>
india common fi INTIA india common fi INTIA
indonesia common fi INDONEESIA indonesia common fi INDONEESIA
insert all %1 addresses of the %2 contacts in %3 common fi Lis<69><73> kaikki %1 osoitetta %2 yhteystiedosta kohteeseen %3 insert all %1 addresses of the %2 contacts in %3 common fi Lis<69><73> kaikki %1 osoitetta %2 yhteystiedosta kohteeseen %3
insert cell after htmlarea-TableOperations fi Lis<69><73> solu per<65><72>n
insert cell before htmlarea-TableOperations fi Lis<69><73> solu ennen
insert column after htmlarea-TableOperations fi Lis<69><73> sarake per<65><72>n
insert column before htmlarea-TableOperations fi Lis<69><73> sarake ennen
insert image htmlarea fi Lis<69><73> kuva insert image htmlarea fi Lis<69><73> kuva
insert row after htmlarea-TableOperations fi Lis<69><73> rivi alapuolelle
insert row before htmlarea-TableOperations fi Lis<69><73> rivi yl<79>puolelle
insert table htmlarea fi Lis<69><73> taulukko insert table htmlarea fi Lis<69><73> taulukko
insert web link htmlarea fi Lis<69><73> verkkolinkki insert web link htmlarea fi Lis<69><73> verkkolinkki
international common fi Kansainv<6E>linen international common fi Kansainv<6E>linen
@@ -287,6 +335,7 @@ july common fi Hein
jun common fi Kes jun common fi Kes
june common fi Kes<65>kuu june common fi Kes<65>kuu
justify center htmlarea fi Keskit<69> justify center htmlarea fi Keskit<69>
justify full htmlarea fi Tasaa molemmat reunat justify full htmlarea fi Tasaa molemmat reunat
justify left htmlarea fi Tasaa vasemmalle justify left htmlarea fi Tasaa vasemmalle
justify right htmlarea fi Tasaa oikealle 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 last page common fi Viimeinen sivu
lastname common fi Sukunimi lastname common fi Sukunimi
latvia common fi LATVIA latvia common fi LATVIA
layout htmlarea-TableOperations fi Sommittelu
lebanon common fi LIBANON lebanon common fi LIBANON
left htmlarea-TableOperations fi Vasen
lesotho common fi LESOTHO lesotho common fi LESOTHO
liberia common fi LIBERIA liberia common fi LIBERIA
libyan arab jamahiriya common fi LIBYAN ARAB JAMAHIRIYA libyan arab jamahiriya common fi LIBYAN ARAB JAMAHIRIYA
@@ -326,6 +377,7 @@ madagascar common fi MADAGASCAR
mail domain, eg. "%1" common fi s<>hk<68>postin toimialue, esim. "%1" mail domain, eg. "%1" common fi s<>hk<68>postin toimialue, esim. "%1"
main category common fi P<><50>luokka main category common fi P<><50>luokka
main screen common fi P<><50>n<EFBFBD>ytt<74> main screen common fi P<><50>n<EFBFBD>ytt<74>
maintainer common fi Yll<6C>pit<69>j<EFBFBD> maintainer common fi Yll<6C>pit<69>j<EFBFBD>
malawi common fi MALAWI malawi common fi MALAWI
malaysia common fi MALESIA malaysia common fi MALESIA
@@ -333,18 +385,22 @@ maldives common fi MALEDIIVIT
mali common fi MALI mali common fi MALI
malta common fi MALTA malta common fi MALTA
march common fi Maaliskuu march common fi Maaliskuu
margin htmlarea-TableOperations fi Marginaali
marshall islands common fi MARSHALL-SAARET marshall islands common fi MARSHALL-SAARET
martinique common fi MARTINIQUE martinique common fi MARTINIQUE
mauritania common fi MAURITANIA mauritania common fi MAURITANIA
mauritius common fi MAURITIUS mauritius common fi MAURITIUS
max number of icons in navbar common fi Navigaatiopalkin kuvakkeiden maksimim<69><6D>r<EFBFBD> max number of icons in navbar common fi Navigaatiopalkin kuvakkeiden maksimim<69><6D>r<EFBFBD>
may common fi Toukokuu may common fi Toukokuu
mayotte common fi MAYOTTE mayotte common fi MAYOTTE
medium common fi Normaali medium common fi Normaali
menu common fi Valikko menu common fi Valikko
merge cells htmlarea-TableOperations fi Yhdist<73> solut
message common fi Viesti message common fi Viesti
mexico common fi MEKSIKO mexico common fi MEKSIKO
micronesia, federated states of common fi MIKRONESIAN LIITTOVALTIO micronesia, federated states of common fi MIKRONESIAN LIITTOVALTIO
middle htmlarea-TableOperations fi Keskelle
moldova, republic of common fi MOLDOVAN TASAVALTA moldova, republic of common fi MOLDOVAN TASAVALTA
monaco common fi MONACO monaco common fi MONACO
monday common fi Maanantai monday common fi Maanantai
@@ -377,6 +433,8 @@ niue common fi NIUE
no common fi Ei no common fi Ei
no entries found, try again ... common fi ei tietueita, yrit<69> uudelleen ... no entries found, try again ... common fi ei tietueita, yrit<69> uudelleen ...
no history for this record common fi T<>ll<6C> tietueella ei ole historiatietoja no history for this record common fi T<>ll<6C> tietueella ei ole historiatietoja
no rules htmlarea-TableOperations fi Ei viivoja
no sides htmlarea-TableOperations fi Ei sivuja
no subject common fi Ei aihetta no subject common fi Ei aihetta
none common fi Ei mit<69><74>n none common fi Ei mit<69><74>n
norfolk island common fi NORFOLKSAARET norfolk island common fi NORFOLKSAARET
@@ -403,6 +461,7 @@ original common fi Alkuper
other common fi Muu other common fi Muu
overview common fi Yleiskuva overview common fi Yleiskuva
owner common fi Omistaja owner common fi Omistaja
padding htmlarea-TableOperations fi Palstant<6E>yte
page was generated in %1 seconds common fi Sivun luominen kesti %1 sekuntia page was generated in %1 seconds common fi Sivun luominen kesti %1 sekuntia
pakistan common fi PAKISTAN pakistan common fi PAKISTAN
palau common fi PALAU palau common fi PALAU
@@ -416,17 +475,20 @@ password common fi Salasana
password could not be changed common fi Salasanaa ei voitu muuttaa password could not be changed common fi Salasanaa ei voitu muuttaa
password has been updated common fi Salasana on p<>ivitetty password has been updated common fi Salasana on p<>ivitetty
paste from clipboard htmlarea fi Liit<69> leikep<65>yd<79>lt<6C> paste from clipboard htmlarea fi Liit<69> leikep<65>yd<79>lt<6C>
path htmlarea fi Polku path htmlarea fi Polku
path to user and group files has to be outside of the webservers document-root!!! common fi K<>ytt<74>j<EFBFBD>- ja ryhm<68>tiedostojen T<>YTYY OLLA www-palvelimen asiakirjajuuren ulkopuolella!!! path to user and group files has to be outside of the webservers document-root!!! common fi K<>ytt<74>j<EFBFBD>- ja ryhm<68>tiedostojen T<>YTYY OLLA www-palvelimen asiakirjajuuren ulkopuolella!!!
pattern for search in addressbook common fi Osoitekirjasta etsitt<74>v<EFBFBD> merkkijono pattern for search in addressbook common fi Osoitekirjasta etsitt<74>v<EFBFBD> merkkijono
pattern for search in calendar common fi Kalenterista etsitt<74>v<EFBFBD> merkkijono pattern for search in calendar common fi Kalenterista etsitt<74>v<EFBFBD> merkkijono
pattern for search in projects common fi Projekteista etsitt<74>v<EFBFBD> merkkijono pattern for search in projects common fi Projekteista etsitt<74>v<EFBFBD> merkkijono
percent htmlarea-TableOperations fi prosenttia
permissions to the files/users directory common fi tiedostojen/k<>ytt<74>jien hakemiston k<>ytt<74>oikeudet permissions to the files/users directory common fi tiedostojen/k<>ytt<74>jien hakemiston k<>ytt<74>oikeudet
personal common fi Henkil<69>kohtainen personal common fi Henkil<69>kohtainen
peru common fi PERU peru common fi PERU
philippines common fi FILIPPIINIT philippines common fi FILIPPIINIT
phone number common fi puhelinnumero phone number common fi puhelinnumero
pitcairn common fi PITCAIRN pitcairn common fi PITCAIRN
pixels htmlarea-TableOperations fi pikseli<6C>
please %1 by hand common fi Suorita %1 k<>sin please %1 by hand common fi Suorita %1 k<>sin
please enter a name common fi Anna nimi! please enter a name common fi Anna nimi!
please run setup to become current common fi Aja asennus nykyiseen 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. read this list of methods. common fi Lue metodien luettelo.
redoes your last action htmlarea fi Toistaa edellisen toimenpiteen redoes your last action htmlarea fi Toistaa edellisen toimenpiteen
reject common fi Hylk<6C><6B> reject common fi Hylk<6C><6B>
rename common fi Nime<6D> uudelleen rename common fi Nime<6D> 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<74>j<EFBFBD>luettelon j<>rjestelm<6C>st<73>. Varoitus: palautus voi olla aika suuri returns a full list of accounts on the system. warning: this is return can be quite large common fi Palauttaa t<>yden k<>ytt<74>j<EFBFBD>luettelon j<>rjestelm<6C>st<73>. Varoitus: palautus voi olla aika suuri
returns an array of todo items common fi Palauttaa teht<68>vien taulukon returns an array of todo items common fi Palauttaa teht<68>vien taulukon
returns struct of users application access common fi Palauttaa k<>ytt<74>jien oikeudet sovelluksiin returns struct of users application access common fi Palauttaa k<>ytt<74>jien oikeudet sovelluksiin
reunion common fi REUNION reunion common fi REUNION
right htmlarea-TableOperations fi Oikea
romania common fi ROMANIA 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<6C>
rules will appear between columns only htmlarea-TableOperations fi Viivat ainoastaan sarakkeiden v<>lill<6C>
rules will appear between rows only htmlarea-TableOperations fi Viivat ainoastaan rivien v<>lill<6C>
russian federation common fi VEN<45>J<EFBFBD>N FEDERAATIO russian federation common fi VEN<45>J<EFBFBD>N FEDERAATIO
rwanda common fi RUANDA rwanda common fi RUANDA
saint helena common fi SAINT HELENA 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 category common fi Valitse luokka
select date common fi Valitse p<>iv<69>m<EFBFBD><6D>r<EFBFBD> select date common fi Valitse p<>iv<69>m<EFBFBD><6D>r<EFBFBD>
select group common fi Valitse ryhm<68> select group common fi Valitse ryhm<68>
select home email address common fi Valitse kotis<69>hk<68>postiosoite select home email address common fi Valitse kotis<69>hk<68>postiosoite
select one common fi Valitse yksi select one common fi Valitse yksi
select user common fi Valitse k<>ytt<74>j<EFBFBD> select user common fi Valitse k<>ytt<74>j<EFBFBD>
select work email address common fi Valitse ty<74>s<EFBFBD>hk<68>postiosoite select work email address common fi Valitse ty<74>s<EFBFBD>hk<68>postiosoite
send common fi L<>het<65> send common fi L<>het<65>
senegal common fi SENEGAL senegal common fi SENEGAL
september common fi Syyskuu september common fi Syyskuu
server %1 has been added common fi Palvelin %1 on lis<69>tty server %1 has been added common fi Palvelin %1 on lis<69>tty
@@ -510,17 +581,25 @@ somalia common fi SOMALIA
sorry, your login has expired login fi Istuntosi on vanhentunut sorry, your login has expired login fi Istuntosi on vanhentunut
south africa common fi ETEL<45>AFRIKKA south africa common fi ETEL<45>AFRIKKA
south georgia and the south sandwich islands common fi ETEL<45>-GEORGIA JA ETEL<45>ISET SANDWICH-SAARET south georgia and the south sandwich islands common fi ETEL<45>-GEORGIA JA ETEL<45>ISET SANDWICH-SAARET
spacing htmlarea-TableOperations fi Palstatila
spain common fi ESPANJA 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 sri lanka common fi SRI LANKA
start date common fi Alkup<75>iv<69> start date common fi Alkup<75>iv<69>
start time common fi Alkuaika start time common fi Alkuaika
status common fi Tila status common fi Tila
strikethrough htmlarea fi Yliviivattu strikethrough htmlarea fi Yliviivattu
style [css] htmlarea-TableOperations fi Tyyli [CSS]
subject common fi Aihe subject common fi Aihe
submit common fi L<>het<65> submit common fi L<>het<65>
subscript htmlarea fi Alaindeksi subscript htmlarea fi Alaindeksi
substitutions and their meanings: common fi Korvaukset ja niiden merkitykset: substitutions and their meanings: common fi Korvaukset ja niiden merkitykset:
sudan common fi SUDAN sudan common fi SUDAN
summary htmlarea-TableOperations fi Yhteenveto
sunday common fi Sunnuntai sunday common fi Sunnuntai
superscript htmlarea fi Yl<59>tunniste superscript htmlarea fi Yl<59>tunniste
suriname common fi SURINAMI suriname common fi SURINAMI
@@ -529,14 +608,21 @@ swaziland common fi SWAZIMAA
sweden common fi RUOTSI sweden common fi RUOTSI
switzerland common fi SVEITSI switzerland common fi SVEITSI
syrian arab republic common fi SYYRIAN ARABITASAVALTA syrian arab republic common fi SYYRIAN ARABITASAVALTA
table properties htmlarea-TableOperations fi Taulukon asetukset
taiwan common fi TAIWAN/TAIPEI taiwan common fi TAIWAN/TAIPEI
tajikistan common fi TAJIKISTAN tajikistan common fi TAJIKISTAN
tanzania, united republic of common fi TANSANIAN YHDISTYNYT TASAVALTA tanzania, united republic of common fi TANSANIAN YHDISTYNYT TASAVALTA
thailand common fi THAIMAA thailand common fi THAIMAA
the api is current common fi API on nykyinen the api is current common fi API on nykyinen
the api requires an upgrade common fi API tarvitsee p<>ivityksen 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 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<68>postipalvelin palautti the mail server returned common fi S<>hk<68>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<59>- ja alapuoli.
the top side only htmlarea-TableOperations fi Ainoastaan yl<79>puoli
this application is current common fi T<>m<EFBFBD> sovellus on ajan tasalla this application is current common fi T<>m<EFBFBD> sovellus on ajan tasalla
this application requires an upgrade common fi T<>m<EFBFBD> sovellus tarvitsee p<>ivityksen this application requires an upgrade common fi T<>m<EFBFBD> sovellus tarvitsee p<>ivityksen
this name has been used already common fi Nimi on jo k<>yt<79>ss<73>! this name has been used already common fi Nimi on jo k<>yt<79>ss<73>!
@@ -548,16 +634,21 @@ time zone offset common fi Aikaero
title common fi Otsikko title common fi Otsikko
to common fi Kenelle to common fi Kenelle
to correct this error for the future you will need to properly set the common fi Korjataksesi t<>m<EFBFBD>n virheen jatkossa sinun t<>ytyy m<><6D>ritell<6C> to correct this error for the future you will need to properly set the common fi Korjataksesi t<>m<EFBFBD>n virheen jatkossa sinun t<>ytyy m<><6D>ritell<6C>
to go back to the msg list, click <a href= %1 >here</a> common fi To siirty<74>ksesi takaisin viestien luetteloon napsauta <a href="%1">t<>st<73></a> to go back to the msg list, click <a href= %1 >here</a> common fi To siirty<74>ksesi takaisin viestien luetteloon napsauta <a href="%1">t<>st<73></a>
today common fi T<>n<EFBFBD><6E>n today common fi T<>n<EFBFBD><6E>n
todays date, eg. "%1" common fi t<>m<EFBFBD> p<>iv<69>m<EFBFBD><6D>r<EFBFBD>, esim. "%1" todays date, eg. "%1" common fi t<>m<EFBFBD> p<>iv<69>m<EFBFBD><6D>r<EFBFBD>, esim. "%1"
toggle first day of week jscalendar fi Vaihda viikon alkup<75>iv<69><76> toggle first day of week jscalendar fi Vaihda viikon alkup<75>iv<69><76>
toggle html source htmlarea fi N<>yt<79>/piilota HTML-koodi toggle html source htmlarea fi N<>yt<79>/piilota HTML-koodi
togo common fi TOGO togo common fi TOGO
tokelau common fi TOKELAU tokelau common fi TOKELAU
tonga common fi TONGA 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<65>onnistunutta sis<69><73>nkirjautumista: %1 k<>ytt<74>j<EFBFBD>lle '%2', %3 IP-osoitteesta %4 too many unsucessful attempts to login: %1 for the user '%2', %3 for the ip %4 common fi Liian monta ep<65>onnistunutta sis<69><73>nkirjautumista: %1 k<>ytt<74>j<EFBFBD>lle '%2', %3 IP-osoitteesta %4
top htmlarea-TableOperations fi Yl<59>s
total common fi Yhteens<6E> total common fi Yhteens<6E>
trinidad and tobago common fi TRINIDAD JA TOBAGO trinidad and tobago common fi TRINIDAD JA TOBAGO
tuesday common fi Tiistai tuesday common fi Tiistai
tunisia common fi TUNISIA tunisia common fi TUNISIA
@@ -575,6 +666,7 @@ united states common fi YHDYSVALLAT
united states minor outlying islands common fi YHDYSVALTOJEN SAARIOSAVALTIOT united states minor outlying islands common fi YHDYSVALTOJEN SAARIOSAVALTIOT
unknown common fi Tuntematon unknown common fi Tuntematon
update common fi P<>ivit<69> update common fi P<>ivit<69>
url common fi URL url common fi URL
uruguay common fi URUGUAY uruguay common fi URUGUAY
use button to search for common fi k<>yt<79> painiketta etsi<73>ksesi use button to search for common fi k<>yt<79> painiketta etsi<73>ksesi
@@ -584,6 +676,7 @@ use button to search for project common fi k
user common fi K<>ytt<74>j<EFBFBD> user common fi K<>ytt<74>j<EFBFBD>
user accounts common fi k<>ytt<74>j<EFBFBD>tilit user accounts common fi k<>ytt<74>j<EFBFBD>tilit
user groups common fi k<>ytt<74>j<EFBFBD>ryhm<68>t user groups common fi k<>ytt<74>j<EFBFBD>ryhm<68>t
username common fi K<>ytt<74>j<EFBFBD>nimi username common fi K<>ytt<74>j<EFBFBD>nimi
users common fi k<>ytt<74>j<EFBFBD>t users common fi k<>ytt<74>j<EFBFBD>t
users choice common fi K<>ytt<74>j<EFBFBD>n valinta users choice common fi K<>ytt<74>j<EFBFBD>n valinta
@@ -591,8 +684,10 @@ uzbekistan common fi UZBEKISTAN
vanuatu common fi VANUATU vanuatu common fi VANUATU
venezuela common fi VENEZUELA venezuela common fi VENEZUELA
version common fi Versio version common fi Versio
vertical align htmlarea-TableOperations fi Vertikaali kohdistus
viet nam common fi VIETNAM viet nam common fi VIETNAM
view common fi N<>yt<79> view common fi N<>yt<79>
virgin islands, british common fi NEITSYSTSAARET, BRITTIL<49>ISET virgin islands, british common fi NEITSYSTSAARET, BRITTIL<49>ISET
virgin islands, u.s. common fi NEITSYTSAARET, U.S. virgin islands, u.s. common fi NEITSYTSAARET, U.S.
wallis and futuna common fi WALLIS JA FUTUNA wallis and futuna common fi WALLIS JA FUTUNA
@@ -600,12 +695,15 @@ wednesday common fi Keskiviikko
welcome common fi Tervetuloa welcome common fi Tervetuloa
western sahara common fi L<>NSISAHARA western sahara common fi L<>NSISAHARA
which groups common fi mitk<74> ryhm<68>t which groups common fi mitk<74> ryhm<68>t
width htmlarea-TableOperations fi Leveys
wk jscalendar fi vk wk jscalendar fi vk
work email common fi ty<74>s<EFBFBD>hk<68>posti work email common fi ty<74>s<EFBFBD>hk<68>posti
written by: common fi Kirjoittanut: written by: common fi Kirjoittanut:
year common fi Vuosi year common fi Vuosi
yemen common fi JEMEN yemen common fi JEMEN
yes common fi Kyll<6C> yes common fi Kyll<6C>
you are in text mode. use the [<>] button to switch back to wysiwig. htmlarea fi Olet tekstitilassa. K<>yt<79> [<>]-painiketta siirty<74>ksesi WYSIWIG-tilaan. you are in text mode. use the [<>] button to switch back to wysiwig. htmlarea fi Olet tekstitilassa. K<>yt<79> [<>]-painiketta siirty<74>ksesi WYSIWIG-tilaan.
you are required to change your password during your first login common fi Salasanasi on vaihdettava ensimm<6D>isen sis<69><73>nkirjautumisen yhteydess<73>. you are required to change your password during your first login common fi Salasanasi on vaihdettava ensimm<6D>isen sis<69><73>nkirjautumisen yhteydess<73>.
you have been successfully logged out login fi Olet kirjautunut ulos 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 <09>prilis april common hu <09>prilis
are you sure you want to delete this entry ? common hu Biztosan t<>r<EFBFBD>lni akarja ezt a bejegyz<79>st? are you sure you want to delete this entry ? common hu Biztosan t<>r<EFBFBD>lni akarja ezt a bejegyz<79>st?
august common hu Augusztus august common hu Augusztus
bad login or password common hu Rossz felhaszn<7A>l<EFBFBD> vagy jelsz<73>
cancel common hu M<>gse cancel common hu M<>gse
change common hu V<>ltoztat change common hu V<>ltoztat
charset common hu iso-8859-2 charset common hu iso-8859-2
@@ -22,6 +23,7 @@ current users common hu Aktu
date common hu D<>tum date common hu D<>tum
december common hu December december common hu December
delete common hu T<>r<EFBFBD>l delete common hu T<>r<EFBFBD>l
dictionary htmlarea-SpellChecker hu Szótár
done common hu K<>sz done common hu K<>sz
e-mail common hu E-Mail e-mail common hu E-Mail
e-mail preferences common hu E-Mail tulajdons<6E>gok e-mail preferences common hu E-Mail tulajdons<6E>gok
@@ -33,6 +35,7 @@ error common hu Hiba
exit common hu Kil<69>p exit common hu Kil<69>p
february common hu Febru<72>r february common hu Febru<72>r
filter common hu Sz<53>r<EFBFBD> filter common hu Sz<53>r<EFBFBD>
finished list of mispelled words htmlarea-SpellChecker hu A tévesztett szavak listájának vége
first name common hu Keresztn<74>v first name common hu Keresztn<74>v
friday common hu P<>ntek friday common hu P<>ntek
ftp common hu FTP ftp common hu FTP
@@ -46,13 +49,15 @@ groups common hu Csoportok
help common hu S<>g<EFBFBD> help common hu S<>g<EFBFBD>
high common hu S<>rg<72>s high common hu S<>rg<72>s
home common hu Kezd<7A>lap home common hu Kezd<7A>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<6C> jelsz<73>m<EFBFBD>dos<6F>t<EFBFBD>s <20>ta it has been more then %1 days since you changed your password common hu T<>bb mint %1 nap telt el az utols<6C> jelsz<73>m<EFBFBD>dos<6F>t<EFBFBD>s <20>ta
january common hu Janu<6E>r january common hu Janu<6E>r
july common hu J<>lius july common hu J<>lius
june common hu J<>nius june common hu J<>nius
last name common hu Csal<61>dn<64>v
last page common hu Utols<6C> oldal last page common hu Utols<6C> oldal
login common hu Bel<65>p<EFBFBD>s login login hu Bel<65>p<EFBFBD>s
logout common hu Kil<69>p<EFBFBD>s logout common hu Kil<69>p<EFBFBD>s
low common hu Alacsony low common hu Alacsony
march common hu M<>rcius march common hu M<>rcius
@@ -64,6 +69,7 @@ new entry added sucessfully common hu
new phrase has been added common hu <09>j kifejez<65>s hozz<7A>adva new phrase has been added common hu <09>j kifejez<65>s hozz<7A>adva
next page common hu k<>vetkez<65> oldal next page common hu k<>vetkez<65> oldal
no common hu Nem 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 none common hu Nincs
normal common hu Norm<72>l normal common hu Norm<72>l
november common hu November november common hu November
@@ -72,17 +78,26 @@ ok common hu OK
on *nix systems please type: %1 common hu *nix rendszereken <20>sse be: %1 on *nix systems please type: %1 common hu *nix rendszereken <20>sse be: %1
only yours common hu csak saj<61>tot only yours common hu csak saj<61>tot
original common hu Eredeti original common hu Eredeti
password common hu Jelsz<EFBFBD> original word htmlarea-SpellChecker hu Eredeti szó
password login hu Jelsz<73>
password has been updated common hu Jelsz<73> m<>dos<6F>tva password has been updated common hu Jelsz<73> m<>dos<6F>tva
permissions to the files/users directory common hu a files/users k<>nyvt<76>r jogai permissions to the files/users directory common hu a files/users k<>nyvt<76>r jogai
please %1 by hand common hu K<>rem %1 k<>zzel please %1 by hand common hu K<>rem %1 k<>zzel
powered by egroupware version %1 common hu eGroupWare %1 powered by egroupware version %1 common hu eGroupWare %1
please confirm that you want to open this link htmlarea-SpellChecker hu Megerősítés
please wait. calling spell checker. htmlarea-SpellChecker hu Kis türelmet, a helyesírásellenőrző hívása folyamatban.
please wait: changing dictionary to htmlarea-SpellChecker hu Kis türelmet, szótár cseréje
pliz weit ;-) htmlarea-SpellChecker hu Kis türelmet ;-)
preferences common hu Tulajdons<6E>gok preferences common hu Tulajdons<6E>gok
previous page common hu El<45>z<EFBFBD> oldal previous page common hu El<45>z<EFBFBD> oldal
print common hu Nyomtat print common hu Nyomtat
priority common hu Priorit<69>s priority common hu Priorit<69>s
private common hu Priv<69>t private common hu Priv<69>t
re-check htmlarea-SpellChecker hu Újraellenőrzés
rename common hu <09>tnevez rename common hu <09>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 saturday common hu Szombat
save common hu Elment save common hu Elment
search common hu Keres search common hu Keres
@@ -92,25 +107,34 @@ show all common hu mindet megmutat
showing %1 common hu %1 list<73>zva showing %1 common hu %1 list<73>zva
showing %1 - %2 of %3 common hu list<73>zva %1 - %2, <20>ssz: %3 showing %1 - %2 of %3 common hu list<73>zva %1 - %2, <20>ssz: %3
sorry, there was a problem processing your request. common hu Hiba t<>rt<72>nt a k<>relem feldolgoz<6F>sakor! sorry, there was a problem processing your request. common hu Hiba t<>rt<72>nt a k<>relem feldolgoz<6F>sakor!
sorry, your login has expired login hu A hozz<7A>f<EFBFBD>r<EFBFBD>se lej<65>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<6C>ld submit common hu Elk<6C>ld
suggestions htmlarea-SpellChecker hu Tippek
sunday common hu Vas<61>rnap sunday common hu Vas<61>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<43>t<EFBFBD>rt<72>k thursday common hu Cs<43>t<EFBFBD>rt<72>k
time common hu Id<49> time common hu Id<49>
to correct this error for the future you will need to properly set the common hu A hiba kijav<61>t<EFBFBD>s<EFBFBD>hoz helyesen kell be<62>ll<6C>tani a to correct this error for the future you will need to properly set the common hu A hiba kijav<61>t<EFBFBD>s<EFBFBD>hoz helyesen kell be<62>ll<6C>tani a
total common hu <09>sszesen total common hu <09>sszesen
tuesday common hu Kedd tuesday common hu Kedd
updated common hu M<>dos<6F>tva updated common hu M<>dos<6F>tva
use cookies login hu haszn<7A>l s<>tit
username login hu Felhaszn<7A>l<EFBFBD>
users common hu felhaszn<7A>l<EFBFBD>k users common hu felhaszn<7A>l<EFBFBD>k
view common hu Megtekint view common hu Megtekint
wednesday common hu Szerda wednesday common hu Szerda
which groups common hu melyik csoport which groups common hu melyik csoport
yes common hu Igen yes common hu Igen
you are required to change your password during your first login common hu Els<6C> bejelentkez<65>skor meg kell v<>ltoztatnia a jelszav<61>t you are required to change your password during your first login common hu Els<6C> bejelentkez<65>skor meg kell v<>ltoztatnia a jelszav<61>t
you have 1 new message! common hu 1 <20>j <20>zenete van!
you have %1 new messages! common hu %1 <20>j <20>zenete van! you have %1 new messages! common hu %1 <20>j <20>zenete van!
you have 1 new message! common hu 1 <20>j <20>zenete van!
you have been successfully logged out login hu Sikeresen kijelentkezett a rendszerb<72>l
your message has been sent common hu <09>zenet elk<6C>ldve your message has been sent common hu <09>zenet elk<6C>ldve
your search returned 1 match common hu Keres<65>s v<>geredm<64>nye: 1 tal<61>lat
your search returned %1 matchs common hu Keres<65>s v<>geredm<64>nye: %1 tal<61>lat your search returned %1 matchs common hu Keres<65>s v<>geredm<64>nye: %1 tal<61>lat
your search returned 1 match common hu Keres<65>s v<>geredm<64>nye: 1 tal<61>lat
your session could not be verified. login hu A hozz<7A>f<EFBFBD>r<EFBFBD>se nem ellen<65>rizhet<65>.
your settings have been updated common hu A be<62>ll<6C>t<EFBFBD>sai m<>dos<6F>t<EFBFBD>sra ker<65>ltek your settings have been updated common hu A be<62>ll<6C>t<EFBFBD>sai m<>dos<6F>t<EFBFBD>sra ker<65>ltek
bad login or password common hu Rossz felhaszn<7A>l<EFBFBD> vagy jelsz<73> bad login or password common hu Rossz felhaszn<7A>l<EFBFBD> vagy jelsz<73>
login login hu Bel<65>p<EFBFBD>s login login hu Bel<65>p<EFBFBD>s

View File

@@ -36,8 +36,10 @@ administration common it Amministrazione
afghanistan common it AFGHANISTAN afghanistan common it AFGHANISTAN
albania common it ALBANIA albania common it ALBANIA
algeria common it ALGERIA algeria common it ALGERIA
align htmlarea-TableOperations it Allinea
all common it Tutto all common it Tutto
all fields common it tutti i campi 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 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 american samoa common it SAMOA AMERICANA
andorra common it ANDORRA andorra common it ANDORRA
@@ -64,12 +66,14 @@ autosave default category common it Categoria predefinita per il salvataggio aut
azerbaijan common it AZERBAIJAN azerbaijan common it AZERBAIJAN
back common it Indietro back common it Indietro
back to user login common it Torna al Login utente back to user login common it Torna al Login utente
background htmlarea-TableOperations it Sfondo
background color htmlarea it Colore di Sfondo background color htmlarea it Colore di Sfondo
bad login or password common it Nome utente o password errati bad login or password common it Nome utente o password errati
bahamas common it BAHAMAS bahamas common it BAHAMAS
bahrain common it BAHRAIN bahrain common it BAHRAIN
bangladesh common it BANGLADESH bangladesh common it BANGLADESH
barbados common it BARBADOS barbados common it BARBADOS
baseline htmlarea-TableOperations it Allineamento
bcc common it Bcc bcc common it Bcc
belarus common it BELARUS belarus common it BELARUS
belgium common it BELGIO belgium common it BELGIO
@@ -80,8 +84,11 @@ bhutan common it BHUTAN
blocked, too many attempts common it Bloccato, troppi tentativi blocked, too many attempts common it Bloccato, troppi tentativi
bold htmlarea it Grassetto bold htmlarea it Grassetto
bolivia common it BOLIVIA bolivia common it BOLIVIA
border htmlarea-TableOperations it Bordo
borders htmlarea-TableOperations it Bordi
bosnia and herzegovina common it BOSNIA E HERZEGOVINA bosnia and herzegovina common it BOSNIA E HERZEGOVINA
botswana common it BOTSWANA botswana common it BOTSWANA
bottom htmlarea-TableOperations it Basso
bouvet island common it BOUVET ISLAND bouvet island common it BOUVET ISLAND
brazil common it BRASILE brazil common it BRASILE
british indian ocean territory common it TERRITORI BRITANNICI OCEANO INDIANO british indian ocean territory common it TERRITORI BRITANNICI OCEANO INDIANO
@@ -96,6 +103,7 @@ cameroon common it CAMEROON
canada common it CANADA canada common it CANADA
cancel common it Annulla cancel common it Annulla
cape verde common it CAPO VERDE cape verde common it CAPO VERDE
caption htmlarea-TableOperations it Titolo
categories common it Categorie categories common it Categorie
categories for common it Categorie per categories for common it Categorie per
category common it Categoria 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 <20> stata aggiornata! category %1 has been updated ! common it La categoria %1 <20> stata aggiornata!
cayman islands common it ISOLE CAYMAN cayman islands common it ISOLE CAYMAN
cc common it Cc 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 central african republic common it REPUBBLICA CENTRO AFRICANA
chad common it CHAD chad common it CHAD
change common it Cambia change common it Cambia
char htmlarea-TableOperations it Carattere
charset common it iso-8859-1 charset common it iso-8859-1
check installation common it Controlla installazione check installation common it Controlla installazione
chile common it CILE 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 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<65> click or mouse over to show menus common it Clicca o passa sopra con il puntatore per mostrare i men<65>
click or mouse over to show menus? common it Clicca o passa sopra con il puntatore per mostrare i men<65> ? click or mouse over to show menus? common it Clicca o passa sopra con il puntatore per mostrare i men<65> ?
close common it Chiudi close common it Chiudi
cocos (keeling) islands common it ISOLE COCOS (KEELING) cocos (keeling) islands common it ISOLE COCOS (KEELING)
collapsed borders htmlarea-TableOperations it Bordi chiusi
colombia common it COLOMBIA colombia common it COLOMBIA
color htmlarea-TableOperations it Colore
comoros common it COMORE comoros common it COMORE
company common it Azienda company common it Azienda
config password common it Configura Password config password common it Configura Password
@@ -153,11 +168,15 @@ december common it Dicembre
decrease indent htmlarea it Riduci Rientro decrease indent htmlarea it Riduci Rientro
default category common it Categoria Predefinita default category common it Categoria Predefinita
delete common it Elimina 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 denmark common it DANIMARCA
description common it Descrizione description common it Descrizione
detail common it Dettaglio detail common it Dettaglio
details common it Dettagli 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? 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 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 slider effects common it Disabilita l'effetto effects slider
disable the animated slider effects when showing or hiding menu's in the page? opera and konqueror users will probably must want this. common it Disabilita l'effetto animato degli slider quando visualizzi o nascondi i menu nella pagina? Gli utenti di Opera e Konqueror dovrebbero farlo. disable the animated slider effects when showing or hiding 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 faroe islands common it ISOLE FAROE
fax number common it numero di fax fax number common it numero di fax
february common it Febbraio february common it Febbraio
fg color htmlarea-TableOperations it Colore Principale
fields common it Campi fields common it Campi
fiji common it FIJI fiji common it FIJI
files common it File files common it File
filter common it Filtro filter common it Filtro
finished list of mispelled words htmlarea-SpellChecker it La lista delle parole scritte male è terminata
finland common it FINLANDIA finland common it FINLANDIA
first name common it Nome first name common it Nome
first name of the user, eg. "%1" common it Nome dell'utente, es. "%1" first name of the user, eg. "%1" common it Nome dell'utente, es. "%1"
first page common it Prima pagina first page common it Prima pagina
firstname common it Nome firstname common it Nome
fixme! common it CORREGGIMI ! fixme! common it CORREGGIMI !
float htmlarea-TableOperations it Fluttuante
font color htmlarea it Colore Carattere font color htmlarea it Colore Carattere
force selectbox common it Forza Casella di Selezione force selectbox common it Forza Casella di Selezione
frames htmlarea-TableOperations it Frames
france common it FRANCIA france common it FRANCIA
french guiana common it GUIANA FRANCESE french guiana common it GUIANA FRANCESE
french polynesia common it POLINESIA 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 password common it Password Header
header username common it Nome Utente Header header username common it Nome Utente Header
heard island and mcdonald islands common it ISOLE HEARD E ISOLE MCDONALD heard island and mcdonald islands common it ISOLE HEARD E ISOLE MCDONALD
height htmlarea-TableOperations it Altezza
help common it Aiuto help common it Aiuto
help using editor htmlarea it Aiuto per l'editor help using editor htmlarea it Aiuto per l'editor
high common it Alta high common it Alta
@@ -272,14 +296,29 @@ home email common it e-mail abitazione
honduras common it HONDURAS honduras common it HONDURAS
hong kong common it HONG KONG hong kong common it HONG KONG
horizontal rule htmlarea it Linea Orrizzontale 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<65> pulldown, richiamabile dall'icona all'estrema destra della barra di navigazione. 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<65> 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 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 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 increase indent htmlarea it Aumenta Rientro
india common it INDIA india common it INDIA
indonesia common it INDONESIA 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 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 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 table htmlarea it Inserisci Tabella
insert web link htmlarea it Inserisci Link Web insert web link htmlarea it Inserisci Link Web
international common it Internazionale international common it Internazionale
@@ -300,6 +339,7 @@ jordan common it GIORDANIA
july common it Luglio july common it Luglio
jun common it Giu jun common it Giu
june common it Giugno june common it Giugno
justify htmlarea-TableOperations it Justifica
justify center htmlarea it Centrato justify center htmlarea it Centrato
justify full htmlarea it Giustificato justify full htmlarea it Giustificato
justify left htmlarea it Allinea a Sinistra 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 last page common it Ultima pagina
lastname common it Cognome lastname common it Cognome
latvia common it LATVIA latvia common it LATVIA
layout htmlarea-TableOperations it Layout
lebanon common it LIBANO lebanon common it LIBANO
left htmlarea-TableOperations it Sinistra
lesotho common it LESOTHO lesotho common it LESOTHO
liberia common it LIBERIA liberia common it LIBERIA
libyan arab jamahiriya common it LIBIAN ARAB JAMAHIRIYA libyan arab jamahiriya common it LIBIAN ARAB JAMAHIRIYA
@@ -348,6 +390,7 @@ maldives common it MALDIVE
mali common it MALI mali common it MALI
malta common it MALTA malta common it MALTA
march common it Marzo march common it Marzo
margin htmlarea-TableOperations it Margine
marshall islands common it ISOLE MARSHALL marshall islands common it ISOLE MARSHALL
martinique common it MARTINICA martinique common it MARTINICA
mauritania common it MAURITANIA mauritania common it MAURITANIA
@@ -357,9 +400,11 @@ may common it Maggio
mayotte common it MAYOTTE mayotte common it MAYOTTE
medium common it Medio medium common it Medio
menu common it Menu menu common it Menu
merge cells htmlarea-TableOperations it Unisci celle
message common it Messaggio message common it Messaggio
mexico common it MESSICO mexico common it MESSICO
micronesia, federated states of common it MICRONESIA, STATI FEDERATI DELLA micronesia, federated states of common it MICRONESIA, STATI FEDERATI DELLA
middle htmlarea-TableOperations it Centrale
moldova, republic of common it MOLDAVIA, REPUBBLICA DELLA moldova, republic of common it MOLDAVIA, REPUBBLICA DELLA
monaco common it MONACO monaco common it MONACO
monday common it Luned<65> monday common it Luned<65>
@@ -392,6 +437,9 @@ niue common it NIUE
no common it No no common it No
no entries found, try again ... common it nessuna voce trovata, prova ancora ... 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 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 no subject common it Nessun Oggetto
none common it Nessuno none common it Nessuno
norfolk island common it ISOLE NORFOLK 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 open popup window common it Apri finestra popup
ordered list htmlarea it Elenco ordinato ordered list htmlarea it Elenco ordinato
original common it Originale original common it Originale
original word htmlarea-SpellChecker it Parola originale
other common it Altro other common it Altro
overview common it Overview overview common it Overview
owner common it Proprietario owner common it Proprietario
padding htmlarea-TableOperations it Padding
page common it Pagina page common it Pagina
page was generated in %1 seconds common it La pagina <20> stata generata in %1 secondi page was generated in %1 seconds common it La pagina <20> stata generata in %1 secondi
pakistan common it PAKISTAN 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 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 calendar common it Pattern per la Ricerca nell'Agenda
pattern for search in projects common it Pattern per la Ricerca nei Progetti 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 permissions to the files/users directory common it permessi per la directory dei files/utenti
personal common it Personale personal common it Personale
peru common it PERU peru common it PERU
philippines common it FILIPPINE philippines common it FILIPPINE
phone number common it numero telefonico phone number common it numero telefonico
pitcairn common it PITCAIRN pitcairn common it PITCAIRN
pixels htmlarea-TableOperations it pixels
please %1 by hand common it Per favore %1 a mano 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 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 run setup to become current common it Per favore esegui setup per aggiornare
please select common it Per favore Seleziona please select common it Per favore Seleziona
please set your global preferences common it Per favore imposta le preferenze globali ! 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 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 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... 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 poland common it POLONIA
portugal common it PORTOGALLO portugal common it PORTOGALLO
postal common it Postale postal common it Postale
@@ -467,17 +524,27 @@ project common it Progetto
public common it pubblico public common it pubblico
puerto rico common it PUERTO RICO puerto rico common it PUERTO RICO
qatar common it QATAR qatar common it QATAR
re-check htmlarea-SpellChecker it Ricontrolla
read common it Leggi read common it Leggi
read this list of methods. common it Leggi questo elenco di metodi. read this list of methods. common it Leggi questo elenco di metodi.
redoes your last action htmlarea it Ripeti l'ultima azione redoes your last action htmlarea it Ripeti l'ultima azione
reject common it Rifiuta reject common it Rifiuta
remove selected accounts common it rimuovi gli account selezionati remove selected accounts common it rimuovi gli account selezionati
rename common it Rinomina 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<70> essere molto grande 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<70> essere molto grande
returns an array of todo items common it Restituisce un elenco delle cose da fare 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 returns struct of users application access common it Restituisce la struttura degli accessi alle applicazioni
reunion common it REUNION reunion common it REUNION
right htmlarea-TableOperations it Destra
romania common it ROMANIA 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 russian federation common it FEDERAZIONE RUSSA
rwanda common it RUANDA rwanda common it RUANDA
saint helena common it SANT'ELENA 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 <20> scaduto sorry, your login has expired login it Spiacente, il tuo login <20> scaduto
south africa common it SUD AFRICA south africa common it SUD AFRICA
south georgia and the south sandwich islands common it SUD GEORGIA E LE ISOLE SUD SANDWICH 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 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 sri lanka common it SRI LANKA
start date common it Data Inizio start date common it Data Inizio
start time common it Ora Inizio start time common it Ora Inizio
start with common it Inizia con start with common it Inizia con
status common it Status status common it Status
strikethrough htmlarea it Barrato strikethrough htmlarea it Barrato
style [css] htmlarea-TableOperations it Stile [CSS]
subject common it Oggetto subject common it Oggetto
submit common it Invia submit common it Invia
subscript htmlarea it Pedice subscript htmlarea it Pedice
substitutions and their meanings: common it Sostituzioni e loro significati: substitutions and their meanings: common it Sostituzioni e loro significati:
sudan common it SUDAN sudan common it SUDAN
suggestions htmlarea-SpellChecker it Suggerimenti
summary htmlarea-TableOperations it Sommario
sunday common it Domenica sunday common it Domenica
superscript htmlarea it Apice superscript htmlarea it Apice
suriname common it SURINAME suriname common it SURINAME
@@ -552,17 +629,26 @@ swaziland common it SWAZILAND
sweden common it SVEZIA sweden common it SVEZIA
switzerland common it SVIZZERA switzerland common it SVIZZERA
syrian arab republic common it REPUBBLICA ARABA SIRIANA syrian arab republic common it REPUBBLICA ARABA SIRIANA
table properties htmlarea-TableOperations it Proprietà della Tabella
taiwan common it TAIWAN/TAIPEI taiwan common it TAIWAN/TAIPEI
tajikistan common it TAJIKISTAN tajikistan common it TAJIKISTAN
tanzania, united republic of common it TANZANIA, REPUBBLICA UNITA DELLA tanzania, united republic of common it TANZANIA, REPUBBLICA UNITA DELLA
text align htmlarea-TableOperations it Allineamento del Testo
thailand common it TAILANDIA thailand common it TAILANDIA
the api is current common it L'API <20> aggiornata the api is current common it L'API <20> aggiornata
the api requires an upgrade common it L'API necessita di un aggiornamento 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 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 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 <20> aggiornata this application is current common it Questa applicazione <20> aggiornata
this application requires an upgrade common it Questa applicazione richiede un aggiornamento this application requires an upgrade common it Questa applicazione richiede un aggiornamento
this name has been used already common it Questo nome <20> gi<67> stato usato! this name has been used already common it Questo nome <20> gi<67> 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<65> thursday common it Gioved<65>
time common it Ora time common it Ora
time selection: jscalendar it Selezione Ora: time selection: jscalendar it Selezione Ora:
@@ -580,6 +666,7 @@ togo common it TOGO
tokelau common it TOKELAU tokelau common it TOKELAU
tonga common it TONGA 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 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 total common it Totale
trinidad and tobago common it TRINIDAD E TOBAGO trinidad and tobago common it TRINIDAD E TOBAGO
tuesday common it Marted<65> tuesday common it Marted<65>
@@ -597,6 +684,7 @@ united kingdom common it REGNO UNITO
united states common it STATI UNITI united states common it STATI UNITI
united states minor outlying islands common it UNITED STATES MINOR OUTLYING ISLANDS united states minor outlying islands common it UNITED STATES MINOR OUTLYING ISLANDS
unknown common it Sconosciuto unknown common it Sconosciuto
unset color htmlarea-TableOperations it Rimuovi colore
update common it Aggiorna update common it Aggiorna
url common it URL url common it URL
uruguay common it URUGUAY uruguay common it URUGUAY
@@ -614,6 +702,7 @@ uzbekistan common it UZBEKISTAN
vanuatu common it VANUATU vanuatu common it VANUATU
venezuela common it VENEZUELA venezuela common it VENEZUELA
version common it Versione version common it Versione
vertical align htmlarea-TableOperations it Allineamento verticale
viet nam common it VIET NAM viet nam common it VIET NAM
view common it Visualizza view common it Visualizza
virgin islands, british common it ISOLE VERGINI, GRAN BRETAGNA virgin islands, british common it ISOLE VERGINI, GRAN BRETAGNA
@@ -623,6 +712,7 @@ wednesday common it Mercoled
welcome common it Benvenuto welcome common it Benvenuto
western sahara common it SAHARA OCCIDENTALE western sahara common it SAHARA OCCIDENTALE
which groups common it Quali gruppi which groups common it Quali gruppi
width htmlarea-TableOperations it Larghezza
wk jscalendar it lavoro wk jscalendar it lavoro
work email common it e-mail ufficio work email common it e-mail ufficio
written by: common it Scritto da: written by: common it Scritto da:

View File

@@ -9,6 +9,12 @@
00 (disable) admin nl 00 (disable) admin nl
13 (ntp) admin nl 13 (ntp) admin nl
80 (http) 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 %1 common nl Over %1
about the calendar common nl Over de agenda about the calendar common nl Over de agenda
access common nl Toegang access common nl Toegang
@@ -32,7 +38,10 @@ administration common nl Beheer
afghanistan common nl AFGHANISTAN afghanistan common nl AFGHANISTAN
albania common nl ALBANI<4E> albania common nl ALBANI<4E>
algeria common nl ALGERIJ<49> algeria common nl ALGERIJ<49>
align htmlarea-TableOperations nl Uitlijning
all common nl Alles 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 american samoa common nl AMERIKAANS SAMOA
andorra common nl ANDORRA andorra common nl ANDORRA
angola common nl ANGOLA angola common nl ANGOLA
@@ -56,11 +65,14 @@ autosave default category common nl Automatisch standaard categorie opslaan
azerbaijan common nl AZERBEIDSJAN azerbaijan common nl AZERBEIDSJAN
back common nl Terug back common nl Terug
back to user login common nl Terug naar gebruikers loginscherm 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 bad login or password common nl Onjuist gebruikersnaam of wachtwoord
bahamas common nl BAHAMAS bahamas common nl BAHAMAS
bahrain common nl BAHREIN bahrain common nl BAHREIN
bangladesh common nl BANGLADESH bangladesh common nl BANGLADESH
barbados common nl BARBADOS barbados common nl BARBADOS
baseline htmlarea-TableOperations nl Basis
bcc common nl Bcc bcc common nl Bcc
belarus common nl WIT-RUSLAND belarus common nl WIT-RUSLAND
belgium common nl BELGI<47> belgium common nl BELGI<47>
@@ -70,8 +82,11 @@ bermuda common nl BERMUDA
bhutan common nl BHUTAN bhutan common nl BHUTAN
blocked, too many attempts common nl Geblokkeerd, te veel pogingen blocked, too many attempts common nl Geblokkeerd, te veel pogingen
bolivia common nl BOLIVIA bolivia common nl BOLIVIA
border htmlarea-TableOperations nl Rand
borders htmlarea-TableOperations nl Randen
bosnia and herzegovina common nl BOSNI<4E>-HERZEGOVINA bosnia and herzegovina common nl BOSNI<4E>-HERZEGOVINA
botswana common nl BOTSWANA botswana common nl BOTSWANA
bottom htmlarea-TableOperations nl Onder
bouvet island common nl Centraal Afrikaanse Republiek bouvet island common nl Centraal Afrikaanse Republiek
brazil common nl BRAZILI<4C> brazil common nl BRAZILI<4C>
british indian ocean territory common nl BRITISH INDIAN OCEAN TERRITORY british indian ocean territory common nl BRITISH INDIAN OCEAN TERRITORY
@@ -79,12 +94,14 @@ brunei darussalam common nl BRUNEI DARUSSALAM
bulgaria common nl BULGARI<52> bulgaria common nl BULGARI<52>
burkina faso common nl BURKINA FASO burkina faso common nl BURKINA FASO
burundi common nl BURUNDI burundi common nl BURUNDI
c_ell properties... htmlarea-ContextMenu nl C_eleigenschappen...
calendar common nl Agenda calendar common nl Agenda
cambodia common nl CAMBODJA cambodia common nl CAMBODJA
cameroon common nl KAMEROEN cameroon common nl KAMEROEN
canada common nl CANADA canada common nl CANADA
cancel common nl Annuleren cancel common nl Annuleren
cape verde common nl KAAPVERDI<44> cape verde common nl KAAPVERDI<44>
caption htmlarea-TableOperations nl Opmerking
categories common nl Categorie<69>n categories common nl Categorie<69>n
categories for common nl categorie<69>n voor categories for common nl categorie<69>n voor
category common nl Categorie 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 category %1 has been updated ! common nl Categorie %1 is bijgewerkt
cayman islands common nl KAAIMAN EILANDEN cayman islands common nl KAAIMAN EILANDEN
cc common nl Cc cc common nl Cc
cell properties htmlarea-TableOperations nl Celeigenschappen
center htmlarea-TableOperations nl Centreren
central african republic common nl CENTRAAL-AFRIKAANSE REPUBLIEK central african republic common nl CENTRAAL-AFRIKAANSE REPUBLIEK
chad common nl CHAD chad common nl CHAD
change common nl Veranderen change common nl Veranderen
char htmlarea-TableOperations nl Karakter
charset common nl iso-8859-1 charset common nl iso-8859-1
chec_k link... htmlarea-ContextMenu nl Controleer hyperlin_k...
check installation common nl Controleer installatie check installation common nl Controleer installatie
chile common nl CHILI chile common nl CHILI
china common nl CHINA 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? click or mouse over to show menus? common nl Klik or Mouse Over om menus weer te geven?
close common nl Sluiten close common nl Sluiten
cocos (keeling) islands common nl COCOS (KEELING) EILANDEN cocos (keeling) islands common nl COCOS (KEELING) EILANDEN
collapsed borders htmlarea-TableOperations nl Geen randen
colombia common nl COLOMBIA colombia common nl COLOMBIA
color htmlarea-TableOperations nl Kleur
comments common nl Opmerkingen comments common nl Opmerkingen
comoros common nl COMOROS comoros common nl COMOROS
company common nl Bedrijf company common nl Bedrijf
@@ -120,12 +143,15 @@ copy common nl Kopi
costa rica common nl COSTA RICA costa rica common nl COSTA RICA
cote d ivoire common nl IVOORKUST cote d ivoire common nl IVOORKUST
create common nl Maken create common nl Maken
create a link htmlarea-ContextMenu nl Maak een hyperlink
created by common nl Gemaakt door created by common nl Gemaakt door
croatia common nl KROATI<54> croatia common nl KROATI<54>
cuba common nl CUBA cuba common nl CUBA
currency common nl Munteenheid currency common nl Munteenheid
current common nl Huidig current common nl Huidig
current url is htmlarea-ContextMenu nl Huidig URL is
current users common nl huidig aantal gebruikers current users common nl huidig aantal gebruikers
cut htmlarea-ContextMenu nl Knippen
cyprus common nl CYPRUS cyprus common nl CYPRUS
czech republic common nl TSJECHI<48> czech republic common nl TSJECHI<48>
date common nl Datum date common nl Datum
@@ -133,9 +159,15 @@ date due common nl Einddatum
date hired common nl Datum in dienst date hired common nl Datum in dienst
date selection: common nl Datumselectie 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 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 december common nl December
default category common nl Standaard Categorie default category common nl Standaard Categorie
delete common nl Verwijderen 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 denmark common nl DENEMARKEN
description common nl Beschrijving description common nl Beschrijving
detail common nl Detail 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 display sunday first common nl Begin de week zondag
djibouti common nl DJIBOUTI djibouti common nl DJIBOUTI
do you also want to delete all subcategories ? common nl Wilt u ook alle subcategorie<69>n wissen do you also want to delete all subcategories ? common nl Wilt u ook alle subcategorie<69>n wissen
doctype: htmlarea-FullPage nl DOCTYPE:
document properties htmlarea-FullPage nl Documenteigenschappen
document title: htmlarea-FullPage nl Documenttitel:
domain common nl Domein domain common nl Domein
domain name for mail-address, eg. "%1" common nl domeinnaam voor emailadres, bijv. "%1" domain name for mail-address, eg. "%1" common nl domeinnaam voor emailadres, bijv. "%1"
domestic common nl thuis 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 egroupware: login blocked for user '%1', ip %2 common nl eGroupWare: login geblokkeerd voor gebruiker '%1', IP %2
egypt common nl EGYPTE egypt common nl EGYPTE
el salvador common nl EL SALVADOR el salvador common nl EL SALVADOR
element... htmlarea-ContextMenu nl element...
email common nl Email email common nl Email
email-address of the user, eg. "%1" common nl emailadres van de gebruiker, bijv. "%1" email-address of the user, eg. "%1" common nl emailadres van de gebruiker, bijv. "%1"
enabled common nl Geactiveerd enabled common nl Geactiveerd
@@ -186,6 +222,7 @@ falkland islands (malvinas) common nl FALKLAND EILANDEN
faroe islands common nl LAND EILANDEN faroe islands common nl LAND EILANDEN
fax number common nl Faxnummer fax number common nl Faxnummer
february common nl Februari february common nl Februari
fg color htmlarea-TableOperations nl Voorgrond
fields common nl Velden fields common nl Velden
fiji common nl FIJI fiji common nl FIJI
files common nl Bestanden 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 first page common nl Eerste pagina
firstname common nl Voornaam firstname common nl Voornaam
fixme! common nl FIXME! fixme! common nl FIXME!
float htmlarea-TableOperations nl Zwevend
force selectbox common nl Forceer Selectbox force selectbox common nl Forceer Selectbox
frames htmlarea-TableOperations nl Frames
france common nl FRANKRIJK france common nl FRANKRIJK
french guiana common nl FRANS GUYANA french guiana common nl FRANS GUYANA
french polynesia common nl FRANS POLYNESI<53> french polynesia common nl FRANS POLYNESI<53>
@@ -236,6 +275,7 @@ guinea-bissau common nl GUINEA-BISSAU
guyana common nl GUYANA guyana common nl GUYANA
haiti common nl HAITI haiti common nl HAITI
heard island and mcdonald islands common nl HEARD EILAND EN MCDONALD EILANDEN heard island and mcdonald islands common nl HEARD EILAND EN MCDONALD EILANDEN
height htmlarea-TableOperations nl Hoogte
help common nl Help help common nl Help
high common nl Hoog high common nl Hoog
highest common nl Hoogste highest common nl Hoogste
@@ -244,12 +284,33 @@ home common nl Start
home email common nl email thuis home email common nl email thuis
honduras common nl HONDURAS honduras common nl HONDURAS
hong kong common nl HONG KONG 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 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<49> hungary common nl HONGARIJ<49>
i_nsert row before htmlarea-ContextMenu nl Rij invoegen boven
iceland common nl IJSLAND 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 india common nl INDIA
indonesia common nl INDONESI<53> indonesia common nl INDONESI<53>
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 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 international common nl Internationaal
invalid ip address common nl Ongeldig IP-adres invalid ip address common nl Ongeldig IP-adres
invalid password common nl Ongeldig wachtwoord invalid password common nl Ongeldig wachtwoord
@@ -266,6 +327,11 @@ japan common nl JAPAN
jordan common nl JORDANI<4E> jordan common nl JORDANI<4E>
july common nl Juli july common nl Juli
june common nl Juni 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 kazakstan common nl KAZACHSTAN
kenya common nl KENIA kenya common nl KENIA
keywords common nl Trefwoorden 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 last page common nl laaste pagina
lastname common nl Achternaam lastname common nl Achternaam
latvia common nl LETLAND latvia common nl LETLAND
layout htmlarea-TableOperations nl Opmaak
lebanon common nl LIBANON lebanon common nl LIBANON
left htmlarea-TableOperations nl Links
lesotho common nl LESOTHO lesotho common nl LESOTHO
liberia common nl LIBERIE liberia common nl LIBERIE
libyan arab jamahiriya common nl LIBI<42> libyan arab jamahiriya common nl LIBI<42>
license phpgwapi nl Licentie license phpgwapi nl Licentie
liechtenstein common nl LIECHTENSTEIN liechtenstein common nl LIECHTENSTEIN
link points to: htmlarea-ContextMenu nl Hyperlink verwijst naar:
list common nl Lijst list common nl Lijst
lithuania common nl LITOUWEN lithuania common nl LITOUWEN
local common nl Lokaal local common nl Lokaal
@@ -304,12 +373,14 @@ mail domain, eg. "%1" common nl emai domein, bijv. "%1"
main category common nl Hoofdcategorie main category common nl Hoofdcategorie
main screen common nl Hoofdscherm main screen common nl Hoofdscherm
maintainer phpgwapi nl Beheerder maintainer phpgwapi nl Beheerder
make lin_k... htmlarea-ContextMenu nl Maak hyperlin_k...
malawi common nl MALAWI malawi common nl MALAWI
malaysia common nl MALEISI<53> malaysia common nl MALEISI<53>
maldives common nl MALADIEVEN maldives common nl MALADIEVEN
mali common nl MALI mali common nl MALI
malta common nl MALTA malta common nl MALTA
march common nl Maart march common nl Maart
margin htmlarea-TableOperations nl Marge
marshall islands common nl MARSHALL EILANDEN marshall islands common nl MARSHALL EILANDEN
martinique common nl MARTINIQUE martinique common nl MARTINIQUE
mauritania common nl MAURITANI<4E> mauritania common nl MAURITANI<4E>
@@ -319,10 +390,13 @@ may common nl Mei
mayotte common nl MAYOTTE mayotte common nl MAYOTTE
medium common nl Gemiddeld medium common nl Gemiddeld
menu common nl Menu menu common nl Menu
merge cells htmlarea-TableOperations nl Cellen samenvoegen
message common nl Bericht message common nl Bericht
mexico common nl MEXICO mexico common nl MEXICO
micronesia, federated states of common nl MICRONESI<53> micronesia, federated states of common nl MICRONESI<53>
middle htmlarea-TableOperations nl Midden
mobile common nl Mobiel mobile common nl Mobiel
modify url htmlarea-ContextMenu nl Aanpassen URL
moldova, republic of common nl MOLDOVI<56> moldova, republic of common nl MOLDOVI<56>
monaco common nl MONACO monaco common nl MONACO
monday common nl Maandag 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<42> namibia common nl NAMIBI<42>
nauru common nl NAURU nauru common nl NAURU
nepal common nl NEPAL nepal common nl NEPAL
Dutch common nl Nederlands
netherlands common nl NEDERLAND netherlands common nl NEDERLAND
netherlands antilles common nl DE NEDERLANDSE ANTILLEN netherlands antilles common nl DE NEDERLANDSE ANTILLEN
never common nl Nooit never common nl Nooit
@@ -357,6 +430,8 @@ niue common nl NIUE
no common nl Nee no common nl Nee
no entries found, try again ... common nl Geen items gevonden, probeer het nogmaals ... 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 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 no subject common nl Geen onderwerp
none common nl Geen none common nl Geen
norfolk island common nl NORFOLK EILAND norfolk island common nl NORFOLK EILAND
@@ -379,10 +454,12 @@ only private common nl alleen priv
only yours common nl alleen eigen weergeven only yours common nl alleen eigen weergeven
open notify window common nl Attentievenster openen open notify window common nl Attentievenster openen
open popup window common nl Popupvenster 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 original common nl Origineel
other common nl Andere other common nl Andere
overview common nl Overzicht overview common nl Overzicht
owner common nl Eigenaar owner common nl Eigenaar
padding htmlarea-TableOperations nl Celmarge
page was generated in %1 seconds common nl Deze pagina werd gegenereerd in %1 seconden. page was generated in %1 seconds common nl Deze pagina werd gegenereerd in %1 seconden.
pager common nl Buzzer pager common nl Buzzer
pakistan common nl PAKISTAN pakistan common nl PAKISTAN
@@ -396,10 +473,12 @@ parent category common nl Bovenliggende categorie
password common nl Wachtwoord password common nl Wachtwoord
password could not be changed common nl Wachtwoord kon niet worden gewijzigd password could not be changed common nl Wachtwoord kon niet worden gewijzigd
password has been updated common nl Wachtwoord is 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 !!! 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 addressbook common nl Patroon voor zoekopdracht in Adressenboek
pattern for search in calendar common nl Patroon voor zoekopdracht in Agenda pattern for search in calendar common nl Patroon voor zoekopdracht in Agenda
pattern for search in projects common nl Patroon voor zoekopdracht in Projecten 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 permissions to the files/users directory common nl privileges aan de bestanden/gebruikers toekennen
personal common nl Persoonlijk personal common nl Persoonlijk
peru common nl PERU peru common nl PERU
@@ -407,7 +486,11 @@ philippines common nl FILIPIJNEN
phone common nl Telefoon phone common nl Telefoon
phone number common nl telefoonnummer phone number common nl telefoonnummer
pitcairn common nl PITCAIRN (EILAND) pitcairn common nl PITCAIRN (EILAND)
pixels htmlarea-TableOperations nl pixels
please %1 by hand common nl Gelieve %1 handmatig uit te voeren 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 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 run setup to become current common nl Voer a.u.b. de setup uit om een actuele versie te verkrijgen
please select common nl Selecteer a.u.b. please 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. month (hold for menu) common nl Vorige maand (vasthouden voor menu)
prev. year (hold for menu) common nl Vorig jaar (vasthouden voor menu) prev. year (hold for menu) common nl Vorig jaar (vasthouden voor menu)
previous page common nl Vorige pagina previous page common nl Vorige pagina
primary style-sheet: htmlarea-FullPage nl Primaire style-sheet:
print common nl Afdrukken print common nl Afdrukken
priority common nl Prioriteit priority common nl Prioriteit
private common nl Priv<69> private common nl Priv<69>
@@ -432,12 +516,21 @@ qatar common nl QATAR
read common nl Lezen read common nl Lezen
read this list of methods. common nl Lees deze lijst met methodes. read this list of methods. common nl Lees deze lijst met methodes.
reject common nl Afwijzen 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 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 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 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 returns struct of users application access common nl Geeft de toegangsrechten van de gebruikers
reunion common nl R<>UNION (EILAND) reunion common nl R<>UNION (EILAND)
right htmlarea-TableOperations nl Rechts
ro_w properties... htmlarea-ContextMenu nl Rijeigenscha_ppen...
romania common nl ROMANI<4E> romania common nl ROMANI<4E>
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 russian federation common nl RUSLAND
rwanda common nl RWANDA rwanda common nl RWANDA
saint helena common nl SINT HELENA saint helena common nl SINT HELENA
@@ -475,6 +568,10 @@ show all common nl laat alles zien
show all categorys common nl Alle categorie<69>n weergegeven show all categorys common nl Alle categorie<69>n weergegeven
show page generation time common nl Generatietijd van de pagina's weergeven? 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 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 show_more_apps common nl Meer applicaties weergeven
showing %1 common nl weergegeven: %1 showing %1 common nl weergegeven: %1
showing %1 - %2 of %3 common nl weergegeven: %1 - %2 van %3 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 sorry, your login has expired login nl Excuses, uw sessie is verlopen
south africa common nl ZUID AFRIKA south africa common nl ZUID AFRIKA
south georgia and the south sandwich islands common nl ZUID-GEORGIA EN DE ZUIDELIJKE SANDWICHEILANDEN 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 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 sri lanka common nl SRI LANKA
start date common nl Startdatum start date common nl Startdatum
start time common nl Starttijd start time common nl Starttijd
status common nl Status status common nl Status
style [css] htmlarea-TableOperations nl CSS Style
subject common nl Onderwerp subject common nl Onderwerp
submit common nl Verzenden submit common nl Verzenden
substitutions and their meanings: common nl Substituties en hun betekenissen: substitutions and their meanings: common nl Substituties en hun betekenissen:
sudan common nl SUDAN sudan common nl SUDAN
summary htmlarea-TableOperations nl Overzicht
sunday common nl Zondag sunday common nl Zondag
suriname common nl SURINAME suriname common nl SURINAME
svalbard and jan mayen common nl SVALBARD EN JAN MAYEN (EILANDEN) svalbard and jan mayen common nl SVALBARD EN JAN MAYEN (EILANDEN)
@@ -504,14 +608,23 @@ swaziland common nl SWAZILAND
sweden common nl ZWEDEN sweden common nl ZWEDEN
switzerland common nl ZWITSERLAND switzerland common nl ZWITSERLAND
syrian arab republic common nl SYRI<52> syrian arab republic common nl SYRI<52>
table properties htmlarea-TableOperations nl Tabel eigenschappen
taiwan common nl TAIWAN/TAIPEI taiwan common nl TAIWAN/TAIPEI
tajikistan common nl TADZJIKISTAN tajikistan common nl TADZJIKISTAN
tanzania, united republic of common nl TANZANIA tanzania, united republic of common nl TANZANIA
text align htmlarea-TableOperations nl Text uitlijning
text color: htmlarea-FullPage nl Tekstkleur:
thailand common nl THAILAND thailand common nl THAILAND
the api is current common nl De API is actueel the api is current common nl De API is actueel
the api requires an upgrade common nl De API vereist een upgrade 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 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 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 is current common nl Deze toepassing is actueel
this application requires an upgrade common nl Deze toepassing vereist een upgrade 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 ! 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 tokelau common nl TOKELAU
tonga common nl TONGA 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 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 total common nl Totaal
trinidad and tobago common nl TRINIDAD EN TOBAGO trinidad and tobago common nl TRINIDAD EN TOBAGO
tuesday common nl Dinsdag tuesday common nl Dinsdag
@@ -547,6 +661,8 @@ united kingdom common nl VERENIGD KONINKRIJK
united states common nl VERENIGDE STATES united states common nl VERENIGDE STATES
united states minor outlying islands common nl VERENIGDE STATES: KLEINE EILANDEN united states minor outlying islands common nl VERENIGDE STATES: KLEINE EILANDEN
unknown common nl Onbekend 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 update common nl Bijwerken
updated common nl Bijgewerkt updated common nl Bijgewerkt
url common nl URL url common nl URL
@@ -567,6 +683,7 @@ vacation hours used common nl Gebruikte verlofuren
vanuatu common nl VANUATU vanuatu common nl VANUATU
venezuela common nl VENEZUELA venezuela common nl VENEZUELA
version common nl Versie version common nl Versie
vertical align htmlarea-TableOperations nl Vertikale uitlijning
viet nam common nl VIETNAM viet nam common nl VIETNAM
view common nl Bekijken view common nl Bekijken
virgin islands, british common nl BRITSE MAAGDENEILANDEN virgin islands, british common nl BRITSE MAAGDENEILANDEN
@@ -576,6 +693,7 @@ wednesday common nl Woensdag
welcome common nl Welkom welcome common nl Welkom
western sahara common nl WESTELIJK SAHARA western sahara common nl WESTELIJK SAHARA
which groups common nl welke groepen which groups common nl welke groepen
width htmlarea-TableOperations nl Breedte
wk common nl wk wk common nl wk
work email common nl email werk work email common nl email werk
written by: common nl Geschreven door: written by: common nl Geschreven door:

View File

@@ -37,7 +37,9 @@ administration common no Administrasjon
afghanistan common no AFGANISTAN afghanistan common no AFGANISTAN
albania common no ALBANIA albania common no ALBANIA
algeria common no ALGERIE algeria common no ALGERIE
align htmlarea-TableOperations no Juster
all common no Alle 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 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 american samoa common no SAMOA
andorra common no ANDORRA andorra common no ANDORRA
@@ -62,12 +64,14 @@ autosave default category common no Autolagre standard kategori
azerbaijan common no AZERBADSJAN azerbaijan common no AZERBADSJAN
back common no Tilbake back common no Tilbake
back to user login common no Tilbake til brukerp<72>logging back to user login common no Tilbake til brukerp<72>logging
background htmlarea-TableOperations no Bakgrund
background color htmlarea no Bakgrunnsfarge background color htmlarea no Bakgrunnsfarge
bad login or password common no Ugyldig login eller passord bad login or password common no Ugyldig login eller passord
bahamas common no BAHAMAS bahamas common no BAHAMAS
bahrain common no BAHRAIN bahrain common no BAHRAIN
bangladesh common no BANGLADESH bangladesh common no BANGLADESH
barbados common no BARBADOS barbados common no BARBADOS
baseline htmlarea-TableOperations no Grunnlinje
bcc common no Bcc bcc common no Bcc
belarus common no HVITERUSSLAND belarus common no HVITERUSSLAND
belgium common no BELGIA belgium common no BELGIA
@@ -78,8 +82,11 @@ bhutan common no BHUTAN
blocked, too many attempts common no Sperret, for mange fors<72>k blocked, too many attempts common no Sperret, for mange fors<72>k
bold htmlarea no Fet bold htmlarea no Fet
bolivia common no BOLIVIA bolivia common no BOLIVIA
border htmlarea-TableOperations no Kantlinje
borders htmlarea-TableOperations no Kantlinjer
bosnia and herzegovina common no BOSNIA-HERZEGOVINA bosnia and herzegovina common no BOSNIA-HERZEGOVINA
botswana common no BOTSWANA botswana common no BOTSWANA
bottom htmlarea-TableOperations no Bunn
bouvet island common no BOUVET<45>YA bouvet island common no BOUVET<45>YA
brazil common no BRASIL brazil common no BRASIL
british indian ocean territory common no BRITISK INDISKE HAVTERRITORIUM british indian ocean territory common no BRITISK INDISKE HAVTERRITORIUM
@@ -94,6 +101,7 @@ cameroon common no KAMERUN
canada common no CANADA canada common no CANADA
cancel common no Avbryt cancel common no Avbryt
cape verde common no KAPP VERDE cape verde common no KAPP VERDE
caption htmlarea-TableOperations no Overskrift
categories common no Kategorier categories common no Kategorier
categories for common no kategorier for categories for common no kategorier for
category common no Kategori 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! category %1 has been updated ! common no Kategori %1 ble oppdatert!
cayman islands common no CAYMAN-<2D>YENE cayman islands common no CAYMAN-<2D>YENE
cc common no Cc cc common no Cc
cell properties htmlarea-TableOperations no Celleegenskaper
center htmlarea-TableOperations no Sentrer
central african republic common no SENTRALAFRIKANSKE REPUBLIKK central african republic common no SENTRALAFRIKANSKE REPUBLIKK
chad common no CHAD chad common no CHAD
change common no Endre change common no Endre
char htmlarea-TableOperations no Tegn
charset common no iso-8859-1 charset common no iso-8859-1
check installation common no Sjekk installasjon check installation common no Sjekk installasjon
chile common no CHILE 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 <20> vise menyene? click or mouse over to show menus? common no Klikk eller hold peker over for <20> vise menyene?
close common no Lukk close common no Lukk
cocos (keeling) islands common no COCOS (KEELING) <20>YENE cocos (keeling) islands common no COCOS (KEELING) <20>YENE
collapsed borders htmlarea-TableOperations no Fjern kantlinjer
colombia common no COLOMBIA colombia common no COLOMBIA
color htmlarea-TableOperations no Farge
comoros common no COMOROS comoros common no COMOROS
company common no Firma company common no Firma
congo common no KONGO congo common no KONGO
@@ -147,6 +160,9 @@ december common no Desember
decrease indent htmlarea no Krymp innrykk decrease indent htmlarea no Krymp innrykk
default category common no Standard kategori default category common no Standard kategori
delete common no Slett 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 denmark common no DANMARK
description common no Beskrivelse description common no Beskrivelse
detail common no Detalj detail common no Detalj
@@ -204,6 +220,7 @@ falkland islands (malvinas) common no FALKLANDS
faroe islands common no F<>R<EFBFBD>YENE faroe islands common no F<>R<EFBFBD>YENE
fax number common no Telefaksnummer fax number common no Telefaksnummer
february common no Februar february common no Februar
fg color htmlarea-TableOperations no FG farge
fields common no Felter fields common no Felter
fiji common no FIJI fiji common no FIJI
files common no Filer 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 first page common no F<>rste side
firstname common no Fornavn firstname common no Fornavn
fixme! common no FIXMEG! fixme! common no FIXMEG!
float htmlarea-TableOperations no Flytende
font color htmlarea no Font farge font color htmlarea no Font farge
force selectbox common no Tvungen utvalgsboks force selectbox common no Tvungen utvalgsboks
frames htmlarea-TableOperations no rammer
france common no FRANKRIKE france common no FRANKRIKE
french guiana common no FRANSKE GUYANA french guiana common no FRANSKE GUYANA
french polynesia common no FRANSK POLYNESIA french polynesia common no FRANSK POLYNESIA
@@ -255,6 +274,7 @@ guinea-bissau common no GUINEA BISSAU
guyana common no GUYANA guyana common no GUYANA
haiti common no HAITI haiti common no HAITI
heard island and mcdonald islands common no HEARD OG MCDONALD <20>YENE heard island and mcdonald islands common no HEARD OG MCDONALD <20>YENE
height htmlarea-TableOperations no H<>yde
help common no Hjelp help common no Hjelp
help using editor htmlarea no Hjelp til editoren help using editor htmlarea no Hjelp til editoren
high common no H<>y high common no H<>y
@@ -265,14 +285,26 @@ home email common no hjemme epost
honduras common no HONDURAS honduras common no HONDURAS
hong kong common no HONG KONG hong kong common no HONG KONG
horizontal rule htmlarea no Horisontal regel horizontal rule htmlarea no Horisontal regel
how many columns would you like to merge? htmlarea-TableOperations no Hvor mange kolonner vil du sl<73> 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 <20> trykke p<> ikonet lengst til h<>yre p<> navigasjonslinjen. 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 <20> 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<73> sammen?
htmlarea cowardly refuses to delete the last cell in row. htmlarea-TableOperations no HTMLArea nekter <20> slette siste cellen i tabellen.
htmlarea cowardly refuses to delete the last column in table. htmlarea-TableOperations no HTMLArea nekter <20> slette siste kolonnen i tabellen.
htmlarea cowardly refuses to delete the last row in table. htmlarea-TableOperations no HTMLArea nekter <20> slette siste raden i tabellen.
hungary common no UNGARN hungary common no UNGARN
iceland common no ISLAND iceland common no ISLAND
image url htmlarea-TableOperations no Bildets URL
increase indent htmlarea no <09>k marg increase indent htmlarea no <09>k marg
india common no INDIA india common no INDIA
indonesia common no INONESIA 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 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 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 table htmlarea no Sett inn tabell
insert web link htmlarea no Legg til web lenke insert web link htmlarea no Legg til web lenke
international common no Internasjonal international common no Internasjonal
@@ -293,6 +325,7 @@ jordan common no JORDAN
july common no Juli july common no Juli
jun common no Jun jun common no Jun
june common no Juni june common no Juni
justify htmlarea-TableOperations no Juster
justify center htmlarea no Senterjust<73>r justify center htmlarea no Senterjust<73>r
justify full htmlarea no Fulljust<73>ring justify full htmlarea no Fulljust<73>ring
justify left htmlarea no Venstrejust<73>r justify left htmlarea no Venstrejust<73>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 last page common no siste side
lastname common no Etternavn lastname common no Etternavn
latvia common no LATVIA latvia common no LATVIA
layout htmlarea-TableOperations no Layout
lebanon common no LIBANON lebanon common no LIBANON
left htmlarea-TableOperations no Venstre
lesotho common no LESOTHO lesotho common no LESOTHO
liberia common no LIBERIA liberia common no LIBERIA
libyan arab jamahiriya common no LIBYA libyan arab jamahiriya common no LIBYA
@@ -340,6 +375,7 @@ maldives common no MALDIVENE
mali common no MALI mali common no MALI
malta common no MALTA malta common no MALTA
march common no Mars march common no Mars
margin htmlarea-TableOperations no Marg
marshall islands common no MARSHALL-<2D>YENE marshall islands common no MARSHALL-<2D>YENE
martinique common no MARTINIQUE martinique common no MARTINIQUE
mauritania common no MAURITANIA mauritania common no MAURITANIA
@@ -349,9 +385,11 @@ may common no Mai
mayotte common no MAYOTTE mayotte common no MAYOTTE
medium common no Medium medium common no Medium
menu common no Meny menu common no Meny
merge cells htmlarea-TableOperations no Sl<53> sammen celler
message common no Melding message common no Melding
mexico common no MEXICO mexico common no MEXICO
micronesia, federated states of common no MIKRONESIA micronesia, federated states of common no MIKRONESIA
middle htmlarea-TableOperations no Midten
moldova, republic of common no MOLDOVA moldova, republic of common no MOLDOVA
monaco common no MONACO monaco common no MONACO
monday common no Mandag monday common no Mandag
@@ -384,6 +422,8 @@ niue common no NIUE
no common no Nei no common no Nei
no entries found, try again ... common no ingen treff pr<70>v igjen ... no entries found, try again ... common no ingen treff pr<70>v igjen ...
no history for this record common no Ingen historie for denne posten 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 no subject common no Ingen Overskrift
none common no Ingen none common no Ingen
norfolk island common no NORFOLK-<2D>YA norfolk island common no NORFOLK-<2D>YA
@@ -410,6 +450,7 @@ original common no Orginal
other common no Annet other common no Annet
overview common no Oversikt overview common no Oversikt
owner common no Eier owner common no Eier
padding htmlarea-TableOperations no Luft
page was generated in %1 seconds common no Siden ble generert p<> %1 sekunder page was generated in %1 seconds common no Siden ble generert p<> %1 sekunder
pakistan common no PAKISTAN pakistan common no PAKISTAN
palau common no PALAU 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 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 calendar common no S<>keord for s<>k i Kalender
pattern for search in projects common no S<>keord for s<>k i Prosjekter 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 permissions to the files/users directory common no tilgang til filmapper / brukermapper
personal common no Personlig personal common no Personlig
peru common no PERU peru common no PERU
philippines common no FILIPPINENE philippines common no FILIPPINENE
phone number common no Telefonnummer phone number common no Telefonnummer
pitcairn common no PITCAIRN pitcairn common no PITCAIRN
pixels htmlarea-TableOperations no billedpunkter
please %1 by hand common no Vennligst %1 for h<>nd 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 enter a name common no Vennligst tast inn et navn !
please run setup to become current common no Vennligst kj<6B>r setup for <20> oppdatere til siste versjon please run setup to become current common no Vennligst kj<6B>r setup for <20> oppdatere til siste versjon
please select common no Velg 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<67>rem<65>l returns an array of todo items common no Viser en tabell med gj<67>rem<65>l
returns struct of users application access common no Viser en struktur over brukeres tilgang til applikasjonene returns struct of users application access common no Viser en struktur over brukeres tilgang til applikasjonene
reunion common no REUNION reunion common no REUNION
right htmlarea-TableOperations no H<>yre
romania common no ROMANIA 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 russian federation common no RUSSISKE F<>DERASJON
rwanda common no RUANDA rwanda common no RUANDA
saint helena common no SAINT HELENA 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 sorry, your login has expired login no Beklager, din bruker har g<>tt ut p<> dato
south africa common no S<>R_AFRIKA south africa common no S<>R_AFRIKA
south georgia and the south sandwich islands common no S<>R GEORGIA OG S<>R SANDWICH <20>YENE south georgia and the south sandwich islands common no S<>R GEORGIA OG S<>R SANDWICH <20>YENE
spacing htmlarea-TableOperations no Luft
spacing and padding htmlarea-TableOperations no Luft
spain common no SPANIA 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 sri lanka common no SRI LANKA
start date common no Startdato start date common no Startdato
start time common no Start tid start time common no Start tid
status common no Status status common no Status
strikethrough htmlarea no Overstrek strikethrough htmlarea no Overstrek
style [css] htmlarea-TableOperations no Stil [CSS]
subject common no Emne subject common no Emne
submit common no Send submit common no Send
subscript htmlarea no Senket skrift subscript htmlarea no Senket skrift
substitutions and their meanings: common no Erstatninger og deres betydninger: substitutions and their meanings: common no Erstatninger og deres betydninger:
sudan common no SUDAN sudan common no SUDAN
summary htmlarea-TableOperations no Sammendrag
sunday common no S<>ndag sunday common no S<>ndag
superscript htmlarea no Hevet script superscript htmlarea no Hevet script
suriname common no SURINAM suriname common no SURINAM
@@ -537,14 +594,22 @@ swaziland common no SWAZILAND
sweden common no SVERIGE sweden common no SVERIGE
switzerland common no SVEITS switzerland common no SVEITS
syrian arab republic common no SYRIA syrian arab republic common no SYRIA
table properties htmlarea-TableOperations no Tabellegenskaper
taiwan common no TAIWAN/TAIPEI taiwan common no TAIWAN/TAIPEI
tajikistan common no TADJIKISTAN tajikistan common no TADJIKISTAN
tanzania, united republic of common no TANZANIA tanzania, united republic of common no TANZANIA
text align htmlarea-TableOperations no Juster tekst
thailand common no THAILAND thailand common no THAILAND
the api is current common no API er oppdatert the api is current common no API er oppdatert
the api requires an upgrade common no API trenger oppgradering 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 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 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 is current common no Applikasjonen er oppdatert
this application requires an upgrade common no Applikasjonen trenger oppgradering this application requires an upgrade common no Applikasjonen trenger oppgradering
this name has been used already common no Dette navnet er allerede i bruk ! 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<72>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 mislykkede p<>loggings-fors<72>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<72>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 feilaktige p<>loggings-fors<72>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<72>k: %1 for brukeren '%2', %3 med IP %4 too many unsucessful attempts to login: %1 for the user \\\'%2\\\', %3 for the ip %4 common no For mange p<>loggingsfors<72>k: %1 for brukeren '%2', %3 med IP %4
top htmlarea-TableOperations no Overkant
total common no Total total common no Total
trinidad and tobago common no TRINIDAD OG TOBAGO trinidad and tobago common no TRINIDAD OG TOBAGO
tuesday common no Tirsdag tuesday common no Tirsdag
@@ -584,6 +650,7 @@ united kingdom common no STORBRITANIA
united states common no USA united states common no USA
united states minor outlying islands common no USA-<2D>YER united states minor outlying islands common no USA-<2D>YER
unknown common no Ukjent unknown common no Ukjent
unset color htmlarea-TableOperations no Ikke-bestemt farge
update common no Oppdater update common no Oppdater
updated common no Oppdatert updated common no Oppdatert
url common no URL url common no URL
@@ -603,6 +670,7 @@ uzbekistan common no USBEKISTAN
vanuatu common no VANUATU vanuatu common no VANUATU
venezuela common no VENEZUELA venezuela common no VENEZUELA
version common no Versjon version common no Versjon
vertical align htmlarea-TableOperations no Vertikal justering
viet nam common no VIETNAM viet nam common no VIETNAM
view common no Vis view common no Vis
virgin islands, british common no JOMFRU<52>YENE (BR.) virgin islands, british common no JOMFRU<52>YENE (BR.)
@@ -612,6 +680,7 @@ wednesday common no Onsdag
welcome common no Velkommen welcome common no Velkommen
western sahara common no VEST-SAHARA western sahara common no VEST-SAHARA
which groups common no Hvilke grupper which groups common no Hvilke grupper
width htmlarea-TableOperations no Bredde
wk jscalendar no wk wk jscalendar no wk
work email common no arbeids-epost work email common no arbeids-epost
written by: common no Skrevet av: 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