[freeplane] 01/05: Imported Upstream version 1.3.12
Felix Natter
fnatter-guest at moszumanska.debian.org
Sun Sep 21 07:10:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
fnatter-guest pushed a commit to branch master
in repository freeplane.
commit ae6e1540383347299c95e04b2ca14a8b9edb51b2
Author: Felix Natter <fnatter at gmx.net>
Date: Sun Sep 21 08:42:05 2014 +0200
Imported Upstream version 1.3.12
---
freeplane/ant/build.xml | 5 +
freeplane/ant/signjar-example.properties | 2 +
.../doc/Freeplane_LaTeX.mm | 0
freeplane/doc/freeplane.mm | 2 +-
freeplane/doc/history_en.txt | 12 +
.../xslt/mm2latexbeamer_richcontent_1.3.x.xsl | 707 +++++
.../resources/translations/Resources_ca.properties | 39 +-
.../resources/translations/Resources_cs.properties | 43 +-
.../resources/translations/Resources_da.properties | 1551 +++++++++--
.../resources/translations/Resources_de.properties | 2 +-
.../resources/translations/Resources_hr.properties | 1 -
.../resources/translations/Resources_hu.properties | 407 ++-
.../resources/translations/Resources_it.properties | 1 -
.../resources/translations/Resources_ja.properties | 1 -
.../resources/translations/Resources_ko.properties | 168 +-
.../resources/translations/Resources_nb.properties | 182 +-
.../resources/translations/Resources_nl.properties | 2 +-
.../translations/Resources_pt_BR.properties | 48 +-
.../translations/Resources_pt_PT.properties | 1 -
.../resources/translations/Resources_sr.properties | 1 -
.../translations/Resources_zh_TW.properties | 2809 ++++++++++----------
.../features/format/FormatController.java | 2 +-
.../org/freeplane/features/link/LinkBuilder.java | 5 +-
.../src/org/freeplane/features/url/UrlManager.java | 19 +-
.../org/freeplane/main/addons/AddOnProperties.java | 4 +-
.../main/application/ConnectedToMenuView.java | 15 +
.../main/application/FreeplaneSplashModern.java | 7 +-
.../main/application/MapViewDockingWindows.java | 39 +-
.../swing/map/attribute/AttributePanelManager.java | 13 +-
.../view/swing/map/attribute/AttributeTable.java | 25 +-
.../swing/map/mindmapmode/EditNodeTextField.java | 37 +-
freeplane/viewer-resources/freeplane.properties | 8 +-
.../translations/Resources_en.properties | 2 +-
freeplane/viewer-resources/version.properties | 2 +-
.../eclipse/freeplane-osgi-mac.launch | 4 +-
freeplane_framework/ant/build.xml | 8 +-
.../windows-installer/Freeplane_without_Java.iss | 2 +-
.../windows-portable/App/AppInfo/appinfo.ini | 4 +-
.../script/addons/ScriptAddOnProperties.java | 3 +-
39 files changed, 4256 insertions(+), 1927 deletions(-)
diff --git a/freeplane/ant/build.xml b/freeplane/ant/build.xml
index 9c925cd..74b95d3 100644
--- a/freeplane/ant/build.xml
+++ b/freeplane/ant/build.xml
@@ -118,6 +118,7 @@
<manifest>
<attribute name="Permissions" value="all-permissions"/>
<attribute name="Codebase" value="*"/>
+ <attribute name="Application-Library-Allowable-Codebase" value="*"/>
<attribute name="Application-Name" value="Freeplane Viewer Applet"/>
</manifest>
<fileset dir="${build}">
@@ -158,6 +159,8 @@
<target name="signjar-tsa" depends ="jar" if = "signjar.tsaurl">
<signjar jar="${freeplaneviewer.jar}"
+ keystore="${signjar.keystore}"
+ storetype="${signjar.storetype}"
alias="${signjar.alias}"
storepass="${signjar.storepass}" keypass="${signjar.keypass}"
tsaurl="${signjar.tsaurl}"/>
@@ -165,6 +168,8 @@
<target name="signjar-no-tsa" depends ="jar" if = "signjar.alias" unless="signjar.tsaurl">
<signjar jar="${freeplaneviewer.jar}"
+ keystore="${signjar.keystore}"
+ storetype="${signjar.storetype}"
alias="${signjar.alias}"
storepass="${signjar.storepass}" keypass="${signjar.keypass}"/>
</target>
diff --git a/freeplane/ant/signjar-example.properties b/freeplane/ant/signjar-example.properties
index 2ba322d..87c614e 100644
--- a/freeplane/ant/signjar-example.properties
+++ b/freeplane/ant/signjar-example.properties
@@ -1,6 +1,8 @@
# for signing freeplaneviewer.jar during the build
# rename this file to signjar.properties and set correct property values
+signjar.keystore=YourKeyStore
+signjar.storetype=pkcs12 or jks
signjar.alias=YourKeyAlias
signjar.storepass=YourKeyStorePass
signjar.keypass=YourKeyPass
diff --git a/freeplane_plugin_latex/doc/Freeplane_LaTeX.mm b/freeplane/doc/Freeplane_LaTeX.mm
similarity index 100%
rename from freeplane_plugin_latex/doc/Freeplane_LaTeX.mm
rename to freeplane/doc/Freeplane_LaTeX.mm
diff --git a/freeplane/doc/freeplane.mm b/freeplane/doc/freeplane.mm
index e26e5ee..6f69574 100644
--- a/freeplane/doc/freeplane.mm
+++ b/freeplane/doc/freeplane.mm
@@ -16457,7 +16457,7 @@ elements from the styles activated by conditions are copied.</pre>
<node TEXT="See Wiki Page" STYLE_REF="Refine" ID="ID_29057214" LINK="http://freeplane.sourceforge.net/wiki/index.php/LaTeX_in_Freeplane">
<cloud COLOR="#f0f0f0" SHAPE="ARC"/>
</node>
-<node TEXT="See example Mind Map" STYLE_REF="Refine" ID="ID_1169480912" LINK="../../freeplane_plugin_latex/doc/Freeplane_LaTeX.mm">
+<node TEXT="See example Mind Map" STYLE_REF="Refine" ID="ID_1169480912" LINK="./Freeplane_LaTeX.mm">
<cloud COLOR="#f0f0f0" SHAPE="ARC"/>
</node>
</node>
diff --git a/freeplane/doc/history_en.txt b/freeplane/doc/history_en.txt
index f5a0bc3..cac810a 100644
--- a/freeplane/doc/history_en.txt
+++ b/freeplane/doc/history_en.txt
@@ -1,4 +1,16 @@
===============================
+1.3.12
+===============================
+Use universal java launcher script for MacOS
+Include Freeplane_LaTeX.mm in distribution
+Add LaTeX beamer export filter
+Fixes for docked windows and tabs
+Follow redirects for http and https mind map urls
+Fix handling for identity format pattern in attributes
+Fix inputting Japanese via IME on inline-edit (https://github.com/freeplane/freeplane/pull/31)
+Fix https://github.com/freeplane/freeplane/pull/37
+Fix add-on and script handling with Turkish locale
+===============================
1.3.11
===============================
Stable release
diff --git a/freeplane/external-resources/xslt/mm2latexbeamer_richcontent_1.3.x.xsl b/freeplane/external-resources/xslt/mm2latexbeamer_richcontent_1.3.x.xsl
new file mode 100644
index 0000000..dc8f871
--- /dev/null
+++ b/freeplane/external-resources/xslt/mm2latexbeamer_richcontent_1.3.x.xsl
@@ -0,0 +1,707 @@
+<?xml version='1.0'?>
+<!--MINDMAPEXPORTFILTER tex Latex Beamer
+License : This code is released under the GPL. [http://www.gnu.org/copyleft/gpl.html]
+Document : mm2latexbeamer_richcontent.xsl based on mm2latexbeamer
+Description : Transforms freemind mm format to latex beamer presentations.
+
+Orginal idea created by Joerg Feuerhake [joerg.feuerhake at free-penguin.org]
+(original stylesheet) and Robert Ladstaetter [robert at ladstaetter.info]
+(small adaptions to fit into latex beamer scheme)
+Bug fixing and features added by: Igor G. Olaizola [igor.go at gmail.com]
+Richcontent adaptations made by: Igor G. Olaizola
+Attribute feautres added by: Igor G. Olaizola
+Image insertion (full slide and two columns) added by: Igor G. Olaizola
+
+ChangeLog :
+Created on : 01 February 2004
+Updated : 30 December 2006
+Modified : 29 November 2007
+Modified : 30 April 2008: bug fixing, good idea but it didn't work (iolaizola)
+Modified : 21 October 2008 (iolaizola, some new modifications to
+ support images);
+Modified : 23 October 2008, cleanup
+Modified : 23 October 2008: Extension to more richcontent "notes" (iolaizola)
+Modified : 28 October: some minor format changes
+Modified : 07 December 2008: Including text in richcontent mode (v1.5)
+Modified : 09 December 2008: Bug fixing in richcontent mode (v1.6)
+Modified : 01 January 2009: Notes in the third level accepted as
+ main text for the slide (v.1.7) (iolaizola)
+Modified : 01 January 2009: Bug fixing: Notes were not fully compatible
+ with "items" richcontent, some html spacing issues solved (v.1.71) (iolaizola)
+Modified : 07 January 2009: HTML code of images can be now directly
+ edited in freemind (<p> effect) (v.1.72) (iolaizola)
+Modified : 04 May 2009: Fixing some bugs detected in version 1.72 ( iolaizola)
+Modified: : 21 July 2009: One attribute can be read from 3d, level.
+ (allowframebreaks, shrink, plain) version 1.74 (iolaizola)
+Modified : 21 July 2009: More than one attribute can be read from 3d level. (v.1.75)(iolaizola)
+Modified : 21 July 2009: Coma correction with attributes. (v.1.76) (iolaizola)
+Modified : 28 April 2010: Figure captions added as attributes (v.1.77) (rodrigo.goya) and
+first page established as "Plain".
+Modified : 5 May 2010: Variable width columns allowed in two column mode. (rodrigo.goya & iolaizola). (v1.80)
+NOTE: . From now on, "allowframebreaks, plain and shrink" attributes will be the only attributes which don't require the attribute name (due to backwards compatibility reasons).
+Modified: : 6 May 2010: Multiple attributes allowed. (iolaizola). Note, default frame format is "shrink", there are problems to place the comas with the XLS template. (v 1.81)
+Modified : 9 May 2010. Coma issues solved with format styles. Now there is no need for a defalut frame style like "shrink" (iolaizola) (v.1.83)
+Modified : 9 May 2010. "squeeze" format style included (iolaizola) (v.1.835)
+Modified : 11 May 2010. "width" option added as attribute for figures and improvements to allow multiple attributes (iolaizola) (v.1.84)
+Modified : 11 May 2010. "framestyle" attribute name featured (iolaizola) (v.1.85)
+Modified : 13 May 2010 "subtitle" "author" and "date" attributes in main node. (iolaizola) (v.1.9)
+Modified : 13 May 2010 "Unescape encoding activated. (iolaizola) (v.1.95)
+Modified : 17 May 2010 "Appendix" option added (v.1.955) (rodrigo.goya & iolaizola)
+Modified : 19 May 2010Issues fixed: Author, date, options.... (v.1.958)(iolaizola) \begin{document} and \end{document} are included within the content.tex file. Ported to XSL 2.0. Fixed compatibility issues for Saxon9. Ready to be tested for v2.0
+Modified : 20 May 2010. "Institute option added in main node (v.1.96)
+Modified: 1 October 2010: Minor bug correction: "heigth" -> "height"
+Modified: 23 July 2010: Changes in strucutre. In order to avoid the dependance on the main doc. A main documente will be directly generated. It will call the "theme" as attribute in the main node. Default theme will be assigned. (iolaizola)
+Modified: 3 October 2010: Frame background properties added through attributes (iolaizola 1.99)
+Modified: 5 October 2010: Frame background color properties added. First 2.0 release candidate (iolaizola)
+Modified: 22 September 2011: Clean up and other changes proposed by Guy Kloss. PDF metadata added. "{" substituted by "\begin{frame}" (iolaizola).
+Modified: 7 February 2012: Error corrections from last version, (2 title pages, hpyersetup errors, etc. (iolaizola).
+Modified: 7 February 2012: Cloud -> Block option added .(iolaizola )
+Modified: 7 February 2012: Cloud -> Freeplane Latex Equation hook included .(iolaizola 2.02)
+Modified: 8 February 2012: Latex compiler errors solved (empty itemize sections) .(iolaizola 2.03)
+Modified; 14th February 2012: "figuresp" template extended to make compatible with width, height, scacle attributes (like figures) [iolaizola 2.04]
+Modified_ 16th of June 2014: Compatibility issues with ##1.3.x## version of freeplane.
+ 1- LaTeX equations are identified as "FORMAT="latexPatternFormat" within the node info. We keep the "hook" option for backwards compatibility. Warning: LaTeX Format will be exclusivelly considered for formulas (it will create an "equation" environment).
+ 2- Now there are more "hooks" because IMAGES can also be inserted as "hooks" therefore, the old equation filter "hook" has to be adjusted to the specific type "hook equation". Hooks with NAME=ExternalObject will be considered as images.
+
+Thanks to: Gorka Marcos and Myriam Alustiza for giving the xsl syntax support
+
+
+See: http://freemind.sourceforge.net/
+-->
+<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='2.0'>
+<xsl:output omit-xml-declaration="yes" encoding="ISO-8859-1" use-character-maps="returns" />
+
+
+<xsl:character-map name="returns">
+ <xsl:output-character character="
" string="
"/>
+ </xsl:character-map>
+
+
+
+<xsl:template match="map">
+
+<!-- ==== HEADER ==== -->
+<xsl:text>
+
+
+\documentclass[usepdftitle=false,professionalfonts,compress ]{beamer}
+
+%Packages to be included
+\usepackage[latin1]{inputenc}
+%\usepackage{beamerthemesplit}
+\usepackage{graphics,epsfig, subfigure}
+\usepackage{url}
+\usepackage[T1]{fontenc}
+\usepackage[english]{babel}
+%\usepackage{listings}
+\RequirePackage{eurosym}
+\usepackage{hyperref}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%% PDF meta data inserted here %%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\hypersetup{
+ pdftitle={</xsl:text><xsl:value-of select="node/@TEXT" disable-output-escaping="yes"/><xsl:text>},
+ pdfauthor={</xsl:text><xsl:if test="node/attribute/@NAME = 'author' "><xsl:value-of select="node/attribute[@NAME = 'author']/@VALUE" disable-output-escaping="yes"/></xsl:if><xsl:text>}
+}
+
+
+</xsl:text>
+
+
+%%%%%% Beamer Theme %%%%%%%%%%%%%
+<xsl:choose>
+ <xsl:when test="node/attribute/@NAME = 'theme' ">
+ <xsl:text>
\usetheme[]{</xsl:text>
+ <xsl:value-of select="node/attribute[@NAME = 'theme']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}</xsl:text>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>
+\usetheme[]{Darmstadt}
+ </xsl:text>
+ </xsl:otherwise>
+</xsl:choose>
+
+
+<xsl:text disable-output-escaping="yes">
+\title{</xsl:text><xsl:value-of select="node/@TEXT" disable-output-escaping="yes"/><xsl:text>}</xsl:text>
+
+<xsl:if test="node/attribute/@NAME = 'subtitle' ">
+ <xsl:text>
\subtitle{</xsl:text>
+ <xsl:value-of select="node/attribute[@NAME = 'subtitle']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}</xsl:text>
+</xsl:if>
+<xsl:if test="node/attribute/@NAME = 'author' ">
+ <xsl:text>
\author{</xsl:text>
+ <xsl:value-of select="node/attribute[@NAME = 'author']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}</xsl:text>
+</xsl:if>
+<xsl:if test="node/attribute/@NAME = 'institute' ">
+ <xsl:text>
\institute{</xsl:text>
+ <xsl:value-of select="node/attribute[@NAME = 'institute']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}</xsl:text>
+</xsl:if>
+<xsl:if test="node/attribute/@NAME = 'date' ">
+ <xsl:text>
\date{</xsl:text>
+ <xsl:value-of select="node/attribute[@NAME = 'date']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}</xsl:text>
+</xsl:if>
+
+
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%% Begin Document %%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+<xsl:text>
+
+\begin{document}
+\frame[plain]{
+ \frametitle{}
+ \titlepage
+ \vspace{-0.5cm}
+ \begin{center}
+ %\frontpagelogo
+ \end{center}
+}
+\frame{
+ \tableofcontents[hideallsubsections]
+}
+</xsl:text>
+
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%% Content starts here %%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+<!-- <xsl:apply-templates select="node"/> -->
+<xsl:apply-templates/>
+
+<xsl:text>
+
+\end{document}</xsl:text>
+
+</xsl:template>
+
+
+<!-- ======= Body ====== -->
+
+
+<xsl:template match="richcontent">
+</xsl:template> <!--Avoids to write notes contents at the end of the document-->
+
+<xsl:template match="node">
+
+ <xsl:if test="(count(ancestor::node())-2)=0">
+ <xsl:apply-templates/>
+ </xsl:if>
+
+
+ <xsl:if test="(count(ancestor::node())-2)=1">
+ <xsl:if test="(current()/attribute/@NAME = 'appendix')">
+ <xsl:text>\appendix{</xsl:text>
+ <xsl:value-of select="normalize-space(current()/attribute/@VALUE)" disable-output-escaping="yes"/>
+ <xsl:text>}
 </xsl:text>
+ </xsl:if>
+ <xsl:text>\section{</xsl:text><xsl:value-of select="@TEXT" disable-output-escaping="yes"/><xsl:text>}
+ </xsl:text>
+ <xsl:apply-templates/>
+ </xsl:if>
+
+ <xsl:if test="(count(ancestor::node())-2)=2">
+ <xsl:text>\subsection{</xsl:text><xsl:value-of select="@TEXT" disable-output-escaping="yes"/><xsl:text>}</xsl:text>
+ <xsl:if test="current()/richcontent/html/body/img">
+ <xsl:call-template name="figures"></xsl:call-template>
+ </xsl:if>
+ <xsl:apply-templates/>
+ </xsl:if>
+ <xsl:if test="(count(ancestor::node())-2)=3"> <!-- We are starting a frame-->
+ <xsl:text>
{
</xsl:text>
+
+ <xsl:if test="current()/attribute/@NAME = 'backgroundpicture' ">
+ <xsl:text>
+\usebackgroundtemplate{\includegraphics [width=\paperwidth,height=\paperheight]%
+ {</xsl:text>
+ <xsl:value-of select="current()/attribute[@NAME = 'backgroundpicture']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}}
</xsl:text>
+ </xsl:if>
+
+ <xsl:if test="current()/attribute/@NAME = 'backgroundcolor' ">
+ <xsl:text>
\beamertemplateshadingbackground{</xsl:text>
+ <xsl:value-of select="current()/attribute[@NAME = 'backgroundcolor']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}{</xsl:text>
+ <xsl:value-of select="current()/attribute[@NAME = 'backgroundcolor']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}
</xsl:text>
+ </xsl:if>
+
+ <xsl:text>\begin{frame}</xsl:text>
+
+<!--We look if there are attributes in the frame in order to put properties or not and we put them as [property1, property2]: Only "allowframebreaks" "shrink" "plain", "squeeze" and "fragile" are allowed"-->
+ <xsl:if test="(current()/attribute/@VALUE = 'allowframebreaks') or (current()/attribute/@VALUE = 'shrink') or (current()/attribute/@VALUE = 'plain') or (current()/attribute/@VALUE = 'squeeze') or (current()/attribute/@VALUE = 'fragile') or (current()/attribute/@NAME = 'framestyle' )">
+ <xsl:call-template name="framestyle"></xsl:call-template>
+ </xsl:if>
+
+
+ <xsl:text>\frametitle{</xsl:text><xsl:value-of select="normalize-space(@TEXT)" disable-output-escaping="yes"/>
+ <xsl:text>}
</xsl:text>
+
+ <!--We look if there are images in the frame in order to put columns or not-->
+ <!--<xsl:if test="current()/node/richcontent/html/body">
+ <xsl:text> Note detected</xsl:text>
+ </xsl:if>-->
+
+ <xsl:if test = "contains(current()/richcontent/@TYPE,'NOTE') ">
+ <xsl:call-template name="richtext"></xsl:call-template>
+ </xsl:if>
+
+ <!-- in older versions (1.1.x, 1.2.x) images are nodes without TEXT. When they are alone in a slide the itemizing part and two column building template must be skipped.-->
+ <xsl:choose>
+ <xsl:when test="current()/node/@TEXT">
+ <xsl:choose>
+ <xsl:when test="current()/node/richcontent/html/body/img or current()/node/richcontent/html/body/p/img or (current()/node/hook/@NAME='ExternalObject' and count(*) > 1)"> <!-- now it is compatible with 1.3.x versions -->
+ <xsl:call-template name="build_two_column_frame"></xsl:call-template>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:if test="current()/node and current()/node/@TEXT != ''">
+ <xsl:call-template name="itemization"></xsl:call-template>
+ </xsl:if>
+ <xsl:if test="current()/node/richcontent/html/body/img">
+ <xsl:call-template name="figures"></xsl:call-template>
+ </xsl:if>
+ <xsl:if test="current()/node/richcontent/html/body/p/img">
+ <xsl:call-template name="figuresp"></xsl:call-template>
+ </xsl:if>
+ <xsl:if test="current()/node/hook/@NAME='ExternalObject'">
+ <xsl:call-template name="ExternalObject"></xsl:call-template>
+ </xsl:if>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:if test="current()/node/richcontent/html/body/img">
+ <xsl:call-template name="figures"></xsl:call-template>
+ </xsl:if>
+ <xsl:if test="current()/node/richcontent/html/body/p/img">
+ <xsl:call-template name="figuresp"></xsl:call-template>
+ </xsl:if>
+ <xsl:if test="current()/node/richcontent/html/body/p/@text">
+ <xsl:call-template name="itemization"></xsl:call-template>
+ </xsl:if>
+ </xsl:otherwise>
+ </xsl:choose>
+ <xsl:text>
\end{frame}</xsl:text>
+ <xsl:text>}</xsl:text>
+ <xsl:apply-templates/>
+ </xsl:if>
+</xsl:template>
+
+<xsl:template name="itemization">
+ <xsl:param name="i" select="current()/node"/>
+ <xsl:if test="not(./cloud) and not(../cloud) and not(../../cloud)">
+ <xsl:text>
	\begin{itemize}
</xsl:text>
+ </xsl:if>
+ <xsl:for-each select="$i">
+ <xsl:choose>
+ <xsl:when test="current()/cloud">
+ <xsl:text>\begin{block}{</xsl:text>
+ <xsl:value-of select="@TEXT" disable-output-escaping="yes"/>
+ <xsl:text>}
</xsl:text>
+ <xsl:if test="current()/node">
+ <xsl:call-template name="textify"></xsl:call-template>
+ </xsl:if>
+ <xsl:text>\end{block}</xsl:text>
+ </xsl:when>
+ <xsl:when test="@TEXT and not(../cloud) and not(../../cloud)"> <!-- normal node case-->
+ <xsl:text> \item </xsl:text>
+
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions begin-->
+ <xsl:text> $</xsl:text>
+ </xsl:if>
+
+ <xsl:value-of select="@TEXT" disable-output-escaping="yes"/>
+
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions end-->
+ <xsl:text>$
	</xsl:text>
+ </xsl:if>
+
+ <xsl:text>
</xsl:text>
+ <xsl:if test="current()/hook/@EQUATIION"> <!-- Equation filter for 1.1.x and 1.2.x versions-->
+ <xsl:text>
\begin{equation*}
	</xsl:text>
+ <xsl:value-of select="current()/hook/@EQUATION" disable-output-escaping="yes"/>
+ <xsl:text>
\end{equation*}</xsl:text>
+ </xsl:if>
+ </xsl:when>
+ <xsl:when test="current()/richcontent/html/body/p/@text and not(../cloud) and not(../../cloud)">
+ <xsl:text> \item </xsl:text>
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions begin-->
+ <xsl:text> $</xsl:text>
+ </xsl:if>
+ <xsl:call-template name="richtext"></xsl:call-template>
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions end-->
+ <xsl:text>$
	</xsl:text>
+ </xsl:if>
+ <xsl:if test="current()/hook/@EQUATIION">
+ <xsl:text>
\begin{equation*}
	</xsl:text>
+ <xsl:value-of select="current()/hook/@EQUATION" disable-output-escaping="yes"/>
+ <xsl:text>
\end{equation*}</xsl:text>
+ </xsl:if>
+ </xsl:when>
+ <xsl:otherwise>
+ </xsl:otherwise>
+ </xsl:choose>
+
+ <xsl:if test="current()/node">
+ <xsl:call-template name="itemization"></xsl:call-template>
+ </xsl:if>
+ <xsl:text>
+ </xsl:text>
+ </xsl:for-each>
+
+ <xsl:if test="not(./cloud) and not(../cloud) and not(../../cloud)">
+ <xsl:text> \end{itemize}
</xsl:text>
+ </xsl:if>
+</xsl:template>
+
+<!-- template to parse and insert rich text (html, among <p> in Latex \item-s -->
+<xsl:template name="richtext">
+ <xsl:param name="i" select="current()/richcontent/html/body/p"/>
+ <xsl:for-each select="$i">
+ <xsl:value-of select="normalize-space(translate(.,'
', ' '))" disable-output-escaping="yes"/>
+ </xsl:for-each>
+</xsl:template>
+
+
+<!-- template to parse and insert text in block mode-->
+<xsl:template name="textify">
+ <xsl:param name="i" select="current()/node"/>
+ <xsl:for-each select="$i">
+ <xsl:choose>
+ <xsl:when test="@TEXT">
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions begin-->
+ <xsl:text>
\begin{equation}</xsl:text>
+ </xsl:if>
+ <xsl:value-of select="@TEXT" disable-output-escaping="yes"/>
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions end-->
+ <xsl:text>\end{equation}
	</xsl:text>
+ </xsl:if>
+ <xsl:if test="current()/hook/@EQUATIION">
+ <xsl:text>
\begin{equation}
	</xsl:text>
+ <xsl:value-of select="current()/hook/@EQUATION" disable-output-escaping="yes"/>
+ <xsl:text>
\end{equation}</xsl:text>
+ </xsl:if>
+ </xsl:when>
+ <xsl:when test="current()/richcontent/html/body/p/@text ">
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions begin-->
+ <xsl:text>
\begin{equation*}</xsl:text>
+ </xsl:if>
+ <xsl:call-template name="richtext"></xsl:call-template><xsl:text>
</xsl:text>
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions end-->
+ <xsl:text>\end{equation}
	</xsl:text>
+ </xsl:if>
+ <xsl:if test="current()/hook/@EQUATIION">
+ <xsl:text>
\begin{equation}</xsl:text>
+ <xsl:value-of select="current()/hook/@EQUATION" disable-output-escaping="yes"/>
+ <xsl:text>\end{equation}</xsl:text>
+ </xsl:if>
+ </xsl:when>
+ <xsl:otherwise>
+ </xsl:otherwise>
+ </xsl:choose>
+
+ <xsl:if test="current()/node">
+ <xsl:call-template name="block_itemize"></xsl:call-template>
+ </xsl:if>
+ <xsl:text>
+ </xsl:text>
+ </xsl:for-each>
+</xsl:template>
+
+<xsl:template name="block_itemize">
+ <xsl:param name="i" select="current()/node"/>
+ <xsl:text>
	\begin{itemize}
</xsl:text>
+ <xsl:for-each select="$i">
+ <xsl:choose>
+ <xsl:when test="@TEXT">
+ <xsl:text> \item </xsl:text>
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions begin-->
+ <xsl:text>
\begin{equation*}
	</xsl:text>
+ </xsl:if>
+ <xsl:value-of select="@TEXT" disable-output-escaping="yes"/>
+ <xsl:text>
</xsl:text>
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions end-->
+ <xsl:text>
\end{equation*}
	</xsl:text>
+ </xsl:if>
+ <xsl:if test="current()/hook/@EQUATIION">
+ <xsl:text>
\begin{equation}</xsl:text>
+ <xsl:value-of select="current()/hook/@EQUATION" disable-output-escaping="yes"/>
+ <xsl:text>\end{equation}</xsl:text>
+ </xsl:if>
+ </xsl:when>
+ <xsl:when test="current()/richcontent/html/body/p/@text">
+ <xsl:text> \item </xsl:text>
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions begin-->
+ <xsl:text>
\begin{equation}</xsl:text>
+ </xsl:if>
+ <xsl:call-template name="richtext"></xsl:call-template>
+ <xsl:if test="current()/@FORMAT = 'latexPatternFormat'"> <!-- Equation filter for 1.3.x versions end-->
+ <xsl:text>\end{equation}
	</xsl:text>
+ </xsl:if>
+ <xsl:if test="current()/hook/@EQUATIION">
+ <xsl:text>
\begin{equation}</xsl:text>
+ <xsl:value-of select="current()/hook/@EQUATION" disable-output-escaping="yes"/>
+ <xsl:text>\end{equation}</xsl:text>
+ </xsl:if>
+ </xsl:when>
+ <xsl:otherwise>
+ </xsl:otherwise>
+ </xsl:choose>
+
+ <xsl:if test="current()/node">
+ <xsl:call-template name="block_itemize"></xsl:call-template>
+ </xsl:if>
+ <xsl:text>
+ </xsl:text>
+ </xsl:for-each>
+
+ <!--<xsl:if test="current()/richcontent">
+ <xsl:call-template name="figures"></xsl:call-template>
+ </xsl:if>-->
+ <xsl:text> \end{itemize}
</xsl:text>
+</xsl:template>
+
+
+<!-- template to parse and insert figures New version provided by Rodrigo Goya-->
+
+
+<!-- template to parse and insert figures with manually edited html. (inside <p>)-->
+<xsl:template name="figuresp">
+ <xsl:text>
+ \includegraphics[</xsl:text>
+ <xsl:choose>
+ <xsl:when test="current()/node/attribute/@NAME = 'width'">
+ <xsl:text>width=</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'width']/@VALUE" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:when test="current()/node/attribute/@NAME = 'height'">
+ <xsl:text>height=</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'height']/@VALUE" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:when test="current()/node/attribute/@NAME = 'scale'">
+ <xsl:text>scale=</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'scale']/@VALUE" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>width=.97\textwidth</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ <xsl:text>]{</xsl:text>
+ <xsl:value-of select="current()/node/richcontent/html/body/p/img/@src" disable-output-escaping="yes"/>
+ <xsl:text>}
+ </xsl:text>
+</xsl:template>
+
+
+
+
+<xsl:template name="figures">
+ <xsl:text>
+\begin{figure}
+ \includegraphics[</xsl:text>
+ <xsl:choose>
+ <xsl:when test="current()/node/attribute/@NAME = 'width'">
+ <xsl:text>width=</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'width']/@VALUE" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:when test="current()/node/attribute/@NAME = 'height'">
+ <xsl:text>height=</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'height']/@VALUE" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:when test="current()/node/attribute/@NAME = 'scale'">
+ <xsl:text>scale=</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'scale']/@VALUE" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>width=.97\textwidth</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ <xsl:text>]{</xsl:text>
+ <xsl:value-of select="current()/node/richcontent/html/body/img/@src" disable-output-escaping="yes"/>
+ <xsl:text>}</xsl:text>
+ <xsl:if test="current()/node/attribute/@NAME = 'caption'">
+ <xsl:text>\newline{\scriptsize{</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'caption']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}}</xsl:text>
+ </xsl:if>
+ <xsl:text>\end{figure}</xsl:text>
+</xsl:template>
+
+
+
+
+
+<!-- template to parse and insert figures with 1.3.x format: hook with @NAME=ExternalObject. (inside <p>)-->
+
+<xsl:template name="ExternalObject">
+ <xsl:text>
+\begin{figure}
+ \includegraphics[</xsl:text>
+ <xsl:choose>
+ <xsl:when test="current()/node/attribute/@NAME = 'width'">
+ <xsl:text>width=</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'width']/@VALUE" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:when test="current()/node/attribute/@NAME = 'height'">
+ <xsl:text>height=</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'height']/@VALUE" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:when test="current()/node/attribute/@NAME = 'scale'">
+ <xsl:text>scale=</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'scale']/@VALUE" disable-output-escaping="yes"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>width=.97\textwidth</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ <xsl:text>]{</xsl:text>
+ <xsl:value-of select="current()/node/hook/@URI" disable-output-escaping="yes"/>
+ <xsl:text>}</xsl:text>
+ <xsl:if test="current()/node/attribute/@NAME = 'caption'">
+ <xsl:text>\newline{\scriptsize{</xsl:text>
+ <xsl:value-of select="current()/node/attribute[@NAME = 'caption']/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>}}</xsl:text>
+ </xsl:if>
+ <xsl:text>\end{figure}</xsl:text>
+</xsl:template>
+
+
+
+
+
+
+<!--We look if there are images in the frame in order to put columns or not-->
+ <!--<xsl:if test="current()/node/richcontent/html/body">
+ <xsl:text> Note detected</xsl:text>
+ <xsl:value-of select="1 - current()/attribute/@VALUE + 0.18"/>
+ </xsl:if>-->
+<xsl:template name="build_two_column_frame">
+ <xsl:text>\begin{columns}
</xsl:text>
+ <xsl:choose>
+ <xsl:when test="current()/attribute/@NAME = 'leftcolumnwidth' ">
+ <xsl:text> \begin{column}{</xsl:text>
+ <xsl:value-of select="current()/attribute/@VALUE" disable-output-escaping="yes"/>
+ <xsl:text>\textwidth}
</xsl:text>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text> \begin{column}{0.65\textwidth}
</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+
+ <xsl:if test="current()/node">
+ <xsl:call-template name="itemization"></xsl:call-template>
+ </xsl:if>
+ <xsl:text> \end{column}
</xsl:text>
+
+ <xsl:if test="current()/node/richcontent/html/body/img">
+ <xsl:choose>
+ <xsl:when test="current()/attribute/@NAME = 'leftcolumnwidth' ">
+ <xsl:text> \begin{column}{</xsl:text>
+ <xsl:value-of select="1 - number(current()/attribute[@NAME = 'leftcolumnwidth']/@VALUE) + .18"/>
+ <xsl:text>\textwidth}
</xsl:text>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text> \begin{column}{0.53\textwidth}
</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ <xsl:call-template name="figures"></xsl:call-template>
+ <xsl:text>\end{column}
</xsl:text>
+ </xsl:if>
+
+ <xsl:if test="current()/node/richcontent/html/body/p/img">
+ <xsl:text>\begin{column}{0.53\textwidth}
</xsl:text>
+ <xsl:call-template name="figuresp"></xsl:call-template>
+ <xsl:text>\end{column}
</xsl:text>
+ </xsl:if>
+
+
+ <xsl:if test="current()/node/hook/@NAME='ExternalObject'"> <!--New format in 1.3.x-->
+ <xsl:text>\begin{column}{0.53\textwidth}
</xsl:text>
+ <xsl:call-template name="ExternalObject"></xsl:call-template>
+ <xsl:text>\end{column}
</xsl:text>
+ </xsl:if>
+ <xsl:text>\end{columns}
</xsl:text>
+
+</xsl:template>
+
+<xsl:template match="text">
+ <Notes><xsl:value-of select="text" disable-output-escaping="yes"/></Notes>
+ </xsl:template>
+
+
+<xsl:template name="framestyle"> <!--Takes the attributes of the freemind and puts all the values as [value1, value2] http://www.xml.com/pub/a/2002/04/03/attributes.html-->
+ <xsl:param name="att" select="current()/attribute/@VALUE"/>
+ <xsl:param name="nameatt" select="current()/attribute/@NAME"/>
+
+ <xsl:for-each select="current()/attribute/@*"> <!-- it produces a warning, we should avoid using this empty loop -->
+ </xsl:for-each>
+ <xsl:text>[</xsl:text>
+ <xsl:call-template name="extract_framestyle_attributes">
+ <xsl:with-param name="counter" select="1" />
+ <xsl:with-param name="att" select="$att"/>
+ <xsl:with-param name="nameatt" select="$nameatt"/>
+ <xsl:with-param name="numel" select="last()"/>
+ <xsl:with-param name="num_framestyle_atts" select="0"/>
+ </xsl:call-template>
+ <xsl:text>]</xsl:text>
+ </xsl:template>
+
+
+<xsl:template name="extract_framestyle_attributes">
+ <xsl:param name="counter" />
+ <xsl:param name="att" />
+ <xsl:param name="nameatt" />
+ <xsl:param name="numel" />
+ <xsl:param name="num_framestyle_atts" />
+
+ <xsl:if test="$counter < $numel + 1">
+ <xsl:choose>
+ <xsl:when test="$att[$counter] = 'shrink' or $att[$counter] = 'plain' or $att[$counter] = 'allowframebreaks' or $att[$counter] = 'squeeze' or $nameatt[$counter] = 'framestyle' ">
+ <xsl:if test="$num_framestyle_atts > 0"> <!--We check if it is the first element or not to put the coma.-->
+ <xsl:text>,</xsl:text>
+ </xsl:if>
+ <xsl:value-of select="$att[$counter]/." disable-output-escaping="yes"/><!--putting the attribute value.-->
+
+ <xsl:call-template name="extract_framestyle_attributes">
+ <xsl:with-param name="counter" select="$counter + 1" />
+ <xsl:with-param name="att" select="$att"/>
+ <xsl:with-param name="nameatt" select="$nameatt" />
+ <xsl:with-param name="numel" select="$numel" />
+ <xsl:with-param name="num_framestyle_atts" select="$num_framestyle_atts + 1"/>
+ </xsl:call-template>
+ </xsl:when>
+
+ <xsl:otherwise>
+ <xsl:call-template name="extract_framestyle_attributes">
+ <xsl:with-param name="counter" select="$counter + 1" />
+ <xsl:with-param name="att" select="$att"/>
+ <xsl:with-param name="nameatt" select="$nameatt"/>
+ <xsl:with-param name="numel" select="$numel"/>
+ <xsl:with-param name="num_framestyle_atts" select="$num_framestyle_atts"/>
+ </xsl:call-template>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:if>
+</xsl:template>
+
+ <!-- End of LaTeXChar template -->
+
+</xsl:stylesheet>
+
diff --git a/freeplane/resources/translations/Resources_ca.properties b/freeplane/resources/translations/Resources_ca.properties
index 8c91d1b..068c147 100644
--- a/freeplane/resources/translations/Resources_ca.properties
+++ b/freeplane/resources/translations/Resources_ca.properties
@@ -1,5 +1,9 @@
+about_text=Freeplane - Programa lliure per construir mapes conceptuals i de coneixement
AboutAction.text=Quant a
acceleratorPresets=Hot Key Presets[translate me]
+accelerators_loading_error=No es pot carregar els acceleradors des {0}
+accessories/plugins/ApplyFormatPlugin.dialog.title=Canviar format de nodes
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Canviar mostra
accessories/plugins/EncryptNode.properties_0=Trieu una paraula de pas pel node xifrat
accessories/plugins/EncryptNode.properties_1=Les paraules de pas no s\u00F3n iguals o s\u00F3n massa curtes.
accessories/plugins/EncryptNode.properties_2=Introdu\u00EFu la paraula de pas:
@@ -11,6 +15,8 @@ accessories/plugins/EncryptNode.properties_7=Cancel\u00B7la
accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Nom\u00E9s \u00E9s possible alternar entre l'estat de xifratge pels nodes que es trobin xifrats. Si us plau inseriu un node d'aquest tipus mitjan\u00E7ant el men\u00FA d'eines.
accessories/plugins/EncryptNode.properties_select_me=Trieu-me per continuar!
accessories/plugins/EncryptNode.properties_wrong_password=La paraula de pas no \u00E9s correcta.
+accessories/plugins/ExportWithTWiki.text=TWiki\u2026
+accessories/plugins/ExportWithTWiki.tooltip=Exporta el mapa com un document TWiki.
accessories/plugins/ExportWithXSLT.tooltip=Aquest \u00E9s un m\u00E8tode d'exportaci\u00F3 utilitzant comandes XSLT.
accessories/plugins/ExportWithXSLT_Applet.text=Com un Applet Java...
accessories/plugins/ExportWithXSLT_Applet.tooltip=Exporta el mapa com un applet java pel navegador.
@@ -18,7 +24,32 @@ accessories/plugins/ExportWithXSLT_Flash.text=Com a Flash...
accessories/plugins/ExportWithXSLT_Flash.tooltip=Exporta com una aplicaci\u00F3 Flash.
accessories/plugins/ExportWithXSLT_HTML.text=Com a XHTML (versi\u00F3 JavaScript)...
accessories/plugins/ExportWithXSLT_HTML3.text=Com a XHTML (Mapa amb imatge)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Recursos del node RECURSOS verd un arxiu TaskJuggler\u2026
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exporta recursos del node RECURSOS vers el m\u00F2dul Taskjuggler. </html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Tasques del node de TASQUES al fitxer TaskJuggler ...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Exporta tasques del node TASQUES al m\u00F2dul Taskjuggler. </html>
+action_keystroke_in_use_error=La tecla {0} seleccionada per l''acci\u00F3 {1} ja s''associa a l''acci\u00F3 {2}
+active=Activar
+actual_map_styles=Estils condicionals del mapa aplicats al node
+actual_node_styles=Estils condicionals del node aplicats al node
+add=&Afegir
+AddConnectorAction.text=Connectar
+AddElementaryConditionAction.text=Afegir
AddLocalLinkAction.text=Afegeix un hiperenlla\u00E7 local
+AddMenuItemLinkAction.text=Afegeix hiperenlla\u00E7 com opci\u00F3 de men\u00FA\u2026
+AddOnDetailsPanel.authored.by=Per {0}
+AddOnDetailsPanel.header.function=Funci\u00F3
+AddOnDetailsPanel.header.menu=Posici\u00F3 al men\u00FA
+AddOnDetailsPanel.header.shortcut=Drecera
+AddOnDetailsPanel.homepage=P\u00E0gina d'inici:
+addons.installer.canceled=Instal\u00B7laci\u00F3 anulada
+addons.installer.confirm.licence=<html><body><h1>Llic\u00E8ncia</h1>{0}<p><p><em>Accepta aquesta llic\u00E8ncia?</em></p></body></html>
+addons.installer.failed=Instal\u00B7laci\u00F3 fallida: {0}
+addons.installer.freeplaneversion.format.error=Error al format de {0} (valor: {1})
+addons.installer.html.script=El contingut del script no pot tenir format HTML
+addons.installer.install=Instal\u00B7lar
+addons.installer.invalid.keyboard.shortcut=Drecera incorrecta {0}.
+addons.installer.licence.unchanged=La llic\u00E8ncia no s'ha modificat
antialias_all=Anti\u00E0lies a Tots
antialias_edges=Anti\u00E0lies als Cantells
antialias_none=Sense anti\u00E0lies
@@ -93,7 +124,7 @@ error_creating_directory=No es pot crear el directori per a exportar.
ExecuteScripts.text=Scripts[translate me]
export_pdf_text=Format de Document Portable(PDF)
export_svg_text=Gr\u00E0fic Vectorial Escalable (SVG)
-ExportAction.text=Exporta
+ExportAction.text=&Exporta mapa\u2026
ExportBranchToHTMLAction.text=Branca com HTML
ExportPdf.text=Com a PDF...
ExportSvg.text=Com a SVG...
@@ -257,7 +288,7 @@ NewSiblingAction.text=Crea un Node Germ\u00E0
no=No
no_format_copy_before_format_paste=No podeu enganxar un format sense haver-ne copiat pr\u00E8viament un.
no_found_from=No s''ha trobat "{0}" a "{1}".
-no_more_found_from=No s''han trobat m\u00E9s "{0}" a "{1}".
+no_more_found_from=<html>Cap m\u00E9s <u>{0}</u> trobat de "{1}".</html>
no_previous_find=No hi ha res a cercar pr\u00E8viament.
node=Node
node_changed_discard_changes=Heu canviat el node. Voleu descartar-ne els canvis?
@@ -478,7 +509,7 @@ repair_link=Repara l'enlla\u00E7
repair_link_question=No ha estat possible carregar el mapa enlla\u00E7at. Voleu reparar-lo manualment?
ResetNodeLocationAction.text=Restaura la posici\u00F3
save_failed=Hi ha hagut un error en intentar desar el mapa {0}.
-save_unsaved=Voleu desar el mapa seg\u00FCent? :
+save_unsaved=Voleu desar el mapa seg\u00FCent?
SaveAction.text=Desa
SaveAsAction.text=Desa com...
saved=Desat
@@ -493,7 +524,7 @@ selection_method_direct=Puntejar per a seleccionar
SetImageByFileChooserAction.text=Imatge (Trieu un fitxer o enlla\u00E7)...
SetLinkByFileChooserAction.text=Hiperenlla\u00E7 (Trieu un fitxer)...
SetLinkByTextFieldAction.text=Hipernella\u00E7 (Quadre de text)...
-simplyhtml.borderColorLabel=Color\:[translate me]
+simplyhtml.borderColorLabel=Color:[translate me]
simplyhtml.borderWidthLabel=Amplada
simplyhtml.cancelBtnName=Cancel\u00B7la
simplyhtml.cellGenTabLabel=General[translate me]
diff --git a/freeplane/resources/translations/Resources_cs.properties b/freeplane/resources/translations/Resources_cs.properties
index 9033ed3..1fd2248 100644
--- a/freeplane/resources/translations/Resources_cs.properties
+++ b/freeplane/resources/translations/Resources_cs.properties
@@ -1,29 +1,29 @@
-about_text=Freeplane - svobodn\u00FD program pro tvo\u0159en\u00ED my\u0161lenkov\u00FDch map a datab\u00E1ze znalost\u00ED
+about_text=Freeplane - svobodn\u00FD program pro tvo\u0159en\u00ED my\u0161lenkov\u00FDch map a znalostn\u00EDch datab\u00E1z\u00ED
AboutAction.text=O programu
-acceleratorPresets=Hot Key Presets[translate me]
+acceleratorPresets=Nastaven\u00ED "hork\u00FDch" kl\u00E1ves
accelerators_loading_error=Nelze na\u010D\u00EDst akceler\u00E1tory z {0}
accessories/plugins/ApplyFormatPlugin.dialog.title=Zm\u011Bna form\u00E1tu uzl\u016F
accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Zm\u011Bnit vzor
-accessories/plugins/EncryptNode.properties_0=Vyberte heslo pro zak\u00F3dovan\u00FD uzel
-accessories/plugins/EncryptNode.properties_1=Hesla nejsou stejn\u00E1, nebo jsou p\u0159\u00EDli\u0161 kr\u00E1tk\u00E1.
+accessories/plugins/EncryptNode.properties_0=Vyberte heslo pro zak\u00F3dov\u00E1n\u00ED uzlu
+accessories/plugins/EncryptNode.properties_1=Hesla nejsou stejn\u00E1 nebo jsou p\u0159\u00EDli\u0161 kr\u00E1tk\u00E1.
accessories/plugins/EncryptNode.properties_2=Vlo\u017Ete heslo:
accessories/plugins/EncryptNode.properties_3=Znovu vlo\u017Ete heslo:
accessories/plugins/EncryptNode.properties_4=Vlo\u017Ete Va\u0161e heslo.
-accessories/plugins/EncryptNode.properties_5=<html>Pamatujte, \u017Ee s\u00EDla zak\u00F3dov\u00E1n\u00ED<br> z\u00E1vis\u00ED p\u0159edev\u0161\u00EDm na kvalit\u011B Va\u0161eho hesla.
+accessories/plugins/EncryptNode.properties_5=<html>Pamatujte, \u017Ee s\u00EDla zak\u00F3dov\u00E1n\u00ED<br> z\u00E1vis\u00ED skoro \u00FApln\u011B na kvalit\u011B Va\u0161eho hesla.
accessories/plugins/EncryptNode.properties_6=OK
accessories/plugins/EncryptNode.properties_7=Storno
accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=M\u016F\u017Eete p\u0159epnout do stavu ochrany heslem (zak\u00F3dov\u00E1n\u00ED) pouze u zak\u00F3dovan\u00E9ho uzlu. Takov\u00FD uzel m\u016F\u017Eete vlo\u017Eit pomoc\u00ED menu N\u00E1stroje.
-accessories/plugins/EncryptNode.properties_select_me=Vybrat pro pokra\u010Dov\u00E1n\u00ED!
+accessories/plugins/EncryptNode.properties_select_me=Vyberte mn\u011B pro pokra\u010Dov\u00E1n\u00ED!
accessories/plugins/EncryptNode.properties_wrong_password=Heslo nen\u00ED spr\u00E1vn\u00E9.
accessories/plugins/ExportWithTWiki.text=TWiki ...
accessories/plugins/ExportWithTWiki.tooltip=Exportuje mapu jako TWiki dokument.
-accessories/plugins/ExportWithXSLT.tooltip=Export s pou\u017Eit\u00EDm XSLT skript\u016F.
-accessories/plugins/ExportWithXSLT_Applet.text=Jako Java Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip=Exportuje mapu jako java browser applet.
-accessories/plugins/ExportWithXSLT_Flash.text=Jako Flash...
+accessories/plugins/ExportWithXSLT.tooltip=Toto je jednotn\u00E1 exportn\u00ED metoda.
+accessories/plugins/ExportWithXSLT_Applet.text=Java Applet...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Exportuje mapu jako applet prohl\u00ED\u017Ee\u010De java.
+accessories/plugins/ExportWithXSLT_Flash.text=Flash...
accessories/plugins/ExportWithXSLT_Flash.tooltip=Exportuje mapu jako flash aplikaci.
-accessories/plugins/ExportWithXSLT_HTML.text=Jako XHTML (JavaScript verze)...
-accessories/plugins/ExportWithXSLT_HTML3.text=Jako XHTML (verze s klikac\u00ED mapou)...
+accessories/plugins/ExportWithXSLT_HTML.text=XHTML (JavaScript verze)...
+accessories/plugins/ExportWithXSLT_HTML3.text=XHTML (verze s klikac\u00ED mapou)...
accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Zdroje z uzlu RESOURCES do souboru Taskjuggler...
accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Exportuje zdroje z uzlu RESOURCES do modulu Taskjuggler. </html>
accessories/plugins/ExportWithXSLT_TASKSTJI.text=\u00DAkoly z uzlu TASKS do Taskjuggler souboru...
@@ -32,7 +32,7 @@ action_keystroke_in_use_error=Kl\u00E1vesov\u00E1 zkratka {0} \u017E\u00E1dan\u0
active=Aktivn\u00ED
actual_map_styles=Podm\u00EDn\u011Bn\u00E9 styly map byly aplikov\u00E1ny na uzel
actual_node_styles=Podm\u00EDn\u011Bn\u00E9 styly uzlu byly aplikov\u00E1ny na uzel
-add=P\u0159id&at
+add=&P\u0159idat
AddConnectorAction.text=P\u0159ipojit
AddElementaryConditionAction.text=P\u0159idat
AddLocalLinkAction.text=P\u0159idat lok\u00E1ln\u00ED hyperlink
@@ -861,15 +861,30 @@ NodeListAction.tooltip=Uk\u00E1\u017Ee v\u0161echny uzly jako prohledateln\u00FD
NodeShapeAction.bubble.text=Bublina
NodeShapeAction.fork.text=Rozdvojen\u00ED
NodeUpAction.text=Uzel nahoru
+NodeWidthAction.text=Nastav hranice \u0161\u00ED\u0159ky bu\u0148ky
nonboldify_branch=Zru\u0161it tu\u010Dn\u00E9
nonitalicise_branch=Zru\u0161it kurz\u00EDvu
normal=Norm\u00E1ln\u00ED
+not_saved_for_image_error=Mapa mus\u00ED b\u00FDt ulo\u017Eena p\u0159ed t\u00EDm, ne\u017E budete moci vybrat obr\u00E1zek spr\u00E1vcem soubor\u016F
not_saved_for_link_error=Mapa mus\u00ED b\u00FDt ulo\u017Eena p\u0159ed nastaven\u00EDm odkazu pomoc\u00ED v\u00FDb\u011Bru souboru
+note_window_location=Um\u00EDst\u011Bn\u00ED pozn\u00E1mkov\u00E9ho panelu
ok=OK
OKAction.text=OK
+OnlineReference.text=Online mapy dokumentace
+open_asMindMap=my\u0161lenkov\u00E1 mapa
OpenAction.text=Otev\u0159\u00EDt...
+OpenFreeplaneSiteAction.text=Domovsk\u00E9 str\u00E1nky Freeplane
+OpenMapsAddLocation.text=P\u0159idat um\u00EDst\u011Bn\u00ED map k otev\u0159en\u00ED...
+OpenMapsRemoveLocation.text=Odstranit um\u00EDst\u011Bn\u00ED map k otev\u0159en\u00ED
+OpenMapsViewLocation.text=Zobrazit um\u00EDst\u011Bn\u00ED map k otev\u0159en\u00ED...
OpenPathAction.text=Open File[translate me]
+OpenURLMapAction.text=Otev\u0159\u00EDt mapu z URL...
+OpenUserDirAction.text=Otev\u0159\u00EDt u\u017Eivatelsk\u00FD adres\u00E1\u0159
option_changes_may_require_restart=Pro projeven\u00ED zm\u011Bn budete pravd\u011Bpodobn\u011B muset restartovat Freeplane.
+OptionalDontShowMeAgainDialog.cancel=Ne
+OptionalDontShowMeAgainDialog.dontShowAgain=U\u017E se mn\u011B v\u00EDce neptej.
+OptionalDontShowMeAgainDialog.ok=Ano
+OptionalDontShowMeAgainDialog.rememberMyDescision=Zapamatuj si m\u016Fj v\u00FDb\u011Br.
OptionPanel.absolute=Absolutn\u00ED
OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatick\u00E9 rozvr\u017Een\u00ED vzor\u016F
OptionPanel.antialias=Vyhlazov\u00E1n\u00ED
@@ -1139,6 +1154,7 @@ PatternToString.FontBold=Tu\u010Dn\u011B
PatternToString.FontName=Font Name[translate me]
PatternToString.Icon=Ikona
PatternToString.NodeFontSize=Velikost p\u00EDsma
+PeriodUnit.DAY=dn\u016F
plugins/ScriptEditor.exit=Konec
plugins/ScriptEditor.menu_actions=Akce
plugins/ScriptEditor.new_script=New Script[translate me]
@@ -1429,6 +1445,7 @@ ViewLayoutTypeAction.OUTLINE.text=Zobrazit jako osnovu
WebDocuAction.text=Webov\u00E1 dokumentace
width=\u0160\u00ED\u0159ka
xslt_export.text=Prost\u00FD text
+xslt_export_not_possible=Export Freeplane XSLT nen\u00ED mo\u017En\u00FD
yes=Ano
ZoomInAction.text=P\u0159ibl\u00ED\u017Eit
ZoomOutAction.text=Odd\u00E1lit
diff --git a/freeplane/resources/translations/Resources_da.properties b/freeplane/resources/translations/Resources_da.properties
index e20b028..3f075cf 100644
--- a/freeplane/resources/translations/Resources_da.properties
+++ b/freeplane/resources/translations/Resources_da.properties
@@ -2,9 +2,9 @@ about_text=Freeplane - fri mindmapping- og vidensbygningssoftware
AboutAction.text=Om
acceleratorPresets=Ops\u00E6tning af genvejstaster
accelerators_loading_error=Kan ikke indl\u00E6se acceleratorer fra {0}
-accessories/plugins/ApplyFormatPlugin.dialog.title=Skift nodernes format
+accessories/plugins/ApplyFormatPlugin.dialog.title=Skift knudepunkternes format
accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Skift m\u00F8nster
-accessories/plugins/EncryptNode.properties_0=V\u00E6lg adgangskode for krypteret node
+accessories/plugins/EncryptNode.properties_0=V\u00E6lg adgangskode for krypteret knudepunkt
accessories/plugins/EncryptNode.properties_1=Adgangskoder er ikke ens eller er for korte.
accessories/plugins/EncryptNode.properties_2=Indtast adgangskode:
accessories/plugins/EncryptNode.properties_3=Gentag adgangskode:
@@ -12,23 +12,26 @@ accessories/plugins/EncryptNode.properties_4=Indtast din adgangskode.
accessories/plugins/EncryptNode.properties_5=<html>Husk at krypteringens styrke stort set<br>udelukkende afh\u00E6nger af adgangskodens kvalitet.
accessories/plugins/EncryptNode.properties_6=OK
accessories/plugins/EncryptNode.properties_7=Annuller
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Du kan kun skifte krypteringsstatus p\u00E5 en krypteret Node. Inds\u00E6t venligst s\u00E5dan en Node ved brug af v\u00E6rkt\u00F8jsmenuen.
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=Du kan kun skifte krypteringsstatus p\u00E5 et krypteret knudepunkt. Inds\u00E6t s\u00E5dan et knudepunktved ved brug af v\u00E6rkt\u00F8jsmenuen.
accessories/plugins/EncryptNode.properties_select_me=V\u00E6lg mig for at forts\u00E6tte!
-accessories/plugins/EncryptNode.properties_wrong_password=Passwordet er ikke korrekt.
+accessories/plugins/EncryptNode.properties_wrong_password=Adgangskoden er ikke korrekt.
accessories/plugins/ExportWithTWiki.text=TWiki\u2026
-accessories/plugins/ExportWithTWiki.tooltip=Eksporterer Mindmappen som et TWiki dokument.
+accessories/plugins/ExportWithTWiki.tooltip=Eksporterer MindMap som et TWiki dokument.
accessories/plugins/ExportWithXSLT.tooltip=Dette er en uniform eksportmetode der bruger XSLT scripts.
accessories/plugins/ExportWithXSLT_Applet.text=Som Java Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip=Eksporterer MindMappen som en java browser applet.
+accessories/plugins/ExportWithXSLT_Applet.tooltip=Eksporterer MindMap som en java browser applet.
accessories/plugins/ExportWithXSLT_Flash.text=Som Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip=Eksporerer MindMappen som en Flash aplikation.
+accessories/plugins/ExportWithXSLT_Flash.tooltip=Eksporerer MindMap som en Flash aplikation.
accessories/plugins/ExportWithXSLT_HTML.text=Som XHTML (JavaScript version)...
-accessories/plugins/ExportWithXSLT_HTML3.text=Som XHTML (Klikbar kort image version)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Resourser fra RESOURSER node til OpgaveJuggler filen...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Eksporterer resourser fra RESOURSER node til OpgaveJuggler modulet.</html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text=Opgaver fra OPGAVE node til OpgaveJuggler filen...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Eksporterer opgaver fra OPGAVE node til Opgavejuggler modulet.</html>
+accessories/plugins/ExportWithXSLT_HTML3.text=Som XHTML (Klikbar MindMap billed version)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Resourser fra RESOURCER knudepunkttil TaskJuggler filen\u2026
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Eksporterer resourser fra RESOURCER knudepunkt til TaskJuggler modulet.</html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=Opgaver fra TASK knudepunkt til TaskJuggler filen\u2026
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Eksporterer opgaver fra TASK knudepunkt til TaskJuggler modulet.</html>
+action_keystroke_in_use_error=Tastetryk {0} anmoder om handling {1, men} er allerede i brug for handling {2}
active=Aktiv
+actual_map_styles=MindMap betingede formater anvendes p\u00E5 knudepunkt
+actual_node_styles=Knudepunkt betingede formater anvendes p\u00E5 knudepunkt
add=Tilf\u00F8j
AddConnectorAction.text=Tilsluttet
AddElementaryConditionAction.text=Tilf\u00F8j
@@ -43,40 +46,74 @@ addons.installer.canceled=Installation afbrudt
addons.installer.confirm.licence=<html><body><h1>Licens</h1>{0}<p><p><em>Accepterer du denne licens?</em></p></body></html>
addons.installer.failed=Installation fejlede: {0}
addons.installer.freeplaneversion.format.error=Formatfejl i {0} (v\u00E6rdi: {1})
+addons.installer.html.script=Skript tekst kan ikke formateres som HTML
addons.installer.install=Installer
addons.installer.invalid.keyboard.shortcut=Ikke brugbar genvej {0}.
addons.installer.licence.unchanged=Licens er u\u00E6ndret
-addons.installer.map.structure=Fejl i kort struktur: {0}
+addons.installer.map.structure=Fejl i MindMap struktur: {0}
addons.installer.missing.child.nodes=Manglende under knuder: {0}
+addons.installer.missing.permission.attribute=Script {0}: manglende tilladelsesattributter {1}
+addons.installer.missing.properties=Manglende egenskaber: {0}
+addons.installer.missing.translation=Manglende overs\u00E6ttelse af {0} for {1}
+addons.installer.no.scripts=Ingen scripts fundet
+addons.installer.no.zipdata=Ingen zip-data fundet
+addons.installer.nonstandard.permissions=Skriptet kr\u00E6ver f\u00F8lgende tilladelser, der ikke i \u00F8jeblikket er aktiveret: {0}. b\u00F8r de f\u00F8jes til standard tilladelser?
+addons.installer.one.child.expected=Forventet n\u00F8jagtigt \u00E9t underknudepunkt af {0} men fik {1}.
+addons.installer.script.name.suffix=Script navn {0} har ikke et suffiks s\u00E5som ".groovy"
+addons.installer.script.no.execution_mode=Ingen "execution_mode" attribut defineret for {0}
+addons.installer.script.no.menulocation=Ingen "menuLocation" attribut defineret for {0}
+addons.installer.script.no.menutitle=Ingen "menuTitleKey" attribut defineret for {0}
addons.installer.script.no.permissions=Ingen tilladelser defineret for {0}
+addons.installer.success=Installationen lykkedes.\nDen nye tilf\u00F8jelse vil v\u00E6re tilg\u00E6ngelig efter genstart.
+addons.installer.success.update=Opdateret fra {0} til {1}.\nNogle funktioner vil kun v\u00E6re tilg\u00E6ngelige efter genstart.
+addons.installer.title=Indstaller tilf\u00F8jelse
+addons.installer.too.new=Nuv\u00E6rende Freeplane version {0} er for ny. Tilf\u00F8jelsesprogrammet underst\u00F8tter h\u00F8jst {1}
+addons.installer.too.old=Nuv\u00E6rende Freeplane version {0} er for gammel. Tilf\u00F8jelsen beh\u00F8ver mindst {1}
+addons.installer.unknown.deinstallation.rules=Ukendt regel for afinstallation {0}
addons.installer.update=Opdater fra version {0}
+addons.installer.warning=<html><body><strong style="color: red; font-size: 9px">Du b\u00F8r kun installere tilf\u00F8jelser fra kilder, du har tillid til. Ondsindet software kan beskadige data eller kr\u00E6nke dit privatliv.</strong></body></html>
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=Attributter fra typografi
+AddStyleAttributes.tooltip=Tilf\u00F8j attributter fra stil knudepunkt
+AllMapsNodeListAction.text=S\u00F8g og erstat i alle MindMap
+always=Altid
+AlwaysUnfoldedNodeAction.text=Altid udfoldet knudepunkt (indstil/nulstil)
antialias_all=Antialias alt
antialias_edges=Antialias kanter
-antialias_none=Antialias None[translate me]
+antialias_none=Ingen antialias
apply=Anvend
ApplyAction.text=Anvend
ApplyFormatPlugin.text=\u00C6ndr format...
-ApplyFormatPlugin.tooltip=Pr\u00E6senterer en dialogboks i hvilken node og kant attributter kan \u00E6ndres med det samme.
+ApplyFormatPlugin.tooltip=Pr\u00E6senterer en dialogboks i hvilken knudepunkt og kant attributter kan \u00E6ndres med det samme.
ApplyNoFilteringAction.text=Ingen filtrering
+ApplySelectedViewConditionAction.text=Filtrer udvalgte knudepunkter
+ApplyToVisibleAction.text=G\u00E6lder for filtrerede knudepunkt
as_parent=Som for\u00E6ldre
+AskForHelp.text=Bed om hj\u00E6lp i forum
AssignAttributesAction.text=Tildel attributter...
attribute_delete=Slet alle v\u00E6rdier
attribute_delete_value=Slet denne v\u00E6rdi
attribute_font_size_tooltip=Attribut skriftst\u00F8rrelse
attribute_list_box_label_text=Eksisterende v\u00E6rdier
+attribute_name=Attributnavn
attribute_replace=Erstat med
-attribute_top=Alle kendt attributter for de loadede MindMaps
+attribute_top=Alle kendte attributter for de indl\u00E6ste MindMaps
+attribute_value=Attributv\u00E6rdi
+attributes_AddAttributeAction.text=Tilf\u00F8j attribut i dialogboksen\u2026
+attributes_adding_empty_attribute_error=Kan ikke bruge en tom streng som attributnavn
attributes_all=Alle atributter
+attributes_assign_dialog=Udvidet attribut editor
attributes_attribute=Atributter
attributes_close=Luk
attributes_deselect_all=Ingenting
-attributes_dialog_title=Attribute Manager[translate me]
+attributes_dialog_title=Attribut administrator
attributes_edit=Rediger
attributes_edit_tooltip=Rediger s\u00E6t
-attributes_for_selected=Valgte noder
-attributes_for_visible=Alle synlige noder
+attributes_for_selected=Valgte knudepunkt
+attributes_for_visible=Alle synlige knudepunkt
attributes_import=Import
-attributes_import_tooltip=Importer attributter fra de andre loadede maps
+attributes_import_tooltip=Importer attributter fra de andre indl\u00E6ste MindMaps
+attributes_no_import_candidates_found=Ingen nye attributter fundet
attributes_popup_delete=Slet
attributes_popup_down=Ned
attributes_popup_edit=Rediger
@@ -85,97 +122,272 @@ attributes_popup_new=Ny Atribut
attributes_popup_optimal_width=Optimal brede
attributes_popup_up=Op
attributes_refresh=Opdater
+attributes_RemoveAllAttributesAction.text=Fjern alle attributter
+attributes_RemoveFirstAttributeAction.text=Fjern f\u00F8rste attribut
+attributes_RemoveLastAttributeAction.text=Fjern sidste attribut
attributes_restricted_attributes_tooltip=Begr\u00E6ns s\u00E6ttet af atributter
attributes_restricted_values_tooltip=Begr\u00E6ns s\u00E6ttet af v\u00E6rdier for nuv\u00E6rene atribut
attributes_restriction=Begr\u00E6nset set
attributes_select_all=Alt
attributes_select_all_tooltip=V\u00E6lg/frav\u00E6lg alle
attributes_show=Vis
-attributes_skip_root=Skip Rod Node
+attributes_skip_root=Skip rod knudepunkt
attributes_visible=Valgte synlige
attributes_visible_tooltip=Valgte synlige
-automatically_save_message=Mindmap blev automatisk gemt(under filnavnet {0}) ...
-AutomaticLayoutAction.text=Automatisk Layout
-AutomaticLayoutAction.tooltip=<html>Fikser layoutet af mindmappen. <br>Det f\u00F8rste level er sort, det andet bl\u00E5, osv.</html>
-bitmaps=bitmaps[translate me]
-BlinkingNodeHookAction.text=Blinkende Node
-BlinkingNodeHookAction.tooltip=<html>Dette f\u00E5r Noden til at blinke. Men v\u00E6r forsigtig. Brug det ikke p\u00E5 for mange Noder, og <strong>ikke med andre automatiske formateringer p\u00E5 den samme Node </strong></html>
+automatic_layout=Automatisk layout
+automatic_layout_disabled=deaktiveret
+automatically_save_message=Mindmap blev automatisk gemt (med filnavnet {0}) \u2026
+AutomaticEdgeColorHookAction.text=Automatisk kantfarve
+AutomaticLayout.ALL=for alle knudepunkter
+AutomaticLayout.HEADINGS=for ikke blade knudepunkter
+AutomaticLayout.level=Niveau {0}
+AutomaticLayout.level.root=Roden
+AutomaticLayoutAction.text=Anvend niveau typografier
+AutomaticLayoutAction.tooltip=<html>Fasts\u00E6tter layoutet af MindMap.<br>Det f\u00F8rste niveau er sort, det andet bl\u00E5, osv.</html>
+AutomaticLayoutControllerAction.ALL.text=for alle knudepunkter
+AutomaticLayoutControllerAction.HEADINGS.text=for ikke blad knudepunkter
+AutomaticLayoutControllerAction.null.text=deaktiveret
+BackAction.text=G\u00E5 bagl\u00E6ns
+BackAction.tooltip=Hop tilbage i den valgte k\u00E6de
+background=Baggrund
+bitmaps=Bitmaps
+black=Sort
+BlinkingNodeHookAction.text=Blinkende knuddepunkt
+BlinkingNodeHookAction.tooltip=<html>Dette f\u00E5r knudepunktet til at blinke. Men v\u00E6r forsigtig. Brug det ikke p\u00E5 for mange knudepunkter, og <strong>ikke med andre automatiske formateringer p\u00E5 samme knudepunkt</strong></html>
+blue=Bl\u00E5
BoldAction.text=Fed
-boldify_branch=Boldify[translate me]
-cannot_add_parent_diff_parents=Alle noder skal have samme for\u00E6ldre for at buge denne funktion.
-cannot_add_parent_to_root=RodNoden kan ikke tilf\u00F8jes til en ny for\u00E6ldre.
-cannot_move_to_child=Kan ikke flytte en Node til en af dens b\u00F8rn.
-CenterAction.text=Center[translate me]
-ChangeNodeLevelLeftsAction.text=Node venstre
-ChangeNodeLevelLeftsAction.tooltip=Til venstre fra roden skiftes noderne nedad. Den/de bliver barn/b\u00F8rn af dens s\u00F8skende ovenover. Til h\u00F8jre for roden skiftes noden opad. Direkte ved roden, skifter noden(erne) side.
-ChangeNodeLevelRightsAction.text=Node H\u00F8jre
-ChangeNodeLevelRightsAction.tooltip=Til venstre fra roden skiftes noderne nedad. Den/de bliver barn/b\u00F8rn af dens s\u00F8skende ovenover. Til h\u00F8jre for roden skiftes noden opad. Direkte ved roden, skifter noden(erne) side.
+boldify_branch=Fremh\u00E6v
+branch=Forgrening
+browse=Gennemse\u2026
+calendar_attributes_panel=Kalender og attributter
+calendar_panel=Kalender
+can_not_connect_to_info_server=Kan ikke forbinde til information server
+can_not_delete_predefined_style=Kan ikke slette foruddefineret stil
+can_not_delete_root_style=Kan ikke slette rod typografi
+can_not_delete_style_group=Kan ikke slette stilgruppe
+can_not_save_key_set=Kan ikke gemme genvejstaster
+cancel=&Annuller
+CancelAction.text=&Annuller
+cannot_add_parent_diff_parents=Alle knudepunkter skal have samme overknudepunkt for at bruge denne funktion.
+cannot_add_parent_to_root=Rod knudepunkt kan ikke tilf\u00F8jes til en ny overknudepunkt.
+cannot_delete_root=Rodknudepunkt kan ikke slettes eller klippes.
+cannot_join_nodes_with_children=Kan ikke forbinde knudepunkter med underknudepunkter
+cannot_move_to_child=Kan ikke flytte et knudepunkt til en af dens underknudepunkter.
+CenterAction.text=Centrer
+CenterSelectedNodeAction.text=Centrer valgte knudepunkt
+ChangeConnectorArrowsAction.backward.text=Tr\u00E6k pilen tilbage
+ChangeConnectorArrowsAction.both.text=Tr\u00E6k pilen frem og tilbage
+ChangeConnectorArrowsAction.forward.text=Tr\u00E6k pilen tilbage
+ChangeConnectorArrowsAction.none.text=Ingen
+ChangeConnectorArrowsAction.text=\u00C6ndre pile p\u00E5 forbindelser
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Kurve
+ChangeConnectorShapeAction.EDGE_LIKE.text=Simulere kant
+ChangeConnectorShapeAction.LINE.text=Linje
+ChangeConnectorShapeAction.LINEAR_PATH.text=Line\u00E6r sti
+ChangeNodeLevelLeftsAction.text=Flyt knudepunnkt (for\u00E6ldre s\u00F8skende)
+ChangeNodeLevelLeftsAction.tooltip=Til venstre fra roden skiftes knudepunkterne nedad. De bliver underknudepunkter af knudepunkterne ovenover. Til h\u00F8jre for roden skiftes knudepunkter opad. Direkte ved roden, skifter knudepunkterne side.
+ChangeNodeLevelRightsAction.text=Flyt knudepunkt (s\u00F8skende barn)
+ChangeNodeLevelRightsAction.tooltip=Til venstre fra roden skiftes knudepunkterne nedad. De bliver underknudepunkter af knudepunkterne ovenover. Til h\u00F8jre for roden skiftes knudepunkter opad. Direkte ved roden, skifter knudepunkterne side.
choose_background_color=V\u00E6lg baggrundsfarve:
choose_cloud_color=V\u00E6lg sky farve:
choose_edge_color=V\u00E6lg kantfarve
-choose_node_background_color=V\u00E6lg Node baggrundsfarve
-choose_node_color=V\u00E6lg node farve:
+choose_map_background_color=V\u00E6lg MindMap baggrundsfarve
+choose_node_background_color=V\u00E6lg knudepunktsbaggrundsfarve:
+choose_node_color=V\u00E6lg knudepunktsfarve:
+ClearLinkAnchorAction.text=Ryd link anker
+ClearLinkAnchorAction.tooltip=<html>slet tidligere angivet knudepunktsanker</html>
+close_btn=Luk
+CloseAction.text=Luk aktuelle MindMap
+CloudAction.text=Tilf\u00F8j/fjern sky(standard)
+CloudColorAction.text=Skyfarve\u2026
+CloudShapeAction.ARC.text=Bue
+CloudShapeAction.RECT.text=Rektangel
+CloudShapeAction.ROUND_RECT.text=Rund rektangel
+CloudShapeAction.STAR.text=Stjerne
ColorProperty.ResetColor=Reset farve
combined=Kombineret
-connector=Connector[translate me]
-connector_label=Connector Label[translate me]
+condition=Betingelse
+confirmation=Bekr\u00E6ftelse
+connector=Forbindelse
+connector_arrows=Forbindelsespile
+connector_label=Forbindelse etiket
+connector_lines=Forbindelseslinier
+connector_shapes=Forbindelsesfigurer
+ConnectorColorAction.text=Forbindelsefarve\u2026
CopyAction.text=Kopier
+CopyAction.tooltip=Kopier markerede gren
+CopyAttributes.text=Kopier attributter
+CopyIDAction.text=Kopiere knudepunkt ID
+CopyMapStylesAction.text=Kopier MindMap typografi fra\u2026
+CopyNodeURIAction.text=Kopiere knudepunkt URL
+copyright=Copyright \u00A9 2000-2014 Freeplane holdet og andre
+CopySingleAction.text=Kopiere knudepunkt (enkelt)
+CopySingleAction.tooltip=Kopier kun det valgte knudepunkt
+CopyStyleExtensionsAction.text=Kopiere udvidelser fra stil knudepunkt
+corrupt_map=MindMap indhold er beskadiget
+CreateConjunctConditionAction.text=Og
+CreateDisjunctConditionAction.text=Eller
+CreateNotSatisfiedConditionAction.text=Ikke
CreationModificationPluginAction.text=Vis modifikations tidspunkter
-CreationModificationPluginAction.tooltip=<html>Denne funktion holder track p\u00E5 Node oprettelse og modifikations tidspunkter.</html>
+CreationModificationPluginAction.tooltip=<html>Denne funktion holder styr p\u00E5 knudepunkt oprettelse og modifikations tidspunkter.</html>
+current_dir=Mindmaps
CutAction.text=Klip
+decrease_branch_font_size=Mindre skrifttype
+DecreaseNodeFontAction.text=Mindre skrifttype
+default=Standard
+DefaultColorAction.text=Standardfarve
+defaultstyle.details=Detaljer
+defaultstyle.floating=Flydende knudepunkt
+defaultstyle.note=Note
delete=Slet
delete_child=Slet barn
+DeleteAction.text=Fjern n&ode
DeleteConditionAction.text=Slet
+DeleteDetailsAction.text=Fjern knudepunkt detaljer
+DeleteLevelStyleAction.text=Fjern niveau typografi
+DeleteStyleAction.text=Fjern typografi
+DeleteUserStyleAction.text=Fjern brugerdefineret typografi
+dialect_info.app=MindMap fil {0} blev oprettet med programmet {1}.
+dialect_info.later_version=MindMap fil {0} blev oprettet med en senere version af dette program.
+dialect_info.unknownApp=MindMap fil {0} blev oprettet af et ukendt program.
+dialect_info.unknownURL=Hjemmeside er ikke kendt.
+dialect_info.url=Bes\u00F8g program-websted {0} for mere information.
+dialect_info.warning=Freeplane vil muligvis \u00E5bne, vise eller gemme det forkert.
+DirectHtmlFlavorHandler=HTML som enkelt knudepunkt
+DocumentationAction.text=Dokumentation
+down=Ned
+DownConditionAction.text=Ned
+download=Hent
+dropped_file_error=Kunne ikke \u00E5bne tabte filer. \u00C5rsag: {0}
+edge=Kant
+edge_is_formatted_by_style=Kantformat styres af stil. Rediger relaterede typografier hvis det er n\u00F8dvendigt.
edge_style=Kant stil
edge_width=Kantbredde
-EdgeStyleAction.bezier.text=Bezier[translate me]
-EdgeStyleAction.sharp_bezier.text=Sharp Bezier[translate me]
-EdgeStyleAction.sharp_linear.text=Sharp Linear[translate me]
+EdgeColorAction.text=Kant farve\u2026
+EdgeStyleAction.bezier.text=J\u00E6vnt bue (bezier)
+EdgeStyleAction.bezier.tooltip=<html>Vis kanten som en j\u00E6vn kurve.</html>
+EdgeStyleAction.hide_edge.text=Skjul kant
+EdgeStyleAction.hide_edge.tooltip=<html>For markerede knudepunkter vis kanten til overknudepunkter som en <br>punkteret linie. Ellers skjul kanten.</html>
+EdgeStyleAction.horizontal.text=Vandret
+EdgeStyleAction.horizontal.tooltip=<html>Brug vinkelrette streger til kanter.</html>
+EdgeStyleAction.linear.text=Line\u00E6r
+EdgeStyleAction.linear.tooltip=<html>Vis kanten som en lige linje.</html>
+EdgeStyleAction.sharp_bezier.text=Skarp bue (bezier)
+EdgeStyleAction.sharp_bezier.tooltip=<html>Vis kanten som en glat kurve med sk\u00E6rpet ender.</html>
+EdgeStyleAction.sharp_linear.text=Skarp line\u00E6r
+EdgeStyleAction.sharp_linear.tooltip=<html>Vis kanten som en lige linje med sk\u00E6rpet ender.</html>
EdgeStyleAsParentAction.text=Som for\u00E6ldre
-EdgeWidthAction_width_parent.text=Parent[translate me]
-edit_long_node=Edit Long Node[translate me]
-edit_middle_label=Edit Middle Label[translate me]
-edit_source_label=Edit Source Label[translate me]
-EditAction.text=Rediger node
+EdgeStyleAsParentAction.tooltip=<html>Brug kant stilen fra overordnede knudepunkt.</html>[for\u00E6ldet]
+EdgeWidthAction_width_parent.text=For\u00E6lder
+EdgeWidthAction_width_thin.text=Tynd
+edit=R&ediger
+edit.decision=HTML-editor
+edit.edit_rich_text=Vil du bruge formattering s\u00E5 som fed eller kursiv?
+edit_details=Rediger knudepunkt detaljer
+edit_end_label=<html>Forbindelse<br>etiket
+edit_label_font_family=Skrifttype
+edit_label_font_size=Skriftst\u00F8rrelse
+edit_link_manually=Rediger Hyperlink manuelt...
+edit_long_node=Redigere knudepunkt kerne i dialogboksen
+edit_middle_label=<html>Midt<br>etiket
+edit_note=Rediger note
+edit_source_label=<html>Kilde<br>etiket
+edit_target_label=<html>M\u00E5l<br>etiket
+edit_transparency_label=Opacitet
+edit_width_label=Bredde
+EditAction.text=Rediger knudepunkt
EditAttributesAction.text=Rediger Atributter
+EditDetailsAction.text=Rediger knudepunkt detaljer inline
+EditDetailsInDialogAction.text=Redigere knudepunkt detaljer i dialogboksen
EditFilterAction.text=Rediger
-EncryptedMap.text=Opret krypteret mindmap ...
-EncryptedMap.tooltip=Opretter et nyt krypteret mindmap
-EnterPassword.text=Skift Krypteret / Ukrypteret
+EditLongAction.text=Rediger kerne knudepunkt i dialogboksen
+EditNoteInDialogAction.text=Rediger note i dialogboksen
+EditScript=Rediger skript\u2026
+EditStylesAction.text=Rediger typografier
+EncryptedMap.text=Nyt beskyttet (krypteret) MindMap\u2026
+EncryptedMap.tooltip=Nyt beskyttet MindMap
+enter_base_url=Freeplane vil inds\u00E6tte relative links. Indtast basis URL.
+enter_condition_name=Indtast nyt betingelsesnavn
+enter_confirms=Enter bekr\u00E6fter
+enter_keyset_name=Indtaste navn for genvejstaster
+enter_map_url=Indtast MindMap URL
+enter_new_style_name=Indtast nyt navn til typografi
+enter_node_id=Indtast knudepunkt ID
+enter_zoom=Indtast zoom
+EnterPassword.text=Indtast adgangskode
error=Fejl
error_applying_template=Fejl ved anvendelse af XSL template.
error_creating_directory=Kan ikke oprette skuffen til eksport.
-ExecuteScripts.text=Scripts[translate me]
+error_in_template=Fejl i standard MapMind skabelon {0}. Pr\u00F8v at fjerne filen.
+errornumber={0} fejl
+ExecuteScriptError.text=Fejl ved k\u00F8rsel af skript\n{0}
+ExecuteScriptForAllNodes.text=Udf\u00F8r alle skripts
+ExecuteScriptForSelectionAction.text=Udf\u00F8r valgte knudepunkts skripts
+ExecuteScriptOnSelectedNode.text=Udf\u00F8r {0} p\u00E5 alle markerede knudepunkter
+ExecuteScriptOnSelectedNodeRecursively.text=Udf\u00F8r {0} p\u00E5 markerede knudepunkter, rekursivt
+ExecuteScriptOnSingleNode.text=Udf\u00F8r {0} p\u00E5 et markeret knudepunkt
+ExecuteScripts.noScriptsAvailable=Ingen tilg\u00E6ngelige
+ExecuteScripts.text=Skripts
+ExecuteScriptSecurityError.text=Der opstod en fejl under skript-udf\u00F8relsen: {0}
+export_failed=Eksport mislykkedes
export_pdf_text=Portable Document Format (PDF)
export_svg_text=Scalable Vector Graphic (SVG)
-ExportAction.text=Eksport
+export_using_xslt=Freeplane eksport
+ExportAction.text=&Eksporter kort\u2026
+ExportBranchAction.text=Flyt forgrening til ny MindMap\u2026
+ExportBranchToHTMLAction.text=Forgrening som HTML
+exported_file={0} fil
ExportPdf.text=Som PDF
ExportSvg.text=Som SVG
+ExportToHTMLAction.text=HTML
ExportToImage.jpg.text=Som JPG
ExportToImage.png.text=Som PNG
ExportToOoWriter.text=Som Open Office dokument...
ExportToOoWriter.tooltip=[Overs\u00E6t mig]-Unfolded nodes form the structure, folded nodes the conent of the dokument.
-f_button_unassigned=<no action>[translate me]
-FaqOpenURLAction.text=FAQ[translate me]
+extension_menu=Fysisk typografi
+ExternalImage_popupMenu_Change=\u00C6ndre\u2026
+ExternalImage_popupMenu_Open=\u00C5ben i fremviseren
+ExternalImage_popupMenu_Remove=Fjern
+ExternalImage_popupMenu_ResetZoom=Nulstil zoom
+ExternalImageAddAction.text=Tilf\u00F8j billede\u2026
+ExternalImageChangeAction.text=Skift billede\u2026
+ExternalImageRemoveAction.text=Fjern billede
+ExtractLinkFromTextAction.text=Konverter link indefra tekst
+ExtractLinkFromTextAction.tooltip=Angiv hyperlink fra adressen i knudepunktsteksten
+f_button_unassigned=<ingen handling >
+FaqOpenURLAction.text=Ofte Stillede Sp\u00F8rgsm\u00E5l
file=&Filer
file_already_exists=Filen {0} eksisterer allerede. \u00D8nsker du at overskrive den?
file_not_found=Filen {0} findes ikke
FileListFlavorHandler=Henvisninger til filer
+FileProperties_BranchLeafCount=Antallet af bladknudepunkter i valgte forgreninger:
+FileProperties_BranchNodeCount=Antallet af knudepunkter i valgte forgreninger:
+FileProperties_ChangesSinceLastSave=\u00C6ndringer siden sidste gem:
FileProperties_FileName=Filnavn:
FileProperties_FileSaved=Fil gemt:
FileProperties_FileSize=Fil st\u00F8rrelse:
FileProperties_MainBranchCount=Antal hovedgrene:
FileProperties_NeverSaved=Aldrig gemt
+FileProperties_NodeChildCount=Antallet af underknudepunkter i valgte knudepunkter:
+FileProperties_NodeSelectionCount=Antallet af markerede knudepunkter:
+FileProperties_TotalFilteredCount=Antallet af knudepunkter der opfylder filter:
+FileProperties_TotalLeafCount=Samlet antal bladknudepunkter:
+FileProperties_TotalNodeCount=Samlede antal knudepunkter:
+FilePropertiesAction.text=MindMap statistik\u2026
FileRevisionsDialog.cancel=&Annuller
FileRevisionsDialog.file_last_modified=Tidsstempel
FileRevisionsDialog.file_name=Fil
+FileRevisionsDialog.file_size=Bytes
FileRevisionsDialog.open=&\u00C5bn
+FileRevisionsDialog.open.tooltip=\u00C5bn filen, selvom den kan v\u00E6re for\u00E6ldet
+FileRevisionsDialog.question=Fundet revisioner af {0}
FileRevisionsDialog.restore=Gendan
FileRevisionsDialog.restore.tooltip=Erstat {0} med {1}
FileRevisionsDialog.title=Fil versioner
filter=Filter
filter_add=Tilf\u00F8j
filter_and=AND
+filter_any_text=Kerne, detaljer eller note
filter_conditions=Filtre
filter_contains=Indeholder
filter_created_after=Oprettet efter
@@ -186,43 +398,81 @@ filter_dialog=Filter Foraftter
filter_does_not_exist=Eksisterer ikke
filter_edit_description=Rediger filter liste
filter_enter_value=Indtast v\u00E6rdi
+filter_even_level=Ulig niveau knudepunkt
filter_exist=Eksisterer
filter_icon=Ikon
filter_is_equal_to=Er lig med
filter_is_not_equal_to=Er forskellig fra
-filter_link=Hyperlink[translate me]
+filter_leaf=Bladknudepunkt
+filter_link=Hyperlink
+filter_match_approximately=Omtrentlig
+filter_match_approximately_tooltip=<html>Tillad omtrentlige tr\u00E6f,<br/> dvs. s\u00F8gning efter 'filer' vil finde 'fluer'.</html>
+filter_match_case=Versalf\u00F8lsom
+filter_match_case_tooltip=Hvorvidt der skal tages hensyn til store/sm\u00E5 bogstaver.
filter_modified_after=\u00C6ndret efter
filter_modified_before=\u00C6ndret f\u00F8r
filter_no_filtering=Ingen filtrering
-filter_node=Node tekst
+filter_node=Knudepunkt tekst
+filter_node_level=Knudepunktsniveau
filter_not=NOT
+filter_note=Note
+filter_odd_level=Lige niveau knudepunkt
filter_or=OR
+filter_parent=Over knudepunkt tekst
+filter_periodic_level=Periodisk
filter_priority=Prioritet
+filter_regexp_matches=Matcher regexp
+filter_reminder=P\u00E5mindelse
filter_reminder_after=Planlagt efter
filter_reminder_before=Planlagt f\u00F8r
+filter_reminder_executed=allerede udf\u00F8rt
+filter_reminder_later=Planlagt senere
+filter_root=Rod knudepunkt
+filter_script=Skript filter
filter_select=V\u00E6lg
-filter_selected_node_view=For nuv\u00E6rende valgte noder
+filter_selected_node_view=For nuv\u00E6rende valgte knudepunkter
+filter_selected_node_view_snapshot=Gemt markering
+filter_style=Typografi
+filter_time=Datofilter
FilterComposerDialog.save=&Gem
+filters_not_loaded=Filteret kunne ikke indl\u00E6ses, fil beskadiget
find_what=Find hvad
-FindAction.text=Find...
+FindAction.text=S\u00F8g\u2026
+FirstGroupNodeAction.text=Sammenfattende knudepunkt (begynder gruppen)
+fit_map_to_page=Tilpas til \u00E9n side
+fit_map_to_page_height=Tilpas h\u00F8jde til \u00E9n side
+fit_map_to_page_width=Tilpas bredde til \u00E9n side
FitToPage.text=Zoom til passer til siden
FitToPage.tooltip=Justerer zoomen s\u00E5 hele mindmappen kan v\u00E6re i det nuv\u00E6rende vindue.
-fold=Fold[translate me]
+fold=Fold ind
FoldAllAction.text=Fold alt
-FoldAllAction.tooltip=<html>Folder den valgte Node og alle dens b\u00F8rn.</html>
+FoldAllAction.tooltip=<html>Folder de valgte knudepunkter og alle underknudepunkter.</html>
FoldOneLevelAction.text=Fold et niveau
-FoldOneLevelAction.tooltip=<html>Folder den valgte node med et niveau.</html>
+FoldOneLevelAction.tooltip=<html>Folder det valgte knudepunkt ind med et niveau.</html>
follow_graphical_link=G\u00E5 til:
FollowLinkAction.text=F\u00F8lg link
font=Skrifttype
FontFamilyAction.text=Skrifttype familie
FontSizeAction.text=Skriftst\u00F8rrelse
+format_invalid_pattern=Ikke et gyldig m\u00F8nster
+format_menu_cloud_shapes=Tilf\u00F8j Sky eller \u00E6ndre stil
format_menu_edge_styles=Kant stil
format_menu_edge_widths=Kant bredde
+format_panel=Format
FormatCopy.text=Kopier format
-FormatCopy.tooltip=<html>Kopierer formatet af en node.</html>
+FormatCopy.tooltip=<html>Kopierer formatet af et knudepunkt.</html>
FormatPaste.text=Inds\u00E6t format
-FormatPaste.tooltip=<html>Inds\u00E6tter formatet af en Node.</html>
+FormatPaste.tooltip=<html>Inds\u00E6tter formatet af et knudepunkt.</html>
+formats_not_loaded=Formater kunne ikke indl\u00E6ses, fil beskadiget
+formula.error.attributeValueIsNull=Attributv\u00E6rdi "{0}" er null efter evaluering.
+formula.error.circularReference=Cirkul\u00E6r reference: formel i knudepunkt "{0}" refererer til sig selv.
+formula.EvaluateAllAction.text=Evaluere alle
+formula.EvaluateAllAction.tooltip=Evaluere alle formler i det aktuelle Mindmap
+formula.menuname=Formler
+formula_editor=Rediger formlen
+ForwardAction.text=Fremad
+ForwardAction.tooltip=Hop fremad i den valgte k\u00E6de
+FreeNodeAction.text=Frit placeret knudepunkt (indstil/nulstil)
Freeplane.progress.buildScreen=Opbygger sk\u00E6rm...
Freeplane.progress.createController=Opretter Kontroler...
Freeplane.progress.createInitialMode=Opretter initial mode...
@@ -234,10 +484,12 @@ Freeplane.progress.propagateLookAndFeel=Udbred Look And Feel...
Freeplane.progress.settingPreferences=S\u00E6tter preferencer...
Freeplane.progress.startCreateController=Start skab Controller...
Freeplane.progress.updateLookAndFeel=Opdater Look and Feel...
-freeplane_reverted=Freeplane_Reverted_
+freeplane_reverted=Freeplane_Gendannet_
FreeplaneHelpStarter.text=Hj\u00E6lp...
FreeplaneHelpStarter.tooltip=Freeplane udviddet hj\u00E6lp
+GettingStartedAction.text=Tutorial
GotoLinkNodeAction.text=G\u00E5 til Link
+GotoNodeAction.text=G\u00E5 til knudepunkt med ID\u2026
GrabKeyDialog.common.cancel=Annuller
GrabKeyDialog.common.ok=OK
GrabKeyDialog.grab-key.assigned-to=Tildelt til
@@ -246,71 +498,168 @@ GrabKeyDialog.grab-key.clear=Ryd(clear)
GrabKeyDialog.grab-key.remove=Fjern
GrabKeyDialog.grab-key.remove-ask=Er du sikker p\u00E5 du vil fjerne denne tastaturtast?
GrabKeyDialog.grab-key.title=Indtast ny tast
+green=Gr\u00F8n
+help=&Hj\u00E6lp
+HideableAction.tooltip=<html>Markerer baggrund for hvert \u00E6ndret knudepunkt.</html>
HideAllAttributesAction.text=Skjul alle atributter
+HierarchicalIcons2Action.text=Vis sk\u00E6ringspunktet mellem underknudepunkter ikoner
HierarchicalIconsAction.text=Vis ikoner hirakisk
HierarchicalIconsAction.tooltip=Hvis en af mine (b\u00F8rne)b\u00F8rn har en ikon, s\u00E5 vil jeg ogs\u00E5 vise den ikon i lille format.
-HotKeyInfoAction.text=Key Reference[translate me]
-icon_0%=0%[translate me]
-icon_100%=100%[translate me]
-icon_25%=25%[translate me]
-icon_50%=50%[translate me]
-icon_75%=75%[translate me]
-icon_bee=Freeplane[translate me]
-icon_bookmark=Excellent[translate me]
-icon_broken-line=Broken[translate me]
+hot_keys=Genvejstaster
+hot_keys_table=Genvejstaster tabel
+HotKeyInfoAction.text=Tastaturgenveje
+html_export_based_on_headings=HTML-eksport - baseret p\u00E5 overskrifter
+html_export_fold_all=HTML-eksport - Fold alle ind
+html_export_fold_currently_folded=HTML-eksport - Fold i \u00F8jeblikket foldet
+html_export_no_folding=HTML-eksport - alt foldet ud
+html_problem=<html>Kan ikke genere html<br><br>{0}
+icon_0%=0%
+icon_100%=100%
+icon_25%=25%
+icon_50%=50%
+icon_75%=75%
+icon_addition=Addition
+icon_attach=Se her
+icon_audio=Audio
+icon_back=Tilbage
+icon_bee=Freeplane
+icon_bell=Husk
+icon_bookmark=Fremragende
+icon_broken-line=Brudt
+icon_button_cancel=Ikke OK
icon_button_ok=OK
icon_calendar=Dato
-icon_closed=No Entry[translate me]
-icon_decrypted=Unlocked[translate me]
+icon_checked=Valgt
+icon_clanbomber=Farlig
+icon_clock=Tid
+icon_clock2=P\u00E5mindelse
+icon_closed=Ingen post
+icon_decrypted=Ul\u00E5st
+icon_desktop_new=Glem ikke
+icon_division=Division
icon_down=Ned
+icon_edit=Pr\u00E6ciser
+icon_encrypted=L\u00E5st
+icon_executable=Eksekverbar
icon_family=Familie
-icon_fema=Females[translate me]
-icon_female1=Female1[translate me]
-icon_female2=Female2[translate me]
-icon_females=Females[translate me]
-icon_flag=Red Flag[translate me]
-icon_flag-black=Black Flag[translate me]
-icon_flag-pink=Pink Flag[translate me]
-icon_folder=Folder[translate me]
-icon_freemind_butterfly=FreeMind[translate me]
-icon_full-1=Prioitet 1
-icon_full-2=Prioitet 2
-icon_full-3=Prioitet 3
-icon_full-4=Prioitet 4
-icon_full-5=Prioitet 5
-icon_full-6=Prioitet 6
-icon_full-7=Prioitet 7
-icon_go=Green Traffic Light[translate me]
+icon_fema=Mand & kvinde
+icon_female1=Kvinde1
+icon_female2=Kvinde2
+icon_females=Kvinder
+icon_flag=R\u00F8dt flag
+icon_flag-black=Sort flag
+icon_flag-blue=Bl\u00E5t flag
+icon_flag-green=Gr\u00F8nt flag
+icon_flag-orange=Orange flag
+icon_flag-pink=Lyser\u00F8dt flag
+icon_flag-yellow=Gult flag
+icon_folder=Mappe
+icon_forward=Fremad
+icon_freemind_butterfly=FreeMind
+icon_full-0=Prioritet 0
+icon_full-1=Prioritet 1
+icon_full-2=Prioritet 2
+icon_full-3=Prioritet 3
+icon_full-4=Prioritet 4
+icon_full-5=Prioritet 5
+icon_full-6=Prioritet 6
+icon_full-7=Prioritet 7
+icon_full-8=Prioritet 8
+icon_full-9=Prioritet 9
+icon_go=Gr\u00F8nt trafiklys
+icon_gohome=Hjem
+icon_group=Gruppe
+icon_help=Sp\u00F8rgsm\u00E5l
+icon_hourglass=Venter
+icon_icon_not_found=Ikon ikke fundet
icon_idea=Ide
-icon_info=Info[translate me]
-icon_kmail=E-Mail[translate me]
+icon_image=Billede
+icon_info=Info
+icon_internet=Internet
+icon_internet_warning=Internet advarsel
+icon_kaddressbook=Telefon
+icon_kmail=E-mail
+icon_knotify=Musik
icon_korn=Mailboks
-icon_list=List[translate me]
-icon_Mail=Mail[translate me]
-icon_male1=Male1[translate me]
-icon_male2=Male2[translate me]
-icon_penguin=Linux[translate me]
-icon_smiley-neutral=No Mind[translate me]
+icon_ksmiletris=Glad
+icon_launch=Start
+icon_licq=Rar
+icon_list=Liste
+icon_Mail=Mail
+icon_male1=Mand1
+icon_male2=Mand2
+icon_males=M\u00E6nd
+icon_menu=Ikon
+icon_messagebox_warning=Vigtigt
+icon_mindmap=MindMap
+icon_multiplication=Multiplikation
+icon_narrative=Fort\u00E6lling
+icon_negative=Negativ
+icon_neutral=Neutral
+icon_password=N\u00F8gle
+icon_pencil=Skal pr\u00E6ciseres
+icon_penguin=Linux
+icon_positive=Positiv
+icon_prepare=Gult lys
+icon_revision=Revision
+icon_smiley-angry=Vred
+icon_smiley-neutral=Neutral
+icon_smiley-oh=Overrasket
icon_smily_bad=Jeg finder det ikke morsomt
-icon_stop-sign=Stop[translate me]
+icon_stop=R\u00F8dt lys
+icon_stop-sign=Stop
+icon_subtraction=Subtraktion
+icon_unchecked=Fravalgt
icon_up=Op
-icon_wizard=Magic[translate me]
-IconGroupPopupAction.arrows.text=Arrows[translate me]
-IconGroupPopupAction.flags.text=Flags[translate me]
-IconGroupPopupAction.numbers.text=Numbers[translate me]
-IconGroupPopupAction.office.text=Office[translate me]
-IconGroupPopupAction.smiley.text=Smiley[translate me]
+icon_user_icon=Brugerikoner
+icon_very_negative=Meget negativ
+icon_very_positive=Meget positiv
+icon_video=Video
+icon_wizard=Magisk
+icon_xmag=Skal dr\u00F8ftes
+icon_yes=Vigtigt
+IconGroupPopupAction.arrows.text=Pile
+IconGroupPopupAction.docs_folders.text=Dokumenter & mapper
+IconGroupPopupAction.flags.text=Flage
+IconGroupPopupAction.math.text=Matematik
+IconGroupPopupAction.media.text=Medie
+IconGroupPopupAction.miscellaneous.text=Diverse
+IconGroupPopupAction.nature.text=Natur
+IconGroupPopupAction.numbers.text=Numre
+IconGroupPopupAction.office.text=Kontor
+IconGroupPopupAction.people.text=Personer
+IconGroupPopupAction.rating.text=Bed\u00F8mmelse
+IconGroupPopupAction.signs.text=Symboler
+IconGroupPopupAction.smiley.text=Smiley
+IconGroupPopupAction.time.text=Tid
+IconGroupPopupAction.user.text=Brugerikoner
+IconProgressExtended10Action.text=Udvidet statusindikator (10%)
+IconProgressExtended10Action.tooltip=<html>Tilf\u00F8jer en statusindikator som \u00F8ges med 10% ved dobbelt venstre klik.<br>Ctrl + venstre dobbeltklik formindsker/fjerner det. </ html>
+IconProgressExtended25Action.text=Udvidet statusindikator (25%)
+IconProgressExtended25Action.tooltip=<html>Tilf\u00F8jer en statusindikator som \u00F8ges med 25% ved dobbelt venstre klik.<br>Ctrl + venstre dobbeltklik formindsker/fjerner det. </ html>
+IconProgressIconDownAction.text=Reducer fremskridt
+IconProgressIconDownAction.tooltip=Reducerer/inds\u00E6t/fjern udviklingsikon (100% -> 75% -> 50% -> 25% -> 0% -> fjern).
+IconProgressIconUpAction.text=\u00D8g fremskridt
+IconProgressIconUpAction.tooltip=Reducerer/inds\u00E6t udviklingsikon (0%-> 25%-> 50%-> 75%-> 100% + OK).
+IconProgressRemoveAction.text=Fjern udviklingsikon
+IconProgressRemoveAction.tooltip=Fjerner udvikllingsikoner og udvidede udvikllingsikon.
IconSelectionPlugin.text=V\u00E6lg icon...
IconSelectionPlugin.tooltip=<html>Her kan du v\u00E6lge en icon via et undervindue.</html>
-import=Import[translate me]
-import_linked_branch_no_link=Den valgte Node har ingen link at importere fra.
+image_covertLink=Konvertere link til billede
+ImageFlavorHandler=Billede (brug separat fil)
+import=Importer
+import_linked_branch_no_link=Det valgte knudepunkthar ingen link at importere fra.
ImportAction.text=Import
-ImportLinkedBranchAction.text=Linked Branch[translate me]
-ImportLinkedBranchWithoutRootAction.text=Import uden rod
-ImportMindmanagerFiles.text=MindManager X5 Map...
+ImportBranchAction.text=Forgrening\u2026
+ImportExplorerFavoritesAction.text=Explorer favoritter\u2026
+ImportFolderStructureAction.text=Mappestruktur\u2026
+ImportLinkedBranchAction.text=Linked forgrening
+ImportLinkedBranchWithoutRootAction.text=Sammenk\u00E6det gren &uden rod\u2026
+ImportMindmanagerFiles.text=MindManager X5 MindMap\u2026
increase_branch_font_size=St\u00F8rre skrifttype
IncreaseNodeFontAction.text=St\u00F8rre skrifttype
internal_error_tooltip=Der opstod interne fejl. Klik for at \u00E5bne den seneste logfil log.0 for flere detaljer.
+invalid_export_file=Ugyldig filnavn for eksport
invalid_file_msg=Kunne ikke finde filen til {0}
invalid_uri=Ugyldig URI "{0}"
invalid_url=Kunne ikke oprette gyldig URL
@@ -318,86 +667,286 @@ invalid_url_msg=Kunne ikke oprette gyldig URL for {0}
ItalicAction.text=Kursiv
italicise_branch=Kursiv\u00E9r
java_version=Java-version: {0}
-JoinNodesAction.text=Join Nodes[translate me]
+JoinNodesAction.text=Forbind knudepunkter
+latex_editor=Rediger LaTeX formel
LatexDeleteLatexAction.text=Fjern LaTe&X-formular
LatexEditLatexAction.text=Redig\u00E9r &LaTeX-formular...
+LatexInsertLatexAction.msg1=<html>Du fors\u00F8ger at inds\u00E6tte en <i>\u00E6ldre</i> LaTeX formel.<br/>Den nye m\u00E5de at skabe LaTeX tekst/formler er beskrevet p\u00E5 denne side:</html>
+LatexInsertLatexAction.msg2=<html>Kort sagt: <ul><li>brug "\\latex" pr\u00E6fiks i knudepunktsteksten eller </li><li><i> panel Vis-> Egenskaber</i>, derefter<i>Core tekst ->Format->Latex</i></li></ul></html>
LatexInsertLatexAction.text=Tilf\u00F8j &LaTeX-formular...
-less_than_two_selected_nodes=Du skal v\u00E6lge mindst to Noder fo at f\u00E5 links.
+latexPatternFormat=LaTeX
+less_than_two_selected_nodes=V\u00E6lg mindst to knudepunkt for at f\u00E5 links.
license=Licens: GPL 2 eller senere
license_text=<html>Dette program er fri software. Du kan redistribuere og/eller<br>modificere det under de betingelser der er angivet i GNU General Public License,<br>som udgivet af Free Software Foundation; enten version 2<br>af licensen eller (efter eget valg) enhver senere version.<br><br>Dette program distribueres i h\u00E5b om at det vil vise sig nyttigt,<br>men UDEN NOGEN FORM FOR GARANTI; selv uden de underforst\u00E5ede garantier<br>omkring SALGBARHED eller EGNETHED TIL ET BESTEM [...]
link_error=Linket "{0}" er ukorrekt og blev ikke indl\u00E6st
-link_not_available_any_more=Linket er ikke l\u00E6ngere gyldigt, da noden er blevet slettet.
-link_not_found=Linket {0} blev ikke fundet
-long_node_changed_cancel=Du har \u00E6ndret denne node. \u00D8nsker du at forkaste disse \u00E6ndringer?
-long_node_changed_submit=Du har \u00E6ndret denne node. \u00D8nsker du at gemme disse \u00E6ndringer?
-map_not_saved=Dette MindMap var ikke gemt f\u00F8r.
+link_not_available_any_more=Linket er ikke l\u00E6ngere gyldigt, da knudepunktet er blevet slettet.
+link_not_found=Linket {0} blev ikke fundet.
+load=Indl\u00E6s
+load_accelerator_presets=Indl\u00E6s
+LoadAcceleratorPresetsAction.textPatterns.text=Tekstm\u00F8nstre
+locking_failed_by_open=L\u00E5sning af MindMap {0} mislykkedes. \u00C5bner som skrivebeskyttet.
+locking_failed_by_save_as=L\u00E5sning af MindMap {0} mislykkedes. Gem som afbrudt.
+locking_old_lock_removed=MindMap {0} blev l\u00E5st af brugeren {1}. L\u00E5sen er blevet fjernet, fordi den er gammel.
+long_node_changed_cancel=Du har \u00E6ndret knudepunktet. Slet \u00E6ndringer?
+long_node_changed_submit=Du har \u00E6ndret knudepunktet. Slet \u00E6ndringer?
+lots_of_links_warning=Du er ved at oprette en masse links til samme knudepunkt. Vil du oprette disse links?
+main_resource_directory=Installation ressourcer: {0}
+MainView.errorUpdateText=Fejl ved indstilling af teksten for f\u00F8lgende input: {0}.
+MakeLinkFromAnchorAction.text=Lav link fra anker
+MakeLinkFromAnchorAction.tooltip=<html>opret en lokal eller global link fra<br/> ankerknudepunktet til det valgte knudepunkt</html>
+MakeLinkToAnchorAction.text=G\u00F8r link til anker
+MakeLinkToAnchorAction.tooltip=<html>opret en lokal eller global link fra<br/> det valgte knudepunkt til ankerknudepunktet</html>
+ManageAddOnsAction.text=Tilf\u00F8jelser
+ManageAddOnsDialog.activate=Aktiver
+ManageAddOnsDialog.activation.success={0} aktiveres efter en genstart.
+ManageAddOnsDialog.authored.by=af {0}
+ManageAddOnsDialog.cannot.activate=Kan ikke aktivere: {0} er allerede aktiv.
+ManageAddOnsDialog.cannot.configure=Kan ikke konfigurere {0}.
+ManageAddOnsDialog.cannot.deactivate=Kan ikke deaktivere: {0} er ikke aktiv.
+ManageAddOnsDialog.cannot.deinstall=Kan ikke afinstallere {0}.
+ManageAddOnsDialog.configure=Konfigurer
+ManageAddOnsDialog.deactivate=Deaktivere
+ManageAddOnsDialog.deactivation.success={0} vil v\u00E6re deaktiveret efter en genstart.
+ManageAddOnsDialog.deinstall=Afinstallere
+ManageAddOnsDialog.deinstallation.success={0} vil v\u00E6re afinstalleret efter en genstart.
+ManageAddOnsDialog.error=Fejl ved installation: {0}.
+ManageAddOnsDialog.install=&Installer
+ManageAddOnsDialog.install.from.known.location=Installer add-on fra en kendt placering
+ManageAddOnsDialog.install.tooltip=Inds\u00E6t en URL eller en tilf\u00F8jelsesinstallations her
+ManageAddOnsDialog.map.not.opened=MindMap {0} synes ikke at v\u00E6re \u00E5bnet.
+ManageAddOnsDialog.really.deinstall=Bekr\u00E6ft afinstallering {0}?
+ManageAddOnsDialog.search=S\u00F8g efter add-ons
+ManageAddOnsDialog.search.file=S\u00F8g
+ManageAddOnsDialog.select.tooltip=V\u00E6lg fil
+ManageAddOnsDialog.status.downloading=Henter fil\u2026
+ManageAddOnsDialog.status.installing=Installere tilf\u00F8jelse\u2026
+ManageAddOnsDialog.status.success={0} installeret.
+ManageAddOnsDialog.tab.install=S\u00F8g og indstallere
+ManageAddOnsDialog.tab.install.tooltip=S\u00F8g efter og installere nye tilf\u00F8jelser
+ManageAddOnsDialog.tab.manage=Tilf\u00F8jelser
+ManageAddOnsDialog.tab.manage.themes=Temaer
+ManageAddOnsDialog.tab.manage.themes.tooltip=Administrer installerede temaer
+ManageAddOnsDialog.tab.manage.tooltip=Administrer installerede tilf\u00F8jelsesprogrammer
+ManageAddOnsDialog.visit.addon.page=Bes\u00F8g tilf\u00F8jelse side\u2026
+ManageConditionalStylesAction.text=Ad&ministrer betingede typografier for MindMap
+ManageNodeConditionalStylesAction.text=&Administrer betingede typografier for knudepunkter
+map_already_exists=MindMap findes allerede. Vil du overskrive?
+map_corrupted=MindMap beskadiget. Se detaljer?
+map_load_error=Kunne ikke indl\u00E6se MindMap {0}
+map_locked_by_open=MindMap {0} er allerede ved at blive redigeret af brugeren {1}. \u00C5ben som skrivebeskyttet.
+map_locked_by_save_as=MindMap {0} redigeres af brugeren {1}. Gem som handling afbrudt.
+map_not_saved=MindMap er ikke gemt endnu.
+MapBackgroundColorAction.text=MindMap baggrundsfarve
+MaxNodeWidth.text=Angiv maksimal knudepunktsbredde
+menu_applyStyle=Anvend typografi
menu_attributes=Atributter
+menu_clouds=Skyer
+menu_copy=Kopier
+menu_coreFormat=Knudepunkt kerne
+menu_details=Detaljer
+menu_displayAttributes=Knudepunktsattributter
+menu_encryption=Kodeords-beskyttelse
+menu_error=Fejl i brugerdefineret menustruktur {0}:\n{1}\nafbryder
+menu_extensions=Knudepunkt udvidelser
menu_extras=V\u00E6rkt\u00F8jer
menu_file_import=Import
-menu_filter=Filter[translate me]
+menu_filter=Filter
menu_format=Formater
+menu_group=Knudepunkt gruppe
+menu_hoverView=V\u00E6rkt\u00F8jstip
+menu_iconByCategory=Ikon efter kategori\u2026
+menu_iconView=Ikoner
+menu_image=Billede
menu_insert=Inds\u00E6t
+menu_latex_formula=LaTeX formel
+menu_links=Link
+menu_manageStyles=&Administrer typografier
+menu_moveNode=Flyt og sorter
menu_navigate=Naviger
+menu_newNode=Nyt knudepunkt
+menu_node=Knudepunkt
+menu_node_features=Kn&udepunktsgenskaber
+menu_nodes=&Knudepunkter
+menu_nodeView=Knudepunkt kerne
+menu_notes=Note
+menu_noteView=Noter
+menu_openmaps=MindMaps
+menu_progress=Udviklingsikon (%)
+menu_remove_icons=Fjern ikoner
+menu_removeAttribute=Fjern attributten
+menu_select=V\u00E6lg
+menu_time=Tidsstyring
+menu_title=Knudepunkt kerne
+menu_toolbars=V\u00E6rkt\u00F8jslinjer
menu_view=Vis
-mode_File=File Mode[translate me]
-mode_MindMap=MindMap Mode[translate me]
+menu_viewmode=Se indstillinger
+MenuUtils.invalid_menuitem={0} er ikke en gyldig menu element n\u00F8gle.
+mindmap=MindMap
+MindMapNodesFlavorHandler=Knudepunktshierarki
+mindmaps=&MindMaps
+mindmaps_desc=MindMaps (*.mm)
+mindmaps_filter_desc=Filtre (*.mmfilter)
+MinNodeWidth.text=Indstil minimum knudepunktsbredde
+mode_Browse=Gennemse tilstand
+mode_File=Filtilstand
+mode_MindMap=MindMap tilstand
+mode_na=Tilstand ikke tilg\u00E6ngelig
mode_status=Visning skiftet {0} Visning
mode_title=Freeplane - {0} Visning
-modes=Modes[translate me]
-ModesMenuAction.File.text=File Explorer[translate me]
-ModesMenuAction.MindMap.text=Mind Map Editor[translate me]
-most_recent_files=Nyeste filer
-new_node_as_sibling_not_possible_for_the_root=Du kan ikke inds\u00E6tte node parallelt med roden
-NewChildAction.text=New Child Node[translate me]
-NewMapAction.text=Ny
-NewParentNode.text=Ny for\u00E6ldre Node
+modes=Tilstand
+ModesMenuAction.Browse.text=MindMap browser
+ModesMenuAction.File.text=Filh\u00E5ndtering
+ModesMenuAction.MindMap.text=MindMap editor
+most_recent_files=Seneste MindMap
+MoveToRootAction.text=G\u00E5 til roden
+NameConditionAction.text=Angiv navn
+NavigationNextMapAction.text=N\u00E6ste MindMap
+NavigationPreviousMapAction.text=Forrige MindMap
+new=&Ny
+new_map_from_user_templates.text=Ny MindMap fra skabelon\u2026
+new_mindmap=Ny Mindmap
+new_node=Nyt knudepunkt
+new_node_as_sibling_not_possible_for_the_root=Du kan ikke inds\u00E6tte knudepunkt parallelt med rodknudepunkt
+new_version_available=Ny version "{0}" er tilg\u00E6ngelig
+NewChildAction.text=Ny underknudepunkt
+NewerFileRevisionsFoundDialog.cancel=&Spring over
+NewerFileRevisionsFoundDialog.cancel.tooltip=\u00C5ben ikke denne fil
+NewerFileRevisionsFoundDialog.file_last_modified=Tidsstempel
+NewerFileRevisionsFoundDialog.file_name=Fil
+NewerFileRevisionsFoundDialog.file_size=Bytes
+NewerFileRevisionsFoundDialog.open=&\u00C5bn
+NewerFileRevisionsFoundDialog.open.tooltip=\u00C5bn filen, selvom den kan v\u00E6re for\u00E6ldet
+NewerFileRevisionsFoundDialog.question=Fundet nyere udgaver af {0}!
+NewerFileRevisionsFoundDialog.restore=Gendan
+NewerFileRevisionsFoundDialog.restore.tooltip=Erstat {0} med {1}
+NewerFileRevisionsFoundDialog.title=Fundet nyere udgaver af {0}!
+NewFreeNodeAction.text=Ny frit knudepunkt
+NewLevelStyleAction.text=Tilf\u00F8j niveau typografi
+newmap.install.addon.question={0} er tilsyneladende en add-on pakke.\nVil du installere den?\n(V\u00E6lg "Nej" for normal \u00E5ben.)
+newmap.install.addon.title=Installer tilf\u00F8jelse?
+NewMapAction.text=&Ny MindMap
+NewMapViewAction.text=Ny MindMap visning
+NewParentNode.text=Nyt overknudepunkt
NewParentNode.tooltip=<html>Alt valgt bliver sendt til en ny for\u00E6ldre.</html>
-NewPreviousSiblingAction.text=Ny Node h\u00F8jere niveau
-NewSiblingAction.text=Ny Node samme niveau
+NewPreviousSiblingAction.text=Nyt tidligere sidestillet knudepunkt
+NewSiblingAction.text=Nyt knudepunkt p\u00E5 samme niveau
+NewSummaryAction.text=Ny oversigts knudepunkt (valgte knudepunktet)
+NewUserStyleAction.text=Ny typografi fra udv\u00E6lgelsen
+NextNodeAction.BACK.text=G\u00E5 til forrige knudepunkt
+NextNodeAction.BACK_N_FOLD.text=G\u00E5 til forrige knudepunkt (fold)
+NextNodeAction.FORWARD.text=G\u00E5 til n\u00E6ste knudepunkt
+NextNodeAction.FORWARD_N_FOLD.text=G\u00E5 til n\u00E6ste knudepunkt (fold)
+NextPresentationItemAction.text=Folde n\u00E6ste pr\u00E6sentation element ud
no=Nej
+no_copy_attributes_before_paste_attributes=Du kan ikke inds\u00E6tte attributter, f\u00F8r du har kopieret nogle.
+NO_FORMAT=Tekst
no_format_copy_before_format_paste=Du kan ikke inds\u00E6tte et format f\u00F8r du har kopieret et.
-node=Node[translate me]
-node_changed_discard_changes=Du har \u00E6ndret denne node. \u00D8nsker du at forkaste disse \u00E6ndringer?
-NodeBackgroundColorAction.text=Node baggrundsfarve
-NodeColorBlendAction.text=Blend Color[translate me]
-NodeDownAction.text=Node Down[translate me]
-NodeListAction.text=Vis mindmap historik...
-NodeListAction.tooltip=Vis alle Noder med deres oprettelses/redigerings datoer.
-NodeShapeAction.fork.text=Fork[translate me]
-NodeUpAction.text=Node Up[translate me]
-nonboldify_branch=Unboldify[translate me]
-nonitalicise_branch=Unitalicise[translate me]
-normal=Normal[translate me]
-ok=OK[translate me]
-OKAction.text=OK[translate me]
-OpenFreeplaneSiteAction.text=Freeplane's Homepage[translate me]
+no_found_from=<html>Ingen <u>{0}</u> fundet fra "{1}".</html>
+no_more_found_from=<html>Ikke mere fundet<u>{0}</u> fra "{1}".</html>
+no_previous_find=Ingen foreg\u00E5ende tr\u00E6f.
+no_styles_found_in_map=Ingen typografier fundet i MindMap
+node=Knudepunkt
+node_changed_discard_changes=Du har \u00E6ndret knudepunktet. Slet \u00E6ndringer?
+node_is_write_protected=Destinationsknudepunktet er skrivebeskyttet.
+node_location_help=Tr\u00E6k \u00E6ndrer knudepunkt placering, ctrl+tr\u00E6kke \u00E6ndrer afstande, dobbeltklik og ctrl+dobbeltklik nulstille dem.
+node_selector=Knudepunktsudvalg
+node_selector_message=Dobbeltklik for at v\u00E6lge knudepunkt
+node_styles=Knudepunkt typografi
+NodeBackgroundColorAction.text=&Knudepunkt baggrundsfarve\u2026
+NodeColorAction.text=Knudepunktsfarve\u2026
+NodeColorBlendAction.text=Blandingsfarven
+NodeDownAction.text=Flyt knudepunkt
+NodeExtensions.EditNodeExtensions=Rediger knudepunkt udvidelser
+NodeExtensions.RemoveNodeExtensions=Fjern knudepunkt udvidelser
+NodeListAction.text=S\u00F8g og erstat\u2026
+NodeListAction.tooltip=Viser alle knudepunkter som en s\u00F8gbar liste med filteregenskaber.
+NodeShapeAction.bubble.text=Boble
+NodeShapeAction.fork.text=&Forgrening
+NodeUpAction.text=Flyt knudepunkt (s\u00F8skende op)
+NodeWidthAction.text=S\u00E6t gr\u00E6nse for knudepunkt bredde
+nonboldify_branch=Fjern fremh\u00E6v
+nonitalicise_branch=Fjern kursiv
+normal=Normal
+not_saved_for_image_error=MindMap skal gemmes, f\u00F8r du kan angive et billede med filh\u00E5ndtering
+not_saved_for_link_error=MindMap skal gemmes, f\u00F8r du kan angive et link med filh\u00E5ndtering
+note_window_location=Notepanel placering
+ok=&OK
+OKAction.text=&OK
+OnlineReference.text=Online MindMap dokumentation
+open_asMindMap=MindMap
+OpenAction.text=\u00C5ben gemt MindMap\u2026
+OpenFreeplaneSiteAction.text=Freeplanes hjemmeside
+OpenMapsAddLocation.text=Tilf\u00F8j OpenMaps placering\u2026
+OpenMapsRemoveLocation.text=Fjerne OpenMaps placering
+OpenMapsViewLocation.text=Se OpenMaps placering\u2026
+OpenPathAction.text=\u00C5bn fil
+OpenURLMapAction.text=\u00C5ben MindMap fra URL\u2026
+OpenUserDirAction.text=\u00C5ben brugermappen
option_changes_may_require_restart=For at se effekten af de \u00E6ndrede indstillinger, er du sandsynligvis n\u00F8dt til at restarte Freeplane.
+OptionalDontShowMeAgainDialog.cancel=&Nej
+OptionalDontShowMeAgainDialog.dontShowAgain=Sp\u00F8rg ikke igen.
+OptionalDontShowMeAgainDialog.ok=Ja
+OptionalDontShowMeAgainDialog.rememberMyDescision=Husk valg.
OptionPanel.absolute=Absolut
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatiske layout m\u00F8nstre
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Niveau typografi m\u00F8nstre
+OptionPanel.ADD_CHILD=Tilf\u00F8j underknudepunkt
+OptionPanel.ADD_SIBLING=Tilf\u00F8j sidestillet knudepunkt
+OptionPanel.addons=Tilf\u00F8jelser
+OptionPanel.always_fold_all_after_load=Fold alle ind
+OptionPanel.always_load_last_maps=Indl\u00E6s sidste og nye MindMap
+OptionPanel.always_load_last_maps.tooltip=\u00C5ben seneste filer fastsat af ovenn\u00E6vnte indstillinger, selvom FreePlane starter med et valgt MindMap.
+OptionPanel.always_save_folding=Altid
+OptionPanel.always_save_folding_state=Gem altid folde ind/ud status
+OptionPanel.always_save_folding_state.tooltip=Hvis markeret, t\u00E6ller hver status\u00E6ndring som en \u00E6ndring og minder dig om at gemme.
+OptionPanel.always_unfold_all_after_load=Fold alle ud
OptionPanel.antialias=Antialias
-OptionPanel.antialias.tooltip=<html>Bestemmer kvaliteten p\u00E5 mindMappen. Mere antialias kr\u00E6ver mere tid.</html>
+OptionPanel.antialias.tooltip=<html>Bestemmer kvaliteten p\u00E5 MindMap. Mere antialias kr\u00E6ver mere tid.</html>
OptionPanel.antialias_all=Antialias alt
OptionPanel.antialias_edges=Antialias kanter
OptionPanel.antialias_none=Ingen Antialias
OptionPanel.Appearance=Udseende
-OptionPanel.ar=Ar
+OptionPanel.apply_system_screen_resolution=Anvend systemets standard sk\u00E6rmopl\u00F8sning
+OptionPanel.approximate_search_threshold=T\u00E6rskel for omtrentlige tr\u00E6f
+OptionPanel.approximate_search_threshold.tooltip=<html>T\u00E6rskel for omtrentlige tr\u00E6f<br/><font size="2">se http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(jo h\u00F8jere desto f\u00E6rre variationer<br/>af s\u00F8geordet vil blive fundet)</html>
+OptionPanel.ar=Arabisk/\u0627\u0644\u0639\u0631\u0628\u064A\u0629
+OptionPanel.ARC=Bue
OptionPanel.as_parent=Som for\u00E6ldre
+OptionPanel.ask=Sp\u00F8rg
OptionPanel.automatic=Automatisk
-OptionPanel.automaticFormat_level=Automatisk layout stil
-OptionPanel.automaticFormat_level1=Rod Node format
-OptionPanel.automaticFormat_level2=1. Niveau Node format
+OptionPanel.automaticFormat_level=Anvend niveau typografier
+OptionPanel.automaticFormat_level1=Rod knudepunkt format
+OptionPanel.automaticFormat_level2=1. Niveau knudepunkts format
+OptionPanel.backup_file_number=Antallet af bevarede sikkerhedskopi filer
OptionPanel.Behaviour=Opf\u00F8rsel
-OptionPanel.bezier=Bezier[translate me]
+OptionPanel.bezier=J\u00E6vnbue (bezier)
+OptionPanel.bubble=Boble
+OptionPanel.ca=Catalansk, valenciansk/Catal\u00E0
OptionPanel.Cancel=Annuller
-OptionPanel.childpattern=Barne M\u00F8nster
-OptionPanel.childpattern.tooltip=Det valgte m\u00F8nster bliver anvendt p\u00E5 alle b\u00F8rn.
+OptionPanel.center_selected_node=Centrer valgt knudepunkt automatisk
+OptionPanel.check_updates_automatically=Tjek for opdateringer ved programstart
+OptionPanel.childpattern=Underknudepunkt m\u00F8nster
+OptionPanel.childpattern.tooltip=Det valgte m\u00F8nster bliver anvendt p\u00E5 alle underknudepunktet.
OptionPanel.clear_all_setters=Skift alt
OptionPanel.clear_all_setters.tooltip=enabler eller disabler alle \u00E6ndrings indikationer.
+OptionPanel.cloud=Sky
+OptionPanel.cloudcolor=Sky farve
+OptionPanel.cloudshape=Sky form
OptionPanel.combined=Kombineret
-OptionPanel.cs=Cs
-OptionPanel.da=Da
-OptionPanel.de=De
+OptionPanel.compare_as_number=Sammenlign som tal
+OptionPanel.convert_to_current_version=<html>Konverter automatisk MindMaps fra \u00E6ldre Freeplane versioner<br>til den aktuelle version?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Kun for meget store MindMaps, der ikke beh\u00F8ver at blive konverteret <br>(dette er ekspertviden) kan de \u00E5bnes uden konvertering.</html>
+OptionPanel.cs=Tjekkisk/\u010Desky
+OptionPanel.cut_nodes_without_question=Klip knudepunkter uden bekr\u00E6ftelse?
+OptionPanel.cut_nodes_without_question.tooltip=Hvis afkrydsningsfeltet er sat klippes knudepunnkter uden bekr\u00E6ftelse. Kan medf\u00F8re tab af information, hvis der trykkes ved en fejl.
+OptionPanel.da=Danish/dansk
+OptionPanel.date_format=Standard datoformat
+OptionPanel.date_format.tooltip=Enten kort, MEDIUM, lange eller fulde eller et m\u00F8nster som "DD/MM/\u00C5\u00C5\u00C5\u00C5"
+OptionPanel.datetime_format=Standard dato- og klokkesl\u00E6tformat
+OptionPanel.datetime_format.tooltip=Enten <datestyle>,<timestyle> (med SHORT, MEDIUM, LONG eller FULL som typografi) eller et komplet m\u00F8nster s\u00E5som "M/d/\u00E5\u00E5\u00E5\u00E5 TT: mm"
+OptionPanel.de=Tysk/Deutsch
OptionPanel.default=Standard
+OptionPanel.default_attribute_key_column_width=Standard attribut n\u00F8glebredde
+OptionPanel.default_attribute_value_column_width=Standardbredde for attributv\u00E6rdi
OptionPanel.default_browser_command_mac=Standard Browser kommando MAC
OptionPanel.default_browser_command_mac.tooltip=<html>og MAC: (tak til Nick!)</html>
OptionPanel.default_browser_command_other_os=Standard Browser kommando andre OS
@@ -406,103 +955,214 @@ OptionPanel.default_browser_command_windows_9x=Standard Browser kommando Windows
OptionPanel.default_browser_command_windows_9x.tooltip=<html>For Windows ( "" tegnene er n\u00F8dvendige p\u00E5 grund af links der har "=" i deres URL).</html>
OptionPanel.default_browser_command_windows_nt=Standard Browser kommando Windows NT
OptionPanel.default_browser_command_windows_nt.tooltip=<html>For Windows ( "" tegnene er n\u00F8dvendige p\u00E5 grund af links der har "=" i deres URL).</html>
+OptionPanel.default_charset=Tegnset
OptionPanel.Defaults=Standarder
OptionPanel.delete_automatic_saves_at_exit=Slet automatiske gem n\u00E5 der lukkes
OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> Hvis filerne skal slettes automaisk ved en normal nedlukning af Freeplane, s\u00E5 s\u00E6t f\u00F8lgende variabel til sand</html>
-OptionPanel.disable_cursor_move_paper=[Overs\u00E6t mig]-Disable Cursor Move Paper
-OptionPanel.disable_cursor_move_paper.tooltip=<html>[Overs\u00E6t mig]Don't display 'move' cursor during paper dragging</html>
-OptionPanel.display_node_id=Display node ID[translate me]
-OptionPanel.edgecolor=Kant Farve
-OptionPanel.edgecolor.tooltip=Egenskab af kanten til forrige node (tilf\u00F8jes ogs\u00E5 til alle b\u00F8rne noder)
+OptionPanel.delete_nodes_without_question=Slet knudepunkter uden bekr\u00E6ftelse?
+OptionPanel.delete_nodes_without_question.tooltip=Hvis afkrydsningsfeltet er sat klippes knudepunnkter uden bekr\u00E6ftelse. Kan medf\u00F8re tab af information, hvis der trykkes ved en fejl.
+OptionPanel.disable_cursor_move_paper=Deaktiver mark\u00F8ren Flyt papir
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Vis ikke flytte mark\u00F8ren under papir at tr\u00E6kke</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=Vis indbyggede editor for alle nye knudepunkter
+OptionPanel.display_node_id=Vis knudepunkt ID
+OptionPanel.edgecolor=Kant farve
+OptionPanel.edgecolor.tooltip=Egenskab for kanten til forrige knudepunkt (tilf\u00F8jes ogs\u00E5 til alle underknudepunkter)
OptionPanel.edgestyle=Kant stil
-OptionPanel.edgestyle.tooltip=Egenskab af kanten til forrige node (tilf\u00F8jes ogs\u00E5 til alle b\u00F8rne noder)
-OptionPanel.edgewidth=Kanttykkelse
-OptionPanel.edgewidth.tooltip=Egenskab af kanten til forrige node (tilf\u00F8jes ogs\u00E5 til alle b\u00F8rne noder)
-OptionPanel.el=El[translate me]
+OptionPanel.edgestyle.tooltip=Egenskab for kanten til forrige knudepunkt (tilf\u00F8jes ogs\u00E5 til alle underknudepunkter)
+OptionPanel.edgewidth=Kantbredde
+OptionPanel.edgewidth.tooltip=Egenskab for kanten til forrige knudepunkt (tilf\u00F8jes ogs\u00E5 til alle underknudepunkter)
+OptionPanel.EDIT_CURRENT=Overskriv indhold
+OptionPanel.edit_on_double_click=Rediger med dobbeltklik
+OptionPanel.editor_extra_width=Ekstra bredde trin
+OptionPanel.editor_extra_width.tooltip=<html>Bestemmer antallet af pixel for at for\u00F8ge bredden af et knudepunkt, hvis teksten udvider den nuv\u00E6rende bredde.</html>
+OptionPanel.el=Gr\u00E6sk/\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC
+OptionPanel.el__buttons_above=Knapperne \u00F8verst
OptionPanel.el__enter_confirms_by_default=Enter bekr\u00E6fter som standard
-OptionPanel.el__max_default_window_height=Max standard Windows H\u00F8jde
-OptionPanel.el__max_default_window_width=Max standard Windows Bredde
-OptionPanel.el__min_default_window_height=Min. standard Windows H\u00F8jde
-OptionPanel.el__min_default_window_width=Min. standard Window Bredde
-OptionPanel.el__position_window_below_node=Positioner Vindue under Node
-OptionPanel.en=En
+OptionPanel.el__max_default_window_height=Max standard vinduesh\u00F8jde
+OptionPanel.el__max_default_window_width=Max standard vinduesbredde
+OptionPanel.el__min_default_window_height=Min standard vinduesh\u00F8jde
+OptionPanel.el__min_default_window_width=Min standard vinduesbredde
+OptionPanel.el__position_window_below_node=Vindueplacering under knudepunkt
+OptionPanel.en=Engelsk/English
OptionPanel.Environment=Omgivelser
-OptionPanel.es=Es
-OptionPanel.et=Et[translate me]
+OptionPanel.es=Spansk, castiliansk/espa\u00F1ol, castellano
+OptionPanel.et=Estisk/eesti, eesti keel
+OptionPanel.execute_scripts_without_asking=Skriptudf\u00F8relse aktiveret
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Freeplane scripts er hovedsagelig stand til at udf\u00F8re en handling p\u00E5 din computer. <br>S\u00E5ledes, du b\u00F8r ikke udf\u00F8re scripts du ikke kender til at v\u00E6re sikker.</html>
+OptionPanel.execute_scripts_without_exec_restriction=Tillad andre programmer at k\u00F8re (anbefales IKKE)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body> Hvis Groovy Scripts beh\u00F8ver at udf\u00F8re s\u00E6rlige andre programmer (fx. en browser) uden at sp\u00F8rge(!), skal denne indstilling aktiveres.<br>Men brug med omtanke, da ondsindede skripts kan beskadige computeren!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=Tillad fil/l\u00E6se operationer (anbefales IKKE)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>Hvis Groovy Scripts beh\u00F8ver l\u00E6seadgang (\u00E5bne, lukke, l\u00E6se),<br>skal denne indstilling aktiveres.<br>Men brug med omhu, da ondsindede skripts kan skade computeren!</body></html>
+OptionPanel.execute_scripts_without_network_restriction=Tillad netv\u00E6rkshandlinger (anbefales IKKE)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>Hvis Groovy Scripts beh\u00F8ver at udf\u00F8re s\u00E6rlige netv\u00E6rksfunktioner,<br> skal denne indstilling aktiveres.<br>Men brug med omtanke, da ondsindede skripts kan offentligg\u00F8re hemmeligheder! </body></html>
+OptionPanel.execute_scripts_without_write_restriction=Tillad fil/skrivehandlinger (anbefales IKKE)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>Hvis Groovy Scripts skal have skriveadgang til filer (skrive, slette(!)),<br>skal denne indstilling aktiveres.<br>Anvendes normalt med l\u00E6seadgang.<br>Men brug med omtanke, da ondsindede skripts kan beskadige computeren!</body></html>
OptionPanel.experimental_file_locking_on=Eksperimental fill\u00E5sning
OptionPanel.experimental_file_locking_on.tooltip=<html>Eksperimental funktion</html>
-OptionPanel.export_icons_in_html=Eksporterer Ikoner i HTML
+OptionPanel.export_icons_in_html=Eksporter ikoner til HTML
OptionPanel.export_icons_in_html.tooltip=<html> Fort\u00E6l om HTML eksporteret fra Freeplane skal indeholde ikoner. Problemet med ikoner er, at ganske ofte vil linket til ikonerne ikke blive fundet i den eksporterede HTML.</html>
+OptionPanel.exported_image_resolution_dpi=Eksporterede billedopl\u00F8sning (i DPI)
OptionPanel.Files=Filer
OptionPanel.first=F\u00F8rst
+OptionPanel.fold_on_click_inside=Fold ved klik
OptionPanel.foldingsymbolwidth=Foldesymbolets bredde
OptionPanel.foldingsymbolwidth.tooltip=<html>Bredde p\u00E5 foldings markerings cirklen</html>
-OptionPanel.fork=Fork[translate me]
-OptionPanel.fr=Fr
+OptionPanel.fork=Forgrening
+OptionPanel.format_locale=Landestandarden for formater
+OptionPanel.format_locale.tooltip=Lokalisering indstilling for formatering og datafortolkning
+OptionPanel.formula_disable_caching=Deaktiver formelevaluering cache
+OptionPanel.formula_disable_plugin=Deaktiver formelevaluering
+OptionPanel.fr=Fransk/Fran\u00E7ais
+OptionPanel.gl=Galicisk/Galego
+OptionPanel.goto_note_end_on_edit=Flyt notemark\u00F8ren til enden
+OptionPanel.grid_size=Gitter hulst\u00F8rrelse
+OptionPanel.groovy_editor_font=Skrifttype for Groovy Highlighting Editor
+OptionPanel.groovy_editor_font.tooltip=Brug 'Dialog' eller 'Monospaced' Hvis du har brug for unicode tegn!
+OptionPanel.groovy_editor_font_size=Skriftst\u00F8rrelsen for Groovy Syntax Highlighting Editor
OptionPanel.gtk=Gtk
-OptionPanel.hr=Hr
+OptionPanel.hide_edge=Skjul kant
+OptionPanel.highlight_formulas=Fremh\u00E6v formler
+OptionPanel.horizontal=Vandret
+OptionPanel.hr=Kroatisk/hrvatski
OptionPanel.HTML=HTML
OptionPanel.html_export_based_on_headings=Baseret p\u00E5 overskrifter
OptionPanel.html_export_fold_all=Fold alt
OptionPanel.html_export_fold_currently_folded=Fold Nuv\u00E6rende foldede
OptionPanel.html_export_folding=HTML eksport foldning
OptionPanel.html_export_no_folding=Ingen foldning
-OptionPanel.hu=Hu
+OptionPanel.hu=Ungarsk/Magyar
+OptionPanel.ic_disable=Deaktiver
+OptionPanel.ic_file=Brug disk
+OptionPanel.ic_ram=I RAM
OptionPanel.icon=Ikon
-OptionPanel.icon.tooltip=Hvis anvendt vil noden have pr\u00E6sis denne ikon.
-OptionPanel.id=Id[translate me]
-OptionPanel.it=It
-OptionPanel.ja=Ja
-OptionPanel.Keystrokes=Genvejstaster
-OptionPanel.ko=Kr
-OptionPanel.label_font_family=Font Family[translate me]
+OptionPanel.icon.tooltip=Hvis anvendt vil knudepunktet have pr\u00E6sis dette ikon.
+OptionPanel.icons.list=Liste over viste standardikoner
+OptionPanel.icons.list.tooltip=Her kan du sortere eller deaktivere standardikoner. Ikonerne skal v\u00E6re adskilt af ';'.
+OptionPanel.id=Indonesisk/Bahasa Indonesia
+OptionPanel.IGNORE=G\u00F8r intet
+OptionPanel.il__enter_confirms_by_default=Enter bekr\u00E6fter som standard
+OptionPanel.image_cache=for billeder
+OptionPanel.it=Italiensk/Italiano
+OptionPanel.ja=Japansk/\u65E5\u672C\u8BED
+OptionPanel.key_type_action=Ved tastetryk
+OptionPanel.Keystrokes=Tastetryk
+OptionPanel.ko=Koreansk/\uD55C\uAD6D\uC5B4 (\u97D3\u570B\u8A9E), \uC870\uC120\uB9D0 (\u671D\u9BAE\u8A9E)
+OptionPanel.label_font_family=Skrifttype familie
OptionPanel.label_font_size=Skriftst\u00F8rrelse
OptionPanel.language=Sprog
-OptionPanel.language.tooltip=<html>Dette er det sprog som skal bruges i programmet. 'Automatisk' pr\u00F8ver at loade nuv\u00E6rende brugers sprog. </html>
+OptionPanel.language.tooltip=<html>Sproget som skal bruges i programmet. 'Automatisk' pr\u00F8ver at indl\u00E6se nuv\u00E6rende brugers sprog. </html>
OptionPanel.last=Sidste
OptionPanel.last_opened_list_length=Sidst \u00E5bnet liste l\u00E6ngde
+OptionPanel.latex_disable_editor=Deaktiver LaTeX Syntax Highlighting Editor
+OptionPanel.latex_disable_editor.tooltip=Tjek denne hvis du har problemer med LaTeX editor
+OptionPanel.latex_editor_font=Skrifttypen for LaTeX Highlighting Editor
+OptionPanel.latex_editor_font.tooltip=Brug 'Dialog' eller 'Monospaced' Hvis du har brug for unicode tegn!
+OptionPanel.latex_editor_font_size=Skriftst\u00F8rrelsen for LaTeX Syntax Highlighting Editor
+OptionPanel.latex_macros=F\u00E6lles LaTeX makroer
+OptionPanel.layout_map_on_text_change=MindMap layout under redigering
+OptionPanel.layout_map_on_text_change.tooltip=Deaktivere for bedre ydeevne
+OptionPanel.linear=Line\u00E6r
OptionPanel.links=Links
OptionPanel.links.tooltip=<html>S\u00E6t links enten relativt eller absolut</html>
-OptionPanel.load_last_map=\u00C5ben automatisk sidste mindmap
-OptionPanel.load_last_map.tooltip=<html>N\u00E5r Freeplane startes, hentes den sidst \u00E5bnede mindmap, hvis afkrydset.</html>
-OptionPanel.lookandfeel=Look and Feel
+OptionPanel.load_folding=Ved indl\u00E6sning
+OptionPanel.load_folding_from_map_default_fold_all=Indl\u00E6s fra MindMap eller fold alle ind
+OptionPanel.load_folding_from_map_default_unfold_all=Indl\u00E6s fra MindMap eller fold alle ud
+OptionPanel.load_last_map=\u00C5ben automatisk sidste MindMap
+OptionPanel.load_last_map.tooltip=<html>N\u00E5r Freeplane startes, hentes det sidst \u00E5bnede MindMap, hvis afkrydset.</html>
+OptionPanel.load_last_maps=Indl\u00E6s alle sidste MindMaps
+OptionPanel.lookandfeel=Udseende
OptionPanel.lookandfeel.tooltip=<htm>Look&Feel til brug. 'metal','windows','motif', 'gtk' er underst\u00F8ttede, 'mac' er kun valgbar p\u00E5 MacOS. default betyder, at default look and feel bliver brugt. Hvis du \u00F8nsker at inds\u00E6tte din egen L&F, s\u00E5 indskriv class name her og sikre dig at den tilh\u00F8rende jar fil(er) er loaded. Hvis der er problemer med look and feel, s\u00E5 v\u00E6lg 'ingenting' her. Det virker p\u00E5 applets</html>
-OptionPanel.lt=Lt
-OptionPanel.max_node_width=Max Node bredde
+OptionPanel.lt=Litauisk/kalba
+OptionPanel.max_displayed_node_count=Maks antal viste knudepunkter
+OptionPanel.max_image_width=Max indledende billedbredde
+OptionPanel.max_image_width.tooltip=Nye billeder er skaleret ned til denne bredde
+OptionPanel.max_menu_item_count=Maks antal menupunkter
+OptionPanel.max_menu_item_count.tooltip=Ber\u00E6ns antallet af elementer i en undermenu (mindst 10)
+OptionPanel.max_node_width=Max bredde for knudepunkt
OptionPanel.max_node_width.tooltip=<html>Maximum default Node bredde i pixels</html>
+OptionPanel.max_shortened_text_length=Maksimalt forkortet tekstbredde
OptionPanel.metal=Metal
+OptionPanel.min_node_width=Min knudepunktsbredde
OptionPanel.motif=Motif
-OptionPanel.nb=Nb
-OptionPanel.nl=Nl
-OptionPanel.nn=Nn
-OptionPanel.nodebackgroundcolor=Node baggrundsfarve
-OptionPanel.nodebackgroundcolor.tooltip=nodebaggrundsfarve.tooltip
-OptionPanel.nodecolor=Node farve
-OptionPanel.nodecolor.tooltip=nodefarve.tooltip
-OptionPanel.nodefontbold=Fed skrift
-OptionPanel.nodefontitalic=Kursiv skrifttype
-OptionPanel.nodefontname=Node skrifttype
-OptionPanel.nodefontsize=Node skrifttype
-OptionPanel.nodeshape=Node stil
-OptionPanel.nodeshape.tooltip=nodestil.tooltip
-OptionPanel.nodetext=Node tekst
-OptionPanel.nodetext.tooltip=nodetekst.tooltip
+OptionPanel.nb=Norsk Bokm\u00E5l/Norsk bokm\u00E5l
+OptionPanel.never_save_folding=Aldrig
+OptionPanel.nl=Hollandsk, flamsk/Nederlands, Vlaams
+OptionPanel.nn=Norsk Nynorsk/Norsk nynorsk
+OptionPanel.nodebackgroundcolor=Baggrund
+OptionPanel.nodebackgroundcolor.tooltip=Knudepunnktets baggrund, n\u00E5r den ikke er valgt.
+OptionPanel.nodecolor=Knudepunkt farve
+OptionPanel.nodecolor.tooltip=Knudepunktets tekstfarve n\u00E5r den ikke er valgt.
+OptionPanel.nodefontbold=Fed
+OptionPanel.nodefonthyperlink=Hyperlink
+OptionPanel.nodefontitalic=Kursiv
+OptionPanel.nodefontname=Skrifttype familie
+OptionPanel.nodefontsize=Skriftst\u00F8rrelse
+OptionPanel.nodeformat=Format
+OptionPanel.nodeformat.tooltip=<html>Tekstudskiftning og/eller formatering: <ul><li><em>skabelon udvidelse</em> (<tt>%s</tt> er den oprindelige tekst), fx <tt>Pasp\u00E5: %s</tt> <li><em>formatering af datoer og tal</em> - Se eksemplerne i udv\u00E6lgelsesboksen</ul></html>
+OptionPanel.nodenumbering=Knudepunkt nummerering
+OptionPanel.nodenumbering.tooltip=Tilf\u00F8jer l\u00F8benummer (f.eks. 1.3.1) til knudepunktsteksten.
+OptionPanel.nodeshape=Knudepunkt typografi
+OptionPanel.nodeshape.tooltip=<html>Typografi beskriver den ydre form af et knudepunkt. <br>Mulige v\u00E6rdier: <br><table border="1"> <tr><td>forgrening:</td> <td>uden omgivende boks,</td></tr> <tr><td>boble:</td> <td>knudepunkt med en omkringliggende rektangel,</td></tr> <tr><td>som for\u00E6lder:</td> <td>tager stil fra det overordnede knudepunkt<br>eller rod knudepunktstandard typografi for rodknudepunkt,</td></tr> <tr><td>kombineret:</td> <td>boble sammenfoldet knudepunkt, ellers f [...]
+OptionPanel.nodetext=Core tekst
+OptionPanel.nodetext.tooltip=Her kan du definere den knudepunktsteksten. Den tidligere tekst slettes n\u00E5r s\u00E5dan et m\u00F8nster er anvendt.
OptionPanel.nothing=Ingenting
+OptionPanel.number_format=Standard talformat
+OptionPanel.number_format.tooltip=Et m\u00F8nster, der indeholder '#' for valgfri eller '0' for obligatorisk cifre. Eksempler: "0,00", "0,0%", "kr #. 00", "#0"
OptionPanel.number_of_different_files_for_automatic_save=Antal af forskellige filer til automatisk gem
-OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> [Ovrs\u00E6t mig]number n of different files to store the maps into. The first automatic save is done in the first file, and so on up to the n+1-save which is again stored in the first file (cyclic)</html>
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html>antal n forskellige filer til at gemme MindMap i. Den f\u00F8rste automatiske Gem sker i den f\u00F8rste fil, og s\u00E5 videre op til n + 1, som igen er gemt i den f\u00F8rste fil (cyklisk)</html>
OptionPanel.OK=Gem
+OptionPanel.org.freeplane.plugin.bugreport=Politik
+OptionPanel.org.freeplane.plugin.bugreport.allowed=Send altid
+OptionPanel.org.freeplane.plugin.bugreport.ask=Vis rapportdialog
+OptionPanel.org.freeplane.plugin.bugreport.denied=Send aldrig
+OptionPanel.org.freeplane.plugin.bugreport.userid=Valgfri id skal sendes
+OptionPanel.outline_hgap=Vandret afstand
+OptionPanel.outline_vgap=Lodret afstand
+OptionPanel.paint_connectors_behind=Mal forbindelser bag knudepunkter
+OptionPanel.parse_data=Genkend input af tal og dato og klokkesl\u00E6t
+OptionPanel.parse_data.tooltip=Fors\u00F8ger at fortolke dato, dato og klokkesl\u00E6t og nummer indtastning og anvende et standard formater. Eksempler: 100,000.00, 12/31, 12/31/99, 1999-12-31 og 1999-12-31 23:59
+OptionPanel.PASTE_HTML=Inds\u00E6t som HTML
+OptionPanel.PASTE_PLAIN_TEXT=Inds\u00E6t som almindelig tekst
+OptionPanel.path_property_may_not_be_empty=Sti egenskab kan ikke v\u00E6re tom! \u00C6ndring er gendannet.
OptionPanel.patternname=Navn
OptionPanel.patternname.tooltip=Unik m\u00F8nster navn
-OptionPanel.pl=Pl
+OptionPanel.pl=Polsk/polski
OptionPanel.placenewbranches=Placer nye grene
OptionPanel.placenewbranches.tooltip=<html>Hvor nye grene skal placeres. Gyldige v\u00E6rdier er 'f\u00F8rst' og 'sidst'</html>
-OptionPanel.pt_BR=Pt BR
-OptionPanel.pt_PT=Pt PT
+OptionPanel.plugin.tooltip=Ikke kerne udvidelsesmoduler.
+OptionPanel.plugins=Udvidelser
+OptionPanel.presentation_dimmer_transparency=Gennemsigtighed for Pr\u00E6sentation
+OptionPanel.presentation_mode=Pr\u00E6sentationstilstand
+OptionPanel.printonwhitebackground=<html>Hvid baggrund for udskrivning</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Brug altid hvid baggrund for udskrivning</html>
+OptionPanel.pt_BR=Portugisisk (Brasilien)/Portugu\u00EAs (Brasil)
+OptionPanel.pt_PT=Portugisisk (Portugal)Portugu\u00EAs (Portugal)
+OptionPanel.RECT=Rektangel
OptionPanel.relative=Relativ
-OptionPanel.revision_color=Revision Color[translate me]
-OptionPanel.ru=Ru
-OptionPanel.scrollbar_increment=Speed[translate me]
-OptionPanel.selection_method=Curser Valg metode
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"Sp\u00F8rg" vil sp\u00F8rge dig (brug i tvivl).<br>"Ja" viser rich text-editoren.<br>"Nej" vises teksteditor.</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=Bruge RTF for indsatte knudepunktet
+OptionPanel.remove_notes_without_question=Fjern noter uden at sp\u00F8rge?
+OptionPanel.remove_notes_without_question.tooltip=Hvis dette afkrydsningsfelt er fjernet noter tilh\u00F8rer de markerede knudepunktet\n uden bekr\u00E6ftelse. Dette kan medf\u00F8re tab af oplysninger, hvis der trykkes p\u00E5 uden hensigt.
+OptionPanel.resources_use_default_font_for_notes_too=Brug standardskrifttype for noter
+OptionPanel.resources_use_margin_top_zero_for_notes=Fjern top margin for noter
+OptionPanel.revision_color=Revision farve
+OptionPanel.revision_color.tooltip=Baggrundsfarve for \u00E6ndrede knudepunktet.
+OptionPanel.ROUND_RECT=Rund rektangel
+OptionPanel.ru=Russisk/\u0420\u0443\u0441\u0441\u043A\u0438\u0439
+OptionPanel.save_folding=Gemme foldning
+OptionPanel.save_folding_if_map_is_changed=Hvis MindMap er \u00E6ndret
+OptionPanel.save_modification_times=Gem redigeringstidspunkter
+OptionPanel.script_classpath=Skript classpath: yderligere mapper, der indeholder klasser og/eller JARs (Se v\u00E6rkt\u00F8jstip)
+OptionPanel.script_classpath.tooltip=<html>A liste af JARs og/eller mapper skal tilf\u00F8jes classpath skripts og formler.<br>Brug ; (Windows) eller : (Linux, Mac) til at adskille poster.<br>Mapper der skal scannes for JARs og .class filer.<br>Stier, som ikke er absolutte betragtes i forhold til Freeplane brugerbibliotek.<br>Hvis du indstiller classpath skal du ogs\u00E5 tillade l\u00E6seadgang!</html>
+OptionPanel.script_compilation_disabled_extensions=Filudvidelser der ikke skal kompileres (se v\u00E6rkt\u00F8jstip)
+OptionPanel.script_compilation_disabled_extensions.tooltip=<html>Hvis alle skripts i yderligere installerede sprog (undtagen <br>Groovy og JavaScript) har et generelt kompilerings problem <br>fors\u00F8g at tilf\u00F8je filtypen her (kommasepareret liste).</html>
+OptionPanel.script_directories=S\u00F8gesti for skript (se v\u00E6rkt\u00F8jstip)
+OptionPanel.script_directories.tooltip=<html>En liste over mapper (ud over "skripts").<br>Brug ; (Windows) eller : (Linux, Mac) til at adskille poster.<br>Stier, som ikke er absolutte betragtes i forhold til Freeplane brugerbibliotek.</html>
+OptionPanel.script_user_key_name_for_signing=Valgfri brugern\u00F8gle alias til signering
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>Hvis du \u00F8nsker at signere din skripts, Angiv aliaset p\u00E5 n\u00F8glen her. <br>N\u00F8glen forventes at opholde sig i standard keystore. <br>Adgangskode af key's hemmelige n\u00F8gle skal falde sammen med keystore adgangskode (dette er standard).</html>
+OptionPanel.scrollbar_increment=Hastighed
+OptionPanel.scrolling_speed=Automatisk rulle hastighed
+OptionPanel.selection_method=Metode for valg
OptionPanel.selection_method.tooltip=<html> med den f\u00F8lgende kontakt kan du enable/disable det forsinkede skemavalg. Auto options. rediger dem ikke da de vil blive gemt i auto.properties under alle omst\u00E6ndigheder.</html>
OptionPanel.selection_method_by_click=Ved klik
OptionPanel.selection_method_delayed=Forsinket
@@ -513,107 +1173,225 @@ OptionPanel.separator.attributes=Atributter
OptionPanel.separator.automatic_save=Automatisk gem
OptionPanel.separator.behaviour=Opf\u00F8rsel
OptionPanel.separator.browser=Browser
+OptionPanel.separator.cache=Cache
+OptionPanel.separator.CloudControls=Skyer
OptionPanel.separator.commands_for_the_program=Kommandoer for programmet
+OptionPanel.separator.connectors=Forbindelser
+OptionPanel.separator.data_formats=Data formatering og fortolkning
OptionPanel.separator.default_colors=Standard farver
OptionPanel.separator.default_fonts=Standard skrifttyper
OptionPanel.separator.default_styles=Standard Stil
OptionPanel.separator.EdgeControls=Kanter
-OptionPanel.separator.edit_long_node_window=Rediger lang node Vindue
+OptionPanel.separator.edit_long_node_window=Rediger i dialogboksen
+OptionPanel.separator.editing=Redigeringsindstillinger
+OptionPanel.separator.export=Eksport
OptionPanel.separator.files=Filer
+OptionPanel.separator.formula=Formler
OptionPanel.separator.General=Generelt
OptionPanel.separator.html_export=HTML eksport
-OptionPanel.separator.html_import=Html Import[translate me]
+OptionPanel.separator.html_import=HTML-Import
OptionPanel.separator.hyperlink_types=Hyperlink typer
OptionPanel.separator.icon_properties=Ikoner
-OptionPanel.separator.initial_map_size=Initial mindMap st\u00F8rrelse
-OptionPanel.separator.key_typing=_Key Typing
+OptionPanel.separator.icons=Ikoner i "V\u00E6lg ikon\u2026"
+OptionPanel.separator.initial_map_size=Initial MindMap st\u00F8rrelse
+OptionPanel.separator.inline_editor=I linje knudepunkt editor
+OptionPanel.separator.key_typing=Tastetur
OptionPanel.separator.language=Sprog
-OptionPanel.separator.look_and_feel=Look and Feel
-OptionPanel.separator.new_node_commands=Ny node kommandoer
-OptionPanel.separator.node_editing_commands=Node redigerings kommandoer
-OptionPanel.separator.node_navigation_commands=Node navigations kommandoer
-OptionPanel.separator.NodeColors=Node farver
-OptionPanel.separator.NodeFont=Node skrifttype
+OptionPanel.separator.latex=LaTeX
+OptionPanel.separator.load=Indl\u00E6s
+OptionPanel.separator.look_and_feel=Udseende
+OptionPanel.separator.mouse_wheel=Musehjul
+OptionPanel.separator.new_node_commands=Nye knudepunkt kommandoer
+OptionPanel.separator.node_editing_commands=Kommandoer for knudepunkts redigering
+OptionPanel.separator.node_navigation_commands=Kommandoer for knudepunkts redigering
+OptionPanel.separator.NodeColors=Farven p\u00E5 hele core
+OptionPanel.separator.NodeFont=Skrifttype hele kerne
+OptionPanel.separator.NodeShape=Knudepunkt figur
+OptionPanel.separator.NodeStyle=Knudepunkt stil
+OptionPanel.separator.NodeText=Core tekst
+OptionPanel.separator.notifications=Bekr\u00E6ftelser
+OptionPanel.separator.org.freeplane.plugin.bugreport=Automatisk fejlrapport
OptionPanel.separator.other_defaults=Andre standarter
-OptionPanel.separator.others=Andre n\u00F8gle bindinger
+OptionPanel.separator.others=Andre tastebindinger
+OptionPanel.separator.outline_view=Dispositionsvisning
OptionPanel.separator.patterns=M\u00F8nstre
+OptionPanel.separator.RichTextEditor=Rich-Text editor
+OptionPanel.separator.root_node_appearance=Rod knudepunkt format
OptionPanel.separator.save=Gem
-OptionPanel.separator.scrollbar=Scrollbar[translate me]
-OptionPanel.separator.selection_method=Curser Valg metode
+OptionPanel.separator.scripting=Skripting
+OptionPanel.separator.scrollbar=Rulleliste
+OptionPanel.separator.search=S\u00F8g
+OptionPanel.separator.selection_colors=Markeringsfarver
+OptionPanel.separator.selection_method=Metode for valg
+OptionPanel.separator.single_instance_mode=Enkelt program forekomst
+OptionPanel.separator.size_limits=St\u00F8rrelsesgr\u00E6nse
+OptionPanel.separator.spelling=Stavekontrol
+OptionPanel.separator.status=Statuslinje
+OptionPanel.separator.tooltip=V\u00E6rkt\u00F8jstip tidsintetval
OptionPanel.separator.undo=Fortryd
-OptionPanel.separator.updates=Program Updates[translate me]
-OptionPanel.set_property_text=\u00C6ndr
-OptionPanel.set_property_text.tooltip=Tom: R\u00F8r ikke, minus=Fjern egenskab(s\u00E6t default v\u00E6rdier);Plus=\u00C6ndre egenskab
-OptionPanel.sharp_bezier=skarp bezier
-OptionPanel.sharp_linear=skarp linear
+OptionPanel.separator.updates=Programopdateringer
+OptionPanel.set_property_text=\u00C6ndre
+OptionPanel.set_property_text.tooltip=Check for at \u00E6ndre denne stil egenskab
+OptionPanel.setscript=\u00C6ndre?
+OptionPanel.setscript.tooltip=Et skript kan v\u00E6re forbundet til typografien.
+OptionPanel.sharp_bezier=Skarp bezier
+OptionPanel.sharp_linear=Skarp line\u00E6r
OptionPanel.show_icon_for_attributes=Vis ikon for atributter
-OptionPanel.sk=Sk[translate me]
-OptionPanel.sl=Sl
+OptionPanel.show_node_tooltips=Vis v\u00E6rkt\u00F8jstip
+OptionPanel.show_note_icons=Vis note ikoner
+OptionPanel.show_styles_in_tooltip=F\u00E5 vist knudepunkt typografi i v\u00E6rkt\u00F8jstip
+OptionPanel.signed_script_are_trusted=Stol p\u00E5 underskrevne skripts (anbefales).
+OptionPanel.signed_script_are_trusted.tooltip=Hvis skripts er underskrevet af en betroet part (dvs. Freeplanes forfattere eller af dig selv), udf\u00F8res det uden begr\u00E6nsninger.
+OptionPanel.simplyhtml.default_paste_mode=Standardtilstand for inds\u00E6t
+OptionPanel.single_backup_directory=Brug en enkelt mappe for backup-filer
+OptionPanel.single_backup_directory.tooltip=<html>Hvis sikkerhedskopiering og automatisk gemmer filer b\u00F8r s\u00E6ttes i en enkelt mappe i stedet for en sub bibliotek i kortets register</html>
+OptionPanel.single_backup_directory_path=Backup mappe (Hvis ovenst\u00E5ende indstilling er markeret)
+OptionPanel.single_backup_directory_path.tooltip=<html>Tilsides\u00E6tter standard < freeplaneuserdir > / .backup</html>
+OptionPanel.single_instance=\u00C5bn filer i k\u00F8rende forekomst
+OptionPanel.single_instance_force=Undg\u00E5 en anden forekomst i alle tilf\u00E6lde
+OptionPanel.single_instance_force.tooltip=Undg\u00E5 en anden forekomst, selv om der ikke er nogen fil at indl\u00E6se
+OptionPanel.sk=Slovakisk/sloven\u010Dina
+OptionPanel.sl=Slovensk/sloven\u0161\u010Dina
+OptionPanel.slow_scroll_selected_node=Langsom rulning til valgte knudepunkt
+OptionPanel.spelling_opt_case_sensitive=Versalf\u00F8lsom
+OptionPanel.spelling_opt_ignore_all_caps_words=Ignorere alle ord med store bogstaver.
+OptionPanel.spelling_opt_ignore_capitalization=Ignorer ord der begynder med versal
+OptionPanel.spelling_opt_ignore_words_with_numbers=Ignorer ord med tal
+OptionPanel.spelling_opt_suggestions_limit_dialog=Maksimale antal forslag i dialogen
+OptionPanel.spelling_opt_suggestions_limit_menu=Maksimale antal forslag i menuen
+OptionPanel.sr=Serbisk/\u0441\u0440\u043F\u0441\u043A\u0438
+OptionPanel.standard_template=Standard skabelonfil
OptionPanel.standardbackgroundcolor=Standard baggrundsfarve
OptionPanel.standardbackgroundcolor.tooltip=<html>Standard baggrundsfarve i HTML notation </html>
-OptionPanel.standardcloudcolor=Standard sky farve
+OptionPanel.standardcloudcolor=Standard skyfarve
OptionPanel.standardcloudcolor.tooltip=<html>Standard skyfave i HTML notation</html>
-OptionPanel.standardcloudestyle=Standard sky stil
-OptionPanel.standardcloudestyle.tooltip=<html>Standard sky stil. For nuv\u00E6rende er kun 'bezier' underst\u00F8ttet</html>
-OptionPanel.standardlinkcolor=Standard Link farve
-OptionPanel.standardlinkcolor.tooltip=<html>Standard link farve i HTML notation </html>
-OptionPanel.standardlinkestyle=Stndard Link stil
-OptionPanel.standardlinkestyle.tooltip=<html>Standard Link stil. Nuv\u00E6rende underst\u00F8tter kun 'bezier'</html>
-OptionPanel.standardselectednodecolor=Standard valgt Node farve
-OptionPanel.standardselectednodecolor.tooltip=<html>Standard Node farve er valgt. I HTML notation (#RRGGBB i hex v\u00E6rdier) </html>
-OptionPanel.sv=Se
+OptionPanel.standardcloudestyle=Standard skystil
+OptionPanel.standardcloudestyle.tooltip=<html>Standard skystil. For nuv\u00E6rende er kun 'bezier' underst\u00F8ttet</html>
+OptionPanel.standarddrawrectangleforselection=Vis valgte knudepunkter i bobler
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>Marker valgte knudepunkter med boble rundtom.</html>
+OptionPanel.standardlinkcolor=Standard Linkfarve
+OptionPanel.standardlinkcolor.tooltip=<html>Standard linkfarve i HTML notation </html>
+OptionPanel.standardlinkestyle=Stndard Linkstil
+OptionPanel.standardlinkestyle.tooltip=<html>Standard Linkstil. Nuv\u00E6rende underst\u00F8tter kun 'bezier'</html>
+OptionPanel.standardselectednodecolor=Standard valgt knudepunktsfarve
+OptionPanel.standardselectednodecolor.tooltip=<html>Standard knudepunktsfarve er valgt. I HTML notation (#RRGGBB i hex v\u00E6rdier) </html>
+OptionPanel.standardselectednoderectanglecolor=Valgte knudepunkt boble farve
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>Farve af buble m\u00E6rkning valgte knudepunkter. I HTML-notation (#RRGGBB i hex v\u00E6rdier)</html>
+OptionPanel.STAR=Stjerne
+OptionPanel.structured_html_import=Importer HTML som knudepunkt struktur
+OptionPanel.structured_icon_toolbar=Struktureret ikon v\u00E6rkt\u00F8jslinie
+OptionPanel.summary=Resum\u00E9
+OptionPanel.sv=Svensk/svenska
+OptionPanel.text.use_ctrl_key=Brug 'Tildel genvej' fra v\u00E6rkt\u00F8js-menuen
OptionPanel.time_for_automatic_save=Tid for automatisk gem
-OptionPanel.time_for_automatic_save.tooltip=<html> tiden imellem to p\u00E5 hinanden f\u00F8lgende automatiske gemninger (n msek): For at afstille automatisk gem s\u00E6t dette tal til 2000000000.</html>
+OptionPanel.time_for_automatic_save.tooltip=<html> tiden imellem to p\u00E5 hinanden f\u00F8lgende automatiske gemninger (i msek): For at afstille automatisk gem s\u00E6t dette tal til 2000000000.</html>
OptionPanel.time_for_delayed_selection=Tid for forsinket valg
-OptionPanel.time_for_delayed_selection.tooltip=<html>Valg af tidsforsinkelse p\u00E5 noder n\u00E5r musen er over (i msek). \u00C6ndr denne v\u00E6rdi til 1, hvis du \u00F8nsker direkte selektion ved mus over.</html>
+OptionPanel.time_for_delayed_selection.tooltip=<html>Valg af tidsforsinkelse p\u00E5 knudepunktet n\u00E5r musen er over (i msek). \u00C6ndre denne v\u00E6rdi til 1, hvis du \u00F8nsker direkte selektion ved mus over.</html>
+OptionPanel.toolTipManager.dismissDelay=Afvis forsinkelse, ms
+OptionPanel.toolTipManager.initialDelay=Indledende forsinkelse, ms
OptionPanel.toolTipManager.max_tooltip_width=V\u00E6rkt\u00F8jstip bredde
-OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Standard tooltip bredde i pixels.</html>
-OptionPanel.tr=Tr
-OptionPanel.uk_UA=Uk UA[translate me]
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Standard v\u00E6rkt\u00F8jstip bredde i pixels.</html>
+OptionPanel.toolTipManager.reshowDelay=Genvisning forsinkelse, ms
+OptionPanel.uk_UA=Ukrainsk/\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430
OptionPanel.undefined_font=Udefineret skrifttype
-OptionPanel.undo_levels=Fortryd Levels
+OptionPanel.undo_levels=Fortryd niveauer
OptionPanel.undo_levels.tooltip=<html>Bestemmer hvor mange trin der gemmes der kan fortrydes via "Fortryd".</html>
-OptionPanel.wheel_velocity=Speed[translate me]
+OptionPanel.unfold_on_paste=Udfold knudepunkt ved inds\u00E6tning
+OptionPanel.unfold_on_paste.tooltip=Udfold knudepunkt ved inds\u00E6t eller tr\u00E6k og slip
+OptionPanel.use_common_out_point_for_root_node=Kanter starter fra et punkt p\u00E5 root knudepunkt
+OptionPanel.use_common_out_point_for_root_node.tooltip=Kanter starter fra et punkt p\u00E5 root knudepunkt
+OptionPanel.use_tabbed_pane=Brug faner
+OptionPanel.use_tabbed_pane.tooltip=Hvis valgt vises MindMap i faner (ligesom i FireFox :-)).
+OptionPanel.user_defined_screen_resolution=Brugerdefineret sk\u00E6rmopl\u00F8sning (dpi)
+OptionPanel.validate_classpath_needs_readaccess=Skripting: N\u00E5r du indstiller classpath du n\u00F8dt til at tillade l\u00E6seadgang p\u00E5 filer!
+OptionPanel.validate_invalid_date_format=Ugyldig standard datoformat
+OptionPanel.validate_invalid_datetime_format=Ugyldig standard dato og klokkesl\u00E6t-format
+OptionPanel.validate_invalid_number_format=Ugyldig standard talformat
+OptionPanel.validate_write_without_read=Skripting: overvej for at tilf\u00F8je L\u00E6s/fil til at Skriv/fil.
+OptionPanel.validation_error=<html><body>Validering fejl: <p><em>{0}</em> <p>skal du \u00E6ndre indstillinger til at ordne fejl.</body></html>
+OptionPanel.validation_warning=<html><body>Validering advarsler: <p><em>{0}</em></body></html>
+OptionPanel.vi=Vietnamesisk/Ti\u1EBFng Vi\u1EC7t
+OptionPanel.wheel_velocity=Hastighed
+OptionPanel.wheel_velocity.tooltip=En st\u00F8rre v\u00E6rdi resulterer i hurtigere bev\u00E6gelser af MindMap ved bev\u00E6gelse af musehjulet.
OptionPanel.windows=Windows
-OptionPanel.zh_CN=Zh_CN
-OptionPanel.zh_TW=Zh
+OptionPanel.zh_CN=Kinesisk, forenklet/\u7B80\u4F53\u5B57
+OptionPanel.zh_TW=Kinesisk, traditionelt/\u7E41\u9AD4\u5B57
+org.freeplane.plugin.bugreport.agree=Send
+org.freeplane.plugin.bugreport.always_agree=Send altid
+org.freeplane.plugin.bugreport.always_deny=Send aldrig
+org.freeplane.plugin.bugreport.deny=Send ikke
+org.freeplane.plugin.bugreport.dialog.title=Automatisk fejlrapport
+org.freeplane.plugin.bugreport.freeplane_team=Meddelelse fra Freeplane teamet
+org.freeplane.plugin.bugreport.lastreport=Den modtagne rapport
+org.freeplane.plugin.bugreport.never=Bed aldrig om hj\u00E6lp
+org.freeplane.plugin.bugreport.question=Freeplane har en automatisk fejlrapporteringssystem motor.
+org.freeplane.plugin.bugreport.report=Aktuelle rapport
+org.freeplane.plugin.bugreport.wanted_bug=En intern fejl opstod og blev automatisk rapporteret.
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=Knudepunktet {0} er ikke defineret
+out_of_memory=Ikke mere hukommelse.
+overwrite_keyset_question=Overskriv eksisterende n\u00F8gles\u00E6t?
+PageAction.text=Udskriv ops\u00E6tning\u2026
+password_is_not_ascii=Adgangskode er ikke ASCII
PasteAction.text=S\u00E6t ind
+PasteAttributes.text=Inds\u00E6t attributer
PatternNewNameProperty=Nyt m\u00F8nster
PatternToString.backgroundColor=Baggrundsfarve
-PatternToString.Child=Child Node Style[translate me]
+PatternToString.Child=Underknudepunkt typografi
PatternToString.color=Farve
-PatternToString.EdgeStyle=Kant stil
+PatternToString.EdgeColor=Kantfarve
+PatternToString.EdgeStyle=Kant typografi
PatternToString.EdgeWidth=Kantbredde
PatternToString.FontBold=Fed
+PatternToString.FontItalic=Kursiv
+PatternToString.FontName=Skrifttypenavn
PatternToString.Icon=Ikon
PatternToString.NodeFontSize=Skriftst\u00F8rrelse
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=dage
+PeriodUnit.HOUR=timer
+PeriodUnit.MINUTE=minutter
+PeriodUnit.MONTH=m\u00E5neder
+PeriodUnit.WEEK=uger
+PeriodUnit.YEAR=\u00E5r
+plugins/latex/LatexNodeHook.editorTitle=Redigere LaTeX formel
+plugins/script_filter=Skript filter {0}
+plugins/script_filter_error={0} skal returnere et boolesk resultat p\u00E5 {1} men returnerede {2}
+plugins/script_filter_execute_error=Fejl ved udf\u00F8relse {0}\nfor knudepunkt {1}: \n{2}
+plugins/ScriptEditor.cancel=Ignorer \u00E6ndringer og afslut
plugins/ScriptEditor.exit=Exit
+plugins/ScriptEditor.FORBIDDEN_ACTION=Freeplane groovy skripts er begr\u00E6nset. F\u00F8lgende {0,choice,0#File|1#Network|2#Exec} operation er forbudt:{1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write} {2}. Du kan \u00E6ndre dette i indstillingerne for programmet.
plugins/ScriptEditor.menu_actions=Handlinger
+plugins/ScriptEditor.new_script=Nyt skript
plugins/ScriptEditor.run=K\u00F8r
+plugins/ScriptEditor.sign=Signer skript\u2026
plugins/ScriptEditor/window.Result=Resultat:
plugins/ScriptEditor/window.title=Script Editor
+plugins/ScriptingEngine.illegalAccessToInternalAPI=Ulovlig adgang til det interne API (pakke {0}). - Kontakt Freeplane holdet, hvis scripting API ikke er kraftig nok.
plugins/TimeList.xml_Created=Oprettet
plugins/TimeList.xml_Date=Dato
+plugins/TimeList.xml_Details=Detaljer
plugins/TimeList.xml_Icons=Ikoner
plugins/TimeList.xml_Modified=Redigeret
plugins/TimeList.xml_Notes=Noter
plugins/TimeList.xml_Text=Tekst
-plugins/TimeManagement.xml_appendButton=Tilf\u00F8j dato til valgte Noder
+plugins/TimeManagement.xml_appendButton=Tilf\u00F8j dato til valgt knudepunkt
plugins/TimeManagement.xml_Cancel=Annuller
plugins/TimeManagement.xml_cancelButton=Annuller
plugins/TimeManagement.xml_closeButton=Luk
-plugins/TimeManagement.xml_Export=Eksporter valgte noder
-plugins/TimeManagement.xml_Find=Find
+plugins/TimeManagement.xml_Export=Eksporter valgte knudepunkter
+plugins/TimeManagement.xml_Find=S\u00F8g
plugins/TimeManagement.xml_Goto=G\u00E5 til
plugins/TimeManagement.xml_hour=Time:
plugins/TimeManagement.xml_menu_actions=Handlinger
plugins/TimeManagement.xml_minute=Minut:
plugins/TimeManagement.xml_reminderButton=P\u00E5mind mig p\u00E5 denne dato
-plugins/TimeManagement.xml_reminderButton_tooltip=<html>N\u00E5r p\u00E5virket, s\u00E6ttes en timer i gang til den angivne dato. P\u00E5 datoen vil blinkende ikoner tiltr\u00E6kke din opm\u00E6rksomhed.<br> Hvis du lukker mindMappen, reaktiveres timerne n\u00E6ste gang, mindMappen \u00E5bnes.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>For nuv\u00E6rende m\u00E5 der kun v\u00E6re en p\u00E5mindelse per Node. <br>Den nuv\u00E6rende p\u00E5mindelse er sat til {date} {0,time}, dit valg var {1,date} {1,time}. <br><br>\u00D8nsker du at \u00E6ndre Noden's p\u00E5mindelsestidspunkt (JA) <br>eller \u00F8nsker du at beholde den gamle (NEJ)?</html>
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>N\u00E5r p\u00E5virket, s\u00E6ttes en timer i gang til den angivne dato. P\u00E5 datoen vil blinkende ikoner tiltr\u00E6kke din opm\u00E6rksomhed.<br> Hvis du lukker MindMappen, reaktiveres timerne n\u00E6ste gang, MindMappen \u00E5bnes.</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>For nuv\u00E6rende m\u00E5 der kun v\u00E6re en p\u00E5mindelse per knudepunkt.<br>Den nuv\u00E6rende p\u00E5mindelse er sat til {date} {0,time}, dit valg var {1,date} {1,time}. <br><br>\u00D8nsker du at \u00E6ndre knudepunktets p\u00E5mindelsestidspunkt (JA) <br>eller \u00F8nsker du at beholde den gamle (NEJ)?</html>
plugins/TimeManagement.xml_reminderNode_tooltip=P\u00E5minder skemalagt den {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=P\u00E5mind senere
+plugins/TimeManagement.xml_remindLaterButton_tooltip=P\u00E5mind senere
plugins/TimeManagement.xml_removeReminderButton=Fjern p\u00E5mindelse
-plugins/TimeManagement.xml_removeReminderButton_tooltip=Fjern alle p\u00E5mindelser assosieret med de valgte Noder.
+plugins/TimeManagement.xml_removeReminderButton_tooltip=Fjern alle p\u00E5mindelser associeret med de valgte knudepunkter.
plugins/TimeManagement.xml_Replace=Erstat
plugins/TimeManagement.xml_Replace_All=Erstat alle
plugins/TimeManagement.xml_Replace_Selected=Ersat valgte
@@ -621,38 +1399,126 @@ plugins/TimeManagement.xml_Select=V\u00E6lg
plugins/TimeManagement.xml_todayButton=I dag
plugins/TimeManagement.xml_WindowTitle=Time Management
plugins/TimeManagement.xml_WindowTitle_All_Nodes=S\u00F8g & Erstat
-preferences=Preferences[translate me]
-print_preview_title=Print Preview[translate me]
-PrintDirectAction.text=Print[translate me]
+preferences=Indstillinger
+print_preview_title=Vis udskrift
+PrintAction.text=Udskriv MindMap\u2026
+PrintDirectAction.text=Udskriv
+printing_settings=Udskriftskalering
PrintPreviewAction.text=Vis udskrift...
+PropertyAction.dialog=Indstillinger
PropertyAction.text=Indstillinger...
+QuickFilterAction.text=Hurtig filter
+QuickFindAction.BACK.text=Find forrige
+QuickFindAction.FORWARD.text=Find n\u00E6ste
+QuickFindAllAction.text=V\u00E6lg alle matchende knudepunkter
+QuickHighlightAction.text=Fremh\u00E6v alle matchende knudepunkter
+QuitAction.text=&Afslut Freeplane
+read_only=L\u00E6s kun
+ReadScriptError.text=Fejl ved l\u00E6sning af skript
+really_convert_to_current_version=<html>MindMap blev oprettet med en \u00E6ldre version af Freeplane.<br>Skal det konverteres (anbefales)?<br>(Ellers benyttes det, som det er uden garanti.)</html>
+really_cut_node=Klip knudepunkter?
+really_execute_script=Vil du virkelig k\u00F8re skripts, der indg\u00E5r i dette MindMap? Det er muligt det beskadiger computeren.
+really_remove_node=Slet knudepunkter?
+really_remove_notes=Fjern knudepunkter?
+ReapplyFilterAction.text=Genanvend filterhandling
+red=R\u00F8d
+RedefineStyleAction.text=Omdefiner typografi
RedoAction.text=Gendan
RedoFilterAction.text=Gendan
+regular_expressions=Regul\u00E6r udtryk
ReminderHookAction.text=Fjern p\u00E5mindelse
-ReminderHookAction.tooltip=Fjerner en p\u00E5mindelse fra en Node.
+ReminderHookAction.tooltip=Fjerner en p\u00E5mindelse fra et knudepunkt.
+remove_file_from_list_on_error=Filen {0} blev ikke \u00E5bnet. Fjern den fra fillisten seneste \u00E5bnede?
+remove_shortcut_question=Erstatte genvej?
+RemoveAllIconsAction.text=Fjern alle ikoner
+RemoveConnectorAction.text=Fjern forbindelse
+RemoveEncryption.text=Fjern adgangskode
+RemoveFormatAction.text=Fjern format
+RemoveIcon_0_Action.text=Fjern f\u00F8rste ikon
+RemoveIconAction.text=Fjern sidste ikon
+RemoveNoteAction.text=Fjern note
+RemoveNoteAction.tooltip=<html>Fjerner indholdet af bem\u00E6rkning for eventuelt flere bem\u00E6rkninger.</html>
+rename=&Omd\u00F8b
+repair_link=Reparer link
+repair_link_question=Kunne ikke indl\u00E6se sammenk\u00E6dedet MindMap. Reparer forbindelsen manuelt?
replace=Erstat
+replace_shortcut_question=Tastatur genvej er aktuelt tildelt til {0}.\nErstat tildeling?
+replace_shortcut_title=Erstat genvej?
+ReportBugAction.text=Rapporter en fejl
+RequestFeatureAction.text=Anmod om en funktion
+reset_to_default=Brug standard
ResetNodeLocationAction.text=Reset position
-SaveAll.text=Gem alt
-SaveAll.tooltip=Gemmer aller \u00E5bne mindmaps.
+ResetStyleAction.text=Nulstil knudepunkt typografi
+RevertAction.text=Gendan fra lokal historik
+RevisionPluginAction.text=\u00C6ndre baggrundsfarve for revisioner
+save_failed=Kunne ikke gemme MindMap {0}.
+save_unsaved=Gem MindMap?
+save_unsaved_styles=Gem typografier?
+SaveAcceleratorPresetsAction.text=Gem genvejstaster\u2026
+SaveAction.text=Gem
+SaveAll.text=Gem alle \u00E5bne MindMap
+SaveAll.tooltip=Gemmer alle \u00E5bne MindMaps
+SaveAsAction.text=Gem som\u2026
+saved=Gemt
+saving_canceled=Gem afbrudt
+scanners_not_loaded=Scannere kunne ikke indl\u00E6ses, fil beskadiget
+scheme_evaluate=Evaluer!
+script_execution_disabled=Skriptudf\u00F8relse er deaktiveret, se v\u00E6rkt\u00F8jer/indstillinger/udvidelser
ScriptEditor.text=Script Editor...
ScriptEditor.tooltip=Tillader at skrive st\u00F8rre scripts inden i Freeplane.
ScriptEditorPanel.changed_cancel=Scriptene er blevet \u00E6ndret. \u00D8nsker du virkelig at forlade disse \u00E6ndringer?
+scripting_api_generator_legend=Legend
+scripting_api_generator_proxy=Proxy
+scripting_api_generator_title=Skripting API
+scripting_api_generator_utilities=Hj\u00E6lpeprogrammer
+scripting_api_generator_web=Webressourcer
+select_favorites_folder=V\u00E6lg mappen, med dine favoritter
+select_file_export_to=V\u00E6lg fil at eksporterer til
+select_folder_for_importing=V\u00E6lg mappen som skal importeres
+select_icon=V\u00E6lg et ikon
+select_menu_item_dialog=V\u00E6lg et menupunkt
+select_menu_item_root_node=Menu
SelectAllAction.text=V\u00E6lg alt synligt
-SelectBranchAction.text=V\u00E6lg synlig gren
+SelectBranchAction.text=V\u00E6lg synlig forgrening
+SelectedPasteAction.text=Inds\u00E6t som\u2026
+selection_method_by_click=Enkelt-klik for at v\u00E6lge
selection_method_delayed=Forsinket automatisk valg
+selection_method_direct=Peg for at marker
SelectNoteAction.text=Note redigerings Switch
SelectNoteAction.tooltip=Skift til resp. fra note vindue
-SetNoteWindowPosition.top.text=Top[translate me]
+set_accelerator_on_next_click_action=For at oprette en ny tastaturgenvej: Tryk p\u00E5 'Ctrl' mens du klikker p\u00E5 den \u00F8nskede kommando i menuen.
+SetAccelerator.dialogTitle=Tildeling af genvejstaster
+SetAccelerator.keystrokeDetected=Taste "{0}" er ikke tildelt til noget menupunkt.
+SetAcceleratorOnNextClickAction.text=Tildel genvejstast\u2026
+SetImageByFileChooserAction.text=Billede - filh\u00E5ndtering eller link\u2026
+SetLinkAnchorAction.text=Angiv link anker
+SetLinkAnchorAction.tooltip=<html>angiv valgte knudepunkt som anker for fremtidige<br/>oprettelser af lokale eller globale links.
+SetLinkAnchorAction.tooltip_anchored=<html>angiv valgte knudepunkt som anker for fremtidige<br/>oprettelser af lokale eller globale links. Nuv\u00E6rende anker:<br/>{0}
+SetLinkByFileChooserAction.text=Tilf\u00F8j hyperlink (v\u00E6lg)\u2026
+SetLinkByTextFieldAction.text=Tilf\u00F8j eller rediger hyperlink (type)\u2026
+SetNodeLink.text=Angiv knudepunkt Link\u2026
+SetNoteWindowPosition.bottom.text=Bunden
+SetNoteWindowPosition.left.text=Venstre
+SetNoteWindowPosition.right.text=H\u00F8jre
+SetNoteWindowPosition.top.text=Top
+SetShortenerStateAction.text=Minimer knudepunkt
+sf_login_required=Source Forge logind p\u00E5kr\u00E6vet. Forts\u00E6t?
ShowAllAttributesAction.text=Vis alle atributter
ShowAncestorsAction.text=Vis Forf\u00E6dre
-ShowAttributeDialogAction.text=Attribut administrator
+ShowAttributeDialogAction.text=Attribut administrator\u2026
ShowDescendantsAction.text=Vis efterkommere
-ShowFilterToolbarAction.text=Filter Toolbar[translate me]
+ShowFilterToolbarAction.text=Filter v\u00E6rkt\u00F8jslinie
+ShowFormatPanel.text=Egenskabspanel
+ShowFormatPanel.tooltip=Pr\u00E6senterer en dialogboks i hvilken knudepunkt og kant attributter kan \u00E6ndres med det samme.
ShowHideNoteAction.text=Vis/Skjul Note vindue
ShowHideNoteAction.tooltip=Er en menu genvej for de sm\u00E5 pile i opdelingslinien.
+ShowNextChildAction.text=Vis n\u00E6ste underknudepunkt
+ShowNotesInMapAction.text=Vis noter i MindMap
ShowSelectedAttributesAction.text=Vis valgte atributter
+ShowSelectionAsRectangleAction.text=Rektangul\u00E6r markering
simplyhtml.aboutFrameTitle=Om denne applikation
-simplyhtml.alignCenter=center
+simplyhtml.aboutLabel=Om SimplyHTML\u2026
+simplyhtml.alignCenter=centrer
simplyhtml.alignLabel=Justering:
simplyhtml.alignLeft=venstre
simplyhtml.alignRight=h\u00F8jre
@@ -670,7 +1536,7 @@ simplyhtml.bottomLabel=bund:
simplyhtml.cancelBtnName=Annuller
simplyhtml.cellBorderTabLabel=Kantlinier
simplyhtml.cellGenTabLabel=Generelt
-simplyhtml.cellMarginTabLabel=Margin
+simplyhtml.cellMarginTabLabel=Margen
simplyhtml.cellPanelTitle=Celle format
simplyhtml.clearFormatLabel=Fjern formatering
simplyhtml.clearFormatTip=Fjern formatering
@@ -705,12 +1571,15 @@ simplyhtml.findReplaceLabel=S\u00F8g & find
simplyhtml.findReplaceTip=s\u00F8g & erstat
simplyhtml.fontBoldLabel=Fed
simplyhtml.fontBoldTip=skift fed til/fra
+simplyhtml.fontColorLabel=Tekstfarve
+simplyhtml.fontColorTip=Tekstfarve
simplyhtml.fontDialogTitle=Format skrifttype
simplyhtml.fontItalicLabel=Kursiv
simplyhtml.fontItalicTip=skift kursiv til/fra
simplyhtml.fontLabel=Skrifttype...
simplyhtml.fontTabLabel=Skrifttype
-simplyhtml.fontTip=Format skrifttype
+simplyhtml.fontTip=Format skrifttype\u2026
+simplyhtml.fontUnderlineLabel=Understregning
simplyhtml.fontUnderlineTip=skift underlinieret til/fra
simplyhtml.foregroundLabel=Forgrund:
simplyhtml.formatLabel=Format
@@ -720,6 +1589,7 @@ simplyhtml.formatParaLabel=Afsnit...
simplyhtml.formatParaTip=\u00C6ndre afsnits format
simplyhtml.formatTableLabel=Tabel...
simplyhtml.formatTableTip=Format tabel
+simplyhtml.helpLabel=Hj\u00E6lp
simplyhtml.htmlTabTitle=HTML kode visning
simplyhtml.imageFileDesc=Billed filer
simplyhtml.insertTableColLabel=Inds\u00E6t kolonne
@@ -746,8 +1616,11 @@ simplyhtml.listTypeSquare=Firkantet punkttegn
simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
simplyhtml.marginLabel=Ydre
+simplyhtml.matchApproximately=Cirka tr\u00E6f
+simplyhtml.matchApproximately.tooltip=<html>Tillad omtrentlige tr\u00E6f, <br/> dvs. s\u00F8gning efter 'filer' vil finde 'fluer'.</html>
simplyhtml.matchCase=STORE og sm\u00E5 bogstaver
-simplyhtml.newStyleDefaultName=ny stil
+simplyhtml.matchCase.tooltip=Hvorvidt der skal tages hensyn til store/sm\u00E5 bogstaver.
+simplyhtml.newStyleDefaultName=ny typografi
simplyhtml.nextTableCellLabel=N\u00E6ste celle
simplyhtml.noLineLabel=ingen
simplyhtml.noMoreOccurrencesFound=ingen (flere) forekomster fundet
@@ -759,14 +1632,17 @@ simplyhtml.paraAlignLeftLabel=Juster venstre
simplyhtml.paraAlignLeftTip=S\u00E6t afsnits venstre justering
simplyhtml.paraAlignRightLabel=Juster h\u00F8jre
simplyhtml.paraAlignRightTip=S\u00E6t afsnits h\u00F8jre justering
-simplyhtml.paraStyleDialogTitle=Afsnit stil
+simplyhtml.paraStyleDialogTitle=Afsnitstypograf
simplyhtml.paraTabLabel=Afsnit
+simplyhtml.pasteHTMLLabel=Inds\u00E6t HTML
simplyhtml.pasteLabel=S\u00E6t ind
+simplyhtml.pastePlainTextLabel=Inds\u00E6t almindelig tekst
simplyhtml.pasteTip=s\u00E6t ind
simplyhtml.plainName=simpel
simplyhtml.previewLabel=Forh\u00E5ndsvisning
simplyhtml.previewText=Forh\u00E5ndsvis tekst
simplyhtml.prevTableCellLabel=Forrige celle
+simplyhtml.printLabel=Udskriv\u2026
simplyhtml.redoLabel=Gendan
simplyhtml.redoTip=gendan
simplyhtml.replace=Erstat...
@@ -778,15 +1654,18 @@ simplyhtml.replaceWith=Erstat med:
simplyhtml.replaceYes=Ja
simplyhtml.rightLabel=h\u00F8jre:
simplyhtml.searchDown=S\u00F8g nedad
+simplyhtml.searchDown.tooltip=S\u00F8g fra top til bund.
simplyhtml.searchFromStart=S\u00F8g fra starten
+simplyhtml.searchFromStart.tooltip=Begynd at s\u00F8ge fra toppen i stedet for ved mark\u00F8rens position.
simplyhtml.searchUp=S\u00F8g opefter
+simplyhtml.searchUp.tooltip=S\u00F8g fra top til bund.
simplyhtml.selectAllLabel=V\u00E6lg alt
simplyhtml.sizeLabel=St\u00F8rrelse
simplyhtml.standardStyleName=standard
simplyhtml.strikeLabel=Gennemstreg
-simplyhtml.styleLabel=Stil
+simplyhtml.styleLabel=Typografi
simplyhtml.styleNameInputText=Navn p\u00E5 ny stil?
-simplyhtml.styleNameInputTitle=Gem stil
+simplyhtml.styleNameInputTitle=Gem typografi
simplyhtml.tableBgColLabel=Baggrundsfarve:
simplyhtml.tableDialogTitle=Format tabel
simplyhtml.tableLabel=Tabel
@@ -802,6 +1681,7 @@ simplyhtml.toggleBulletsTip=punkttegns liste til/fra
simplyhtml.toggleNumbersLabel=Nummereret liste til/fra
simplyhtml.toggleNumbersTip=nummereret liste til/fra
simplyhtml.topLabel=top:
+simplyhtml.uLineLabel=Understregning
simplyhtml.unableToOpenFileError=Filen kan ikke \u00E5bnes
simplyhtml.unableToRedoError=Kan ikke gendanne:
simplyhtml.unableToUndoError=Kan ikke gendanne:
@@ -813,33 +1693,114 @@ simplyhtml.valignLabel=Vert. justering:
simplyhtml.valignMiddle=midte
simplyhtml.valignTop=top
simplyhtml.wholeWordsOnly=Kun hele ord
+simplyhtml.wholeWordsOnly.tooltip=Begr\u00E6ns tr\u00E6f til hele ord.
SortNodes.text=Sorter b\u00F8rn
-SortNodes.tooltip=Sorter alle b\u00F8rn af en node alfabetisk.
-SplitNode.text=Opdel Node
-SplitNode.tooltip=<html>Node er opdelt</html>
-style=Stil
-svg=SVG[translate me]
+SortNodes.tooltip=Sorter alle underknudepunkter alfabetisk.
+split=&Opdel
+SplitConditionAction.text=Opdel
+SplitNode.text=Opdel knudepunktet
+SplitNode.tooltip=<html>Knudepunkt er opdelt</html>
+STANDARD_FORMAT=Standard
+stop_processing=Stop
+StringFlavorHandler=Almindelig tekst som knudepunkt hierarki
+StructuredHtmlFlavorHandler=HTML som knudepunkt hierarki
+style=Typografi
+style_already_exists=Typografi findes allerede.
+styledialog.cancel.text=Annuller
+styledialog.ok.text=OK
+styles=T&ypografier
+styles.AutomaticLayout=Anvend niveau typografier
+styles.connection=Forbindelse
+styles.date=Dato
+styles.definition=Definition
+styles.description=Beskrivelse
+styles.floating_node=Flydende knudepunkt
+styles.idea=Id\u00E9
+styles.important=Vigtigt
+styles.key=N\u00F8gle
+styles.list=Liste
+styles.needs_action=Behov for handling
+styles.note=Note
+styles.ok=OK
+styles.pending=Afventer
+styles.predefined=Foruddefinerede typografier
+styles.question=Sp\u00F8rgsm\u00E5l
+styles.quotation=Citat
+styles.root_node=Typografier
+styles.subsubtopic=Underdelemne
+styles.subtopic=Delemne
+styles.topic=Emne
+styles.user-defined=Brugerdefinerede typografier
+styles.website=Hjemmeside
+styles_menu=Tilg\u00E6ngelige typografier
+submenu_keystroke_in_use_error=Tastetryk {0} kan ikke bruges til undermenuen {1}. Tastetryk fjernet.
+summary_nodes=Sammenfattende knudepunkter
+summary_not_possible=Kan ikke oprette oversigts knudepunkt for aktuel markering
+SummaryNodeAction.text=Sammenfattende knudepunkt(indstil/nulstil)
+svg=SVG
+template_dir=Standard skabeloner
TimeListAction.text=Vis tidsskema listen...
-TimeListAction.tooltip=Vis alle skemalagte tider og de tilh\u00F8rende Noder.
+TimeListAction.tooltip=Vis alle skemalagte tider og de tilh\u00F8rende knudepunkter.
TimeManagementAction.text=Vis kalender...
TimeManagementAction.tooltip=<html>Viser kalendermodulet af Kai Toedter.</html>
-ToggleFBarAction.text=F-Bar[translate me]
-ToggleMenubarAction.text=Menubar[translate me]
-ToggleToolbarAction.text=Toolbar[translate me]
+ToggleChildrenFoldedAction.text=Fold underknudepunkter ind/ud
+ToggleDetailsAction.text=Skjule detaljer
+ToggleFBarAction.text=F-tasten
+ToggleFoldedAction.text=Fold ud/ind
+ToggleFullScreenAction.text=Fuldsk\u00E6rm
+ToggleLeftToolbarAction.text=Ikoner v\u00E6rkt\u00F8jslinie
+ToggleMenubarAction.text=Menulinien
+ToggleScrollbarsAction.text=Rullepaneler
+ToggleStatusAction.text=Vis statuslinje
+ToggleToolbarAction.text=V\u00E6rkt\u00F8jslinie
undefined_error=En uventet fejl opstod. Pr\u00F8v venligt at lave en fejlrapport.
+underline=Understregning
+UnderlineAction.text=Understregning
underlined=Understreget
UndoAction.text=Fortryd
UndoFilterAction.text=Fortryd
+unfold=Udfold
UnfoldAllAction.text=Udfold alt
-UnfoldAllAction.tooltip=<html>Udfolder de valgte Noder og alle deres b\u00F8rn.</html>
+UnfoldAllAction.tooltip=<html>Udfolder de valgte knudepunkter og alle deres underknudepunkter.</html>
UnfoldOneLevelAction.text=Udfold et niveau
-UnfoldOneLevelAction.tooltip=<html>Udfolder den valgte Node med et niveau.</html>
-updatecheckdialog=Update Check Dialog[translate me]
+UnfoldOneLevelAction.tooltip=Udfolder det valgte knudepunkt med et niveau.
+unparsedLatexPatternFormat=Ufortolket LaTeX
+up=&Op
+UpConditionAction.text=Op
+update_failed=Opdateringen mislykkedes med meddelelsen {0}
+UpdateCheckAction.text=Check for opdateringer
+updatecheckdialog=Opdater check dialog
+updater.component=Komponent
+updater.goToDownload=Hentning
+updater.version.installed=Installeret version
+updater.version.latest=Nyeste version
+updater.version.noUpdateUrl=Ingen opdaterings URL eller hjemmeside for denne tilf\u00F8jelse.
+updater.version.unknown=Ukendt
+updater.version.unreachable=Ikke tilg\u00E6ngelig kilde:
+updater.viewChangelog=Se \u00E6ndringslog
+url_error=URL-adressen er forkert udformet!
+url_open_error=Kunne ikke \u00E5bne URL-adressen {0}.
+used_in_menu=Genvejen kan ikke anvendes, bruges allerede som en menugenvej.
UsePlainTextAction.text=Brug klar tekst
+user_config_folder=Bruger konfiguration mappe: {0}
+user_defined_filters=Brugerdefinerede filtre
+user_defined_scale=&Bruger defineret skala
+user_defined_zoom=Brugerdefineret
+user_defined_zoom_status_bar=\u00C6ndre zoom til brugerdefinerede zoomv\u00E6rdien af {0} %.
+user_icon=Brugerikonet "{0}"
+user_template_dir=Brugerskabeloner
+user_zoom=Udskriv zoomfaktor (0.0 - 2.0):
+value_format=V\u00E6rdiformat
+version_up_to_date=Du bruger allerede den nyeste programversion
+ViewerControllerAction.text=Eksternt objekt\u2026
+ViewLayoutTypeAction.OUTLINE.text=Dispositionsvisning
WebDocuAction.text=Web Dokumentation
width=Bredde
+wrong_regexp=Forkert regul\u00E6rt udtryk "{0}", fejl {1}
+xslt_export.html=HTML-dokument
xslt_export.latex=Latex dokument
xslt_export.latexbook=Latex bog
+xslt_export.mediawiki=Mediawiki
xslt_export.ms_excel=Microsoft Excel 2003 XML
xslt_export.ms_project=Microsoft Project 2003 XML
xslt_export.ms_word=Microsoft Word 2003 XML
diff --git a/freeplane/resources/translations/Resources_de.properties b/freeplane/resources/translations/Resources_de.properties
index 7076194..e0d5147 100644
--- a/freeplane/resources/translations/Resources_de.properties
+++ b/freeplane/resources/translations/Resources_de.properties
@@ -1290,7 +1290,7 @@ OptionPanel.toolTipManager.initialDelay=Anf\u00E4ngliche Verz\u00F6gerung (in Mi
OptionPanel.toolTipManager.max_tooltip_width=Maximale Anzeigebreite f\u00FCr ToolTips
OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Legt die maximale Breite der Tooltips in Pixeln fest.</html>
OptionPanel.toolTipManager.reshowDelay=Verz\u00F6gerung zur erneuten Anzeige (in Millisekunden)
-OptionPanel.tr=T\u00FCrkisch / T\u00FCrkmen, \u0422\u04AF\u0440\u043A\u043C\u0435\u043D
+OptionPanel.tr=T\u00FCrkisch / T\u00FCrk\u00E7e
OptionPanel.uk_UA=Ukrainisch / \u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430
OptionPanel.undefined_font=Unbekannte Schriftart
OptionPanel.undo_levels=Anzahl widerrufbarer Aktionen
diff --git a/freeplane/resources/translations/Resources_hr.properties b/freeplane/resources/translations/Resources_hr.properties
index b52670f..09cad69 100644
--- a/freeplane/resources/translations/Resources_hr.properties
+++ b/freeplane/resources/translations/Resources_hr.properties
@@ -1290,7 +1290,6 @@ OptionPanel.toolTipManager.initialDelay=Vrijeme po\u010Detka prikaza, ms
OptionPanel.toolTipManager.max_tooltip_width=\u0160irina opisa alata
OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Zadana \u0161irina opisa alata u pikselima</html>
OptionPanel.toolTipManager.reshowDelay=Vrijeme ponovnog prikaza, ms
-OptionPanel.tr=Turski
OptionPanel.uk_UA=Ukrajinski
OptionPanel.undefined_font=Nedefiniran oblik slova
OptionPanel.undo_levels=Broj poni\u0161tenja
diff --git a/freeplane/resources/translations/Resources_hu.properties b/freeplane/resources/translations/Resources_hu.properties
index 9599882..20cd30e 100644
--- a/freeplane/resources/translations/Resources_hu.properties
+++ b/freeplane/resources/translations/Resources_hu.properties
@@ -78,7 +78,7 @@ AddStyleAttributes.text=St\u00EDlusb\u00F3l szerzett attrib\u00FAtumok
AddStyleAttributes.tooltip=Attrib\u00FAtumok hozz\u00E1ad\u00E1sa st\u00EDlus pontb\u00F3l
AllMapsNodeListAction.text=Keres\u00E9s \u00E9s csere minden t\u00E9rk\u00E9pen
always=Mindig
-AlwaysUnfoldedNodeAction.text=Mindig kibontott (ki/be)
+AlwaysUnfoldedNodeAction.text=Mindig kihajtott (ki/be)
antialias_all=Minden elem \u00E9lsim\u00EDt\u00E1sa
antialias_edges=\u00C9lek \u00E9lsim\u00EDt\u00E1sa
antialias_none=Ne sim\u00EDtson
@@ -93,7 +93,7 @@ as_parent=Sz\u00FCl\u0151k\u00E9nt
AskForHelp.text=Seg\u00EDts\u00E9gk\u00E9r\u00E9s a f\u00F3rumon
AssignAttributesAction.text=Attrib\u00FAtumok keres\u00E9se \u00E9s cser\u00E9je...
attribute_delete=Minden \u00E9rt\u00E9k t\u00F6rl\u00E9se
-attribute_delete_value=Delete this Value[translate me]
+attribute_delete_value=Aktu\u00E1lis \u00E9rt\u00E9k t\u00F6rl\u00E9se
attribute_font_size_tooltip=Bet\u0171m\u00E9ret attrib\u00FAtum
attribute_list_box_label_text=L\u00E9tez\u0151 \u00E9rt\u00E9kek
attribute_name=Attrib\u00FAtum n\u00E9v
@@ -107,7 +107,7 @@ attributes_assign_dialog=Kiterjesztett attrib\u00FAtum szerkeszt\u0151
attributes_attribute=Attrib\u00FAtumok
attributes_close=Bez\u00E1r
attributes_deselect_all=Semmi
-attributes_dialog_title=Attribute Manager[translate me]
+attributes_dialog_title=Attrib\u00FAtum szerkeszt\u0151
attributes_edit=Szerkeszt\u00E9s
attributes_edit_tooltip=\u00C9rt\u00E9kk\u00E9szlet szerkeszt\u00E9se
attributes_for_selected=Kijel\u00F6lt pontok
@@ -254,10 +254,12 @@ dialect_info.unknownApp=A "{0}" elmet\u00E9rk\u00E9p-\u00E1llom\u00E1ny ismeretl
dialect_info.unknownURL=Weboldala nem ismert.
dialect_info.url=Tov\u00E1bbi inform\u00E1ci\u00F3hoz l\u00E1togassa meg a program weboldal\u00E1t {0}.
dialect_info.warning=A Freeplane hib\u00E1zhat megnyit\u00E1skor, megjelen\u00EDt\u00E9skor vagy ment\u00E9skor.
+DirectHtmlFlavorHandler=HTML-k\u00E9nt egy pontba
DocumentationAction.text=Dokument\u00E1ci\u00F3
down=&Le
DownConditionAction.text=Le
download=Let\u00F6lt\u00E9s
+dropped_file_error=Az ide dobott f\u00E1jl(ok) nem nyithat\u00F3k meg. Ok: {0}
edge=\u00C9l
edge_is_formatted_by_style=Az \u00E9lek form\u00E1tum\u00E1t st\u00EDlus szab\u00E1lyozza. Szerkessze a vonatkoz\u00F3 st\u00EDlust, ha sz\u00FCks\u00E9ges.
edge_style=\u00C9l st\u00EDlusa
@@ -287,10 +289,10 @@ edit_end_label=<html>\u00D6sszek\u00F6t\u0151<br>felirat
edit_label_font_family=Bet\u0171k\u00E9szlet
edit_label_font_size=Bet\u0171m\u00E9ret
edit_link_manually=Hivatkoz\u00E1s k\u00E9zi szerkeszt\u00E9se...
-edit_long_node=Edit Long Node[translate me]
+edit_long_node=Pont szerkeszt\u00E9se p\u00E1rbesz\u00E9dablakban
edit_note=Megjegyz\u00E9s szerkeszt\u00E9se
-edit_source_label=Edit Source Label[translate me]
-edit_target_label=Edit Target Label[translate me]
+edit_source_label=<html>Forr\u00E1s<br>c\u00EDmke
+edit_target_label=<html>C\u00E9l<br>c\u00EDmke
edit_transparency_label=\u00C1tl\u00E1tszatlans\u00E1g
edit_width_label=Sz\u00E9less\u00E9g
EditAction.text=Pont szerkeszt\u00E9se helyben
@@ -330,6 +332,7 @@ ExecuteScriptSecurityError.text=Hiba l\u00E9pett fel a szkript futtat\u00E1sakor
export_failed=Hib\u00E1s export\u00E1l\u00E1s
export_pdf_text=Portable Document Format (PDF)
export_svg_text=Scalable vector graphic (SVG)
+export_using_xslt=Freeplane Export
ExportAction.text=&Export\u00E1l\u00E1s...
ExportBranchAction.text=\u00C1g \u00E1thelyez\u00E9se \u00FAj t\u00E9rk\u00E9pbe...
ExportBranchToHTMLAction.text=\u00C1g export HTML-k\u00E9nt
@@ -348,11 +351,14 @@ ExternalImage_popupMenu_ResetZoom=Nagy\u00EDt\u00E1s alaphelyzetbe
ExternalImageAddAction.text=K\u00E9p hozz\u00E1ad\u00E1sa...
ExternalImageChangeAction.text=K\u00E9p cser\u00E9je...
ExternalImageRemoveAction.text=K\u00E9p elt\u00E1vol\u00EDt\u00E1sa
-f_button_unassigned=<no action>[translate me]
+ExtractLinkFromTextAction.text=Sz\u00F6veg konvert\u00E1l\u00E1sa linkk\u00E9
+ExtractLinkFromTextAction.tooltip=Hivatkoz\u00E1s be\u00E1ll\u00EDt\u00E1sa a pont sz\u00F6vegben tal\u00E1lhat\u00F3 linkb\u0151l
+f_button_unassigned=<nincs m\u0171velet>
FaqOpenURLAction.text=GYIK
file=&F\u00E1jl
file_already_exists=A(z) {0} f\u00E1jl m\u00E1r l\u00E9tezik. Szeretn\u00E9d fel\u00FCl\u00EDrni azt?
file_not_found=A(z) {0} f\u00E1jl nem tal\u00E1lhat\u00F3
+FileListFlavorHandler=F\u00E1jlokra mutat\u00F3 linkek
FileProperties_BranchLeafCount=Lev\u00E9lpontok sz\u00E1ma a kijel\u00F6lt \u00E1g(ak)ban:
FileProperties_BranchNodeCount=Pontok sz\u00E1ma a kijel\u00F6lt \u00E1g(ak)ban:
FileProperties_ChangesSinceLastSave=V\u00E1ltoz\u00E1sok utols\u00F3 ment\u00E9s \u00F3ta:
@@ -390,8 +396,9 @@ filter_details=R\u00E9szletek
filter_dialog=Sz\u0171r\u0151 \u00F6ssze\u00E1ll\u00EDt\u00F3
filter_does_not_exist=Nem l\u00E9tezik
filter_edit_description=Sz\u0171r\u0151lista szerkeszt\u00E9se
+filter_enter_value=Adjon meg egy \u00E9rt\u00E9ket
filter_even_level=P\u00E1ratlan szint\u0171 pont
-filter_exist=Exists[translate me]
+filter_exist=L\u00E9tezik
filter_icon=Ikon
filter_is_equal_to=Egyenl\u0151
filter_is_not_equal_to=Nem egyenl\u0151
@@ -417,6 +424,7 @@ filter_regexp_matches=Illeszkedik erre a regul\u00E1ris kifejez\u00E9sre
filter_reminder=Eml\u00E9keztet\u0151
filter_reminder_after=K\u00E9s\u0151bbre \u00FCtemezve, mint
filter_reminder_before=Kor\u00E1bbra \u00FCtemezve, mint
+filter_reminder_executed=M\u00E1r eml\u00E9keztetett
filter_reminder_later=K\u00E9s\u0151bbre \u00FCtemezve
filter_root=Gy\u00F6k\u00E9r pont
filter_script=Szkriptsz\u0171r\u0151
@@ -426,23 +434,26 @@ filter_selected_node_view_snapshot=Mentett kijel\u00F6l\u00E9s
filter_style=St\u00EDlus
filter_time=D\u00E1tumsz\u0171r\u0151
FilterComposerDialog.save=&Ment\u00E9s
-filters_not_loaded=A sz\u0171r\u0151 nem t\u00F6lthet\u0151 be, korrupt f\u00E1jl
+filters_not_loaded=A sz\u0171r\u0151 nem t\u00F6lthet\u0151 be, s\u00E9r\u00FClt f\u00E1jl
find_what=Keresend\u0151
FindAction.text=Keres\u00E9s...
+FirstGroupNodeAction.text=\u00D6sszegz\u0151 pont (csoport kezdete)
fit_map_to_page=F\u00E9rjen el egy oldalon
fit_map_to_page_height=&Magass\u00E1g igaz\u00EDt\u00E1sa egy oldalra
+fit_map_to_page_width=&Sz\u00E9less\u00E9g igaz\u00EDt\u00E1sa egy oldalra
FitToPage.text=&Igaz\u00EDt\u00E1s az ablak m\u00E9ret\u00E9hez
FitToPage.tooltip=\u00DAgy \u00E1ll\u00EDtja be a nagy\u00EDt\u00E1st, hogy a t\u00E9rk\u00E9p \u00E9ppen elf\u00E9rjen az ablakban.
fold=Behajt\u00E1s
FoldAllAction.text=Minden behajt\u00E1sa
-FoldAllAction.tooltip=<html>\u00D6sszecsukja a kijel\u00F6lt pontokat minden gyermek\u00FCkkel egy\u00FCtt.</html>
+FoldAllAction.tooltip=<html>Behajtja a kijel\u00F6lt pontokat minden gyermek\u00FCkkel egy\u00FCtt.</html>
FoldOneLevelAction.text=Egy szint behajt\u00E1sa
-FoldOneLevelAction.tooltip=<html>A kijel\u00F6lt pontokon \u00F6sszecsuk egy szintet.</html>
+FoldOneLevelAction.tooltip=<html>A kijel\u00F6lt pontokon behajt egy szintet.</html>
follow_graphical_link=Ugr\u00E1s ide:
FollowLinkAction.text=Hivatkoz\u00E1s k\u00F6vet\u00E9se
font=Bet\u0171
FontFamilyAction.text=bet\u0171csal\u00E1d
FontSizeAction.text=bet\u0171m\u00E9ret
+format_invalid_pattern=Nem megfelel\u0151 minta
format_menu_cloud_shapes=Felh\u0151 hozz\u00E1ad\u00E1sa vagy m\u00F3dos\u00EDt\u00E1sa
format_menu_edge_styles=&\u00C9l st\u00EDlusa
format_menu_edge_widths=\u00C9l&vastags\u00E1g
@@ -451,11 +462,26 @@ FormatCopy.text=Form\u00E1tum m\u00E1sol\u00E1sa
FormatCopy.tooltip=<html>Kim\u00E1solja egy pont form\u00E1tum\u00E1t.</html>
FormatPaste.text=Form\u00E1tum beilleszt\u00E9se
FormatPaste.tooltip=<html>Beilleszti a kim\u00E1solt form\u00E1tumot.</html>
+formats_not_loaded=A form\u00E1tumok nem t\u00F6lthet\u0151k be, a f\u00E1jl s\u00E9r\u00FClt
+formula.error.attributeValueIsNull=A ''{0}'' tulajdons\u00E1g ki\u00E9rt\u00E9kel\u00E9s ut\u00E1ni \u00E9rt\u00E9ke: null.
formula.error.circularReference=K\u00F6rhivatkoz\u00E1s: A formula mag\u00E1ra hivatkozik ebben a pontban: "{0}".
+formula.EvaluateAllAction.text=Minden \u00FAjrasz\u00E1mol\u00E1sa
+formula.EvaluateAllAction.tooltip=Minden k\u00E9plet \u00FAjrasz\u00E1mol\u00E1sa az aktu\u00E1lis t\u00E9rk\u00E9pen
+formula.menuname=K\u00E9pletek
+formula_editor=K\u00E9plet szerkeszt\u00E9se
ForwardAction.text=El\u0151re
+FreeNodeAction.text=Szabadon elhelyezhet\u0151 pont (ki/be)
+Freeplane.progress.buildScreen=K\u00E9perny\u0151 fel\u00E9p\u00EDt\u00E9se...
+Freeplane.progress.createController=Vez\u00E9rl\u0151 l\u00E9trehoz\u00E1sa...
+Freeplane.progress.createInitialMode=Kezdeti \u00FCzemm\u00F3d l\u00E9trehoz\u00E1sa...
+Freeplane.progress.endStartup=Ind\u00EDt\u00E1s v\u00E9ge.
Freeplane.progress.gettingPreferences=Be\u00E1ll\u00EDt\u00E1sok bet\u00F6lt\u00E9se...
+Freeplane.progress.loadMaps=T\u00E9rk\u00E9pek bet\u00F6lt\u00E9se...
+Freeplane.progress.propagateLookAndFeel=Megjelen\u00E9s...
Freeplane.progress.settingPreferences=Be\u00E1ll\u00EDt\u00E1sok alkalmaz\u00E1sa...
-freeplane_reverted=Freeplane_Reverted_[translate me]
+Freeplane.progress.startCreateController=Vez\u00E9rl\u0151k ind\u00EDt\u00E1sa...
+Freeplane.progress.updateLookAndFeel=Kin\u00E9zet friss\u00EDt\u00E9se...
+freeplane_reverted=Freeplane_Visszaford\u00EDtva_
FreeplaneHelpStarter.text=Online s\u00FAg\u00F3...
FreeplaneHelpStarter.tooltip=Freeplane s\u00FAg\u00F3
GettingStartedAction.text=Oktat\u00F3anyag
@@ -463,11 +489,17 @@ GotoLinkNodeAction.text=Ugr\u00E1s hivatkoz\u00E1sra
GotoNodeAction.text=Ugr\u00E1s adott azonos\u00EDt\u00F3j\u00FA pontra...
GrabKeyDialog.common.cancel=M\u00E9gsem
GrabKeyDialog.common.ok=Rendben
+GrabKeyDialog.grab-key.assigned-to=Hozz\u00E1rendelve
+GrabKeyDialog.grab-key.assigned-to.none=Jelenleg nincs hozz\u00E1rendel\u00E9s
+GrabKeyDialog.grab-key.clear=T\u00F6rl\u00E9s
GrabKeyDialog.grab-key.remove=Elt\u00E1vol\u00EDt\u00E1s
+GrabKeyDialog.grab-key.remove-ask=Biztos, hogy elt\u00E1vol\u00EDtja ezt a hozz\u00E1rendel\u00E9st?
+GrabKeyDialog.grab-key.title=Adja meg az \u00FAj billenty\u0171t
green=Z\u00F6ld
help=&S\u00FAg\u00F3
HideableAction.tooltip=<html>Minden megv\u00E1ltozott pont h\u00E1ttere megjel\u00F6l\u00E9sre ker\u00FCl.</html>
HideAllAttributesAction.text=Minden attrib\u00FAtum elrejt\u00E9se
+HierarchicalIcons2Action.text=Mutassa a gyerek ikonok \u00E1tfed\u00E9s\u00E9t
HierarchicalIconsAction.text=Ikonok &hierarchikus mutat\u00E1sa
HierarchicalIconsAction.tooltip=Ha valamelyik (ak\u00E1r k\u00F6zvetett) gyermeken van ikon, kicsiny\u00EDtve megjelenik itt is.
hot_keys=Gyorsbillenty\u0171k
@@ -558,6 +590,7 @@ icon_menu=Ikonok
icon_messagebox_warning=Fontos
icon_mindmap=Elmet\u00E9rk\u00E9p
icon_multiplication=Szorz\u00E1s
+icon_narrative=Narr\u00E1toros
icon_negative=Negat\u00EDv
icon_neutral=Semleges
icon_password=Kulcs
@@ -597,11 +630,20 @@ IconGroupPopupAction.signs.text=Jelek
IconGroupPopupAction.smiley.text=Smiley
IconGroupPopupAction.time.text=Id\u0151
IconGroupPopupAction.user.text=Felhaszn\u00E1l\u00F3i ikonok
+IconProgressExtended10Action.text=Kiterjesztett k\u00E9sz\u00FClts\u00E9gjelz\u0151 10%
IconProgressExtended10Action.tooltip=<html>Felvesz egy k\u00E9sz\u00FClts\u00E9gjelz\u0151t, ami dupla kattint\u00E1sra 10%-kal n\u00F6vekszik.<br>Ctrl + dupla kattint\u00E1sra cs\u00F6kken, illetve elt\u0171nik.</html>
+IconProgressExtended25Action.text=Kiterjesztett k\u00E9sz\u00FClts\u00E9gjelz\u0151 25%
IconProgressExtended25Action.tooltip=<html>Felvesz egy k\u00E9sz\u00FClts\u00E9gjelz\u0151t, ami dupla kattint\u00E1sra 25%-kal n\u00F6vekszik.<br>Ctrl + dupla kattint\u00E1sra cs\u00F6kken, illetve elt\u0171nik.</html>
+IconProgressIconDownAction.text=K\u00E9sz\u00FClts\u00E9g cs\u00F6kkent\u00E9se
+IconProgressIconDownAction.tooltip=Felvesz, cs\u00F6kkent vagy t\u00F6r\u00F6l egy k\u00E9sz\u00FClts\u00E9gjelz\u0151t (100% -> 75% -> 50% -> 25% -> 0% -> t\u00F6r\u00F6l).
+IconProgressIconUpAction.text=K\u00E9sz\u00FClts\u00E9g emel\u00E9se
+IconProgressIconUpAction.tooltip=Felvesz egy k\u00E9sz\u00FClts\u00E9gjelz\u0151t vagy emeli a k\u00E9sz\u00FClts\u00E9get (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=K\u00E9sz\u00FClts\u00E9gjelz\u0151 t\u00F6rl\u00E9se
+IconProgressRemoveAction.tooltip=K\u00E9sz\u00FClts\u00E9gjelz\u0151 \u00E9s kiterjesztett k\u00E9sz\u00FClts\u00E9gjelz\u0151 t\u00F6rl\u00E9se.
IconSelectionPlugin.text=Ikon kiv\u00E1laszt\u00E1sa t\u00E1bl\u00E1zatb\u00F3l...
IconSelectionPlugin.tooltip=<html>Itt egy alablak seg\u00EDts\u00E9g\u00E9vel v\u00E1laszthat\u00F3 ki egy ikon.</html>
image_covertLink=Hivatkoz\u00E1s konvert\u00E1l\u00E1sa k\u00E9pp\u00E9
+ImageFlavorHandler=K\u00E9p (haszn\u00E1ljon k\u00FCl\u00F6n f\u00E1jlt)
import=Import\u00E1l\u00E1s
import_linked_branch_no_link=A kijel\u00F6lt pont nem tartalmaz olyan import\u00E1lhat\u00F3 linket.
ImportAction.text=&Import\u00E1l\u00E1s
@@ -615,6 +657,10 @@ increase_branch_font_size=Nagyobb bet\u0171
IncreaseNodeFontAction.text=Nagyobb bet\u0171
internal_error_tooltip=Bels\u0151 hiba t\u00F6rt\u00E9nt. Tov\u00E1bbi inform\u00E1ci\u00F3\u00E9rt kattintson a legut\u00F3bbi log.0 napl\u00F3f\u00E1jl megnyit\u00E1s\u00E1hoz.
invalid_export_file=\u00C9rv\u00E9nytelen export f\u00E1jln\u00E9v
+invalid_file_msg=Nem tal\u00E1lhat\u00F3 a f\u00E1jl: {0}
+invalid_uri=\u00C9rv\u00E9nytelen URI {0}
+invalid_url=Nem hozhat\u00F3 l\u00E9tre \u00E9rv\u00E9nyes URL
+invalid_url_msg=Nem hozhat\u00F3 l\u00E9tre \u00E9rv\u00E9nyes URL ebb\u0151l {0}
ItalicAction.text=D\u0151lt
italicise_branch=D\u0151ltt\u00E9
java_version=Java verzi\u00F3: {0}
@@ -640,6 +686,7 @@ long_node_changed_cancel=Megv\u00E1ltoztatta a pontot. Szeretn\u00E9 elvetni a v
long_node_changed_submit=Megv\u00E1ltoztatta a pontot. Menteni szeretn\u00E9 a v\u00E1ltoztat\u00E1sokat?
lots_of_links_warning=Egyszerre sok linket k\u00EDv\u00E1n l\u00E9trehozni ugyanazon ponthoz. Biztosan l\u00E9tre szeretn\u00E9 hozni ezeket a linkeket?
main_resource_directory=Nyelvi f\u00E1jlok: {0}
+MainView.errorUpdateText=Hiba t\u00F6rt\u00E9nt a k\u00F6vetkez\u0151 sor ki\u00E9rt\u00E9kel\u00E9sekor: "{0}".
MakeLinkFromAnchorAction.text=Hivatkoz\u00E1s l\u00E9trehoz\u00E1sa a horgonyt\u00F3l
MakeLinkFromAnchorAction.tooltip=<html>helyi vagy glob\u00E1lis hivatkoz\u00E1s k\u00E9sz\u00EDt\u00E9se<br/>a horgonypontb\u00F3l a kiv\u00E1lasztott pontba</html>
MakeLinkToAnchorAction.text=Hivatkoz\u00E1s l\u00E9trehoz\u00E1sa a horgonyra
@@ -694,12 +741,17 @@ menu_coreFormat=Pont t\u00F6rzs
menu_details=R\u00E9szletek
menu_displayAttributes=Pont attrib\u00FAtumok
menu_encryption=Jelsz\u00F3v\u00E9delem
+menu_error=Hiba a felhaszn\u00E1l\u00F3i men\u00FC strukt\u00FAr\u00E1ban {0}:\n{1}\nA folyamat meg lesz szak\u00EDtva
+menu_extensions=Pont kiterjeszt\u00E9sek
menu_extras=&Eszk\u00F6z\u00F6k
menu_file_import=Import\u00E1l\u00E1s
menu_filter=Sz\u0171&r\u0151
menu_format=F&orm\u00E1tum
-menu_hoverView=Gyorstippek
+menu_group=Pont csoport
+menu_hoverView=Inform\u00E1ci\u00F3s bubor\u00E9kok (tool tip)
+menu_iconByCategory=Ikon kiv\u00E1laszt\u00E1sa kateg\u00F3ri\u00E1kb\u00F3l...
menu_iconView=Ikonok
+menu_image=K\u00E9p
menu_insert=Beilleszt\u00E9s
menu_latex_formula=LaTeX formula
menu_links=Hivatkoz\u00E1s
@@ -723,11 +775,13 @@ menu_title=Pont t\u00F6rzs
menu_toolbars=Eszk\u00F6zt\u00E1rak
menu_view=&N\u00E9zet
menu_viewmode=Megjelen\u00EDt\u00E9si m\u00F3dok
+MenuUtils.invalid_menuitem=A(z) "{0}" nem \u00E9rv\u00E9nyes men\u00FC elem kulcs.
mindmap=T\u00E9rk\u00E9p
MindMapNodesFlavorHandler=Pont hierarchia
mindmaps=&T\u00E9rk\u00E9pek
mindmaps_desc=T\u00E9rk\u00E9pek (*.mm)
mindmaps_filter_desc=Sz\u0171r\u0151k (*.mmfilter)
+MinNodeWidth.text=\u00C1ll\u00EDtsa be a minim\u00E1lis pont sz\u00E9less\u00E9get
mode_Browse=Tall\u00F3z\u00F3 m\u00F3d
mode_File=F\u00E1jlm\u00F3d
mode_MindMap=Elmet\u00E9rk\u00E9p m\u00F3d
@@ -762,6 +816,7 @@ NewerFileRevisionsFoundDialog.restore=&Vissza\u00E1ll\u00EDt\u00E1s
NewerFileRevisionsFoundDialog.restore.tooltip={0} cser\u00E9je {1}-re
NewerFileRevisionsFoundDialog.title=\u00DAjabb f\u00E1jlv\u00E1ltozatok tal\u00E1lhat\u00F3k!
NewFreeNodeAction.text=\u00DAj szabad pont
+NewLevelStyleAction.text=Szint t\u00EDpus hozz\u00E1ad\u00E1sa
newmap.install.addon.question={0} kiterjeszt\u00E9snek t\u0171nik\nSzeretn\u00E9 telep\u00EDteni?\n(V\u00E1lassza a "Nem"-et norm\u00E1l megnyit\u00E1shoz.)
newmap.install.addon.title=Telep\u00EDti a kiterjeszt\u00E9st?
NewMapAction.text=\u00DA&j t\u00E9rk\u00E9p
@@ -773,10 +828,10 @@ NewSiblingAction.text=\u00DAj testv\u00E9rpont
NewSummaryAction.text=\u00DAj \u00F6sszegz\u0151pont (a kiv\u00E1lasztott pontokhoz)
NewUserStyleAction.text=\u00DAj st\u00EDlus a kijel\u00F6l\u00E9sb\u0151l
NextNodeAction.BACK.text=Ugr\u00E1s az el\u0151z\u0151 pontra
-NextNodeAction.BACK_N_FOLD.text=Ugr\u00E1s az el\u0151z\u0151 pontra (kibont\u00E1s)
+NextNodeAction.BACK_N_FOLD.text=Ugr\u00E1s az el\u0151z\u0151 pontra (kihajt\u00E1s)
NextNodeAction.FORWARD.text=Ugr\u00E1s a k\u00F6vetkez\u0151 pontra
-NextNodeAction.FORWARD_N_FOLD.text=Ugr\u00E1s a k\u00F6vetkez\u0151 pontra (kibont\u00E1s)
-NextPresentationItemAction.text=K\u00F6vetkez\u0151 bemutat\u00F3elem kibont\u00E1sa
+NextNodeAction.FORWARD_N_FOLD.text=Ugr\u00E1s a k\u00F6vetkez\u0151 pontra (kihajt\u00E1s)
+NextPresentationItemAction.text=K\u00F6vetkez\u0151 bemutat\u00F3elem kihajt\u00E1sa
no=Nem
no_copy_attributes_before_paste_attributes=Nem lehet attrib\u00FAtumokat beilleszteni, am\u00EDg nem m\u00E1solta ki \u0151ket.
NO_FORMAT=Sz\u00F6veg
@@ -784,6 +839,7 @@ no_format_copy_before_format_paste=Nem lehet form\u00E1tumot beilleszteni, am\u0
no_found_from=<html>Nem tal\u00E1lhat\u00F3 "{0}" itt: "{1}".</html>
no_more_found_from=<html>A(z) "{1}" elem alatt nem tal\u00E1lhat\u00F3 t\u00F6bb olyan elem, ahol <u>{0}</u>.</html>
no_previous_find=Nem tal\u00E1lhat\u00F3 el\u00F5z\u00F5.
+no_styles_found_in_map=A t\u00E9rk\u00E9pben nem tal\u00E1lhat\u00F3 st\u00EDlus
node=Pont
node_changed_discard_changes=Megv\u00E1ltoztatta a pontot. Szeretn\u00E9 elvetni a v\u00E1ltoztat\u00E1sokat?
node_is_write_protected=A c\u00E9l-pont \u00EDr\u00E1sv\u00E9dett.
@@ -834,9 +890,9 @@ OptionPanel.always_fold_all_after_load=Mindent behajt
OptionPanel.always_load_last_maps=Utols\u00F3 \u00E9s \u00FAj t\u00E9rk\u00E9pek bet\u00F6lt\u00E9se
OptionPanel.always_load_last_maps.tooltip=Legut\u00F3bbi f\u00E1jlok megnyit\u00E1sa a fent megadott opci\u00F3kkal, s\u0151t FP ind\u00EDt\u00E1sa a kiv\u00E1lasztott t\u00E9rk\u00E9ppel.
OptionPanel.always_save_folding=Mindig
-OptionPanel.always_save_folding_state=Mindig mentse el a kibont\u00E1si \u00E1llapotv\u00E1ltoz\u00E1sokat
-OptionPanel.always_save_folding_state.tooltip=Ha be van \u00E1ll\u00EDtva, akkor minden kibont\u00E1s \u00E9s behajt\u00E1s v\u00E1ltoz\u00E1snak sz\u00E1m\u00EDt, \u00E9s figyelmeztetni fogja a t\u00E9rk\u00E9p ment\u00E9s\u00E9re.
-OptionPanel.always_unfold_all_after_load=Mindent kibont
+OptionPanel.always_save_folding_state=Mindig mentse el a kihajt\u00E1si \u00E1llapotv\u00E1ltoz\u00E1sokat
+OptionPanel.always_save_folding_state.tooltip=Ha be van \u00E1ll\u00EDtva, akkor minden kihajt\u00E1s \u00E9s behajt\u00E1s v\u00E1ltoz\u00E1snak sz\u00E1m\u00EDt, \u00E9s figyelmeztetni fogja a t\u00E9rk\u00E9p ment\u00E9s\u00E9re.
+OptionPanel.always_unfold_all_after_load=Mindent kihajt
OptionPanel.antialias=\u00C9lsim\u00EDt\u00E1s
OptionPanel.antialias.tooltip=<html>Hat\u00E1ssal van a t\u00E9rk\u00E9p min\u0151s\u00E9g\u00E9re. T\u00F6bb \u00E9lsim\u00EDt\u00E1s t\u00F6bb id\u0151t vesz ig\u00E9nybe.</html>
OptionPanel.antialias_all=Minden elem \u00E9lsim\u00EDt\u00E1sa
@@ -844,7 +900,8 @@ OptionPanel.antialias_edges=\u00C9lek \u00E9lsim\u00EDt\u00E1sa
OptionPanel.antialias_none=Nincs \u00E9lsim\u00EDt\u00E1s
OptionPanel.Appearance=Megjelen\u00E9s
OptionPanel.apply_system_screen_resolution=Rendszer-felbont\u00E1s haszn\u00E1lata
-OptionPanel.approximate_search_threshold.tooltip=<html>T\u0171r\u00E9s a k\u00F6r\u00FCl-bel\u00FCli egyez\u00E9shez<br/><font size="2">l\u00E1sd a http://freeplane.sf.net/wiki/index.php/Approximate_search</font>oldalt<br/>(magasabb \u00E9rt\u00E9kre kevesebb<br/>tal\u00E1latot eredm\u00E9nyez)</html>
+OptionPanel.approximate_search_threshold=T\u0171r\u00E9s a k\u00F6r\u00FCl-bel\u00FCli egyez\u00E9shez
+OptionPanel.approximate_search_threshold.tooltip=<html>T\u0171r\u00E9s a k\u00F6r\u00FCl-bel\u00FCli egyez\u00E9shez<br/><font size="2">l\u00E1sd a http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>oldalt (magasabb \u00E9rt\u00E9kre kevesebb<br/>tal\u00E1latot eredm\u00E9nyez)</html>
OptionPanel.ar=Arab / \u0627\u0644\u0639\u0631\u0628\u064A\u0629
OptionPanel.ARC=Arc
OptionPanel.as_parent=Mint a sz\u00FCl\u0151
@@ -853,25 +910,38 @@ OptionPanel.automatic=Automatikus
OptionPanel.automaticFormat_level=Szintst\u00EDlusok alkalmaz\u00E1sa
OptionPanel.automaticFormat_level1=Gy\u00F6k\u00E9r pont form\u00E1tuma
OptionPanel.automaticFormat_level2=1. szint\u0171 pont form\u00E1tuma
-OptionPanel.bezier=Bezier[translate me]
+OptionPanel.backup_file_number=Biztons\u00E1gi m\u00E1solat ment\u00E9sek sz\u00E1ma
+OptionPanel.Behaviour=Viselked\u00E9s
+OptionPanel.bezier=Finoman \u00EDvelt (bezier)
OptionPanel.bubble=Bubor\u00E9k
OptionPanel.ca=Katal\u00E1n, valenciai / Catal\u00E0
OptionPanel.Cancel=M\u00E9gsem
OptionPanel.center_selected_node=Kiv\u00E1lasztott pont k\u00F6z\u00E9pre helyez\u00E9se
OptionPanel.check_updates_automatically=Friss\u00EDt\u00E9sek keres\u00E9se ind\u00EDt\u00E1skor
-OptionPanel.clear_all_setters=Switch all[translate me]
+OptionPanel.childpattern=Gyerek minta
+OptionPanel.childpattern.tooltip=A kiv\u00E1lasztott minta minden gyerek objektumra alkalmaz\u00E1sra ker\u00FCl.
+OptionPanel.clear_all_setters=Minden v\u00E1ltoztat\u00E1sa
OptionPanel.cloud=Felh\u0151
OptionPanel.cloudcolor=Felh\u0151 sz\u00EDne
OptionPanel.cloudshape=Felh\u0151 alakja
OptionPanel.combined=Kombin\u00E1lt
+OptionPanel.compare_as_number=Hasonl\u00EDt\u00E1s sz\u00E1mk\u00E9nt
+OptionPanel.convert_to_current_version=<html>Automatikusan konvert\u00E1lja a r\u00E9gebbi Freeplane verzi\u00F3j\u00FA t\u00E9rk\u00E9peket <br>az aktu\u00E1lis verzi\u00F3ra?</html>
OptionPanel.convert_to_current_version.tooltip=html>Csak nagyon nagy t\u00E9rk\u00E9pekhez, amik nem ig\u00E9nyelnek konverzi\u00F3t <br>(ehhez szak\u00E9rt\u0151i tud\u00E1s kell) a t\u00E9rk\u00E9pek megnyithat\u00F3k konverzi\u00F3 n\u00E9lk\u00FCl.</html>
OptionPanel.cs=Cseh / \u010Desky
+OptionPanel.cut_nodes_without_question=Kiv\u00E1ghat\u00F3ak a pontok meger\u0151s\u00EDt\u00E9s k\u00E9r\u00E9se n\u00E9lk\u00FCl?
+OptionPanel.cut_nodes_without_question.tooltip=Ezt a jel\u00F6l\u0151n\u00E9gyzetet be\u00E1ll\u00EDtva r\u00E1k\u00E9rdez\u00E9s n\u00E9lk\u00FCl kiv\u00E1ghat\u00F3k a pontok. Ez v\u00E9letlen t\u00F6rl\u00E9shez is vezethet.
OptionPanel.da=D\u00E1n / dansk
OptionPanel.date_format=Alap\u00E9rtelmezett d\u00E1tumform\u00E1tum
+OptionPanel.date_format.tooltip=SHORT, MEDIUM, LONG, FULL vagy "MM/dd/yyyy" form\u00E1tum\u00FA minta lehet
OptionPanel.datetime_format=Alap\u00E9rtelmezett d\u00E1tum- \u00E9s id\u0151form\u00E1tum
+OptionPanel.datetime_format.tooltip=Vagy <d\u00E1tumform\u00E1tum>,<id\u0151form\u00E1tum> (SHORT, MEDIUM, LONG vagy FULL mint st\u00EDlus) vagy teljes minta lehet, mint a p\u00E9lda: "M/d/yyyy hh:mm"
OptionPanel.de=N\u00E9met / Deutsch
OptionPanel.default=Alap\u00E9rtelmezett
+OptionPanel.default_attribute_key_column_width=Alap\u00E9rtelmezett attrib\u00FAtum kulcs sz\u00E9less\u00E9g
+OptionPanel.default_attribute_value_column_width=Alap\u00E9rtelmezett attrib\u00FAtum \u00E9rt\u00E9k sz\u00E9less\u00E9g
OptionPanel.default_browser_command_mac=Alap\u00E9rtelmezett b\u00F6ng\u00E9sz\u0151parancs (Mac)
+OptionPanel.default_browser_command_mac.tooltip=<html> \u00E9s MAC: (K\u00F6sz\u00F6net Nick-nek!)</html>
OptionPanel.default_browser_command_other_os=Alap\u00E9rtelmezett b\u00F6ng\u00E9sz\u0151parancs (egy\u00E9b)
OptionPanel.default_browser_command_other_os.tooltip=<html> Ez tipikusan Linux:</html>
OptionPanel.default_browser_command_windows_9x=Alap\u00E9rtelmezett b\u00F6ng\u00E9sz\u0151parancs (Windows 9x)
@@ -882,26 +952,44 @@ OptionPanel.default_charset=Karakterk\u00E9szlet
OptionPanel.Defaults=Alap\u00E9rtelmez\u00E9sek
OptionPanel.delete_automatic_saves_at_exit=Automatikus ment\u00E9sek t\u00F6rl\u00E9se kil\u00E9p\u00E9skor
OptionPanel.delete_automatic_saves_at_exit.tooltip=<html>\u00C1ll\u00EDtsa igaz \u00E9rt\u00E9kre, ha szeretn\u00E9, hogy a Freeplane norm\u00E1l bez\u00E1r\u00E1sakor t\u00F6rl\u0151djenek a f\u00E1jlok</html>
+OptionPanel.delete_nodes_without_question=T\u00F6r\u00F6lhet\u0151ek a pontok r\u00E1k\u00E9rdez\u00E9s n\u00E9lk\u00FCl?
OptionPanel.delete_nodes_without_question.tooltip=Ezt a jel\u00F6l\u0151n\u00E9gyzetet be\u00E1ll\u00EDtva r\u00E1k\u00E9rdez\u00E9s n\u00E9lk\u00FCl t\u00F6r\u00F6lhet\u0151k a pontok. Ez v\u00E9letlen t\u00F6rl\u00E9shez is vezethet.
+OptionPanel.disable_cursor_move_paper=Pap\u00EDr mozgat\u00F3 kurzor tilt\u00E1sa
+OptionPanel.disable_cursor_move_paper.tooltip=<html>Ne mutassa a mozgat\u00F3 kurzort a lap mozgat\u00E1sa k\u00F6zben</html>
OptionPanel.display_inline_editor_for_all_new_nodes=Minden \u00FAj pont szerkeszt\u00E9se helyben
+OptionPanel.display_node_id=Pont azonos\u00EDt\u00F3 (ID) megjelen\u00EDt\u00E9se
OptionPanel.edgecolor=\u00C9l sz\u00EDne
+OptionPanel.edgecolor.tooltip=A tulajdons\u00E1g a sz\u00FCl\u0151 be\u00E1ll\u00EDt\u00E1s\u00E1val fog megegyezni (a gyerek pontok is \u00F6r\u00F6klik)
OptionPanel.edgestyle=\u00C9l st\u00EDlusa
+OptionPanel.edgestyle.tooltip=A tulajdons\u00E1g a sz\u00FCl\u0151 be\u00E1ll\u00EDt\u00E1s\u00E1val fog megegyezni (a gyerek pontok is \u00F6r\u00F6klik)
OptionPanel.edgewidth=\u00C9l vastags\u00E1ga
+OptionPanel.edgewidth.tooltip=A tulajdons\u00E1g a sz\u00FCl\u0151 be\u00E1ll\u00EDt\u00E1s\u00E1val fog megegyezni (a gyerek pontok is \u00F6r\u00F6klik)
+OptionPanel.EDIT_CURRENT=Tartalom fel\u00FCl\u00EDr\u00E1sa
+OptionPanel.edit_on_double_click=Szerkeszt\u00E9s dupla kattint\u00E1sra
+OptionPanel.editor_extra_width=Pont sz\u00E9less\u00E9g\u00E9nek l\u00E9p\u00E9sk\u00F6ze
+OptionPanel.editor_extra_width.tooltip=<html>Ennyi pixellel n\u00F6veli meg a pont sz\u00E9less\u00E9g\u00E9t, ha a sz\u00F6veg kil\u00F3g az aktu\u00E1lis sz\u00E9less\u00E9gb\u0151l.</html>
OptionPanel.el=G\u00F6r\u00F6g / \u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC
+OptionPanel.el__buttons_above=Gombok az ablak tetej\u00E9n
OptionPanel.el__enter_confirms_by_default=Az Enter alap\u00E9rtelmezetten meger\u0151s\u00EDt
OptionPanel.el__max_default_window_height=Maxim\u00E1lis alap\u00E9rtelmezett ablakmagass\u00E1g
OptionPanel.el__max_default_window_width=Maxim\u00E1lis alap\u00E9rtelmezett ablaksz\u00E9less\u00E9g
OptionPanel.el__min_default_window_height=Minim\u00E1lis alap\u00E9rtelmezett ablakmagass\u00E1g
OptionPanel.el__min_default_window_width=Minim\u00E1lis alap\u00E9rtelmezett ablaksz\u00E9less\u00E9g
+OptionPanel.el__position_window_below_node=Az ablak a pont alatt legyen
OptionPanel.en=Angol / English
OptionPanel.Environment=K\u00F6rnyezet
OptionPanel.es=Spanyol, kaszt\u00EDliai / espa\u00F1ol, castellano
OptionPanel.et=\u00C9szt / eesti, eesti keel
-OptionPanel.execute_scripts_without_asking=Szkript futtat\u00E1s enged\u00E9lyezve
+OptionPanel.execute_scripts_without_asking=Szkript futtat\u00E1s enged\u00E9lyez\u00E9se
OptionPanel.execute_scripts_without_asking.tooltip=<html>A Freeplane szkriptek alapvet\u0151en b\u00E1rmilyen m\u0171veletet v\u00E9gre tudnak hajtani a sz\u00E1m\u00EDt\u00F3g\u00E9pen. <br>\u00C9ppen ez\u00E9rt ne futtasson olyan szkriptet, amir\u0151l nem gy\u0151z\u0151d\u00F6tt meg, hogy biztons\u00E1gos.</html>
OptionPanel.execute_scripts_without_exec_restriction=Enged\u00E9lyezi egy\u00E9b alkalmaz\u00E1sok futtat\u00E1s\u00E1t (NEM AJ\u00C1NLOTT)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html><body>Ha a Groovy szkriptnek sz\u00FCks\u00E9ge van k\u00FCls\u0151 alkalmaz\u00E1s r\u00E1k\u00E9rdez\u00E9s n\u00E9lk\u00FCli(!) ind\u00EDt\u00E1s\u00E1ra (pl b\u00F6ng\u00E9sz\u0151),<br>akkor enged\u00E9lyezni kell ezt a lehet\u0151s\u00E9get. <br>Haszn\u00E1lja \u00F3vatosan mivel egy k\u00E1rt\u00E9kony szkript \u00E1rthat a g\u00E9pnek!</body></html>
+OptionPanel.execute_scripts_without_file_restriction=F\u00E1jl olvas\u00E1si m\u0171veletek enged\u00E9lyez\u00E9se (NEM javasolt)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html><body>Ha a Groovy szkriptnek olvas\u00E1si jog kell (megnyit\u00E1s, lez\u00E1r\u00E1s, olvas\u00E1s),<br>akkor enged\u00E9lyezni kell ezt a lehet\u0151s\u00E9get. <br>Haszn\u00E1lja \u00F3vatosan, mivel egy k\u00E1rt\u00E9kony szkript \u00E1rthat a g\u00E9pnek!</body></html>
OptionPanel.execute_scripts_without_network_restriction=H\u00E1l\u00F3zati m\u0171veletek enged\u00E9lyez\u00E9se (NEM javasolt)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html><body>Ha a Groovy szkriptnek k\u00FCl\u00F6nleges h\u00E1l\u00F3zati m\u0171veletet kell v\u00E9grehajtania,<br>akkor enged\u00E9lyezni kell ezt a lehet\u0151s\u00E9get. <br>Haszn\u00E1lja \u00F3vatosan, mivel egy k\u00E1rt\u00E9kony szkript kisziv\u00E1rogtathatja titkait!</body></html>
OptionPanel.execute_scripts_without_write_restriction=F\u00E1jl\u00EDr\u00E1si m\u0171veletek enged\u00E9lyez\u00E9se (NEM javasolt)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>Ha a Groovy szkriptnek \u00EDr\u00E1si jog kell (\u00EDr\u00E1s, t\u00F6rl\u00E9s(!)),<br>akkor enged\u00E9lyezni kell ezt a lehet\u0151s\u00E9get. <br>\u00C1ltal\u00E1ban az olvas\u00E1s joggal egy\u00FCtt haszn\u00E1lj\u00E1k.<br>Haszn\u00E1lja \u00F3vatosan, mivel egy k\u00E1rt\u00E9kony szkript \u00E1rthat a g\u00E9pnek!</body></html>
OptionPanel.experimental_file_locking_on=K\u00EDs\u00E9rleti f\u00E1jlz\u00E1rol\u00E1s
OptionPanel.experimental_file_locking_on.tooltip=<html> K\u00EDs\u00E9rleti funkci\u00F3</html>
OptionPanel.export_icons_in_html=Ikonok export\u00E1l\u00E1sa HTML-be
@@ -909,39 +997,83 @@ OptionPanel.export_icons_in_html.tooltip=<html> Megadja, hogy a HTML exportban l
OptionPanel.exported_image_resolution_dpi=Export\u00E1lt k\u00E9p felbont\u00E1sa (DPI-ben)
OptionPanel.Files=F\u00E1jlok
OptionPanel.first=Els\u0151k\u00E9nt
+OptionPanel.fold_on_click_inside=Behajt\u00E1s pontba kattint\u00E1ssal
+OptionPanel.foldingsymbolwidth=Behajt\u00E1si jel sz\u00E9less\u00E9ge
+OptionPanel.foldingsymbolwidth.tooltip=<html>Behajt\u00E1st jelz\u0151 k\u00F6r sz\u00E9less\u00E9ge</html>
OptionPanel.fork=El\u00E1gaz\u00E1s
+OptionPanel.format_locale=Ter\u00FCleti be\u00E1ll\u00EDt\u00E1sok a form\u00E1tumokhoz
+OptionPanel.format_locale.tooltip=Nyelvi be\u00E1ll\u00EDt\u00E1sok a form\u00E1z\u00E1shoz \u00E9s adat feldolgoz\u00E1shoz
+OptionPanel.formula_disable_caching=K\u00E9plet ki\u00E9rt\u00E9kel\u00E9si gyors\u00EDt\u00F3t\u00E1r tilt\u00E1sa
+OptionPanel.formula_disable_plugin=K\u00E9plet ki\u00E9rt\u00E9kel\u00E9s tilt\u00E1sa
OptionPanel.fr=Francia / Fran\u00E7ais
OptionPanel.gl=Galiciai / Galego
+OptionPanel.goto_note_end_on_edit=Megjegyz\u00E9s szerkeszt\u00E9se a sz\u00F6veg v\u00E9g\u00E9n
OptionPanel.grid_size=R\u00E1csm\u00E9ret
+OptionPanel.groovy_editor_font=Font a Groovy szintaktika kiemel\u00E9s szerkeszt\u0151j\u00E9hez
+OptionPanel.groovy_editor_font.tooltip=Haszn\u00E1ljon 'Dialog' vagy 'Monospaced' \u00E9rt\u00E9ket ha unik\u00F3d karaktereket haszn\u00E1l!
+OptionPanel.groovy_editor_font_size=Bet\u0171m\u00E9ret a Groovy szintaxiskiemel\u00E9s szerkeszt\u0151j\u00E9hez
OptionPanel.gtk=Gtk
OptionPanel.hide_edge=\u00C9l elrejt\u00E9se
+OptionPanel.highlight_formulas=Form\u00E1tum kiemel\u00E9se
OptionPanel.horizontal=V\u00EDzszintes
OptionPanel.hr=Horv\u00E1t / hrvatski
-OptionPanel.HTML=HTML[translate me]
+OptionPanel.HTML=HTML
+OptionPanel.html_export_based_on_headings=Szintek alapj\u00E1n
OptionPanel.html_export_fold_all=Minden behajt\u00E1sa
-OptionPanel.html_export_folding=Html Export Folding[translate me]
+OptionPanel.html_export_fold_currently_folded=A jelenlegi hajt\u00E1sok alapj\u00E1n
+OptionPanel.html_export_folding=Html export hajt\u00E1sok
+OptionPanel.html_export_no_folding=Nincs behajt\u00E1s
OptionPanel.hu=Magyar / magyar
+OptionPanel.ic_disable=Tiltva
+OptionPanel.ic_file=Lemezre ker\u00FClj\u00F6n
+OptionPanel.ic_ram=Tartsa mem\u00F3ri\u00E1ban (RAM)
+OptionPanel.icon=Ikon
+OptionPanel.icon.tooltip=Ha alkalmaz\u00E1sra ker\u00FCl, a pontnak pont ez lesz az ikonja.
+OptionPanel.icons.list.tooltip=Itt rendezheti vagy tilthatja az alap ikonokat. Az ikonokat ';'-vel kell elv\u00E1lasztani.
OptionPanel.id=Indon\u00E9z / Bahasa Indonesia
+OptionPanel.IGNORE=Ne t\u00F6rt\u00E9njen semmi
OptionPanel.il__enter_confirms_by_default=Az Enter alap\u00E9rtelmezetten meger\u0151s\u00EDt
+OptionPanel.image_cache=k\u00E9pek sz\u00E1m\u00E1ra
OptionPanel.it=Olasz / Italiano
OptionPanel.ja=Jap\u00E1n / \u65E5\u672C\u8A9E
+OptionPanel.key_type_action=G\u00E9pel\u00E9skor
+OptionPanel.Keystrokes=Gyorsbillenty\u0171k
OptionPanel.ko=Koreai / \uD55C\uAD6D\uC5B4 (\u97D3\u570B\u8A9E), \uC870\uC120\uB9D0 (\u671D\u9BAE\u8A9E)
OptionPanel.label_font_family=Bet\u0171csal\u00E1d
OptionPanel.label_font_size=Bet\u0171m\u00E9ret
OptionPanel.language=Nyelv
+OptionPanel.language.tooltip=<html>Ez az a nyelv amit a programnak haszn\u00E1lnia k\u00E9ne. Az 'automatikus' megprob\u00E1lja az aktu\u00E1lis felhaszn\u00E1l\u00F3 nyelv\u00E9t bet\u00F6lteni. </html>
OptionPanel.last=Utols\u00F3k\u00E9nt
OptionPanel.last_opened_list_length=Legut\u00F3bbi f\u00E1jlok list\u00E1j\u00E1nak hossza
+OptionPanel.latex_disable_editor=A LaTeX szintaktika kiemel\u00E9s szerkeszt\u0151j\u00E9nek tilt\u00E1sa
+OptionPanel.latex_disable_editor.tooltip=Jel\u00F6lje be ha probl\u00E9m\u00E1i vannak a LaTeX szerkeszt\u0151vel
+OptionPanel.latex_editor_font=Font a LaTeX szintaktika kiemel\u00E9s szerkeszt\u0151j\u00E9hez
+OptionPanel.latex_editor_font.tooltip=Haszn\u00E1ljon 'Dialog' vagy 'Monospaced' \u00E9rt\u00E9ket ha unik\u00F3d karaktereket haszn\u00E1l!
+OptionPanel.latex_editor_font_size=Font m\u00E9ret a LaTeX szintaktika kiemel\u00E9s szerkeszt\u0151j\u00E9hez
+OptionPanel.latex_macros=Szok\u00E1sos LaTeX Makr\u00F3k
+OptionPanel.layout_map_on_text_change.tooltip=Ha jobb teljes\u00EDtm\u00E9nyt szeretne, tiltsa le
OptionPanel.linear=Egyenes
OptionPanel.links=Hivatkoz\u00E1sok
OptionPanel.links.tooltip=<html>Hivatkoz\u00E1sok be\u00E1ll\u00EDt\u00E1sa relat\u00EDvra vagy abszol\u00FAtra </html>
OptionPanel.load_folding=Bet\u00F6lt\u00E9skor
+OptionPanel.load_folding_from_map_default_fold_all=T\u00E9rk\u00E9pr\u0151l veszi vagy mindent behajt
+OptionPanel.load_folding_from_map_default_unfold_all=T\u00E9rk\u00E9pr\u0151l veszi vagy mindent kihajt
OptionPanel.load_last_map=Utols\u00F3 t\u00E9rk\u00E9p automatikus megnyit\u00E1sa
OptionPanel.load_last_map.tooltip=<html>E be\u00E1ll\u00EDt\u00E1s hat\u00E1s\u00E1ra a Freeplane indul\u00E1skor automatikusan bet\u00F6lti az utolj\u00E1ra megnyitott t\u00E9rk\u00E9pet.</html>
+OptionPanel.load_last_maps=Minden legut\u00F3bb megnyitott f\u00E1jl bet\u00F6lt\u00E9se
OptionPanel.lookandfeel=Kin\u00E9zet
OptionPanel.lookandfeel.tooltip=<html>A haszn\u00E1lni k\u00EDv\u00E1nt megjelen\u00EDt\u00E9si st\u00EDlus megad\u00E1sa. A 'metal','windows','motif' \u00E9s 'gtk' t\u00E1mogatott, a 'mac' csak MacOS eset\u00E9n \u00E9rhet\u0151 el. Alap\u00E9rtelmezett eset\u00E9n az alap\u00E9rtelezett st\u00EDlus lesz \u00E9rv\u00E9nyben. Ha szeretne saj\u00E1t kin\u00E9zetet megadni, akkor itt adja meg az oszt\u00E1ly (class) nev\u00E9t, \u00E9s gy\u0151z\u0151dj\u00F6n meg r\u00F3la, hogy a megfele [...]
OptionPanel.lt=Litv\u00E1n / kalba
OptionPanel.max_displayed_node_count=Megjelen\u00EDtett pontok maxim\u00E1lis sz\u00E1ma
+OptionPanel.max_image_width=K\u00E9pek kezdeti sz\u00E9less\u00E9ge
OptionPanel.max_image_width.tooltip=Az \u00FAj k\u00E9pek erre a sz\u00E9less\u00E9gre m\u00E9retez\u0151dnek \u00E1t
+OptionPanel.max_menu_item_count=Maxim\u00E1lisan megjelen\u00EDtett men\u00FCpontok sz\u00E1ma
+OptionPanel.max_menu_item_count.tooltip=Almen\u00FCk sz\u00E1m\u00E1nak korl\u00E1toz\u00E1sa, legal\u00E1bb 10
+OptionPanel.max_node_width=Maxim\u00E1lis pont sz\u00E9less\u00E9g
+OptionPanel.max_shortened_text_length=Maxim\u00E1lis r\u00F6vid sz\u00F6veg sz\u00E9less\u00E9g
+OptionPanel.metal=F\u00E9mes
+OptionPanel.min_node_width=Minim\u00E1lis pont sz\u00E9less\u00E9g
+OptionPanel.motif=Motif
OptionPanel.nb=Norv\u00E9g Bokm\u00E5l / Norsk bokm\u00E5l
OptionPanel.never_save_folding=Soha
OptionPanel.nl=Holland, flamand / Nederlands, Vlaams
@@ -956,94 +1088,214 @@ OptionPanel.nodefontitalic=D\u0151lt
OptionPanel.nodefontname=Bet\u0171csal\u00E1d
OptionPanel.nodefontsize=Bet\u0171m\u00E9ret
OptionPanel.nodeformat=Form\u00E1tum
-OptionPanel.nodeshape.tooltip=<html>A st\u00EDlus adja meg egy pont k\u00FCls\u0151 form\u00E1j\u00E1t. <br>Lehets\u00E9ges \u00E9rt\u00E9kek:<br><table border="1"><tr><td>El\u00E1gaz\u00E1s: </td><td> keret n\u00E9lk\u00FCl,</td></tr><tr><td>Bubor\u00E9k: </td><td> t\u00E9glalap alak\u00FA keret a pont k\u00F6r\u00FCl,</td></tr><tr><td>\u00D6r\u00F6kl\u00E9s: </td><td> st\u00EDlus \u00F6r\u00F6kl\u00E9se a sz\u00FCl\u0151 pontt\u00F3l <br>vagy az alap\u00E9rtelmezett gy\u00F6k\u00E9r st [...]
+OptionPanel.nodenumbering=Pont sz\u00E1moz\u00E1s
+OptionPanel.nodenumbering.tooltip=Hozz\u00E1adja a sorsz\u00E1mot (pl.: 1.3.1) a pont sz\u00F6veg\u00E9hez.
+OptionPanel.nodeshape=Pont st\u00EDlus
+OptionPanel.nodeshape.tooltip=<html>A st\u00EDlus adja meg egy pont k\u00FCls\u0151 form\u00E1j\u00E1t. <br>Lehets\u00E9ges \u00E9rt\u00E9kek:<br><table border="1"><tr><td>El\u00E1gaz\u00E1s: </td><td> keret n\u00E9lk\u00FCl,</td></tr><tr><td>Bubor\u00E9k: </td><td> t\u00E9glalap alak\u00FA keret a pont k\u00F6r\u00FCl,</td></tr><tr><td>\u00D6r\u00F6kl\u00E9s: </td><td> st\u00EDlus \u00F6r\u00F6kl\u00E9se a sz\u00FCl\u0151 pontt\u00F3l <br>vagy az alap\u00E9rtelmezett gy\u00F6k\u00E9r st [...]
OptionPanel.nodetext=T\u00F6rzssz\u00F6veg
+OptionPanel.nothing=Semmi
OptionPanel.number_format=Alap\u00E9rtelmezett sz\u00E1mform\u00E1tum
+OptionPanel.number_format.tooltip=Minta melyben a '#' opcion\u00E1lis a '0' k\u00F6telez\u0151 sz\u00E1mjegyeket jel\u00F6l. Pl: "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_of_different_files_for_automatic_save=Automatikus ment\u00E9s f\u00E1jl verzi\u00F3inak sz\u00E1ma
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html>n k\u00FCl\u00F6nb\u00F6z\u0151 f\u00E1jlba menti a t\u00E9rk\u00E9pet. Az els\u0151 automatikus ment\u00E9s az els\u0151 f\u00E1jlba ker\u00FCl, azt\u00E1n a m\u00E1sodikba eg\u00E9szen az n+1-edik ment\u00E9sig ami \u00FAjra az els\u0151 f\u00E1jlba \u00EDr (ism\u00E9tl\u0151d\u0151en)</html>
+OptionPanel.OK=Ment\u00E9s
+OptionPanel.org.freeplane.plugin.bugreport=H\u00E1zirend
OptionPanel.org.freeplane.plugin.bugreport.allowed=Mindig jelentse
OptionPanel.org.freeplane.plugin.bugreport.ask=Hibajelent\u00E9s megjelen\u00EDt\u00E9se
OptionPanel.org.freeplane.plugin.bugreport.denied=Soha ne jelentse
OptionPanel.org.freeplane.plugin.bugreport.userid=Opcion\u00E1lis azonos\u00EDt\u00F3, ami bek\u00FCld\u00E9sre ker\u00FCl
+OptionPanel.outline_hgap=V\u00EDzszintes t\u00E1vols\u00E1g
+OptionPanel.outline_vgap=F\u00FCgg\u0151leges t\u00E1vols\u00E1g
OptionPanel.paint_connectors_behind=\u00D6sszek\u00F6t\u0151k kirajzol\u00E1sa a pontok m\u00F6g\u00E9
+OptionPanel.parse_data=Sz\u00E1mok \u00E9s d\u00E1tum-id\u0151 \u00E9rt\u00E9kek felismer\u00E9se a bevitt adatokban
+OptionPanel.parse_data.tooltip=Megpr\u00F3b\u00E1lja \u00E9rtelmezni a d\u00E1tum, d\u00E1tum-id\u0151 \u00E9s sz\u00E1m bemeneteket \u00E9s alkalmazni a megfelel\u0151 form\u00E1z\u00E1st. Pl: 100,000.00, 12/31, 12/31/99, 1999-12-31 \u00E9s 1999-12-31 23:59
OptionPanel.PASTE_HTML=Beilleszt\u00E9s HTML-k\u00E9nt
+OptionPanel.PASTE_PLAIN_TEXT=Beilleszt\u00E9s egyszer\u0171 sz\u00F6vegk\u00E9nt
+OptionPanel.path_property_may_not_be_empty=Az \u00FAtvonal tulajdons\u00E1g nem lehet \u00FCres! A v\u00E1ltoztat\u00E1s nem ker\u00FClt ment\u00E9sre.
+OptionPanel.patternname=N\u00E9v
+OptionPanel.patternname.tooltip=Egyedi minta n\u00E9v
OptionPanel.pl=Lengyel / polski
OptionPanel.placenewbranches=\u00DAj \u00E1gak elhelyez\u00E9se
OptionPanel.placenewbranches.tooltip=<html>Hol helyezkedjenek el az \u00FAjonnan l\u00E9trehozott \u00E1gak. 'Els\u0151k\u00E9nt' \u00E9s 'Utols\u00F3k\u00E9nt' a lehets\u00E9ges \u00E9rt\u00E9kek</html>
+OptionPanel.plugin.tooltip=Nem-be\u00E9p\u00EDtett kieg\u00E9sz\u00EDt\u0151k.
+OptionPanel.plugins=Kieg\u00E9sz\u00EDt\u0151k
+OptionPanel.presentation_dimmer_transparency=Bemutat\u00F3 halv\u00E1ny \u00E1ttetsz\u0151s\u00E9g
OptionPanel.presentation_mode=Bemutat\u00F3 m\u00F3d
+OptionPanel.printonwhitebackground=<html>Nyomtat\u00E1shoz haszn\u00E1ljon feh\u00E9r h\u00E1tteret</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Nyomtat\u00E1shoz mindig feh\u00E9r h\u00E1tteret haszn\u00E1ljon</html>
OptionPanel.pt_BR=Portug\u00E1l (Braz\u00EDlia) / Portugu\u00EAs (Brasil)
OptionPanel.pt_PT=Portug\u00E1l (Portug\u00E1lia) / Portugu\u00EAs (Portugal)
-OptionPanel.relative=Relative[translate me]
+OptionPanel.RECT=n\u00E9gysz\u00F6g
+OptionPanel.relative=Relat\u00EDv
+OptionPanel.remind_use_rich_text_in_new_nodes=Form\u00E1zott sz\u00F6veg haszn\u00E1lata a beillesztett pontokhoz
+OptionPanel.remove_notes_without_question=K\u00E9rd\u00E9s n\u00E9lk\u00FCl t\u00E1vol\u00EDtsa el a megjegyz\u00E9seket?
+OptionPanel.remove_notes_without_question.tooltip=Ezt a jel\u00F6l\u0151n\u00E9gyzetet be\u00E1ll\u00EDtva r\u00E1k\u00E9rdez\u00E9s n\u00E9lk\u00FCl t\u00F6r\u00F6lhet\u0151k a kiv\u00E1lasztott pontokhoz tartoz\u00F3 megjegyz\u00E9sek. Ez v\u00E9letlen t\u00F6rl\u00E9shez is vezethet.
OptionPanel.resources_use_default_font_for_notes_too=Alap\u00E9rtelmezett bet\u0171k\u00E9szlet haszn\u00E1lata a megjegyz\u00E9sekre is
+OptionPanel.resources_use_margin_top_zero_for_notes=Ne legyen fels\u0151 marg\u00F3ja a megjegyz\u00E9seknek
OptionPanel.revision_color=M\u00F3dos\u00EDt\u00E1s sz\u00EDne
OptionPanel.revision_color.tooltip=Megv\u00E1ltozott pontok h\u00E1tter\u00E9nek sz\u00EDne.
+OptionPanel.ROUND_RECT=Lekerek\u00EDtett n\u00E9gysz\u00F6g
OptionPanel.ru=Orosz / \u0420\u0443\u0441\u0441\u043A\u0438\u0439
+OptionPanel.save_folding=Behajt\u00E1s ment\u00E9se
OptionPanel.save_folding_if_map_is_changed=Ha a t\u00E9rk\u00E9p m\u00F3dosult
+OptionPanel.save_modification_times=M\u00F3dos\u00EDt\u00E1si id\u0151k ment\u00E9se
+OptionPanel.script_classpath=Szkript oszt\u00E1lyok mapp\u00E1i (l\u00E1sd az inform\u00E1ci\u00F3s bubor\u00E9kot)
+OptionPanel.script_classpath.tooltip=<html>JAR f\u00E1jlok \u00E9s mapp\u00E1k list\u00E1ja amik hozz\u00E1ad\u00E1sra ker\u00FClnek a szkiptek oszt\u00E1ly \u00FAtvonal\u00E1hoz.<br>Haszn\u00E1ljon ; (Windows) vagy : (Linux, Mac) \u00E9rt\u00E9keket a bejegyz\u00E9sek elv\u00E1laszt\u00E1s\u00E1ra.<br>A mapp\u00E1kban JAR \u00E9s .class f\u00E1jlokat keres a program.<br>Azok az \u00FAtvonalak amik nem abszol\u00FAtak, a Freeplane felhaszn\u00E1l\u00F3i mapp\u00E1j\u00E1hoz lesznek relat [...]
+OptionPanel.script_compilation_disabled_extensions=F\u00E1jl kiterjeszt\u00E9sek amik nem ker\u00FClnek leford\u00EDt\u00E1sra (l\u00E1sd az inform\u00E1ci\u00F3s bubor\u00E9kot)
+OptionPanel.script_compilation_disabled_extensions.tooltip=<html>Ha egy \u00FAjonnan telep\u00EDtett nyelv minden szkriptj\u00E9nek <br>(kiv\u00E9ve Groovy \u00E9s Java) \u00E1ltal\u00E1nos ford\u00EDt\u00E1si probl\u00E9m\u00E1ja van adja hozz\u00E1 a kiterjeszt\u00E9st <br>ehhez a list\u00E1hoz (vessz\u0151vel elv\u00E1lasztott lista).</html>
+OptionPanel.script_directories=Szkript keres\u00E9si \u00FAtvonalak (l\u00E1sd az inform\u00E1ci\u00F3s bubor\u00E9kot)
+OptionPanel.script_directories.tooltip=<html>Mappa lista (a "scripts" mapp\u00E1ban mindig keres).<br>Haszn\u00E1ljon ; (Windows) vagy : (Linux, Mac) \u00E9rt\u00E9keket a bejegyz\u00E9sek elv\u00E1laszt\u00E1s\u00E1ra.<br>Azok az \u00FAtvonalak amik nem abszol\u00FAtak, a Freeplane felhaszn\u00E1l\u00F3i mapp\u00E1j\u00E1hoz lesznek relat\u00EDvak.</html>
+OptionPanel.script_user_key_name_for_signing=Az al\u00E1\u00EDr\u00E1sra haszn\u00E1lni k\u00EDv\u00E1nt kulcs alias-a
OptionPanel.script_user_key_name_for_signing.tooltip=<html>Ha al\u00E1 szeretn\u00E9 \u00EDrni a szkriptjeit, itt adhatja meg a kulcs alias\u00E1t. <br>A kulcsnak az alap\u00E9rtelmezett kulcst\u00E1rban kell lennie. <br>A titkos kulcs jelszav\u00E1nak meg kell egyeznie a kulcst\u00E1r jelszav\u00E1val (ez az alap\u00E9rtelmez\u00E9s).</html>
+OptionPanel.scrollbar_increment=Sebess\u00E9g
+OptionPanel.scrolling_speed=Automatikus t\u00E9rk\u00E9p mozgat\u00E1si sebess\u00E9g
+OptionPanel.selection_method=Kijel\u00F6l\u00E9si m\u00F3d
+OptionPanel.selection_method.tooltip=<html> Ezzel a v\u00E1laszt\u00E1ssal enged\u00E9lyezheti/tilthatja a k\u00E9sleltetett kiv\u00E1laszt\u00E1s s\u00E9m\u00E1t. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
+OptionPanel.selection_method_by_click=Kattint\u00E1sra
+OptionPanel.selection_method_delayed=K\u00E9sleltetett
+OptionPanel.selection_method_direct=Azonnali
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Mint\u00E1k
OptionPanel.separator.anti_alias=\u00C9lsim\u00EDt\u00E1s
+OptionPanel.separator.attributes=Attrib\u00FAtumok
+OptionPanel.separator.automatic_save=Automatikus ment\u00E9s
+OptionPanel.separator.behaviour=Viselked\u00E9s
+OptionPanel.separator.browser=B\u00F6ng\u00E9sz\u0151
+OptionPanel.separator.cache=Gyors\u00EDt\u00F3t\u00E1r
OptionPanel.separator.CloudControls=Felh\u0151k
+OptionPanel.separator.commands_for_the_program=Program men\u00FC parancsok
OptionPanel.separator.connectors=\u00D6sszek\u00F6t\u0151k
+OptionPanel.separator.data_formats=Adat form\u00E1z\u00E1s \u00E9s feldolgoz\u00E1s
OptionPanel.separator.default_colors=Alap\u00E9rtelmezett sz\u00EDnek
OptionPanel.separator.default_fonts=Alap\u00E9rtelmezett bet\u0171k\u00E9szletek
OptionPanel.separator.default_styles=ALap\u00E9rtelmezett st\u00EDlusok
OptionPanel.separator.EdgeControls=\u00C9lek
+OptionPanel.separator.edit_long_node_window=Pont szerkeszt\u00E9se p\u00E1rbesz\u00E9dablak
OptionPanel.separator.editing=Szerkeszt\u0151 be\u00E1ll\u00EDt\u00E1sai
OptionPanel.separator.export=Export\u00E1l\u00E1s
+OptionPanel.separator.files=F\u00E1jlok
+OptionPanel.separator.formula=K\u00E9pletek
+OptionPanel.separator.General=\u00C1ltal\u00E1nos
OptionPanel.separator.html_export=HTML export
-OptionPanel.separator.html_import=Html Import[translate me]
+OptionPanel.separator.html_import=Html Import\u00E1l\u00E1s
+OptionPanel.separator.hyperlink_types=Hiperlink t\u00EDpusok
OptionPanel.separator.icon_properties=Ikonok
+OptionPanel.separator.icons=Ikonok az "Ikon kiv\u00E1laszt\u00E1sa t\u00E1bl\u00E1zatb\u00F3l..." men\u00FCben
+OptionPanel.separator.initial_map_size=Kezdeti t\u00E9rk\u00E9p m\u00E9ret
OptionPanel.separator.inline_editor=Pont helyben t\u00F6rt\u00E9n\u0151 szerkeszt\u00E9se
-OptionPanel.separator.key_typing=Key Typing[translate me]
+OptionPanel.separator.language=Nyelv
+OptionPanel.separator.latex=LaTeX
OptionPanel.separator.load=Bet\u00F6lt\u00E9s
OptionPanel.separator.look_and_feel=Kin\u00E9zet
+OptionPanel.separator.mouse_wheel=Eg\u00E9r g\u00F6rg\u0151
OptionPanel.separator.new_node_commands=\u00DAj pont-parancsok
+OptionPanel.separator.node_editing_commands=Pont szerkeszt\u0151 parancsok
+OptionPanel.separator.node_navigation_commands=Pont navig\u00E1l\u00E1si parancsok
OptionPanel.separator.NodeColors=Az eg\u00E9sz t\u00F6rzs sz\u00EDne
OptionPanel.separator.NodeFont=Az eg\u00E9sz t\u00F6rzs bet\u0171t\u00EDpusa
+OptionPanel.separator.NodeShape=Pont forma
+OptionPanel.separator.NodeStyle=Pont st\u00EDlus
OptionPanel.separator.NodeText=T\u00F6rzssz\u00F6veg
+OptionPanel.separator.notifications=Meger\u0151s\u00EDt\u00E9sek
OptionPanel.separator.org.freeplane.plugin.bugreport=Automatikus hibabejelent\u00E9s
OptionPanel.separator.other_defaults=Egy\u00E9b alap\u00E9rtelmez\u00E9sek
+OptionPanel.separator.others=Egy\u00E9b gyorsbillenty\u0171k
OptionPanel.separator.outline_view=\u00C1ttekint\u0151 n\u00E9zet
+OptionPanel.separator.patterns=Mint\u00E1k
+OptionPanel.separator.RichTextEditor=Form\u00E1zott sz\u00F6veg szerkeszt\u0151
OptionPanel.separator.root_node_appearance=Gy\u00F6k\u00E9r pont megjelen\u00E9se
+OptionPanel.separator.save=Ment\u00E9s
+OptionPanel.separator.scripting=Szkriptek
+OptionPanel.separator.scrollbar=G\u00F6rd\u00EDt\u0151s\u00E1v
OptionPanel.separator.search=Keres\u00E9s
+OptionPanel.separator.selection_colors=Kijel\u00F6l\u00E9si sz\u00EDnek
+OptionPanel.separator.selection_method=Kijel\u00F6l\u00E9si m\u00F3d
+OptionPanel.separator.single_instance_mode=Program fut\u00E1s m\u00F3d
+OptionPanel.separator.size_limits=M\u00E9rethat\u00E1rok
+OptionPanel.separator.spelling=Helyes\u00EDr\u00E1s-ellen\u0151rz\u0151 be\u00E1ll\u00EDt\u00E1sok
+OptionPanel.separator.status=St\u00E1tuszsor
+OptionPanel.separator.tooltip=Inform\u00E1ci\u00F3s bubor\u00E9k id\u0151k
OptionPanel.separator.undo=Visszavon\u00E1s
+OptionPanel.separator.updates=Programfriss\u00EDt\u00E9sek
OptionPanel.set_property_text=M\u00F3dos\u00EDt
OptionPanel.set_property_text.tooltip=Jel\u00F6lje be, ha ezt a st\u00EDlusjellemz\u0151t a megadott \u00E9rt\u00E9kre szeretn\u00E9 m\u00F3dos\u00EDtani
+OptionPanel.setscript=Megv\u00E1ltoztassuk?
+OptionPanel.sharp_bezier=\u00C9lesen lekerek\u00EDtett (bezier)
OptionPanel.sharp_linear=Hegyes egyenes
+OptionPanel.show_icon_for_attributes=Attrib\u00FAtum jelz\u0151 ikon megjelen\u00EDt\u00E9se
+OptionPanel.show_node_tooltips=Inform\u00E1ci\u00F3s bubor\u00E9kok (tool tip) mutat\u00E1sa
+OptionPanel.show_note_icons=Megjegyz\u00E9s ikonok mutat\u00E1sa
+OptionPanel.show_styles_in_tooltip=Pont st\u00EDlus mutat\u00E1sa az inform\u00E1ci\u00F3s bubor\u00E9kban (tool tip)
+OptionPanel.signed_script_are_trusted=Megb\u00EDz\u00E1s az al\u00E1\u00EDrt szkriptekben (javasolt)
OptionPanel.signed_script_are_trusted.tooltip=Ha a szkripteket megb\u00EDzhat\u00F3 f\u00E9l \u00EDrta al\u00E1 (ti. a Freeplane alkot\u00F3i vagy \u00E9ppen \u00D6n), akkor korl\u00E1toz\u00E1sok n\u00E9lk\u00FCl futhat.
OptionPanel.simplyhtml.default_paste_mode=Alap\u00E9rtelmezett beilleszt\u00E9si m\u00F3d
+OptionPanel.single_backup_directory=Egy mappa haszn\u00E1lata a biztons\u00E1gi ment\u00E9sekhez
+OptionPanel.single_backup_directory_path=Biztons\u00E1gi ment\u00E9s mapp\u00E1ja (ha a f\u00F6ls\u0151 opci\u00F3 ki van v\u00E1lasztva)
OptionPanel.single_backup_directory_path.tooltip=<html>Fel\u00FClb\u00EDr\u00E1lja az alap\u00E9rtelmez\u00E9st, ami a <freeplaneuserdir>/.backup</html>
OptionPanel.single_instance=F\u00E1jlok megnyit\u00E1sa egy fut\u00F3 p\u00E9ld\u00E1nyban
+OptionPanel.single_instance_force=Mindenk\u00E9pp ker\u00FClje el a k\u00E9t p\u00E9ld\u00E1nyban fut\u00E1st
+OptionPanel.single_instance_force.tooltip=Mindenk\u00E9pp ker\u00FClje el a t\u00F6bb p\u00E9ld\u00E1nyban fut\u00E1st, m\u00E9g akkor is, ha nincs bet\u00F6ltend\u0151 f\u00E1jl
OptionPanel.sk=Szlov\u00E1k / sloven\u010Dina
OptionPanel.sl=Szlov\u00E9n / sloven\u0161\u010Dina
+OptionPanel.slow_scroll_selected_node=Lass\u00FA g\u00F6rget\u00E9s a kijel\u00F6lt pontra
OptionPanel.spelling_opt_case_sensitive=Kis- \u00E9s nagybet\u0171 k\u00FCl\u00F6nb\u00F6z\u0151
-OptionPanel.spelling_opt_ignore_all_caps_words=Csupa nagybet\u0171s szavak kihagy\u00E1sa.
+OptionPanel.spelling_opt_ignore_all_caps_words=Csupa nagybet\u0171s szavak kihagy\u00E1sa
+OptionPanel.spelling_opt_ignore_capitalization=Nagy kezd\u0151bet\u0171s szavak kihagy\u00E1sa
+OptionPanel.spelling_opt_ignore_words_with_numbers=Sz\u00E1mot tartalmaz\u00F3 szavak kihagy\u00E1sa
+OptionPanel.spelling_opt_suggestions_limit_dialog=Javaslatok maxim\u00E1lis sz\u00E1ma a p\u00E1rbesz\u00E9dablakban
+OptionPanel.spelling_opt_suggestions_limit_menu=Javaslatok maxim\u00E1lis sz\u00E1ma a men\u00FCben
OptionPanel.sr=Szerb / \u0441\u0440\u043F\u0441\u043A\u0438
+OptionPanel.standard_template=\u00C1ltal\u00E1nos sablon f\u00E1jl
+OptionPanel.standardbackgroundcolor=\u00C1ltal\u00E1nos h\u00E1tt\u00E9rsz\u00EDn
OptionPanel.standardbackgroundcolor.tooltip=<html>Alap\u00E9rtelmezett h\u00E1tt\u00E9rsz\u00EDn HTML sz\u00EDnk\u00F3ddal megadva (#RRGGBB hex\u00E1ban) </html>
OptionPanel.standardcloudcolor=Alap\u00E9rtelmezett felh\u0151 sz\u00EDn
OptionPanel.standardcloudcolor.tooltip=<html>Felh\u0151k alap\u00E9rtelmezett sz\u00EDne HTML sz\u00EDnk\u00F3ddal megadva (#RRGGBB hex\u00E1ban) </html>
OptionPanel.standardcloudestyle=Alap\u00E9rtelmezett felh\u0151 st\u00EDlus
OptionPanel.standardcloudestyle.tooltip=<html>Az \u00E1ltal\u00E1nos felh\u0151 st\u00EDlus. </html>
+OptionPanel.standarddrawrectangleforselection=Kijel\u00F6lt pontok bubor\u00E9kban mutat\u00E1sa
OptionPanel.standarddrawrectangleforselection.tooltip=<html>A kijel\u00F6lt pontok megjel\u00F6l\u00E9se k\u00F6r\u00E9j\u00FCk rajzolt bubor\u00E9kkal.</html>
OptionPanel.standardlinkcolor=Alap\u00E9rtelmezett sz\u00EDn
OptionPanel.standardlinkcolor.tooltip=<html>\u00D6sszek\u00F6t\u0151 alap\u00E9rtelmezett sz\u00EDne HTML sz\u00EDnk\u00F3ddal megadva (#RRGGBB hex\u00E1ban)</html>
OptionPanel.standardlinkestyle=Alap\u00E9rtelmezett \u00F6sszek\u00F6t\u0151 st\u00EDlus
+OptionPanel.standardlinkestyle.tooltip=<html>Az alap\u00E9rtelmezett kapcsolat st\u00EDlusa. Jelenleg csak a 'bezier' t\u00E1mogatott</html>
OptionPanel.standardselectednodecolor=Kijel\u00F6lt pont alap\u00E9rtelmezett sz\u00EDne
-OptionPanel.standardselectednodecolor.tooltip=<html>Pontok alap\u00E9rtelmezett sz\u00EDne kijel\u00F6l\u00E9skor, HTML sz\u00EDnk\u00F3ddal megadva (#RRGGBB hex\u00E1ban) </html>
+OptionPanel.standardselectednodecolor.tooltip=<html>Kijel\u00F6lt pontok alap\u00E9rtelmezett sz\u00EDne, HTML sz\u00EDnk\u00F3ddal megadva (#RRGGBB hex\u00E1ban) </html>
OptionPanel.standardselectednoderectanglecolor=Kijel\u00F6lt pont bubor\u00E9k sz\u00EDne
-OptionPanel.standardselectednoderectanglecolor.tooltip=<html>A kijel\u00F6lt pontok keret\u00E9nek alap\u00E9rtelmezett sz\u00EDne HTML sz\u00EDnk\u00F3ddal megadva (#RRGGBB hex\u00E1ban)</html>
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>A kijel\u00F6lt pontok keret\u00E9nek alap\u00E9rtelmezett sz\u00EDne, HTML sz\u00EDnk\u00F3ddal megadva (#RRGGBB hex\u00E1ban)</html>
+OptionPanel.STAR=Csillag
+OptionPanel.structured_html_import=HTML import\u00E1l\u00E1sa pont strukt\u00FArak\u00E9nt
+OptionPanel.structured_icon_toolbar=Strukt\u00FAr\u00E1lt eszk\u00F6zt\u00E1r ikonok
+OptionPanel.summary=\u00D6sszegz\u00E9s
OptionPanel.sv=Sv\u00E9d / svenska
+OptionPanel.text.use_ctrl_key=Haszn\u00E1lja az Eszk\u00F6z\u00F6k men\u00FC 'Gyorsbillenty\u0171 be\u00E1ll\u00EDt\u00E1sa...' almen\u00FCt
+OptionPanel.time_for_automatic_save=Automatikus ment\u00E9s gyakoris\u00E1ga
+OptionPanel.time_for_automatic_save.tooltip=<html> k\u00E9t egym\u00E1st k\u00F6vet\u0151 ment\u00E9s k\u00F6z\u00F6tti id\u0151 (ezredm\u00E1sodpercben): Az automatikus ment\u00E9s kikapcsol\u00E1s\u00E1hoz \u00E1ll\u00EDtsa ezt az \u00E9rt\u00E9ket 2000000000-ra.</html>
+OptionPanel.time_for_delayed_selection=K\u00E9sleltetett kijel\u00F6l\u00E9s ideje
+OptionPanel.time_for_delayed_selection.tooltip=<html> Kijel\u00F6l\u00E9s k\u00E9sleltet\u00E9se az eg\u00E9r mutat\u00F3 pont f\u00F6l\u00E9 \u00E9r\u00E9se ut\u00E1n (milim\u00E1sodpercben). \u00C1ll\u00EDtsa 1-re ha azt szeretn\u00E9, hogy a kijel\u00F6l\u00E9s azonnal megt\u00F6rt\u00E9njen.</html>
+OptionPanel.toolTipManager.dismissDelay=Elt\u0171n\u00E9s k\u00E9sleltet\u00E9se, ms
+OptionPanel.toolTipManager.initialDelay=Megmutat\u00E1s k\u00E9sleltet\u00E9se, ms
+OptionPanel.toolTipManager.max_tooltip_width=Inform\u00E1ci\u00F3s bubor\u00E9k sz\u00E9less\u00E9ge
OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>Gyorstipp ablakok alap\u00E9rtelmezett sz\u00E9less\u00E9ge pixelben.</html>
-OptionPanel.tr=T\u00FCrkm\u00E9n / T\u00FCrkmen, \u0422\u04AF\u0440\u043A\u043C\u0435\u043D
+OptionPanel.toolTipManager.reshowDelay=\u00DAjra mutat\u00E1s k\u00E9sleltet\u00E9se, ms
OptionPanel.uk_UA=Ukr\u00E1n / \u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430
-OptionPanel.undefined_font=Undefined font[translate me]
+OptionPanel.undefined_font=Nem defini\u00E1lt bet\u0171t\u00EDpus
OptionPanel.undo_levels=Visszavon\u00E1si szintek
OptionPanel.undo_levels.tooltip=<html>Meghat\u00E1rozza, hogy h\u00E1ny l\u00E9p\u00E9st lehet visszavonni a "Visszavon\u00E1s" funkci\u00F3val.</html>
+OptionPanel.unfold_on_paste=Pont kihajt\u00E1sa beilleszt\u00E9s ut\u00E1n
+OptionPanel.unfold_on_paste.tooltip=Pont kihajt\u00E1sa beilleszt\u00E9s vagy Fogd-\u00C9s-Vidd ut\u00E1n
OptionPanel.use_common_out_point_for_root_node=Az \u00E9lek egy pontb\u00F3l indulnak a gy\u00F6k\u00E9rpontn\u00E1l
OptionPanel.use_common_out_point_for_root_node.tooltip=Az \u00E9lek egy k\u00F6z\u00F6s pontb\u00F3l indulnak a gy\u00F6k\u00E9rpont eset\u00E9ben
-OptionPanel.use_tabbed_pane=Use Tabs[translate me]
+OptionPanel.use_tabbed_pane=F\u00FClek haszn\u00E1lata
+OptionPanel.use_tabbed_pane.tooltip=Kijel\u00F6l\u00E9s\u00E9vel a t\u00E9rk\u00E9pek f\u00FCleken jelennek meg (mint a FireFox-ban :-) ).
OptionPanel.user_defined_screen_resolution=Egy\u00E9ni k\u00E9perny\u0151felbont\u00E1s (dpi)
+OptionPanel.validate_classpath_needs_readaccess=Szkriptek: Ha be\u00E1ll\u00EDt egy oszt\u00E1ly \u00FAtvonalat, olvas\u00E1si jogot kell adjon a f\u00E1jlokra!
OptionPanel.validate_invalid_date_format=Hib\u00E1s d\u00E1tumform\u00E1tum
OptionPanel.validate_invalid_datetime_format=Hib\u00E1s d\u00E1tum-id\u0151 form\u00E1tum
OptionPanel.validate_invalid_number_format=Hib\u00E1s sz\u00E1mform\u00E1tum
+OptionPanel.validate_write_without_read=Szkriptek: fontolja meg, hogy olvas\u00E1si jogot is ad az \u00EDr\u00E1si jog mell\u00E9.
+OptionPanel.validation_warning=<html><body>Ellen\u0151rz\u00E9si figyelmeztet\u00E9s(ek):<p><em>{0}</em></body></html>
OptionPanel.vi=Vietn\u00E1mi / Ti\u1EBFng Vi\u1EC7t
+OptionPanel.wheel_velocity=Sebess\u00E9g
+OptionPanel.wheel_velocity.tooltip=Magasabb \u00E9rt\u00E9k gyorsabb mozg\u00E1st eredm\u00E9nyez a t\u00E9rk\u00E9pen.
OptionPanel.windows=Windows
OptionPanel.zh_CN=K\u00EDnai, egyszer\u0171s\u00EDtett / \u7B80\u4F53\u5B57
OptionPanel.zh_TW=K\u00EDnai, hagyom\u00E1nyos / \u7E41\u9AD4\u5B57
@@ -1058,31 +1310,48 @@ org.freeplane.plugin.bugreport.question=A Freeplane automatikus hibakezel\u0151
org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined={0} pont nincs defini\u00E1lva
out_of_memory=Megtelt a mem\u00F3ria.
PageAction.text=Oldalbe\u00E1ll\u00EDt\u00E1s...
+password_is_not_ascii=A jelsz\u00F3 nem ASCII
PasteAction.text=&Beilleszt\u00E9s
PasteAttributes.text=&Attrib\u00FAtumok beilleszt\u00E9se
PatternNewNameProperty=\u00DAj minta
PatternToString.backgroundColor=H\u00E1tt\u00E9rsz\u00EDn
-PatternToString.Child=Child Node Style[translate me]
+PatternToString.Child=Gyermek pont st\u00EDlus
PatternToString.color=Sz\u00EDn
PatternToString.EdgeColor=\u00C9l sz\u00EDne
PatternToString.EdgeStyle=\u00C9l st\u00EDlusa
PatternToString.EdgeWidth=\u00C9l vastags\u00E1ga
PatternToString.FontBold=F\u00E9lk\u00F6v\u00E9r
+PatternToString.FontItalic=D\u0151lt
+PatternToString.FontName=Font n\u00E9v
PatternToString.Icon=Ikon
PatternToString.NodeFontSize=Bet\u0171m\u00E9ret
+periodic_formula={0} * n + {1}
+PeriodUnit.DAY=nap
+PeriodUnit.HOUR=\u00F3ra
+PeriodUnit.MINUTE=perc
+PeriodUnit.MONTH=h\u00F3nap
+PeriodUnit.WEEK=h\u00E9t
+PeriodUnit.YEAR=\u00E9v
plugins/latex/LatexNodeHook.editorTitle=LaTeX formula szerkeszt\u00E9se
plugins/script_filter={0} szkripsz\u0171r\u0151
plugins/script_filter_execute_error=Hiba {0} fut\u00E1sa k\u00F6zben\n{1} pontra:\n{2}
plugins/ScriptEditor.cancel=&M\u00F3dos\u00EDt\u00E1sok elvet\u00E9se \u00E9s kil\u00E9p\u00E9s
plugins/ScriptEditor.exit=Ment\u00E9&s \u00E9s kil\u00E9p\u00E9s
+plugins/ScriptEditor.FORBIDDEN_ACTION=A groovy szkriptek korl\u00E1tozva vannak a Freeplane-en bel\u00FCl. A k\u00F6vetkez\u0151 {0,choice,0#File|1#Network|2#Exec} m\u0171velet tiltott: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write} {2}. Ezt a program be\u00E1ll\u00EDt\u00E1sokn\u00E1l m\u00F3dos\u00EDthatja.
+plugins/ScriptEditor.menu_actions=&Akci\u00F3k
plugins/ScriptEditor.new_script=\u00DAj szkript
plugins/ScriptEditor.run=&Futtat\u00E1s
plugins/ScriptEditor.sign=Szkript al\u00E1\u00EDr\u00E1sa...
+plugins/ScriptEditor/window.Result=Eredm\u00E9ny:
plugins/ScriptEditor/window.title=Szkriptszerkeszt\u0151
plugins/ScriptingEngine.illegalAccessToInternalAPI=Tiltott hozz\u00E1f\u00E9r\u00E9s a bels\u0151 API-hoz (csomag: {0}). - L\u00E9pjen kapcsolatba a Freeplane csapattal, ha a szkriptel\u00E9si API nem megfelel\u0151.
+plugins/TimeList.xml_Created=L\u00E9trehozva
plugins/TimeList.xml_Date=D\u00E1tum
plugins/TimeList.xml_Details=R\u00E9szletek
plugins/TimeList.xml_Icons=Ikonok
+plugins/TimeList.xml_Modified=M\u00F3dos\u00EDtva
+plugins/TimeList.xml_Notes=Megjegyz\u00E9sek
+plugins/TimeList.xml_Text=Sz\u00F6veg
plugins/TimeManagement.xml_Cancel=M\u00E9gsem
plugins/TimeManagement.xml_cancelButton=M\u00E9gsem
plugins/TimeManagement.xml_closeButton=Bez\u00E1r
@@ -1090,11 +1359,20 @@ plugins/TimeManagement.xml_Export=Kiv\u00E1lasztott pontok export\u00E1l\u00E1sa
plugins/TimeManagement.xml_Find=Keres\u00E9s
plugins/TimeManagement.xml_Goto=Ugr\u00E1s
plugins/TimeManagement.xml_hour=\u00D3ra:
+plugins/TimeManagement.xml_menu_actions=Akci\u00F3k
plugins/TimeManagement.xml_minute=Perc:
+plugins/TimeManagement.xml_reminderButton=Eml\u00E9keztessen ekkor
plugins/TimeManagement.xml_reminderButton_tooltip=<html>Megnyom\u00E1skor egy id\u0151z\u00EDt\u0151 aktiv\u00E1l\u00F3dik a megadott d\u00E1tumra. A megfelel\u0151 id\u0151 el\u00E9rkezt\u00E9t egy villog\u00F3 ikon fogja jelezni.<br> A t\u00E9rk\u00E9p bez\u00E1r\u00E1sa eset\u00E9n az id\u0151z\u00EDt\u0151k akkor ker\u00FClnek \u00FAjra aktiv\u00E1l\u00E1sra, amikor a t\u00E9rk\u00E9pet \u00FAjra megnyitj\u00E1k.</html>
plugins/TimeManagement.xml_reminderNode_tooltip=Eml\u00E9keztet\u0151 \u00FCtemezve ekkorra: {0,date} {0,time}.
+plugins/TimeManagement.xml_remindLaterButton=Eml\u00E9keztessen k\u00E9s\u0151bb
+plugins/TimeManagement.xml_remindLaterButton_tooltip=Eml\u00E9keztessen k\u00E9s\u0151bb
plugins/TimeManagement.xml_removeReminderButton=Eml\u00E9keztet\u0151 elt\u00E1vol\u00EDt\u00E1sa
plugins/TimeManagement.xml_removeReminderButton_tooltip=A kijel\u00F6lt ponthoz tartoz\u00F3 \u00F6sszes eml\u00E9keztet\u0151 elt\u00E1vol\u00EDt\u00E1sa.
+plugins/TimeManagement.xml_Replace=Lecser\u00E9l
+plugins/TimeManagement.xml_Replace_All=Mindent lecser\u00E9l
+plugins/TimeManagement.xml_Replace_Selected=Kijel\u00F6lteket lecser\u00E9l
+plugins/TimeManagement.xml_Select=Kijel\u00F6l
+plugins/TimeManagement.xml_todayButton=Napt\u00E1r a mai napra
plugins/TimeManagement.xml_WindowTitle=Id\u0151 kezel\u00E9se
plugins/TimeManagement.xml_WindowTitle_All_Nodes=Keres\u00E9s \u00E9s csere
preferences=Be\u00E1ll\u00EDt\u00E1sok
@@ -1120,6 +1398,7 @@ really_remove_node=Biztosan t\u00F6rli a ponto(ka)t?
really_remove_notes=Biztosan elt\u00E1vol\u00EDtja a megjegyz\u00E9s(eke)t?
ReapplyFilterAction.text=Sz\u0171r\u00E9s friss\u00EDt\u00E9se
red=Piros
+RedefineStyleAction.text=St\u00EDlus \u00E1tdefini\u00E1l\u00E1sa
RedoAction.text=\u00DAjra
RedoFilterAction.text=Sz\u0171r\u00E9s \u00FAjra
regular_expressions=Regul\u00E1ris kifejez\u00E9sek
@@ -1133,26 +1412,35 @@ RemoveEncryption.text=Jelsz\u00F3 elt\u00E1vol\u00EDt\u00E1sa
RemoveFormatAction.text=Form\u00E1z\u00E1s elt\u00E1vol\u00EDt\u00E1sa
RemoveIcon_0_Action.text=Els\u0151 ikon elt\u00E1vol\u00EDt\u00E1sa
RemoveIconAction.text=Utols\u00F3 ikon elt\u00E1vol\u00EDt\u00E1sa
+RemoveNoteAction.text=Megjegyz\u00E9s t\u00F6rl\u00E9se
+rename=\u00C1t&nevez\u00E9s
repair_link=Link jav\u00EDt\u00E1sa
repair_link_question=Nem lehet bet\u00F6lteni a hivatkozott t\u00E9rk\u00E9pet. Kijav\u00EDtod a hivatkoz\u00E1st k\u00E9zzel?
+replace=Lecser\u00E9l
replace_shortcut_question=Ez a bilenty\u0171kombin\u00E1ci\u00F3 jelenleg ehhez van rendelve: {0}.\nLecser\u00E9li ezt a hozz\u00E1rendel\u00E9st?
replace_shortcut_title=Billenty\u0171kombin\u00E1ci\u00F3 cser\u00E9je
ReportBugAction.text=Szoftverhiba bejelent\u00E9se
RequestFeatureAction.text=\u00DAj funkci\u00F3 k\u00E9r\u00E9se
reset_to_default=Alap\u00E9rtelmezett haszn\u00E1lata
-ResetNodeLocationAction.text=Reset Position[translate me]
+ResetNodeLocationAction.text=Pont poz\u00EDci\u00F3 &alaphelyzetbe \u00E1ll\u00EDt\u00E1sa
+ResetStyleAction.text=Pont st\u00EDlus alaphelyzetbe \u00E1ll\u00EDt\u00E1sa
RevertAction.text=&Vissza\u00E1ll\u00EDt\u00E1s helyi el\u0151zm\u00E9nyekb\u0151l
RevisionPluginAction.text=M\u00F3&dos\u00EDt\u00E1sok h\u00E1tt\u00E9rsz\u00EDn\u00E9nek cser\u00E9je
save_failed=A(z) {0} t\u00E9rk\u00E9p ment\u00E9se sikertelen volt.
save_unsaved=Menti az al\u00E1bbi elmet\u00E9rk\u00E9pet?
+save_unsaved_styles=Menti a st\u00EDlusokat?
SaveAcceleratorPresetsAction.text=Gyorsbillenty\u0171 profil ment\u00E9se...
SaveAction.text=Ment\u00E9s
SaveAll.text=Az \u00F6sszes megny&itott t\u00E9rk\u00E9p ment\u00E9se
SaveAll.tooltip=Lementi az \u00F6sszes megnyitott t\u00E9rk\u00E9pet
SaveAsAction.text=Me&nt\u00E9s m\u00E1sk\u00E9nt...
saved=Mentve
-saving_canceled=Saving canceled[translate me]
+saving_canceled=Ment\u00E9s megszak\u00EDtva
+scanners_not_loaded=A szkennereket nem lehetett bet\u00F6lteni, a f\u00E1jl s\u00E9r\u00FClt
scheme_evaluate=Hozz\u00E1rendel!
+script_execution_disabled=A szkript futtat\u00E1s le van tiltva. (Eszk\u00F6z\u00F6k/Be\u00E1ll\u00EDt\u00E1sok/Kieg\u00E9sz\u00EDt\u0151k)
+ScriptEditor.text=S&zkript szerkeszt\u00E9se...
+ScriptEditor.tooltip=Nagyobb szkriptek \u00EDr\u00E1s\u00E1t teszi lehet\u0151v\u00E9 a Freeplane-ben.
ScriptEditorPanel.changed_cancel=A szkriptek m\u00F3dosultak. Szeretn\u00E9 elvetni a v\u00E1ltoz\u00E1sokat?
scripting_api_generator_legend=Jelmagyar\u00E1zat
scripting_api_generator_proxy=Proxy
@@ -1162,13 +1450,20 @@ scripting_api_generator_web=Webes forr\u00E1sanyagok
select_favorites_folder=V\u00E1laszd ki a mapp\u00E1t, ahol a kedvencek tal\u00E1lhat\u00F3ak
select_file_export_to=V\u00E1lassza ki az export c\u00E9lf\u00E1jlj\u00E1t
select_folder_for_importing=V\u00E1laszd ki az import\u00E1land\u00F3 mapp\u00E1t
+select_icon=V\u00E1lasszon ikont
+select_menu_item_dialog=V\u00E1lasszon egy men\u00FCelemet
select_menu_item_root_node=Men\u00FC
SelectAllAction.text=&Minden megjelen\u00EDtett pont kijel\u00F6l\u00E9se
SelectBranchAction.text=&L\u00E1that\u00F3 \u00E1g kijel\u00F6l\u00E9se
+SelectedPasteAction.text=B&eilleszt\u00E9s mint...
selection_method_by_click=Klikk a kijel\u00F6l\u00E9shez
+selection_method_delayed=K\u00E9sleltetett automatikus kiv\u00E1laszt\u00E1s
selection_method_direct=R\u00E1mutat\u00E1s a kijel\u00F6l\u00E9shez
+SelectNoteAction.text=Megjegyz\u00E9s szerkeszt\u0151 panel megjelen\u00EDt\u00E9se
+SelectNoteAction.tooltip=Megjegyz\u00E9s szerkeszt\u0151 panel megjelen\u00EDt\u00E9se
set_accelerator_on_next_click_action=\u00DAj billenty\u0171kombin\u00E1ci\u00F3hoz nyomja meg a 'Ctrl' gombot, mik\u00F6zben a k\u00EDv\u00E1nt parancsra kattint a men\u00FCben.
SetAccelerator.dialogTitle=Gyorsbillenty\u0171 hozz\u00E1rendel\u00E9se
+SetAccelerator.keystrokeDetected=A ''{0}'' billenty\u0171 nincs hozz\u00E1rendelve egy men\u00FCelemhez sem.
SetAcceleratorOnNextClickAction.text=Gyorsbillenty\u0171 be\u00E1ll\u00EDt\u00E1sa...
SetImageByFileChooserAction.text=K\u00E9&p f\u00E1jlb\u00F3l vagy linkr\u0151l...
SetLinkAnchorAction.text=Be\u00E1ll\u00EDt\u00E1s horgonynak
@@ -1180,6 +1475,7 @@ SetNoteWindowPosition.bottom.text=Alul
SetNoteWindowPosition.left.text=Balra
SetNoteWindowPosition.right.text=Jobbra
SetNoteWindowPosition.top.text=Fel\u00FCl
+SetShortenerStateAction.text=Pont minimaliz\u00E1l\u00E1sa
sf_login_required=SourceForge bejelentkez\u00E9s sz\u00FCks\u00E9ges. Folytatja?
ShowAllAttributesAction.text=Minden attrib\u00FAtum megjelen\u00EDt\u00E9se
ShowAncestorsAction.text=Felmen\u0151k megjelen\u00EDt\u00E9se
@@ -1188,8 +1484,12 @@ ShowDescendantsAction.text=Lesz\u00E1rmazottak megjelen\u00EDt\u00E9se
ShowFilterToolbarAction.text=Sz\u0171r\u0151 eszk\u00F6zt\u00E1r
ShowFormatPanel.text=Jellemz\u0151k panel
ShowFormatPanel.tooltip=Megjelen\u00EDt egy p\u00E1rbesz\u00E9dablakot, melyben a pont- \u00E9s \u00E9ljellemz\u0151k egy l\u00E9p\u00E9sben m\u00F3dos\u00EDthat\u00F3k.
+ShowHideNoteAction.text=Jegyzet panel megjelen\u00EDt\u00E9se
+ShowHideNoteAction.tooltip=Megjegyz\u00E9s panel ki/bekapcsol\u00E1sa.
ShowNextChildAction.text=K\u00F6vetkez\u0151 gyermekpont megjelen\u00EDt\u00E9se
+ShowNotesInMapAction.text=Megjegyz\u00E9sek mutat\u00E1sa a t\u00E9rk\u00E9pen
ShowSelectedAttributesAction.text=Kiv\u00E1lasztott attrib\u00FAtumok megjelen\u00EDt\u00E9se
+ShowSelectionAsRectangleAction.text=Kijel\u00F6l\u00E9s mutat\u00E1sa n\u00E9gysz\u00F6g dobozzal
simplyhtml.aboutFrameTitle=Alkalmaz\u00E1s n\u00E9vjegye
simplyhtml.aboutLabel=A SimlyHTML n\u00E9vjegye...
simplyhtml.alignCenter=k\u00F6z\u00E9pre
@@ -1272,16 +1572,24 @@ simplyhtml.insertTableMsg=H\u00E1ny oszlop?
simplyhtml.insertTableRowLabel=Sor besz\u00FAr\u00E1sa
simplyhtml.insertTableTitle=T\u00E1bl\u00E1zat besz\u00FAr\u00E1sa
simplyhtml.italicName=d\u0151lt
+simplyhtml.layoutTabTitle=Megjelen\u00E9si n\u00E9zet
simplyhtml.leftLabel=bal:
simplyhtml.listDialogTitle=Felsorol\u00E1s form\u00E1z\u00E1sa
simplyhtml.listIndentTitle=Beh\u00FAz\u00E1s:
+simplyhtml.listPosInside=bel\u00FClre
simplyhtml.listPositionLabel=Poz\u00EDci\u00F3:
+simplyhtml.listPosOutside=k\u00EDv\u00FClre
+simplyhtml.listTypeCircle=pontozott lista
simplyhtml.listTypeDecimal=1.,2.,3.,4.
+simplyhtml.listTypeDisc=f\u00E1jl szimb\u00F3lumos lista
simplyhtml.listTypeLabel=T\u00EDpus:
simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
+simplyhtml.listTypeNone=jel\u00F6letlen felsorol\u00E1s
+simplyhtml.listTypeSquare=n\u00E9gysz\u00F6ges lista
simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
+simplyhtml.marginLabel=K\u00FCls\u0151
simplyhtml.matchApproximately=Hasonl\u00F3k keres\u00E9se
simplyhtml.matchApproximately.tooltip=<html>K\u00F6r\u00FCl-bel\u00FCli tal\u00E1latok enged\u00E9lyez\u00E9se,<br/>\u00EDgy p\u00E9ld\u00E1ul a 'gyermek'-ra val\u00F3 keres\u00E9s megtal\u00E1lja a 'gyerek'-et is.</html>
simplyhtml.matchCase=Kis- \u00E9s nagybet\u0171 k\u00FCl\u00F6nb\u00F6z\u0151
@@ -1291,6 +1599,7 @@ simplyhtml.nextTableCellLabel=K\u00F6vetkez\u0151 cella
simplyhtml.noLineLabel=nincs
simplyhtml.noMoreOccurrencesFound=nincs (t\u00F6bb) el\u0151fordul\u00E1s
simplyhtml.okBtnName=OK
+simplyhtml.paddingLabel=Bels\u0151
simplyhtml.paraAlignCenterLabel=K\u00F6z\u00E9pre igaz\u00EDtott
simplyhtml.paraAlignCenterTip=Bekezd\u00E9s igaz\u00EDt\u00E1sa k\u00F6z\u00E9pre
simplyhtml.paraAlignLeftLabel=Balra igaz\u00EDtott
@@ -1362,9 +1671,12 @@ SortNodes.text=&Gyermekek rendez\u00E9se
SortNodes.tooltip=\u00C1b\u00E9c\u00E9 sorrendbe rendezi a pont minden gyermek\u00E9t.
split=Sz\u00E9tv\u00E1g\u00E1s
SplitConditionAction.text=Megbont\u00E1s
-SplitNode.text=Split Node[translate me]
+SplitNode.text=Pont &sz\u00E9tbont\u00E1sa
+SplitNode.tooltip=<html>Pont sz\u00E9tv\u00E1lasztva</html>
STANDARD_FORMAT=Standard
stop_processing=\u00C1llj
+StringFlavorHandler=Egyszer\u0171 sz\u00F6vegk\u00E9nt mint pont hierarchia
+StructuredHtmlFlavorHandler=HTML pont hierarchiak\u00E9nt
style=St\u00EDlus
style_already_exists=A st\u00EDlus m\u00E1r l\u00E9tezik.
styledialog.cancel.text=M\u00E9gsem
@@ -1394,7 +1706,11 @@ styles.topic=T\u00E9mak\u00F6r
styles.user-defined=Egy\u00E9ni st\u00EDlusok
styles.website=Webhely
styles_menu=El\u00E9rhet\u0151 st\u00EDlusok
-svg=SVG[translate me]
+submenu_keystroke_in_use_error=A(z) {0} Billenty\u0171 nem haszn\u00E1lhat\u00F3 a(z) {1} men\u00FCh\u00F6z mivel m\u00E1r haszn\u00E1latben van.
+summary_nodes=\u00D6sszegz\u0151pontok
+summary_not_possible=Az aktu\u00E1lis kijel\u00F6l\u00E9sre nem hozhat\u00F3 l\u00E9tre \u00F6sszegz\u0151pont
+SummaryNodeAction.text=\u00D6sszegz\u0151pont (ki/be)
+svg=SVG
template_dir=Be\u00E9p\u00EDtett sablonok
TimeListAction.text=Feladatok kezel\u00E9se...
TimeListAction.tooltip=Minden \u00FCtemezett id\u0151 \u00E9s a hozz\u00E1juk tartoz\u00F3 pontok megjelen\u00EDt\u00E9se.
@@ -1416,11 +1732,11 @@ UnderlineAction.text=Al\u00E1h\u00FAz\u00E1s
underlined=Al\u00E1h\u00FAzott
UndoAction.text=&Visszavon\u00E1s
UndoFilterAction.text=Sz\u0171r\u00E9s visszavon\u00E1sa
-unfold=Kibont\u00E1s
-UnfoldAllAction.text=Minden kibont\u00E1sa
-UnfoldAllAction.tooltip=<html>Kibontja a kijel\u00F6lt pontokat a gyermekeikkel egy\u00FCtt.</html>
-UnfoldOneLevelAction.text=Egy szint kibont\u00E1sa
-UnfoldOneLevelAction.tooltip=A kijel\u00F6lt pontokat egy szinttel kibontja.
+unfold=Kihajt\u00E1s
+UnfoldAllAction.text=Minden kihajt\u00E1sa
+UnfoldAllAction.tooltip=<html>Kihajtja a kijel\u00F6lt pontokat a gyermekeikkel egy\u00FCtt.</html>
+UnfoldOneLevelAction.text=Egy szint kihajt\u00E1sa
+UnfoldOneLevelAction.tooltip=A kijel\u00F6lt pontokat egy szinttel kihajtja.
up=&Fel
UpConditionAction.text=Fel
update_failed=A friss\u00EDt\u00E9s meghi\u00FAsult a k\u00F6vetkez\u0151 \u00FCzenettel: {0}
@@ -1441,6 +1757,7 @@ used_in_menu=Ez a gyorsbillenty\u0171 m\u00E1r haszn\u00E1latban van, nem \u00E1
UsePlainTextAction.text=Egyszer\u0171 sz\u00F6veg haszn\u00E1lata
user_config_folder=Felhaszn\u00E1l\u00F3i konfigur\u00E1ci\u00F3s mappa: {0}
user_defined_filters=Egy\u00E9ni sz\u0171r\u0151k
+user_defined_scale=Fe&lhaszn\u00E1l\u00F3i l\u00E9pt\u00E9k
user_defined_zoom=Egy\u00E9ni
user_defined_zoom_status_bar=A nagy\u00EDt\u00E1si \u00E9rt\u00E9k az \u00E1ltalad v\u00E1lasztott {0}%-ra lett \u00E1ll\u00EDtva.
user_icon=Felhaszn\u00E1l\u00F3i ikon "{0}"
diff --git a/freeplane/resources/translations/Resources_it.properties b/freeplane/resources/translations/Resources_it.properties
index 5da1a5b..f7c2c54 100644
--- a/freeplane/resources/translations/Resources_it.properties
+++ b/freeplane/resources/translations/Resources_it.properties
@@ -1265,7 +1265,6 @@ OptionPanel.toolTipManager.initialDelay=Ritardo iniziale, ms
OptionPanel.toolTipManager.max_tooltip_width=Larghezza suggerimenti
OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>La larghezza predefinita dei suggerimenti in pixel.</html>
OptionPanel.toolTipManager.reshowDelay=Tempo di ripetizione, ms
-OptionPanel.tr=Turco / T\u00FCrkmen, \u0422\u04AF\u0440\u043A\u043C\u0435\u043D
OptionPanel.uk_UA=Ucraino / \u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430
OptionPanel.undefined_font=Carattere non definito
OptionPanel.undo_levels=Azioni memorizzate per il comando "Annulla"
diff --git a/freeplane/resources/translations/Resources_ja.properties b/freeplane/resources/translations/Resources_ja.properties
index fa55282..e5fd0d2 100644
--- a/freeplane/resources/translations/Resources_ja.properties
+++ b/freeplane/resources/translations/Resources_ja.properties
@@ -1290,7 +1290,6 @@ OptionPanel.toolTipManager.initialDelay=\u6700\u521D\u306B\u8868\u793A\u3059\u30
OptionPanel.toolTipManager.max_tooltip_width=\u30CE\u30FC\u30C9\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u306E\u6700\u5927\u8868\u793A\u5E45
OptionPanel.toolTipManager.max_tooltip_width.tooltip=\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u5E45\u306E\u521D\u671F\u8A2D\u5B9A(\u30D4\u30AF\u30BB\u30EB)
OptionPanel.toolTipManager.reshowDelay=\u8868\u793A\u3092\u518D\u958B\u3059\u308B\u307E\u3067\u306E\u6642\u9593(\u30DF\u30EA\u79D2)
-OptionPanel.tr=\u30C8\u30EB\u30B3\u8A9E\uFF0FT\u00FCrkmen, \u0422\u04AF\u0440\u043A\u043C\u0435\u043D
OptionPanel.uk_UA=\u30A6\u30AF\u30E9\u30A4\u30CA\u8A9E\uFF0F\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430
OptionPanel.undefined_font=\u672A\u5B9A\u7FA9\u30D5\u30A9\u30F3\u30C8
OptionPanel.undo_levels=\u5143\u306B\u623B\u3059\u56DE\u6570\u306E\u4E0A\u9650
diff --git a/freeplane/resources/translations/Resources_ko.properties b/freeplane/resources/translations/Resources_ko.properties
index 331760b..9bf87fd 100644
--- a/freeplane/resources/translations/Resources_ko.properties
+++ b/freeplane/resources/translations/Resources_ko.properties
@@ -4,17 +4,17 @@ acceleratorPresets=\uB2E8\uCD95\uD0A4 \uAE30\uBCF8 \uC124\uC815
accelerators_loading_error={0}\uC5D0\uC11C \uAC00\uC18D\uAE30\uB97C \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC74C
accessories/plugins/ApplyFormatPlugin.dialog.title=\uB178\uB4DC \uD615\uC2DD\uC744 \uBCC0\uACBD\uD558\uAE30
accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\uD328\uD134 \uBCC0\uACBD
-accessories/plugins/EncryptNode.properties_0=\uB178\uB4DC\uB97C \uC554\uD638\uD654\uD558\uAE30 \uC704\uD55C \uBE44\uBC00\uBC88\uD638 \uC785\uB825
-accessories/plugins/EncryptNode.properties_1=\uBE44\uBC00\uBC88\uD638\uAC00 \uAC19\uC9C0 \uC54A\uAC70\uB098 \uB108\uBB34 \uC9E7\uC2B5\uB2C8\uB2E4.
-accessories/plugins/EncryptNode.properties_2=\uBE44\uBC00\uBC88\uD638:
-accessories/plugins/EncryptNode.properties_3=\uBE44\uBC00\uBC88\uD638 \uD655\uC778:
-accessories/plugins/EncryptNode.properties_4=\uBE44\uBC00\uBC88\uD638\uB97C \uC9C0\uC815\uD558\uC138\uC694.
+accessories/plugins/EncryptNode.properties_0=\uB178\uB4DC\uB97C \uC554\uD638\uD654\uD558\uAE30 \uC704\uD55C \uC554\uD638 \uC785\uB825
+accessories/plugins/EncryptNode.properties_1=\uC554\uD638\uAC00 \uAC19\uC9C0 \uC54A\uAC70\uB098 \uB108\uBB34 \uC9E7\uC2B5\uB2C8\uB2E4.
+accessories/plugins/EncryptNode.properties_2=\uC554\uD638 \uC785\uB825:
+accessories/plugins/EncryptNode.properties_3=\uC554\uD638 \uD655\uC778:
+accessories/plugins/EncryptNode.properties_4=\uC554\uD638\uB97C \uC785\uB825\uD558\uC138\uC694.
accessories/plugins/EncryptNode.properties_5=<html>\uAE30\uC5B5\uD558\uC138\uC694. \uC554\uD638\uD654\uC758 \uBCF4\uC548 \uAC15\uB3C4\uB294 <br>\uB2F9\uC2E0\uC774 \uC0AC\uC6A9\uD55C \uC554\uD638\uAC00 \uC5BC\uB9C8\uB098 \uBCF5\uC7A1\uD55C\uC9C0\uC5D0 \uB2EC\uB824 \uC788\uC2B5\uB2C8\uB2E4.
accessories/plugins/EncryptNode.properties_6=\uD655\uC778
accessories/plugins/EncryptNode.properties_7=\uCDE8\uC18C
accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=\uC554\uD638\uD654\uB41C \uB178\uB4DC\uC5D0\uC11C\uB9CC \uAC00\uB2A5\uD569\uB2C8\uB2E4. \uB3C4\uAD6C \uBA54\uB274\uC5D0\uC11C \uC554\uD638\uD654\uB41C \uB178\uB4DC \uC0BD\uC785\uC73C\uB85C \uB0B4\uC6A9\uC744 \uBA3C\uC800 \uB9CC\uB4DC\uC138\uC694.
accessories/plugins/EncryptNode.properties_select_me=\uACC4\uC18D\uD558\uC2DC\uB824\uBA74 \uC120\uD0DD\uD558\uC138\uC694!
-accessories/plugins/EncryptNode.properties_wrong_password=\uBE44\uBC00\uBC88\uD638\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+accessories/plugins/EncryptNode.properties_wrong_password=\uC554\uD638\uAC00 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
accessories/plugins/ExportWithTWiki.text=TWiki \uBB38\uC11C\uB85C...
accessories/plugins/ExportWithTWiki.tooltip=\uB9F5\uC744 TWiki \uBB38\uC11C\uB85C \uB0B4\uBCF4\uB0C5\uB2C8\uB2E4.
accessories/plugins/ExportWithXSLT.tooltip=XSLT \uC2A4\uD06C\uB9BD\uD2B8\uB97C \uC0AC\uC6A9\uC2DC \uADE0\uC77C\uD55C \uBC29\uBC95\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4.
@@ -28,7 +28,7 @@ accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=RESOURCES \uB178\uB4DC\uC5D
accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>RESOURCES \uB178\uB4DC\uC5D0\uC11C Taskjuggler\uBAA8\uB4C8\uB85C \uC790\uC6D0\uC744 \uB0B4\uBCF4\uB0B4\uAE30. </html>
accessories/plugins/ExportWithXSLT_TASKSTJI.text=TASKS \uB178\uB4DC\uC5D0\uC11C TaskJuggler \uD30C\uC77C\uB85C \uC791\uC5C5\uC744 \uB9DE\uAE41\uB2C8\uB2E4???...
accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>TASKS \uB178\uB4DC\uB97C Taskjuggler \uBAA8\uB4C8\uB85C \uC791\uC5C5\uC744 \uB0B4\uBCF4\uB0B4\uAE30</html>
-action_keystroke_in_use_error={1} \uB3D9\uC791\uC5D0 \uB300\uD574 \uC694\uCCAD\uB41C {0} \uD0A4 \uC785\uB825\uC740 {2} \uB3D9\uC791\uC5D0\uC11C \uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC785\uB2C8\uB2E4.
+action_keystroke_in_use_error={1} \uB3D9\uC791\uC5D0 \uB300\uD574 \uC694\uCCAD\uB41C {0} \uD0A4 \uC785\uB825\uC740 {2} \uB3D9\uC791\uC5D0\uC11C \uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC785\uB2C8\uB2E4
active=\uD65C\uC131\uD654
actual_map_styles=\uB178\uB4DC\uC5D0 \uC801\uC6A9\uB41C \uB9F5 \uC790\uCCB4 \uAD00\uB828 \uC870\uAC74 \uC2A4\uD0C0\uC77C
actual_node_styles=\uB178\uB4DC \uC870\uAC74\uBD80 \uC2A4\uD0C0\uC77C \uB178\uB4DC\uC5D0 \uC801\uC6A9
@@ -46,9 +46,9 @@ addons.installer.canceled=\uC124\uCE58 \uCDE8\uC18C
addons.installer.confirm.licence=<html><body><h1>\uB77C\uC774\uC13C\uC2A4</h1>{0}<p><p><em>\uB77C\uC774\uC13C\uC2A4\uB97C \uBC1B\uC544\uB4E4\uC774\uACA0\uC2B5\uB2C8\uAE4C?</em></p></body></html>
addons.installer.failed=\uC124\uCE58 \uC2E4\uD328: {0}
addons.installer.freeplaneversion.format.error={0}\uC5D0 \uD615\uC2DD \uC624\uB958 (\uAC12: {1})
-addons.installer.html.script=\uC2A4\uD06C\uB9BD\uD2B8 \uBCF8\uBB38\uC740 HTML \uD615\uC2DD\uD654\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
+addons.installer.html.script=\uC2A4\uD06C\uB9BD\uD2B8 \uBCF8\uBB38\uC740 HTML \uD615\uC2DD\uC73C\uB85C \uB418\uC9C0 \uC54A\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4
addons.installer.install=\uC124\uCE58
-addons.installer.invalid.keyboard.shortcut=\uC798\uBABB\uB41C \uB2E8\uCD95\uD0A4\uC785\uB2C8\uB2E4. {0}
+addons.installer.invalid.keyboard.shortcut=\uC798\uBABB\uB41C \uB2E8\uCD95 \uD0A4 {0}.
addons.installer.licence.unchanged=\uC0AC\uC6A9 \uD5C8\uAC00\uC11C\uAC00 \uBCC0\uACBD\uB418\uC9C0 \uC54A\uC74C
addons.installer.map.structure=\uB9F5 \uAD6C\uC870 \uC624\uB958: {0}
addons.installer.missing.child.nodes=\uB204\uB77D\uB41C \uD558\uC704 \uB178\uB4DC: {0}
@@ -59,6 +59,7 @@ addons.installer.no.scripts=\uC2A4\uD06C\uB9BD\uD2B8 \uC5C6\uC74C
addons.installer.no.zipdata=zip \uC555\uCD95 \uB370\uC774\uD130 \uC5C6\uC74C
addons.installer.nonstandard.permissions=\uC774 \uC2A4\uD06C\uB9BD\uD2B8\uB294 \uD604\uC7AC \uD65C\uC131\uD654 \uB420\uC218 \uC5C6\uB294 \uB530\uB974\uB294 \uB2E4\uC74C\uAD8C\uD55C\uC744 \uC694\uAD6C\uD569\uB2C8\uB2E4.: {0}\n \uADF8\uAC83\uB4E4\uC744 \uD45C\uC900 \uAD8C\uD55C\uC5D0 \uCD94\uAC00\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
addons.installer.one.child.expected={0}\uC5D0 \uB300\uD574 \uC815\uD655\uD788 \uD55C \uAC1C\uC758 \uD558\uC704 \uB178\uB4DC\uB97C \uC608\uC0C1\uD588\uC73C\uB098 {1}\uAC1C\uAC00 \uBC1C\uACAC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+addons.installer.script.name.suffix=\uC2A4\uD06C\uB9BD\uD2B8 \uC774\uB984 {0} \uAC00 ".groovy"\uC640 \uAC19\uC740 \uC811\uBBF8\uC0AC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.
addons.installer.script.no.execution_mode={0} \uC5D0 \uB300\uD574 "excution_mode"\uC18D\uC131\uC774 \uC9C0\uC815\uB418\uC9C0 \uC54A\uC74C
addons.installer.script.no.menulocation={0} \uC5D0 \uB300\uD574 "menuLocation"\uC18D\uC131\uC774 \uC9C0\uC815\uB418\uC9C0 \uC54A\uC74C
addons.installer.script.no.menutitle={0} \uC5D0 \uB300\uD574 "menuTitleKey"\uC18D\uC131\uC774 \uC9C0\uC815\uB418\uC9C0 \uC54A\uC74C
@@ -66,11 +67,11 @@ addons.installer.script.no.permissions={0}\uC5D0 \uB300\uD574 \uC9C0\uC815\uB41C
addons.installer.success=\uC124\uCE58 \uC131\uACF5.\n\uC0C8 \uBD80\uAC00 \uAE30\uB2A5\uC740 \uB2E4\uC2DC \uC2DC\uC791\uD6C4 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
addons.installer.success.update={0}\uC5D0\uC11C {1}\uB85C \uAC31\uC2E0 \uC131\uACF5.\n\uC77C\uBD80 \uAE30\uB2A5\uB4E4\uC740 \uB2E4\uC2DC \uC2DC\uC791\uD6C4\uC5D0 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
addons.installer.title=\uBD80\uAC00 \uAE30\uB2A5 \uC124\uCE58\uAE30
-addons.installer.too.new=\uD604\uC7AC \uD504\uB9AC\uD50C\uB808\uC778 \uBC84\uC804 {0}\uC774 \uB108\uBB34 \uB192\uC2B5\uB2C8\uB2E4. \uC774 \uBD80\uAC00 \uAE30\uB2A5\uC740 {1}\uAE4C\uC9C0\uB9CC \uC9C0\uC6D0\uD569\uB2C8\uB2E4.
-addons.installer.too.old=\uD604\uC7AC \uD504\uB9AC\uD50C\uB798\uC778 \uBC84\uC804 {0}\uC774 \uB108\uBB34 \uB0AE\uC2B5\uB2C8\uB2E4. \uC774 \uBD80\uAC00 \uAE30\uB2A5\uC740 {1}\uBD80\uD130 \uC9C0\uC6D0\uD569\uB2C8\uB2E4.
+addons.installer.too.new=\uD604\uC7AC \uD504\uB9AC\uD50C\uB808\uC778 \uBC84\uC804 {0} \uC774 \uB108\uBB34 \uB192\uC2B5\uB2C8\uB2E4. \uC774 \uBD80\uAC00 \uAE30\uB2A5\uC740 \uBC84\uC804 {1} \uAE4C\uC9C0\uB9CC \uC9C0\uC6D0\uD569\uB2C8\uB2E4
+addons.installer.too.old=\uD604\uC7AC \uD504\uB9AC\uD50C\uB808\uC778 \uBC84\uC804 {0} \uC774 \uB108\uBB34 \uB0AE\uC2B5\uB2C8\uB2E4. \uC774 \uBD80\uAC00 \uAE30\uB2A5\uC740 \uBC84\uC804 {1} \uBD80\uD130 \uC9C0\uC6D0\uD569\uB2C8\uB2E4
addons.installer.unknown.deinstallation.rules=\uC54C\uC218 \uC5C6\uB294 \uC124\uCE58 \uD574\uC81C??? \uADDC\uCE59 {0}
addons.installer.update=\uBC84\uC804 {0} \uC5D0\uC11C \uAC31\uC2E0
-addons.installer.warning=<html><body><em>\uC2E0\uB8B0\uD558\uB294 \uC6D0\uBCF8\uC73C\uB85C \uBD80\uAC00 \uAE30\uB2A5\uC744 \uC124\uCE58\uD574\uC57C\uD569\uB2C8\uB2E4. \uC545\uC131 \uC18C\uD504\uD2B8\uC6E8\uC5B4\uB294 \uB370\uC774\uD130\uC5D0 \uB300\uD55C \uC190\uC0C1\uC774\uB098 \uAC1C\uC778\uC815\uBCF4\uB97C \uCE68\uD574\uD560\uC218 \uD560\uC218\uC788\uC2B5\uB2C8\uB2E4.</em></body></html>
+addons.installer.warning=<html><body><strong style="color: red; font-size: 9px">\uC2E0\uB8B0\uD558\uB294 \uC6D0\uBCF8\uC73C\uB85C \uBD80\uAC00 \uAE30\uB2A5\uC744 \uC124\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4. \uC545\uC131 \uC18C\uD504\uD2B8\uC6E8\uC5B4\uB294 \uB370\uC774\uD130\uC5D0 \uB300\uD55C \uC190\uC0C1\uC774\uB098 \uAC1C\uC778\uC815\uBCF4\uB97C \uCE68\uD574\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.</strong></body></html>
addons.site=http://freeplane.sourceforge.net/addons/
AddStyleAttributes.text=\uC18D\uC131\uC744 \uC2A4\uD0C0\uC77C\uB85C\uBD80\uD130 \uBCA0\uAEF4\uC624\uAE30
AddStyleAttributes.tooltip=\uC2A4\uD0C0\uC77C \uB178\uB4DC\uC5D0\uC11C \uC18D\uC131\uC744 \uCD94\uAC00
@@ -88,7 +89,7 @@ ApplyNoFilteringAction.text=\uD544\uD130\uC5C6\uC74C
ApplySelectedViewConditionAction.text=\uC120\uD0DD\uD55C \uB178\uB4DC \uAC78\uB7EC\uB0B4\uAE30
ApplyToVisibleAction.text=\uAC78\uB7EC\uC9C4 \uB178\uB4DC\uC5D0 \uC801\uC6A9\uB428
as_parent=\uC0C1\uC704 \uB2E8\uACC4\uB85C
-AskForHelp.text=\uB3C4\uC6C0 \uC694\uCCAD
+AskForHelp.text=\uAC8C\uC2DC\uD310\uC5D0\uC11C \uB3C4\uC6C0 \uC694\uCCAD
AssignAttributesAction.text=\uC18D\uC131 \uCC3E\uAE30 \uBC0F \uBC14\uAFB8\uAE30...
attribute_delete=\uBAA8\uB4E0 \uAC12 \uC0AD\uC81C
attribute_delete_value=\uC774 \uAC12 \uC0AD\uC81C
@@ -255,6 +256,7 @@ dialect_info.warning=\uD504\uB9AC\uD50C\uB808\uC778\uC740 \uADF8\uAC83\uC744 \uC
DirectHtmlFlavorHandler=\uB2E8\uC77C \uB178\uB4DC HTML
DocumentationAction.text=\uBB38\uC11C\uD654
down=\uC544\uB798(&D)
+DownConditionAction.text=\uC544\uB798
download=\uB0B4\uB824\uBC1B\uAE30
dropped_file_error=\uB5A8\uC5B4\uC9C4 \uD30C\uC77C\uC744 \uC5F4\uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uC720: {0}
edge=\uC904\uAE30
@@ -312,11 +314,11 @@ enter_map_url=\uB9F5 URL\uC744 \uC785\uB825\uD558\uC138\uC694
enter_new_style_name=\uC0C8\uB85C\uC6B4 \uC2A4\uD0C0\uC77C \uC774\uB984 \uC785\uB825
enter_node_id=\uB178\uB4DC ID \uC785\uB825
enter_zoom=\uD655\uB300\uC728 \uC785\uB825
-EnterPassword.text=\uBE44\uBC00\uBC88\uD638 \uC785\uB825
+EnterPassword.text=\uC554\uD638 \uC785\uB825
error=\uC624\uB958
-error_applying_template=XSL \uD15C\uD50C\uB9BF \uC801\uC6A9 \uC624\uB958.
+error_applying_template=XSL \uC11C\uC2DD \uC801\uC6A9 \uC624\uB958.
error_creating_directory=\uB0B4\uBCF4\uB0B4\uAE30\uB97C \uC704\uD55C \uB514\uB809\uD1A0\uB9AC\uB97C \uC0DD\uC131\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
-error_in_template=\uAE30\uBCF8 \uB9F5 \uD15C\uD50C\uB9BF\uC5D0\uC11C {0} \uC624\uB958 \uBC1C\uC0DD. \uC774 \uD30C\uC77C\uC744 \uC81C\uAC70 \uC2DC\uB3C4\uD574 \uBCF4\uC138\uC694.
+error_in_template=\uAE30\uBCF8 \uB9F5 \uC11C\uC2DD\uC5D0\uC11C {0} \uC624\uB958 \uBC1C\uC0DD. \uC774 \uD30C\uC77C\uC744 \uC81C\uAC70\uD558\uC2ED\uC2DC\uC694.
errornumber=\uC624\uB958 {0}\uAC1C
ExecuteScriptError.text=\uC2A4\uD06C\uB9BD\uD2B8\uB97C \uC2E4\uD589 \uC624\uB958:\n{0}
ExecuteScriptForAllNodes.text=\uBAA8\uB4E0 \uC2A4\uD06C\uB9BD\uD2B8 \uC2E4\uD589
@@ -331,8 +333,8 @@ export_failed=\uB0B4\uBCF4\uB0B4\uAE30 \uC2E4\uD328
export_pdf_text=PDF(\uD734\uB300\uC6A9 \uBB38\uC11C \uD615\uC2DD) text\uB85C \uB0B4\uBCF4\uB0B4\uAE30
export_svg_text=SVG(Scalable Vector Graphic) \uD14D\uC2A4\uD2B8\uB85C \uB0B4\uBCF4\uB0B4\uAE30
export_using_xslt=\uD504\uB9AC\uD50C\uB808\uC778 \uB0B4\uBCF4\uB0B4\uAE30
-ExportAction.text=\uB9F5 \uB0B4\uBCF4\uB0B4\uAE30(&E)
-ExportBranchAction.text=\uAC00\uC9C0\uB97C \uC0C8\uB85C\uC6B4 \uB9F5\uC73C\uB85C \uC774\uB3D9 ...
+ExportAction.text=\uB9F5 \uB0B4\uBCF4\uB0B4\uAE30... (&E)
+ExportBranchAction.text=\uAC00\uC9C0\uB97C \uC0C8\uB85C\uC6B4 \uB9F5-\uC73C\uB85C \uC774\uB3D9 ...
ExportBranchToHTMLAction.text=\uAC00\uC9C0\uB97C HTML\uB85C \uB0B4\uBCF4\uB0B4\uAE30
exported_file=\uD30C\uC77C {0}
ExportPdf.text=PDF
@@ -377,7 +379,7 @@ FileRevisionsDialog.file_name=\uD30C\uC77C
FileRevisionsDialog.file_size=\uBC14\uC774\uD2B8
FileRevisionsDialog.open=\uC5F4\uAE30(&O)
FileRevisionsDialog.open.tooltip=\uC624\uB798\uB41C \uB0A0\uC9DC\uC758 \uD30C\uC77C\uC77C \uACBD\uC6B0\uB77C\uB3C4 \uC5F4\uAE30
-FileRevisionsDialog.question={0}\uC758 \uAC1C\uC815\uD310\uC744 \uBC1C\uACAC\uD558\uC600\uC2B5\uB2C8\uB2E4.
+FileRevisionsDialog.question={0} \uC758 \uAC1C\uC815\uD310\uC744 \uBC1C\uACAC\uD558\uC600\uC2B5\uB2C8\uB2E4
FileRevisionsDialog.restore=\uBCF5\uC6D0(&o)
FileRevisionsDialog.restore.tooltip={0}\uC744(\uB97C) {1}(\uC73C)\uB85C \uB300\uCE58
FileRevisionsDialog.title=\uD30C\uC77C \uAC1C\uC815\uD310
@@ -432,7 +434,7 @@ filter_selected_node_view_snapshot=\uC800\uC7A5\uB41C \uC120\uD0DD
filter_style=\uC2A4\uD0C0\uC77C
filter_time=\uB0A0\uC9DC \uD544\uD130
FilterComposerDialog.save=\uC800\uC7A5(&S)
-filters_not_loaded=\uD544\uD130\uB97C \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD30C\uC77C\uC774 \uC190\uC0C1\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+filters_not_loaded=\uD544\uD130\uB97C \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD30C\uC77C\uC774 \uC190\uC0C1\uB428
find_what=\uCC3E\uC744 \uB0B4\uC6A9
FindAction.text=\uCC3E\uAE30...
FirstGroupNodeAction.text=\uC694\uC57D \uB178\uB4DC (begin of group)
@@ -460,7 +462,7 @@ FormatCopy.text=\uC11C\uC2DD \uBCA0\uAEF4\uB450\uAE30
FormatCopy.tooltip=<html>\uB178\uB4DC\uC5D0 \uC0AC\uC6A9\uB41C \uC11C\uC2DD\uC744 \uBCA0\uAEF4\uB461\uB2C8\uB2E4.</html>
FormatPaste.text=\uC11C\uC2DD \uBD99\uC5EC\uB123\uAE30
FormatPaste.tooltip=<html>\uBCA0\uAEF4\uB454 \uC11C\uC2DD\uC744 \uB178\uB4DC\uC5D0 \uC801\uC6A9\uD569\uB2C8\uB2E4.</html>
-formats_not_loaded=\uD615\uC2DD\uC744 \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD30C\uC77C\uC774 \uC190\uC0C1\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+formats_not_loaded=\uD615\uC2DD\uC744 \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD30C\uC77C\uC774 \uC190\uC0C1\uB428
formula.error.attributeValueIsNull=\uD3C9\uAC00 \uD6C4 \uD2B9\uC131 \uAC12 ''{0}'' \uC740 \uB110(null) \uC785\uB2C8\uB2E4.
formula.error.circularReference=\uC21C\uD658 \uCC38\uC870: \uC218\uC2DD \uB178\uB4DC ''{0}'' \uC5D0\uC11C \uC790\uC2E0\uC744 \uCC38\uC870 \uD569\uB2C8\uB2E4.
formula.EvaluateAllAction.text=\uD3C9\uAC00\uD558\uAE30
@@ -505,10 +507,10 @@ HierarchicalIconsAction.tooltip=\uB098\uC758 \uD558\uC704 \uB178\uB4DC \uC911\uC
hot_keys=\uB2E8\uCD95\uD0A4
hot_keys_table=\uB2E8\uCD95\uD0A4 \uD45C
HotKeyInfoAction.text=\uB2E8\uCD95\uD0A4 \uC548\uB0B4
-html_export_based_on_headings=HTML \uB0B4\uBCF4\uB0B4\uAE30 - \uC81C\uBAA9\uC5D0 \uAE30\uBC18\uD574\uC11C...
-html_export_fold_all=HTML \uB0B4\uBCF4\uB0B4\uAE30 - \uBAA8\uB450 \uC811\uC5B4\uC11C...
-html_export_fold_currently_folded=HTML \uB0B4\uBCF4\uB0B4\uAE30 - \uD604\uC7AC \uC811\uD78C \uBD80\uBD84\uB9CC \uC811\uC5B4\uC11C...
-html_export_no_folding=HTML \uB0B4\uBCF4\uB0B4\uAE30 - \uBAA8\uB450 \uD3BC\uCCD0\uC11C...
+html_export_based_on_headings=HTML \uB0B4\uBCF4\uB0B4\uAE30 - \uC81C\uBAA9\uC5D0 \uAE30\uBC18\uD574\uC11C
+html_export_fold_all=HTML \uB0B4\uBCF4\uB0B4\uAE30 - \uBAA8\uB450 \uC811\uC5B4\uC11C
+html_export_fold_currently_folded=HTML \uB0B4\uBCF4\uB0B4\uAE30 - \uD604\uC7AC \uC811\uD78C \uBD80\uBD84\uB9CC \uC811\uC5B4\uC11C
+html_export_no_folding=HTML \uB0B4\uBCF4\uB0B4\uAE30 - \uBAA8\uB450 \uD3BC\uCCD0\uC11C
html_problem=<html>HTML\uC744 \uB80C\uB354\uB9C1 \uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4<br><br>{0}
icon_0%=0%
icon_100%=100%
@@ -665,9 +667,13 @@ ItalicAction.text=\uAE30\uC6B8\uC784
italicise_branch=\uAE30\uC6B8\uC774\uAE30
java_version=\uC790\uBC14 \uBC84\uC804: {0}
JoinNodesAction.text=\uB178\uB4DC \uD569\uCE58\uAE30
+latex_editor=LaTeX \uC218\uC2DD \uD3B8\uC9D1
LatexDeleteLatexAction.text=LaTe&X \uC218\uC2DD \uC81C\uAC70
LatexEditLatexAction.text=&LaTeX \uC218\uC2DD \uD3B8\uC9D1...
+LatexInsertLatexAction.msg1=<html><i>\uAE30\uC874\uC758</i> LaTeX \uC218\uC2DD\uC744 \uC0BD\uC785\uD558\uB824\uACE0 \uD569\uB2C8\uB2E4.<br/>LaTeX\uC758 \uAE00\uC790/\uC218\uC2DD\uC744 \uB9CC\uB4E4 \uC218 \uC788\uB294 \uC0C8\uB85C\uC6B4 \uBC29\uBC95\uC774 \uC774 \uD398\uC774\uC9C0\uC5D0 \uC124\uBA85\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4:</html>
+LatexInsertLatexAction.msg2=<html>\uD55C\uB9C8\uB514\uB85C: <ul><li>\uB178\uB4DC\uC758 \uAE00\uC790\uC5D0 \uC811\uB450\uC5B4 "\\latex"\uB97C \uC785\uB825\uD558\uAC70\uB098</li><li><i>\uBCF4\uAE30->\uC18D\uC131 \uD328\uB110</i>\uC5D0\uC11C, \uB2E4\uC74C <i>\uD575\uC2EC \uAE00\uC790 -> \uD615\uC2DD -> \uB77C\uD14D\uC2A4</i></li></ul></html>
LatexInsertLatexAction.text=&LaTeX \uC218\uC2DD \uCD94\uAC00...
+latexPatternFormat=\uB77C\uD14D\uC2A4
less_than_two_selected_nodes=\uC5F0\uACB0\uD558\uB824\uBA74 \uB178\uB4DC\uAC00 2\uAC1C \uC774\uC0C1 \uC120\uD0DD\uB418\uC5B4\uC57C \uD569\uB2C8\uB2E4.
license=\uB77C\uC774\uC13C\uC2A4: GPL 2 \uB610\uB294 \uC774\uD6C4
license_text=<html> \uC774 \uD504\uB85C\uADF8\uB7A8\uC740 \uC790\uC720 \uC18C\uD504\uD2B8\uC6E8\uC5B4\uC785\uB2C8\uB2E4.<br> \uB2F9\uC2E0\uC740 \uC790\uC720 \uC18C\uD504\uD2B8\uC6E8\uC5B4 \uC7AC\uB2E8\uC774 \uBC1C\uD45C\uD55C GNU \uC77C\uBC18 \uACF5\uC911 \uC0AC\uC6A9 \uD5C8\uAC00\uC11C \uBC84\uC804 2\uB098<br> \uADF8 \uC774\uD6C4 \uBC84\uC804\uC5D0 \uB530\uB77C \uC774 \uD30C\uC77C\uC744 \uC7AC\uBC30\uD3EC\uD558\uAC70\uB098 \uC218\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.<br><br>\uC77 [...]
@@ -738,7 +744,7 @@ menu_copy=\uBCA0\uAEF4\uB450\uAE30
menu_coreFormat=\uB178\uB4DC \uD45C\uC81C
menu_details=\uC790\uC138\uD55C \uB0B4\uC6A9
menu_displayAttributes=\uB178\uB4DC \uC18D\uC131
-menu_encryption=\uBE44\uBC00\uBC88\uD638 \uBCF4\uD638
+menu_encryption=\uC554\uD638 \uBCF4\uD638
menu_error=\uC0AC\uC6A9\uC790 \uC815\uC758\uB41C \uBA54\uB274 \uAD6C\uC870\uC758 \uC624\uB958:{0}\n{1}\n\uC911\uB2E8
menu_extensions=\uB178\uB4DC \uD655\uC7A5 \uAE30\uB2A5
menu_extras=\uB3C4\uAD6C(&T)
@@ -751,7 +757,7 @@ menu_iconByCategory=\uBD84\uB958\uBCC4 \uC544\uC774\uCF58...
menu_iconView=\uC544\uC774\uCF58
menu_image=\uC774\uBBF8\uC9C0
menu_insert=\uC0BD\uC785(&S)
-menu_latex_formula=LaTeX \uACF5\uC2DD
+menu_latex_formula=LaTeX \uC218\uC2DD
menu_links=\uB9C1\uD06C
menu_manageStyles=\uC2A4\uD0C0\uC77C \uAD00\uB9AC(&M)
menu_moveNode=\uC774\uB3D9 \uBC0F \uC815\uB82C
@@ -763,6 +769,7 @@ menu_nodes=\uB178\uB4DC(&N)
menu_nodeView=\uB178\uB4DC \uD45C\uC81C
menu_notes=\uBA54\uBAA8
menu_noteView=\uB178\uD2B8
+menu_openmaps=\uB9F5
menu_progress=\uC9C4\uD589\uC728 \uC544\uC774\uCF58 (%)
menu_remove_icons=\uC544\uC774\uCF58 \uC81C\uAC70
menu_removeAttribute=\uC18D\uC131 \uC81C\uAC70
@@ -795,11 +802,11 @@ NameConditionAction.text=\uC774\uB984 \uC9C0\uC815
NavigationNextMapAction.text=\uB2E4\uC74C \uB9F5
NavigationPreviousMapAction.text=\uC774\uC804 \uB9F5
new=\uC0C8\uB85C \uB9CC\uB4E4\uAE30(&N)
-new_map_from_user_templates.text=\uD15C\uD50C\uB9BF\uC5D0\uC11C \uC0C8\uB85C\uC6B4 \uB9F5 \uC791\uC131(&T)...
+new_map_from_user_templates.text=\uC11C\uC2DD\uC5D0\uC11C \uC0C8\uB85C\uC6B4 \uB9F5 \uC791\uC131(&T)...
new_mindmap=\uC0C8\uB85C\uC6B4 \uB9C8\uC778\uB4DC\uC9C0\uB3C4
new_node=\uC0C8\uB85C\uC6B4 \uB178\uB4DC
-new_node_as_sibling_not_possible_for_the_root=\uCD5C\uC0C1\uC704 \uB178\uB4DC\uC5D0\uC11C\uB294 \uD615\uC81C \uB178\uB4DC\uB97C \uC0C8\uB85C \uB9CC\uB4E4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
-new_version_available=\uC0C8\uB85C\uC6B4 \uBC84\uC804 ''{0}''\uC774 \uB098\uC654\uC2B5\uB2C8\uB2E4.
+new_node_as_sibling_not_possible_for_the_root=\uCD5C\uC0C1\uC704 \uB178\uB4DC\uC5D0\uC11C\uB294 \uD615\uC81C \uB178\uB4DC\uB97C \uC0C8\uB85C \uB9CC\uB4E4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4
+new_version_available=\uC0C8\uB85C\uC6B4 \uBC84\uC804 ''{0}'' \uC774 \uB098\uC654\uC2B5\uB2C8\uB2E4
NewChildAction.text=\uC0C8\uB85C\uC6B4 \uD558\uC704 \uB178\uB4DC
NewerFileRevisionsFoundDialog.cancel=\uB118\uC5B4\uAC00\uAE30(&S)
NewerFileRevisionsFoundDialog.cancel.tooltip=\uC774 \uD30C\uC77C\uC744 \uC5F4\uC9C0 \uC54A\uAE30
@@ -834,7 +841,7 @@ no_copy_attributes_before_paste_attributes=\uBA87\uAC1C\uB97C \uBCF5\uC0AC\uD558
NO_FORMAT=\uD14D\uC2A4\uD2B8
no_format_copy_before_format_paste=\uBAA8\uC591\uC744 \uBCF5\uC0AC\uD558\uAE30 \uC804\uAE4C\uC9C0\uB294 \uBD99\uC5EC\uB123\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
no_found_from=<html>"{1}"\uC5D0\uC11C <u>{0}</u>\uC744(\uB97C) \uCC3E\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.</html>
-no_more_found_from=<html>"{1}"\uC5D0\uC11C \uB354 \uC774\uC0C1 <u>{0}</u>\uC744 \uBC1C\uACAC\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.</htm>
+no_more_found_from=<html>"{1}"\uC5D0\uC11C \uB354 \uC774\uC0C1 <u>{0}</u>\uC744 \uBC1C\uACAC\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.</html>
no_previous_find=\uC774\uC804\uC5D0\uC11C \uB354\uC774\uC0C1 \uCC3E\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.
no_styles_found_in_map=\uB9F5\uC5D0\uC11C \uC2A4\uD0C0\uC77C\uC774 \uBC1C\uACAC\uB418\uC9C0 \uC54A\uC74C
node=\uB178\uB4DC
@@ -859,8 +866,8 @@ NodeWidthAction.text=\uB178\uB4DC \uB113\uC774 \uD55C\uACC4 \uC124\uC815
nonboldify_branch=\uAD75\uC9C0 \uC54A\uAC8C
nonitalicise_branch=\uAE30\uC6B8\uC784 \uD574\uC81C
normal=\uBCF4\uD1B5
-not_saved_for_image_error=\uD30C\uC77C \uC120\uD0DD\uAE30\uB97C \uD1B5\uD574 \uC774\uBBF8\uC9C0\uB97C \uC0BD\uC785\uD558\uAE30 \uC804\uC5D0 \uB9F5\uC774 \uBA3C\uC800 \uC800\uC7A5\uB418\uC5B4\uC57C \uD569\uB2C8\uB2E4.
-not_saved_for_link_error=\uD30C\uC77C \uC120\uD0DD\uAE30\uB97C \uD1B5\uD574 \uB9C1\uD06C\uB97C \uC124\uC815\uD558\uAE30 \uC804\uC5D0 \uB9F5\uC774 \uBA3C\uC800 \uC800\uC7A5\uB418\uC5B4\uC57C \uD569\uB2C8\uB2E4.
+not_saved_for_image_error=\uD30C\uC77C \uC120\uD0DD\uAE30\uB97C \uD1B5\uD574 \uC774\uBBF8\uC9C0\uB97C \uC0BD\uC785\uD558\uAE30 \uC804\uC5D0 \uB9F5\uC774 \uBA3C\uC800 \uC800\uC7A5\uB418\uC5B4\uC57C \uD569\uB2C8\uB2E4
+not_saved_for_link_error=\uD30C\uC77C \uC120\uD0DD\uAE30\uB97C \uD1B5\uD574 \uB9C1\uD06C\uB97C \uC124\uC815\uD558\uAE30 \uC804\uC5D0 \uB9F5\uC774 \uBA3C\uC800 \uC800\uC7A5\uB418\uC5B4\uC57C \uD569\uB2C8\uB2E4
note_window_location=\uB178\uD2B8 \uD328\uB110 \uC704\uCE58
ok=\uD655\uC778(&O)
OKAction.text=\uD655\uC778(&O)
@@ -868,6 +875,9 @@ OnlineReference.text=\uC628\uB77C\uC778 \uCC38\uACE0\uC11C \uB9F5
open_asMindMap=\uB9C8\uC778\uB4DC\uB9F5
OpenAction.text=\uC800\uC7A5\uB41C \uB9F5 \uC5F4\uAE30(&O)...
OpenFreeplaneSiteAction.text=\uD504\uB9AC\uD50C\uB808\uC778 \uD648\uD398\uC774\uC9C0
+OpenMapsAddLocation.text=\uC5F4\uB9B0\uB9F5 \uC704\uCE58 \uCD94\uAC00...
+OpenMapsRemoveLocation.text=\uC5F4\uB9B0\uB9F5 \uC704\uCE58 \uC81C\uAC70
+OpenMapsViewLocation.text=\uC5F4\uB9B0\uB9F5 \uC704\uCE58 \uBCF4\uAE30...
OpenPathAction.text=\uD30C\uC77C \uC5F4\uAE30
OpenURLMapAction.text=URL\uB85C\uBD80\uD130 \uB9F5 \uC5F4\uAE30...
OpenUserDirAction.text=\uC0AC\uC6A9\uC790 \uB514\uB809\uD1A0\uB9AC \uC5F4\uAE30
@@ -990,6 +1000,7 @@ OptionPanel.experimental_file_locking_on=\uD30C\uC77C \uC7A0\uADF8\uAE30 (\uD14C
OptionPanel.experimental_file_locking_on.tooltip=<html>\uD14C\uC2A4\uD2B8\uC911\uC778 \uAE30\uB2A5\uC785\uB2C8\uB2E4.</html>
OptionPanel.export_icons_in_html=HTML\uC5D0\uC11C \uC544\uC774\uCF58\uB3C4 \uB0B4\uBCF4\uB0B4\uAE30
OptionPanel.export_icons_in_html.tooltip=<html> \uD504\uB9AC\uD50C\uB808\uC778\uC774 \uB0B4\uBCF4\uB0B8 HTML\uC774 \uC544\uC774\uCF58\uB4E4\uC744 \uD3EC\uD568\uD574\uC57C\uD55C\uB2E4\uBA74 \uC800\uD76C\uC5D0\uAC8C \uB9D0\uD574\uC8FC\uC138\uC694. \uC544\uC774\uCF58 \uBB38\uC81C\uB294 \uB0B4\uBCF4\uB0B4\uAE30\uB41C HTML\uC548\uC5D0\uC11C \uC885\uC885 \uC544\uC774\uCF58\uC5D0 \uB300\uD55C \uB9C1\uD06C\uAC00 \uCC3E\uC744 \uC218 \uC5C6\uAE30 \uB54C\uBB38\uC785\uB2C8\uB2E4.</html>
+OptionPanel.exported_image_resolution_dpi=\uB0B4\uBCF4\uB0B4\uAE30\uB41C \uC774\uBBF8\uC9C0 \uD574\uC0C1\uB3C4 (DPI\uC5D0\uC11C)
OptionPanel.Files=\uD30C\uC77C
OptionPanel.first=\uCC98\uC74C
OptionPanel.fold_on_click_inside=\uD074\uB9AD \uC548\uCABD\uC73C\uB85C \uC811\uAE30
@@ -998,12 +1009,15 @@ OptionPanel.foldingsymbolwidth.tooltip=<html>\uC811\uD798 \uD45C\uC2DC \uB3D9\uA
OptionPanel.fork=\uC678\uACFD\uC120 \uC5C6\uC74C
OptionPanel.format_locale=\uBB38\uC790\uC5F4 \uD615\uD0DC\uC5D0 \uC801\uC6A9\uD560 \uAD6D\uAC00 \uC124\uC815
OptionPanel.format_locale.tooltip=\uC11C\uC2DD \uBC0F \uB370\uC774\uD130 \uAD6C\uBB38 \uBD84\uC11D\uC5D0 \uB300\uD55C \uC9C0\uC5ED\uD654 \uC124\uC815
-OptionPanel.formula_disable_caching=\uACF5\uC2DD \uAC12 \uCE90\uC26C \uBE44\uD65C\uC131\uD654
+OptionPanel.formula_disable_caching=\uC218\uC2DD \uAC12 \uCE90\uC26C \uBE44\uD65C\uC131\uD654
OptionPanel.formula_disable_plugin=\uC218\uC2DD \uD3C9\uAC00 \uBE44\uD65C\uC131\uD654
OptionPanel.fr=\uD504\uB791\uC2A4\uC5B4 / Fran\u00E7ais
OptionPanel.gl=Gl
OptionPanel.goto_note_end_on_edit=\uB178\uD2B8 \uCEE4\uC11C\uB97C \uB05D\uC73C\uB85C \uC774\uB3D9
OptionPanel.grid_size=\uACA9\uC790 \uAC04\uACA9 \uD06C\uAE30
+OptionPanel.groovy_editor_font=\uADF8\uB8E8\uBE44 \uAD6C\uBB38 \uAC15\uC870 \uD3B8\uC9D1\uAE30\uC758 \uAE00\uAF34
+OptionPanel.groovy_editor_font.tooltip=\uC720\uB2C8\uCF54\uB4DC \uBB38\uC790\uAC00 \uD544\uC694\uD560 \uACBD\uC6B0, '\uB300\uD654\uC0C1\uC790' \uB610\uB294 '\uACE0\uC815 \uD3ED'\uC744 \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624!
+OptionPanel.groovy_editor_font_size=\uADF8\uB8E8\uBE44 \uAD6C\uBB38 \uAC15\uC870 \uD3B8\uC9D1\uAE30\uC758 \uAE00\uAF34 \uD06C\uAE30
OptionPanel.gtk=Gtk
OptionPanel.hide_edge=\uC904\uAE30 \uC228\uAE30\uAE30
OptionPanel.highlight_formulas=\uC218\uC2DD \uB4DC\uB7EC\uB0B4\uAE30
@@ -1035,9 +1049,15 @@ OptionPanel.ko=\uD55C\uAD6D\uC5B4 (\u97D3\u570B\u8A9E), \uC870\uC120\uB9D0 (\u67
OptionPanel.label_font_family=\uAE00\uAF34
OptionPanel.label_font_size=\uAE00\uC790 \uD06C\uAE30
OptionPanel.language=\uC5B8\uC5B4
-OptionPanel.language.tooltip=<html>\uD504\uB9AC\uB9C8\uC778\uB4DC\uC758 \uC5B8\uC5B4\uB97C \uC124\uC815\uD569\uB2C8\uB2E4. \uC790\uB3D9\uC744 \uD604 \uC2DC\uC2A4\uD15C\uC5D0\uC11C \uC0AC\uC6A9\uD558\uB294 \uC5B8\uC5B4\uB97C \uC790\uB3D9\uC744 \uCC3E\uAC8C\uB429\uB2C8\uB2E4.</html>
+OptionPanel.language.tooltip=<html>\uC774 \uD504\uB85C\uADF8\uB7A8\uC5D0\uC11C \uC0AC\uC6A9\uB418\uC5B4\uC57C \uD558\uB294 \uC5B8\uC5B4\uC785\uB2C8\uB2E4. '\uC790\uB3D9'\uC740 \uD604\uC7AC \uC0AC\uC6A9\uC790\uC758 \uC5B8\uC5B4\uB97C \uBD88\uB7EC\uC635\uB2C8\uB2E4.</html>
OptionPanel.last=\uB9C8\uC9C0\uB9C9
OptionPanel.last_opened_list_length=\uC5F4\uC5C8\uB358 \uBB38\uC11C \uBCF4\uAD00 \uAC2F\uC218
+OptionPanel.latex_disable_editor=\uB77C\uD14D\uC2A4 \uAD6C\uBB38 \uAC15\uC870 \uD3B8\uC9D1\uAE30 \uBE44\uD65C\uC131\uD654
+OptionPanel.latex_disable_editor.tooltip=\uB77C\uD14D\uC2A4\uC758 \uD3B8\uC9D1\uAE30\uC5D0 \uBB38\uC81C\uAC00 \uC788\uB294 \uACBD\uC6B0, \uC774 \uC635\uC158\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4
+OptionPanel.latex_editor_font=\uB77C\uD14D\uC2A4 \uAD6C\uBB38 \uAC15\uC870 \uD3B8\uC9D1\uAE30\uC758 \uAE00\uAF34
+OptionPanel.latex_editor_font.tooltip=\uC720\uB2C8 \uCF54\uB4DC \uBB38\uC790\uAC00 \uD544\uC694\uD55C \uACBD\uC6B0, '\uB300\uD654\uC0C1\uC790' \uB610\uB294 '\uACE0\uC815 \uD3ED'\uC744 \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC624!
+OptionPanel.latex_editor_font_size=\uB77C\uD14D\uC2A4 \uAD6C\uBB38 \uAC15\uC870 \uD3B8\uC9D1\uAE30\uC758 \uAE00\uAF34 \uD06C\uAE30
+OptionPanel.latex_macros=\uACF5\uD1B5 \uB77C\uD14D\uC2A4 \uB9E4\uD06C\uB85C
OptionPanel.layout_map_on_text_change=\uD3B8\uC9D1 \uB3C4\uC911 \uB9F5 \uBC30\uCE58 \uC124\uC815
OptionPanel.layout_map_on_text_change.tooltip=\uC131\uB2A5 \uD5A5\uC0C1\uC744 \uC704\uD574 \uBE44\uD65C\uC131\uD654
OptionPanel.linear=\uC120\uD615
@@ -1068,9 +1088,9 @@ OptionPanel.never_save_folding=\uC808\uB300 \uC800\uC7A5 \uC548\uD568
OptionPanel.nl=Nl
OptionPanel.nn=Nn
OptionPanel.nodebackgroundcolor=\uB178\uB4DC \uBC30\uACBD\uC0C9
-OptionPanel.nodebackgroundcolor.tooltip=\uC120\uD0DD\uB418\uC9C0 \uC54A\uC558\uC744 \uB54C \uB178\uB4DC\uC758 \uBC30\uACBD \uC0C9
+OptionPanel.nodebackgroundcolor.tooltip=?? \uC120\uD0DD\uD558\uC9C0 \uC54A\uC744 \uB54C, \uB178\uB4DC\uC758 \uBC30\uACBD.
OptionPanel.nodecolor=\uB178\uB4DC \uC0C9\uC0C1
-OptionPanel.nodecolor.tooltip=\uC120\uD0DD\uB418\uC9C0 \uC54A\uC558\uC744 \uB54C \uB178\uB4DC\uC758 \uAE00\uC790 \uC0C9
+OptionPanel.nodecolor.tooltip=??\uC120\uD0DD\uD558\uC9C0 \uC54A\uC744 \uB54C \uB178\uB4DC\uC758 \uAE00\uC790 \uC0C9\uC0C1.
OptionPanel.nodefontbold=\uAC15\uC870
OptionPanel.nodefonthyperlink=\uD558\uC774\uD37C\uB9C1\uD06C
OptionPanel.nodefontitalic=\uAE30\uC6B8\uC784
@@ -1122,7 +1142,7 @@ OptionPanel.remind_type_of_new_nodes.tooltip=<html>"\uC9C8\uBB38\uD558\uAE30"\uB
OptionPanel.remind_use_rich_text_in_new_nodes=\uBD99\uC5EC\uB123\uC744 \uB178\uB4DC\uC758 \uC11C\uC2DD \uAE00\uC790\uB97C \uC0AC\uC6A9
OptionPanel.remove_notes_without_question=\uC9C8\uBB38 \uC5C6\uC774 \uBA54\uBAA8\uB97C \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
OptionPanel.remove_notes_without_question.tooltip=\uC774 \uD655\uC778\uB780\uC744 \uC124\uC815\uD558\uBA74 \uC120\uD0DD\uD55C \uB178\uB4DC\uC5D0 \uC18D\uD558\uB294 \uBA54\uBAA8\uAC00 \uD655\uC778\uC5C6\uC774 \uC0AD\uC81C\uB429\uB2C8\uB2E4. \uC758\uB3C4\uD558\uC9C0 \uC54A\uACE0 \uB204\uB978 \uACBD\uC6B0 \uC815\uBCF4\uC758 \uC190\uC2E4\uC744 \uBC1C\uC0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
-OptionPanel.resources_use_default_font_for_notes_too=\uBA54\uBAA8\uC758 \uAE30\uBCF8 \uAE00\uAF34\uB3C4 \uC0AC\uC6A9\uD569\uB2C8\uB2E4.
+OptionPanel.resources_use_default_font_for_notes_too=\uBA54\uBAA8\uC758 \uAE30\uBCF8 \uAE00\uAF34\uB3C4 \uC0AC\uC6A9\uD569\uB2C8\uB2E4
OptionPanel.resources_use_margin_top_zero_for_notes=\uBA54\uBAA8 \uC704\uCABD \uC5EC\uBC31\uC744 \uC81C\uAC70
OptionPanel.revision_color=\uAC1C\uC815\uD310 \uC0C9\uC0C1
OptionPanel.revision_color.tooltip=\uBC14\uB010 \uB178\uB4DC\uC5D0\uB300\uD55C \uBC30\uACBD\uC0C9\uC0C1.
@@ -1133,10 +1153,12 @@ OptionPanel.save_folding_if_map_is_changed=\uB9F5\uC774 \uBCC0\uACBD\uB420 \uACB
OptionPanel.save_modification_times=\uC800\uC7A5 \uC218\uC815 \uC2DC\uAC04
OptionPanel.script_classpath=\uC2A4\uD06C\uB9BD\uD2B8 \uD074\uB798\uC2A4 \uACBD\uB85C: \uD074\uB798\uC2A4\uB97C \uD3EC\uD568\uD558\uB294 \uB514\uB809\uD1A0\uB9AC\uB098 JAR\uD30C\uC77C (\uB3C4\uAD6C \uD301 \uCC38\uACE0)
OptionPanel.script_classpath.tooltip=<html>\uC2A4\uD06C\uB9BD\uD2B8 \uC640 \uACF5\uC2DD\uB4E4\uC758 \uD074\uB798\uC2A4\uACBD\uB85C\uB97C \uCD94\uAC00\uD558\uAE30\uC704\uD55C \uB514\uB809\uD1A0\uB9AC \uC640/\uB610\uB294 JAR \uD30C\uC77C \uBAA9\uB85D.<br> \uD56D\uBAA9\uC744 \uAD6C\uBD84\uD558\uB824\uBA74 \uC708\uB3C4\uC6B0\uC988\uC5D0\uC11C\uB294 ;\uB97C, \uB9AC\uB205\uC2A4\uB098 \uB9E5\uC740 : \uC744 \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC694.<br>\uB514\uB809\uD1A0\uB9AC\uB294 JAR\uACFC .class [...]
+OptionPanel.script_compilation_disabled_extensions=\uD30C\uC77C \uD655\uC7A5\uC790\uB97C \uCEF4\uD30C\uC77C \uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4 (\uB3C4\uAD6C \uC124\uBA85 \uCC38\uC870)
+OptionPanel.script_compilation_disabled_extensions.tooltip=<html>\uCD94\uAC00\uB85C \uC124\uCE58\uB41C \uC5B8\uC5B4\uC758 \uBAA8\uB4E0 \uC2A4\uD06C\uB9BD\uD2B8(\uADF8\uB8E8\uBE44\uC640 \uC790\uBC14 \uC2A4\uD06C\uB9BD\uD2B8 \uC81C\uC678)\uAC00<br>\uC77C\uBC18\uC801\uC778 \uD3B8\uC9D1 \uBB38\uC81C\uAC00 \uC788\uB2E4\uBA74<br> \uC5EC\uAE30(\uC27C\uD45C\uB85C \uAD6C\uBD84 \uB41C \uBAA9\uB85D)\uC5D0 \uD30C\uC77C \uD655\uC7A5\uC790\uB97C \uCD94\uAC00\uD558\uC2ED\uC2DC\uC624.</html>
OptionPanel.script_directories=\uC2A4\uD06C\uB9BD\uD2B8 \uAC80\uC0C9 \uACBD\uB85C (\uB3C4\uAD6C \uD301 \uCC38\uACE0)
-OptionPanel.script_directories.tooltip=<html>\uB514\uB809\uD1A0\uB9AC\uBAA9\uB85D.<br>\uD56D\uBAA9\uC744 \uAD6C\uBD84\uD558\uB824\uBA74 \uC708\uB3C4\uC6B0\uC988\uC5D0\uC11C\uB294 ;\uB97C, \uB9AC\uB205\uC2A4\uB098 \uB9E5\uC740 : \uC744 \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC694.<br>\uD504\uB9AC\uD50C\uB808\uC778 \uC0AC\uC6A9\uC790 \uB514\uB809\uD1A0\uB9AC\uC5D0 \uB300\uD574 \uC808\uB300\uAC00 \uC544\uB2CC \uACBD\uB85C\uB85C \uAC04\uC8FC\uB429\uB2C8\uB2E4.</html>
+OptionPanel.script_directories.tooltip=<html>("\uC2A4\uD06C\uB9BD\uD2B8" \uC774\uC678\uC5D0\uB3C4) \uB514\uB809\uD1A0\uB9AC \uBAA9\uB85D.<br>\uD56D\uBAA9\uC744 \uAD6C\uBD84\uD558\uB824\uBA74 (\uC708\uB3C4\uC6B0\uC988)\uC5D0\uC11C\uB294 ;\uB97C, (\uB9AC\uB205\uC2A4\uB098 \uB9E5)\uC740 : \uC744 \uC0AC\uC6A9\uD558\uC2ED\uC2DC\uC694.<br>\uD504\uB9AC\uD50C\uB808\uC778 \uC0AC\uC6A9\uC790 \uB514\uB809\uD1A0\uB9AC\uC5D0 \uB300\uD574 \uC808\uB300\uAC00 \uC544\uB2CC \uACBD\uB85C\uB85C \uAC04\uC8FC [...]
OptionPanel.script_user_key_name_for_signing=\uC11C\uBA85\uC5D0 \uC0AC\uC6A9\uB418\uB294 \uC120\uD0DD\uC801 \uC0AC\uC6A9\uC790 \uD0A4 \uBCC4\uCE6D
-OptionPanel.script_user_key_name_for_signing.tooltip=<HTML>\uC2A4\uD06C\uB9BD\uD2B8\uC5D0 \uC11C\uBA85 \uD558\uB824\uBA74 \uD0A4\uC758 \uBCC4\uCE6D\uC744 \uC5EC\uAE30\uC5D0 \uC785\uB825\uD569\uB2C8\uB2E4. <BR> \uD0A4\uB294 \uAE30\uBCF8 \uD0A4 \uC2A4\uD1A0\uC5B4\uC5D0 \uC0C1\uC8FC \uD560 \uAC83\uC73C\uB85C \uC608\uC0C1\uB429\uB2C8\uB2E4. <BR> \uBCF4\uC548\uD0A4\uC758 \uBE44\uBC00\uBC88\uD638\uB294 \uD0A4 \uC2A4\uD1A0\uC5B4 \uC554\uD638\uC640 \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4. (\ [...]
+OptionPanel.script_user_key_name_for_signing.tooltip=<HTML>\uC2A4\uD06C\uB9BD\uD2B8\uC5D0 \uC11C\uBA85 \uD558\uB824\uBA74 \uD0A4\uC758 \uBCC4\uCE6D\uC744 \uC5EC\uAE30\uC5D0 \uC785\uB825\uD569\uB2C8\uB2E4. <BR> \uD0A4\uB294 \uAE30\uBCF8 \uD0A4 \uC2A4\uD1A0\uC5B4\uC5D0 \uC0C1\uC8FC \uD560 \uAC83\uC73C\uB85C \uC608\uC0C1\uB429\uB2C8\uB2E4. <BR> \uBCF4\uC548\uD0A4\uC758 \uC554\uD638\uB294 \uD0A4 \uC2A4\uD1A0\uC5B4 \uC554\uD638\uC640 \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4 (\uAE30\uBCF8\u [...]
OptionPanel.scrollbar_increment=\uC18D\uB3C4
OptionPanel.scrolling_speed=\uB9F5 \uC790\uB3D9 \uC2A4\uD06C\uB864 \uC18D\uB3C4
OptionPanel.selection_method=\uB178\uB4DC \uC120\uD0DD \uBC29\uBC95
@@ -1161,6 +1183,7 @@ OptionPanel.separator.default_styles=\uAE30\uBCF8 \uC2A4\uD0C0\uC77C
OptionPanel.separator.EdgeControls=\uC904\uAE30
OptionPanel.separator.edit_long_node_window=\uC790\uC138\uD788 \uD3B8\uC9D1\uD558\uAE30
OptionPanel.separator.editing=\uD3B8\uC9D1\uAE30 \uC124\uC815
+OptionPanel.separator.export=\uB0B4\uBCF4\uB0B4\uAE30
OptionPanel.separator.files=\uD30C\uC77C
OptionPanel.separator.formula=\uC218\uC2DD
OptionPanel.separator.General=\uC77C\uBC18
@@ -1173,6 +1196,7 @@ OptionPanel.separator.initial_map_size=\uB9F5 \uCD08\uAE30 \uD06C\uAE30
OptionPanel.separator.inline_editor=\uC778-\uB77C\uC778 \uB178\uB4DC \uD3B8\uC9D1\uAE30
OptionPanel.separator.key_typing=\uD0A4 \uC785\uB825
OptionPanel.separator.language=\uC5B8\uC5B4
+OptionPanel.separator.latex=\uB77C\uD14D\uC2A4
OptionPanel.separator.load=\uBD88\uB7EC\uC624\uAE30
OptionPanel.separator.look_and_feel=\uC2A4\uD0A8\uC120\uD0DD
OptionPanel.separator.mouse_wheel=\uB9C8\uC6B0\uC2A4 \uD720
@@ -1227,8 +1251,9 @@ OptionPanel.single_instance_force=\uC5B4\uB5A0\uD55C \uACBD\uC6B0\uC5D0 \uB450 \
OptionPanel.single_instance_force.tooltip=\uBD88\uB7EC\uC62C \uD30C\uC77C\uC774 \uC5C6\uB354 \uB77C\uB3C4 \uB450\uBC88\uC9F8 \uC2E4\uD589 \uBC29\uC9C0
OptionPanel.sk=\uC2AC\uB85C\uBC14\uD0A4\uC544\uC5B4 / sloven\u010Dina
OptionPanel.sl=\uC2AC\uB85C\uBCA0\uB2C8\uC544\uC5B4 / sloven\u0161\u010Dina
+OptionPanel.slow_scroll_selected_node=\uC120\uD0DD\uD55C \uB178\uB4DC\uB85C \uB290\uB9B0 \uC2A4\uD06C\uB864\uB9C1
OptionPanel.spelling_opt_case_sensitive=\uB300\uC18C\uBB38\uC790 \uAD6C\uBD84??(\uCF00\uC774\uC2A4 \uC13C\uC2A4\uD2F0\uBE0C)
-OptionPanel.spelling_opt_ignore_all_caps_words=\uB300\uBB38\uC790\uB85C \uB41C \uBAA8\uB4E0 \uB2E8\uC5B4 \uBB34\uC2DC\uD558\uAE30
+OptionPanel.spelling_opt_ignore_all_caps_words=\uB300\uBB38\uC790\uB85C \uB41C \uBAA8\uB4E0 \uB2E8\uC5B4 \uBB34\uC2DC\uD558\uAE30.
OptionPanel.spelling_opt_ignore_capitalization=\uC2DC\uC791 \uB2E8\uC5B4\uC5D0 \uB300\uBB38\uC790 \uBB34\uC2DC\uD558\uAE30
OptionPanel.spelling_opt_ignore_words_with_numbers=\uB2E8\uC5B4\uAC2F\uC218 \uBB34\uC2DC
OptionPanel.spelling_opt_suggestions_limit_dialog=\uB300\uD654\uC0C1\uC790\uC5D0 \uCD5C\uB300 \uC81C\uC548 \uAC2F\uC218
@@ -1266,7 +1291,6 @@ OptionPanel.toolTipManager.initialDelay=\uC9C0\uC5F0 \uCD08\uAE30\uD654 [\uBC00\
OptionPanel.toolTipManager.max_tooltip_width=\uD234\uD301 \uB108\uBE44
OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>\uAE30\uBCF8 \uC124\uC815 \uB3C4\uAD6C \uD301 \uB108\uBE44\uB97C \uD53D\uC140 \uB2E8\uC704\uB85C \uC785\uB825\uD558\uC138\uC694.</html>
OptionPanel.toolTipManager.reshowDelay=\uB2E4\uC2DC\uBCF4\uAE30 \uC9C0\uC5F0, ms
-OptionPanel.tr=\uD130\uD0A4\uC5B4 / T\u00FCrkmen, \u0422\u04AF\u0440\u043A\u043C\u0435\u043D
OptionPanel.uk_UA=\uC6B0\uD06C\uB77C\uC774\uB098\uC5B4 / \u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430
OptionPanel.undefined_font=\uC815\uC758\uB418\uC9C0 \uC54A\uC740 \uAE00\uAF34
OptionPanel.undo_levels=\uC2E4\uD589 \uCDE8\uC18C \uB2E8\uACC4
@@ -1306,7 +1330,7 @@ org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\uB178\uB4DC {
out_of_memory=\uBA54\uBAA8\uB9AC\uAC00 \uBD80\uC871\uD569\uB2C8\uB2E4.
overwrite_keyset_question=\uAE30\uC874\uC758 \uD0A4 \uC124\uC815\uC744 \uB36E\uC5B4 \uC4F0\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
PageAction.text=\uD398\uC774\uC9C0 \uC124\uC815...
-password_is_not_ascii=ASCII \uD615\uD0DC\uC758 \uC554\uD638\uAC00 \uC544\uB2D9\uB2C8\uB2E4.
+password_is_not_ascii=ASCII \uD615\uD0DC\uC758 \uC554\uD638\uAC00 \uC544\uB2D9\uB2C8\uB2E4
PasteAction.text=\uBD99\uC5EC\uB123\uAE30(&P)
PasteAttributes.text=\uC18D\uC131 \uBD99\uC5EC\uB123\uAE30(&r)
PatternNewNameProperty=\uC0C8 \uD328\uD134
@@ -1330,7 +1354,8 @@ PeriodUnit.WEEK=\uC8FC
PeriodUnit.YEAR=\uB144
plugins/latex/LatexNodeHook.editorTitle=LaTeX \uC218\uC2DD \uD3B8\uC9D1
plugins/script_filter=\uC2A4\uD06C\uB9BD\uD2B8 \uD544\uD130 {0}
-plugins/script_filter_error={0}\uC774 {1}\uC5D0\uC11C \uB17C\uB9AC\uD615 \uACB0\uACFC\uB97C \uBC18\uD658\uD558\uC600\uC5B4\uC57C \uD558\uB294\uB370 {2}\uC774(\uAC00) \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4.
+plugins/script_filter_error={0}\uC774 {1}\uC5D0\uC11C \uB17C\uB9AC\uD615 \uACB0\uACFC\uB97C \uBC18\uD658\uD558\uC600\uC5B4\uC57C \uD558\uB294\uB370 {2}\uC774(\uAC00) \uBC18\uD658\uD558\uC600\uC2B5\uB2C8\uB2E4
+plugins/script_filter_execute_error=??\n\uB178\uB4DC {1} \uC5D0\uB300\uD55C:\n\uC2E4\uD589 \uC624\uB958 {0}\n{2}
plugins/ScriptEditor.cancel=\uBCC0\uACBD \uC0AC\uD56D\uC744 \uC800\uC7A5\uD558\uC9C0 \uC54A\uACE0 \uC885\uB8CC(&D)
plugins/ScriptEditor.exit=\uC800\uC7A5 \uD6C4 \uC885\uB8CC(&S)
plugins/ScriptEditor.FORBIDDEN_ACTION=\uD504\uB9AC\uD50C\uB808\uC778 groovy scripts are restricted. The following {0,choice,0#File|1#Network|2#Exec} operation is forbidden: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write} {2}. You can change this in the program settings.
@@ -1343,6 +1368,7 @@ plugins/ScriptEditor/window.title=\uC2A4\uD06C\uB9BD\uD2B8 \uD3B8\uC9D1\uAE30
plugins/ScriptingEngine.illegalAccessToInternalAPI=\uB0B4\uBD80 API\uC758 \uBD88\uBC95\uC801\uC778 \uC811\uADFC (\uD328\uD0A4\uC9C0 {0}). - \uC2A4\uD06C\uB9BD\uD305 API\uAC00 \uCDA9\uBD84\uD788 \uAC15\uB825\uD558\uC9C0 \uC54A\uC740 \uACBD\uC6B0 \uD504\uB9AC \uD50C\uB808\uC778 \uD300\uC5D0 \uBB38\uC758\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.
plugins/TimeList.xml_Created=\uC0DD\uC131\uB428
plugins/TimeList.xml_Date=\uC77C
+plugins/TimeList.xml_Details=\uC790\uC138\uD788
plugins/TimeList.xml_Icons=\uC544\uC774\uCF58
plugins/TimeList.xml_Modified=\uC218\uC815\uB428
plugins/TimeList.xml_Notes=\uB178\uD2B8
@@ -1360,7 +1386,7 @@ plugins/TimeManagement.xml_minute=\uBD84:
plugins/TimeManagement.xml_reminderButton=\uC9C0\uC815\uB41C \uB0A0\uC9DC\uC5D0 \uC54C\uB9AC\uAE30
plugins/TimeManagement.xml_reminderButton_tooltip=<html>\uD0C0\uC774\uBA38\uB97C \uB204\uB974\uBA74 \uC9C0\uC815\uB41C \uB0A0\uC9DC\uB85C \uC608\uC815\uB429\uB2C8\uB2E4. \uADF8 \uB2E4\uC74C \uAE5C\uBC15\uC784 \uC544\uC774\uCF58\uC744 \uAD00\uC2EC \uC0AC\uD56D\uC73C\uB85C \uBD80\uB985\uB2C8\uB2E4.<br> \uB9F5\uC744 \uB2EB\uC73C\uBA74, \uD0C0\uC774\uBA38\uB294 \uB9F5\uC774 \uB2E4\uC74C \uBC88\uC5D0 \uC5F4\uB9B4 \uB54C \uB2E4\uC2DC \uD65C\uC131\uD654\uB429\uB2C8\uB2E4.</html>
plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>\uB178\uB4DC\uBCC4\uB85C \uD0C0\uC774\uBA38 1\uAC1C\uAC00 \uC791\uB3D9 \uC911\uC785\uB2C8\uB2E4.<br>{0,date} {0,time}\uC5D0 \uD0C0\uC774\uBA38\uAC00 \uC2A4\uCF00\uC974\uD654\uB418\uC5B4 \uC788\uC73C\uBA70, \uB2F9\uC2E0\uC740 {1,date} {1,time}\uB97C \uC120\uD0DD\uD558\uC168\uC2B5\uB2C8\uB2E4.<br><br>\uD604\uC7AC \uB178\uB4DC\uC758 \uD0C0\uC774\uBA38\uB97C \uC7AC\uC870\uC815\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? (YES) <br>\uC544\uB2C [...]
-plugins/TimeManagement.xml_reminderNode_tooltip={0,date} {0,time}\uC5D0 \uC54C\uB824 \uC8FC\uB3C4\uB85D \uC124\uC815\uB428
+plugins/TimeManagement.xml_reminderNode_tooltip={0,date} {0,time}\uC5D0 \uC54C\uB824 \uC8FC\uB3C4\uB85D \uC124\uC815\uB428.
plugins/TimeManagement.xml_remindLaterButton=\uB098\uC911\uC5D0 \uC54C\uB9BC
plugins/TimeManagement.xml_remindLaterButton_tooltip=\uB098\uC911\uC5D0 \uC54C\uB9BC
plugins/TimeManagement.xml_removeReminderButton=\uC54C\uB9BC\uAE30\uB2A5 \uC81C\uAC70
@@ -1400,7 +1426,7 @@ RedoAction.text=\uB2E4\uC2DC \uC2E4\uD589(&R)
RedoFilterAction.text=\uD544\uD130 \uB3D9\uC791\uC744 \uB2E4\uC2DC \uC2E4\uD589
regular_expressions=\uC815\uADDC\uC2DD
ReminderHookAction.text=\uC54C\uB9BC \uD45C\uC2DC \uC81C\uAC70
-ReminderHookAction.tooltip=\uB178\uB4DC\uC5D0\uC11C \uACBD\uC885 \uC81C\uAC70
+ReminderHookAction.tooltip=\uB178\uB4DC\uC5D0\uC11C \uBBF8\uB9AC \uC54C\uB9BC\uC744 \uC81C\uAC70.
remove_file_from_list_on_error=\uD30C\uC77C {0} \uC740 \uC5F4\uB9AC\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uB9C8\uC9C0\uB9C9\uC73C\uB85C \uC5F4\uB9B0 \uD30C\uC77C \uBAA9\uB85D\uC5D0\uC11C \uC81C\uAC70 \uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
remove_shortcut_question=\uB2E8\uCD95\uD0A4\uB97C \uBC14\uAFB8\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
remove_shortcut_title=\uB2E8\uCD95\uD0A4\uB97C \uC81C\uAC70 \uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
@@ -1426,16 +1452,16 @@ ResetStyleAction.text=\uB178\uB4DC \uC2A4\uD0C0\uC77C \uC7AC\uC124\uC815
RevertAction.text=\uC9C0\uC5ED \uD788\uC2A4\uD1A0\uB9AC\uC5D0\uC11C \uBCF5\uC6D0(&R)
RevisionPluginAction.text=\uAC1C\uC815 \uBC30\uACBD \uC0C9\uC0C1 \uBCC0\uACBD(&r)
save_failed={0} \uB9F5 \uC800\uC7A5 \uC791\uC5C5\uC774 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.
-save_unsaved=\uB2E4\uC74C\uC758 \uB9C8\uC778\uB4DC\uC9C0\uB3C4\uC744 \uC800\uC7A5\uD560\uAE4C\uC694? :
+save_unsaved=\uB2E4\uC74C\uC758 \uB9C8\uC778\uB4DC\uC9C0\uB3C4\uC744 \uC800\uC7A5\uD560\uAE4C\uC694?
save_unsaved_styles=\uC2A4\uD0C0\uC77C\uC744 \uC800\uC7A5\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
-SaveAcceleratorPresetsAction.text=\uB2E8\uCD95\uD0A4 \uC124\uC815 \uC800\uC7A5\uD558\uAE30
+SaveAcceleratorPresetsAction.text=\uB2E8\uCD95\uD0A4 \uC124\uC815 \uC800\uC7A5\uD558\uAE30...
SaveAction.text=\uB9F5 \uC800\uC7A5(&S)
SaveAll.text=\uC5F4\uB824 \uC788\uB294 \uB9F5 \uBAA8\uB450 \uC800\uC7A5(&L)
-SaveAll.tooltip=\uC5F4\uB824 \uC788\uB294 \uB9F5 \uBAA8\uB450 \uC800\uC7A5.
+SaveAll.tooltip=\uC5F4\uB824 \uC788\uB294 \uB9F5 \uBAA8\uB450 \uC800\uC7A5
SaveAsAction.text=\uB9F5 \uBCC4\uB3C4 \uC800\uC7A5(&A)...
saved=\uC800\uC7A5\uB428
saving_canceled=\uC800\uC7A5 \uCDE8\uC18C\uB428
-scanners_not_loaded=\uC2A4\uCE90\uB108\uB97C \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD30C\uC77C\uC774 \uC190\uC0C1\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
+scanners_not_loaded=\uC2A4\uCE90\uB108\uB97C \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uD30C\uC77C\uC774 \uC190\uC0C1\uB418\uC5C8\uC2B5\uB2C8\uB2E4
scheme_evaluate=\uD3C9\uAC00!
script_execution_disabled=\uC2A4\uD06C\uB9BD\uD2B8 \uC2E4\uD589\uC774 \uBE44\uD65C\uC131\uD654 \uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uB3C4\uAD6C/\uD658\uACBD\uC124\uC815/\uD50C\uB7EC\uADF8\uC778 \uCC38\uC870
ScriptEditor.text=\uC2A4\uD06C\uB9BD\uD2B8 \uD3B8\uC9D1\uAE30(&C)...
@@ -1450,7 +1476,7 @@ select_favorites_folder=\uC990\uACA8\uCC3E\uB294 \uD3F4\uB354 \uC120\uD0DD
select_file_export_to=\uB0B4\uBCF4\uB0BC \uD30C\uC77C \uC120\uD0DD
select_folder_for_importing=\uB0B4\uBCF4\uB0BC \uD3F4\uB354 \uC120\uD0DD
select_icon=\uC544\uC774\uCF58 \uC120\uD0DD\uD558\uAE30
-select_menu_item_dialog=\uBA54\uB274 \uD56D\uBAA9\uC744 \uC120\uD0DD\uD558\uC138\uC694.
+select_menu_item_dialog=\uBA54\uB274 \uD56D\uBAA9\uC744 \uC120\uD0DD\uD558\uC138\uC694
select_menu_item_root_node=\uBA54\uB274
SelectAllAction.text=\uBCF4\uC774\uB294 \uB178\uB4DC \uBAA8\uB450 \uC120\uD0DD(&V)
SelectBranchAction.text=\uBCF4\uC774\uB294 \uB178\uB4DC \uD558\uC704 \uD56D\uBAA9 \uC120\uD0DD(&B)
@@ -1459,9 +1485,11 @@ selection_method_by_click=\uD55C \uBC88 \uD074\uB9AD\uD558\uC5EC \uC120\uD0DD
selection_method_delayed=\uB9C8\uC6B0\uC2A4\uB97C \uAC00\uC838\uAC00\uBA74 \uC57D\uAC04\uC758 \uC9C0\uC5F0 \uD6C4 \uC120\uD0DD
selection_method_direct=\uB9C8\uC6B0\uC2A4\uB97C \uAC00\uC838\uAC00\uBA74 \uBC14\uB85C \uC120\uD0DD
SelectNoteAction.text=\uBA54\uBAA8 \uD3B8\uC9D1 \uBCC0\uD658
-SelectNoteAction.tooltip=\uB178\uD2B8 \uD328\uB110\uC5D0\uC11C resp\uB85C \uC804\uD658\uD569\uB2C8\uB2E4.
-set_accelerator_on_next_click_action=\uC544\uBB34 \uBA54\uB274 \uD56D\uBAA9\uC774\uB098 \uD074\uB9AD\uD558\uC154\uC11C \uC0C8\uB85C\uC6B4 \uB2E8\uCD95\uD0A4\uB97C \uC9C0\uC815\uD558\uC138\uC694.
-SetAcceleratorOnNextClickAction.text=\uB2E8\uCD95\uD0A4 \uC9C0\uC815
+SelectNoteAction.tooltip=\uB178\uD2B8 \uD328\uB110\uC5D0\uC11C resp. \uB85C \uC804\uD658
+set_accelerator_on_next_click_action=\uC0C8\uB85C\uC6B4 \uD0A4\uBCF4\uB4DC \uBC14\uB85C \uAC00\uAE30\uB97C \uB9CC\uB4E4\uB824\uBA74:'Ctrl'\uD0A4\uB97C \uB204\uB978 \uC0C1\uD0DC\uC5D0\uC11C \uBA54\uB274\uC5D0\uC11C \uC6D0\uD558\uB294 \uBA85\uB839\uC744 \uD074\uB9AD\uD569\uB2C8\uB2E4.
+SetAccelerator.dialogTitle=\uB2E8\uCD95\uD0A4 \uC9C0\uC815
+SetAccelerator.keystrokeDetected=\uD0A4\uC785\uB825 "{0}"\uC740 \uC5B4\uB5A0\uD55C \uBA54\uB274\uD56D\uBAA9\uC5D0\uB3C4 \uC9C0\uC815\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.
+SetAcceleratorOnNextClickAction.text=\uB2E8\uCD95\uD0A4 \uC9C0\uC815...
SetImageByFileChooserAction.text=\uC774\uBBF8\uC9C0 (\uD30C\uC77C\uC120\uD0DD \uB610\uB294 \uB9C1\uD06C \uCD94\uAC00)...
SetLinkAnchorAction.text=\uB9C1\uD06C \uC575\uCEE4 \uC124\uC815
SetLinkAnchorAction.tooltip=<html>\uBBF8\uB798\uB97C \uC704\uD574 \uC575\uCEE4\uB85C \uC120\uD0DD\uD55C \uB178\uB4DC\uB97C \uC124\uC815\uD558\uAE30<br/>\uC9C0\uC5ED \uB610\uB294 \uC804\uC5ED \uC5F0\uACB0 \uC0DD\uC131.
@@ -1566,7 +1594,7 @@ simplyhtml.htmlTabTitle=HTML \uCF54\uB4DC \uBCF4\uAE30
simplyhtml.imageFileDesc=\uC774\uBBF8\uC9C0 \uD30C\uC77C
simplyhtml.insertTableColLabel=\uC5F4 \uC0BD\uC785
simplyhtml.insertTableLabel=\uD45C...
-simplyhtml.insertTableMsg=\uC5F4 \uC218\uB97C \uC785\uB825\uD558\uC138\uC694.
+simplyhtml.insertTableMsg=\uC5F4 \uC218\uB97C \uC785\uB825\uD558\uC138\uC694?
simplyhtml.insertTableRowLabel=\uD589 \uC0BD\uC785
simplyhtml.insertTableTitle=\uD45C \uC0BD\uC785
simplyhtml.italicName=\uAE30\uC6B8\uC784
@@ -1591,7 +1619,7 @@ simplyhtml.marginLabel=\uBC14\uAE65\uCABD
simplyhtml.matchApproximately=\uB300\uB7B5 \uC77C\uCE58
simplyhtml.matchApproximately.tooltip=<html>\uB300\uB7B5 \uC77C\uCE58 \uC5EC\uBD80\uB97C \uD5C8\uC6A9\uD569\uB2C8\uB2E4.??,<br/>\uC989, '\uD30C\uC77C'\uC744 \uAC80\uC0C9\uD558\uBA74 '\uD30C\uC774'\uB3C4\uCC3E\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.</html>
simplyhtml.matchCase=\uB300\uC18C\uBB38\uC790 \uAD6C\uBD84
-simplyhtml.matchCase.tooltip=\uAC80\uC0C9 \uC2DC \uB300\uC18C\uBB38\uC790 \uAD6C\uBD84 \uC5EC\uBD80
+simplyhtml.matchCase.tooltip=\uAC80\uC0C9 \uC2DC \uB300\uC18C\uBB38\uC790 \uAD6C\uBD84 \uC5EC\uBD80.
simplyhtml.newStyleDefaultName=\uC0C8 \uC2A4\uD0C0\uC77C
simplyhtml.nextTableCellLabel=\uB2E4\uC74C \uC140
simplyhtml.noLineLabel=\uC5C6\uC74C
@@ -1712,7 +1740,7 @@ SummaryNodeAction.text=\uC694\uC57D \uB178\uB4DC (\uC124\uC815/\uC7AC\uC124\uC81
svg=SVG
template_dir=\uD45C\uC900 \uC11C\uC2DD
TimeListAction.text=\uC2DC\uAC04 \uAD00\uB9AC\uBAA9\uB85D\uCC3D \uC5F4\uAE30 ...
-TimeListAction.tooltip=\uBAA8\uB4E0 \uC2A4\uCF00\uC904 \uD56D\uBAA9\uACFC \uC774\uC5D0 \uC5F0\uACB0\uB41C \uB178\uB4DC \uBCF4\uC774\uAE30
+TimeListAction.tooltip=\uBAA8\uB4E0 \uC2A4\uCF00\uC904 \uD56D\uBAA9\uACFC \uC774\uC5D0 \uC5F0\uACB0\uB41C \uB178\uB4DC \uBCF4\uC774\uAE30.
TimeManagementAction.text=\uB2EC\uB825 \uBCF4\uC774\uAE30...
TimeManagementAction.tooltip=<html>Kai Toedter\uB2D8\uC774 \uC81C\uACF5\uD55C \uB2EC\uB825 \uBAA8\uB4C8\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.</html>
ToggleChildrenFoldedAction.text=\uD558\uC704 \uB178\uB4DC\uB97C \uC811\uAE30(\uD3BC\uCE58\uAE30)
@@ -1722,6 +1750,7 @@ ToggleFoldedAction.text=\uD558\uC704 \uD56D\uBAA9 \uC811\uAE30
ToggleFullScreenAction.text=\uC804\uCCB4 \uD654\uBA74 \uBAA8\uB4DC
ToggleLeftToolbarAction.text=\uC544\uC774\uCF58 \uB3C4\uAD6C \uC0C1\uC790 \uBCF4\uC774\uAE30/\uC228\uAE30\uAE30(&I)
ToggleMenubarAction.text=\uBA54\uB274 \uBCF4\uC774\uAE30/\uC228\uAE30\uAE30
+ToggleScrollbarsAction.text=\uC2A4\uD06C\uB864 \uB9C9\uB300
ToggleStatusAction.text=\uC0C1\uD0DC \uD45C\uC2DC\uC904 \uD45C\uC2DC
ToggleToolbarAction.text=\uB3C4\uAD6C \uC0C1\uC790 \uBCF4\uC774\uAE30/\uC228\uAE30\uAE30(&T)
undefined_error=\uC608\uAE30\uCE58 \uC54A\uC740 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uBC84\uADF8 \uC2E0\uACE0\uB97C \uD574 \uC8FC\uC138\uC694.
@@ -1735,24 +1764,35 @@ UnfoldAllAction.text=\uBAA8\uB4E0 \uB0B4\uC6A9 \uD3BC\uCE58\uAE30
UnfoldAllAction.tooltip=<html>\uC120\uD0DD\uD55C \uB178\uB4DC\uC640 \uD558\uC704 \uB178\uB4DC\uB97C \uBAA8\uB450 \uD3BC\uCE69\uB2C8\uB2E4.</html>
UnfoldOneLevelAction.text=1\uB2E8\uACC4\uB9CC \uD3BC\uCE58\uAE30
UnfoldOneLevelAction.tooltip=\uC120\uD0DD\uD55C \uB178\uB4DC\uB85C\uBD80\uD130 \uD55C \uB2E8\uACC4\uB9CC \uD3BC\uCE69\uB2C8\uB2E4.
+unparsedLatexPatternFormat=\uAD6C\uBB38 \uBD84\uC11D \uB418\uC9C0\uC54A\uC740 \uB77C\uD14D\uC2A4
up=\uC704(&U)
-update_failed={0} \uBA54\uC2DC\uC9C0\uC640 \uD568\uAED8 \uC5C5\uB370\uC774\uD2B8\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.
+UpConditionAction.text=\uC704\uB85C
+update_failed={0} \uBA54\uC2DC\uC9C0\uC640 \uD568\uAED8 \uC5C5\uB370\uC774\uD2B8\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4
UpdateCheckAction.text=\uC0C8\uB85C\uC6B4 \uBC84\uC804 \uD655\uC778
updatecheckdialog=\uC0C8 \uBC84\uC804 \uAC80\uC0AC \uB300\uD654\uC0C1\uC790
+updater.component=\uAD6C\uC131 \uC694\uC18C
+updater.goToDownload=\uB2E4\uC6B4\uB85C\uB4DC\uB85C \uC774\uB3D9
+updater.version.installed=\uC124\uCE58\uB41C \uBC84\uC804
+updater.version.latest=\uCD5C\uC2E0 \uBC84\uC804
+updater.version.noUpdateUrl=\uC774 \uBD80\uAC00 \uAE30\uB2A5\uC5D0 \uB300\uD55C \uC5C5\uB370\uC774\uD2B8 URL \uB610\uB294 \uD648\uD398\uC774\uC9C0\uAC00 \uC544\uB2D9\uB2C8\uB2E4.
+updater.version.unknown=\uC54C \uC218 \uC5C6\uC74C
+updater.version.unreachable=\uC5F0\uACB0\uD560 \uC218 \uC5C6\uB294 \uC18C\uC2A4:
+updater.viewChangelog=\uBCC0\uACBD \uAE30\uB85D \uBCF4\uAE30
url_error=\uC774 \uACBD\uB85C\uB294 \uBD88\uC548\uC815\uD569\uB2C8\uB2E4!
url_load_error=\uD574\uB2F9 URL\uC758 \uC9C0\uB3C4\uC744 \uC77D\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4:
url_open_error=URL {0}\uC744(\uB97C) \uC5F4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
used_in_menu=\uC774 \uB2E8\uCD95\uD0A4\uB294 \uC124\uC815\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4, \uADF8\uAC83\uC740 \uBA54\uB274 \uB2E8\uCD95\uD0A4\uB85C \uC0AC\uC6A9\uB429\uB2C8\uB2E4.
UsePlainTextAction.text=\uC77C\uBC18 \uD14D\uC2A4\uD2B8
user_config_folder=\uC0AC\uC6A9\uC790 \uAD6C\uC131 \uD3F4\uB354: {0}
+user_defined_filters=\uC0AC\uC6A9\uC790 \uC815\uC758 \uD544\uD130
user_defined_scale=\uC0AC\uC6A9\uC790 \uC815\uC758 \uD06C\uAE30(&U)
user_defined_zoom=\uC0AC\uC6A9\uC790 \uC815\uC758
-user_defined_zoom_status_bar=\uC0AC\uC6A9\uC790\uAC00 \uC9C0\uC815\uD55C {0}%\uC758 \uD655\uB300\uC728\uB85C \uBCC0\uACBD \uC911
+user_defined_zoom_status_bar=\uC0AC\uC6A9\uC790\uAC00 \uC9C0\uC815\uD55C {0}%\uC758 \uD655\uB300\uC728\uB85C \uBCC0\uACBD \uC911.
user_icon=\uC0AC\uC6A9\uC790 \uC544\uC774\uCF58 "{0}"
user_template_dir=\uC0AC\uC6A9\uC790 \uC11C\uC2DD
user_zoom=\uC0AC\uC6A9\uC790 \uC815\uC758 \uD504\uB9B0\uD2B8 \uBE44\uC728 (0.0 - 2.0):
value_format=\uAC12 \uD615\uC2DD
-version_up_to_date=\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC744 \uC0AC\uC6A9\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4.
+version_up_to_date=\uC774\uBBF8 \uCD5C\uC2E0 \uBC84\uC804\uC744 \uC0AC\uC6A9\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4
ViewerControllerAction.text=\uC678\uBD80 \uAC1D\uCCB4...
ViewLayoutTypeAction.OUTLINE.text=\uAC1C\uC694 \uBCF4\uAE30
WebDocuAction.text=\uC6F9 \uBB38\uC11C
@@ -1762,11 +1802,11 @@ xslt_export.html=Html \uBB38\uC11C
xslt_export.latex=LaTeX \uBB38\uC11C
xslt_export.latexbook=Latex \uCC45
xslt_export.mediawiki=\uBBF8\uB514\uC5B4\uC704\uD0A4
-xslt_export.ms_excel=\uC5D1\uC140 (2003 \uC774\uD6C4) XML \uD615\uC2DD
-xslt_export.ms_project=MS \uD504\uB85C\uC81D\uD2B8 (2003 \uC774\uC0C1) XML \uD615\uC2DD
-xslt_export.ms_word=\uC6CC\uB4DC (2003 \uC774\uD6C4) XML \uD615\uC2DD
+xslt_export.ms_excel=\uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uC5D1\uC140 2003 XML
+xslt_export.ms_project=\uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uD504\uB85C\uC81D\uD2B8 2003 XML
+xslt_export.ms_word=\uB9C8\uC774\uD06C\uB85C\uC18C\uD504\uD2B8 \uC6CC\uB4DC 2003 XML
xslt_export.text=\uC11C\uC2DD \uC5C6\uB294 \uD14D\uC2A4\uD2B8
-xslt_export_not_possible=\uD504\uB9AC\uD50C\uB808\uC778\uC6A9 XSLT \uB0B4\uBCF4\uB0B4\uAE30\uB97C \uC2E4\uD589\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
+xslt_export_not_possible=\uD504\uB9AC\uD50C\uB808\uC778\uC6A9 XSLT \uB0B4\uBCF4\uB0B4\uAE30\uB97C \uC2E4\uD589\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4
yes=\uC608
ZoomInAction.text=\uD655\uB300
ZoomOutAction.text=\uCD95\uC18C
diff --git a/freeplane/resources/translations/Resources_nb.properties b/freeplane/resources/translations/Resources_nb.properties
index 9c294ca..ddf4ac7 100644
--- a/freeplane/resources/translations/Resources_nb.properties
+++ b/freeplane/resources/translations/Resources_nb.properties
@@ -1,8 +1,10 @@
+about_text=Freeplane - fri programvare for tankekart og kunnskapsbygging
+AboutAction.text=Om
acceleratorPresets=Hot Key Presets[translate me]
accessories/plugins/ApplyFormatPlugin.dialog.title=Endre noders format
accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Endre m\u00F8nster
accessories/plugins/EncryptNode.properties_0=Velg passord for kryptert node
-accessories/plugins/EncryptNode.properties_1=Passordene er ikke like eller er for korte.
+accessories/plugins/EncryptNode.properties_1=Passordene er ikke like eller for korte.
accessories/plugins/EncryptNode.properties_2=Passord:
accessories/plugins/EncryptNode.properties_3=Gjenta passord:
accessories/plugins/EncryptNode.properties_4=Skriv inn passord.
@@ -20,13 +22,37 @@ accessories/plugins/ExportWithXSLT_Applet.tooltip=Eksporterer kartet som en java
accessories/plugins/ExportWithXSLT_Flash.text=Som Flash...
accessories/plugins/ExportWithXSLT_Flash.tooltip=Eksporterer kartet som en flash-aplikasjon.
accessories/plugins/ExportWithXSLT_HTML.text=Som XHTML (JavaScript versjon)...
-accessories/plugins/ExportWithXSLT_HTML3.text=Som XHTML (klikkbar kartbilde-versjon)...
+accessories/plugins/ExportWithXSLT_HTML3.text=Som XHTML (klikkbart kart som bilde - versjon)...
accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=Ressurser fra RESOURCES-noden til TaskJuggler-filen...
accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>Eksporterer ressurser fra RESOURCES-noden til Taskjuggler-modulen. </html>
accessories/plugins/ExportWithXSLT_TASKSTJI.text=Oppgaver fra oppgavenoden til TaskJuggler-filen...
accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>Eksporterer oppgaver fra TASK-noden til Taskjuggler-modulen. </html>
+active=Aktiv
add=Legg til
+AddConnectorAction.text=Kontakt
+AddElementaryConditionAction.text=Legg til
AddLocalLinkAction.text=Legg til lokal hyperlink
+AddOnDetailsPanel.authored.by=Ved {0}
+AddOnDetailsPanel.header.function=Funksjon
+AddOnDetailsPanel.header.shortcut=Snarvei
+AddOnDetailsPanel.homepage=Hjemmeside:
+addons.installer.canceled=Installasjon avbrutt
+addons.installer.confirm.licence=<html><body><h1>Lisens</h1>{0}<p><p><em>Godtar du denne lisensen?</em></p></body></html>
+addons.installer.failed=Installasjon mislykket: {0}
+addons.installer.freeplaneversion.format.error=Format feil i {0} (value: {1})
+addons.installer.install=Installer
+addons.installer.invalid.keyboard.shortcut=Ugyldig hurtigtast {0}.
+addons.installer.licence.unchanged=Lisensen er ikke endret
+addons.installer.missing.properties=Manglende egenskaper: {0}
+addons.installer.success=Installasjonen gikk bra.\nStart programmet p\u00E5 nytt, s\u00E5 er tillegget tilgjengelig.
+addons.installer.success.update=Oppdateringen fra {0} til {1} var vellykket.\nNoen funksjoner vil f\u00F8rst v\u00E6re tilgjengelige etter omstart.
+addons.installer.too.new=Denne versjonen av Freeplane {0} er for ny. Dette tillegget st\u00F8tter opp til {1}
+addons.installer.too.old=Denne versjonen av Freeplane er for gammel. Dette tillegget krever minst {1}
+addons.installer.update=Oppdater fra versjon {0}
+addons.site=http://freeplane.sourceforge.net/addons/
+AddStyleAttributes.text=Egenskaper fra mal
+AllMapsNodeListAction.text=S\u00F8k/Erstatt i alle kart
+always=Alltid
antialias_all=Antialias alt
antialias_edges=Antialias kanter
antialias_none=Ingen antialiasing
@@ -35,12 +61,15 @@ ApplyAction.text=Utf\u00F8r
ApplyFormatPlugin.text=Endre format ...
ApplyFormatPlugin.tooltip=Presenterer en dialog der node- og ramme-atributter kan endres.
ApplyNoFilteringAction.text=Ingen filtrering
+ApplySelectedViewConditionAction.text=Filtrer valgte noder
as_parent=Som foreldre
+AskForHelp.text=Sp\u00F8r etter hjelp i forumet
AssignAttributesAction.text=Tildele atributter...
attribute_delete=Slett alle verdiene
attribute_delete_value=Slett denne verdien
attribute_font_size_tooltip=Atributters skriftst\u00F8rrelse
attribute_list_box_label_text=Eksisterende verdier
+attribute_name=Navn p\u00E5 egenskap
attribute_replace=Bytt ut med
attribute_top=Alle kjente atributter for de \u00E5pne kartene
attributes_adding_empty_attribute_error=Kan ikke bruke en tom streng som atributtnavn
@@ -72,17 +101,29 @@ attributes_show=Vis
attributes_skip_root=Drop rotnoden
attributes_visible=Valgte synlige
attributes_visible_tooltip=Valgte synlige
+automatic_layout=Automatisk layout
automatically_save_message=Kartet ble automatisk lagret (ved bruk av filnavnet {0}) ...
+AutomaticEdgeColorHookAction.text=Automatisk kantfarge
+AutomaticLayout.ALL=for alle noder
+AutomaticLayout.level=Niv\u00E5 {0}
+AutomaticLayout.level.root=Rot
AutomaticLayoutAction.text=Automatisk Layout
AutomaticLayoutAction.tooltip=<html>Legger automatisk layout p\u00E5 tegningen <br>Det \u00F8verste laget er svart, det neste Bl\u00E5tt osv.</html>
+AutomaticLayoutControllerAction.ALL.text=for alle noder
BackAction.text=Tilbake
BackAction.tooltip=Hopper bakover i den valgte kjeden
background=Bakgrunn
+bitmaps=Bitmaps
+black=Svart
BlinkingNodeHookAction.text=Blinkende node
BlinkingNodeHookAction.tooltip=<html>Dette gj\u00F8r noden blinkende. V\u00E6r forsiktig og ikke sett for mange noder blinkende og <strong> ikke med annen automatisk formattering p\u00E5 de samme nodene</strong></html>
+blue=Bl\u00E5
BoldAction.text=Uthevet
boldify_branch=Uthev
branch=Gren
+browse=Browse\u2026
+calendar_attributes_panel=Kalender og egenskaper
+calendar_panel=Kalender
cancel=Avbryt
CancelAction.text=Avbryt
cannot_add_parent_diff_parents=Alle noder m\u00E5 ha samme foreldre for \u00E5 benytte denne funksjonen.
@@ -90,8 +131,12 @@ cannot_add_parent_to_root=Rotnoden kan ikke legges til en ny foreldre.
cannot_join_nodes_with_children=Kan ikke forbinde noder med barn
cannot_move_to_child=Du kan ikke flytte en node til et av dens blader.
CenterAction.text=Sentrer
+CenterSelectedNodeAction.text=Sentrer valgt node
ChangeConnectorArrowsAction.backward.text=Tilbake
ChangeConnectorArrowsAction.forward.text=Frem
+ChangeConnectorArrowsAction.none.text=Ingen
+ChangeConnectorShapeAction.CUBIC_CURVE.text=Kurve
+ChangeConnectorShapeAction.LINE.text=Linje
ChangeNodeLevelLeftsAction.text=Node til venstre
ChangeNodeLevelLeftsAction.tooltip=Til venstre for roten er noden(e) vendt nedover. De(n) blir barn til sine s\u00F8sken over. Til h\u00F8yre for roten er noden(e) vendt oppover. Direkte p\u00E5 roten bytter noden(e) side.
ChangeNodeLevelRightsAction.text=Node til h\u00F8yre
@@ -99,46 +144,81 @@ ChangeNodeLevelRightsAction.tooltip=Til h\u00F8yre for roten er noden(e) vendt n
choose_background_color=Velg bakgrunnsfarge:
choose_cloud_color=Velg Sky-farge:
choose_edge_color=Velg rammefarge
+choose_map_background_color=Velg bakgrunnsfarge for kart
choose_node_background_color=Velg bakgrunnsfarge for noden:
choose_node_color=Velg skriftfarge:
+close_btn=&Lukk
CloseAction.text=Lukk
CloudAction.text=Sky
CloudColorAction.text=Skyens farge...
+CloudShapeAction.RECT.text=Firkant
+CloudShapeAction.ROUND_RECT.text=Avrundet firkant
+CloudShapeAction.STAR.text=Stjerne
ColorProperty.ResetColor=Tilbakestill farge
combined=Kombinert
+confirmation=Bekreft
connector=Connector[translate me]
connector_label=Connector Label[translate me]
CopyAction.text=Kopier
+CopyNodeURIAction.text=Kopier node URI
+copyright=Copyright
CopySingleAction.text=Kopier bare en
+CopySingleAction.tooltip=Kopier bare valgt node
+CreateConjunctConditionAction.text=Og
+CreateDisjunctConditionAction.text=Eller
+CreateNotSatisfiedConditionAction.text=Ikke
CreationModificationPluginAction.text=Vis tid for siste endring
CreationModificationPluginAction.tooltip=<html>Denne funksjonen viser tidspunkter for endring av noden.</html>
+current_dir=Kart
CutAction.text=Klipp
decrease_branch_font_size=Mindre grenskrift
DecreaseNodeFontAction.text=Mindre grenskrift
+defaultstyle.details=Detaljer
+defaultstyle.floating=Flytende node
+defaultstyle.note=Notat
delete=Slett
delete_child=Slett node
DeleteAction.text=Fjern node
DeleteConditionAction.text=Slett
+dialect_info.app=Denne filen {0} var laget med programmet {1}.
+dialect_info.later_version=Tankekartfilen {0} var laget med en nyere versjon av dette programmet.
+dialect_info.unknownApp=Tankekartfilen {0} er laget av et ukjent program.
+dialect_info.unknownURL=Ukjent adresse.
+dialect_info.warning=Freeplane risikerer \u00E5 \u00E5pne, vise eller lagre den med feil.
DocumentationAction.text=Dokumentasjon
+down=N&ed
+DownConditionAction.text=Ned
+download=Download
edge=Kant
edge_style=Rammestil
edge_width=Rammetykkelse
-EdgeColorAction.text=Kantfarge
+EdgeColorAction.text=Kantfarge\u2026
EdgeStyleAction.bezier.text=Bezier
+EdgeStyleAction.bezier.tooltip=<html>Vis kant som avrundet kurve.</html>
+EdgeStyleAction.hide_edge.text=Skjul kant
+EdgeStyleAction.horizontal.text=Vannrett
EdgeStyleAction.linear.text=Line\u00E6r
+EdgeStyleAction.linear.tooltip=<html>Vis kanten som en rett linje.</html>
EdgeStyleAction.sharp_bezier.text=Skarp Bezier
+EdgeStyleAction.sharp_bezier.tooltip=<html>Display the edge as a smooth curve with sharpened ends.</html>
EdgeStyleAction.sharp_linear.text=Skarp Line\u00E6r
EdgeStyleAsParentAction.text=Som foreldre
EdgeWidthAction_width_parent.text=Eier
EdgeWidthAction_width_thin.text=Tynn
-edit=Endre
+edit=&Rediger
edit.decision=HTML Editor[translate me]
-edit_link_manually=Endre link manuelt
+edit.edit_rich_text=Vil du formattere med fet og kursiv?
+edit_label_font_family=Font
+edit_label_font_size=Skriftst\u00F8rrelse
+edit_link_manually=Rediger lenke\u2026
+edit_transparency_label=Gjennomsiktighet
+edit_width_label=Bredde
EditAction.text=Rediger node
EditAttributesAction.text=Redigere atributter
EditFilterAction.text=Redigere
EditLongAction.text=Endre en lang node
-EncryptedMap.text=Opprett kryptert hjernekart ...
+EditScript=Rdiger script\u2026
+EncryptedMap.text=Opprett kryptert tankekart ...
EncryptedMap.tooltip=Opprette et kryptert kart
enter_base_url=Jeg setter inn relative linker. Sett inn start-URL.
enter_confirms=Enter bekrefter
@@ -148,7 +228,7 @@ error_applying_template=Feil under bruk av XSL-mal.
error_creating_directory=F\u00E5r ikke opprettet omr\u00E5de for eksport.
export_pdf_text=Flyttbart dokumentformat (PDF)
export_svg_text=Skalerbar vektorgrafikk (SVG)
-ExportAction.text=Eksport
+ExportAction.text=&Eksporter kart\u2026
ExportBranchToHTMLAction.text=Eksporter gren til HTML
ExportPdf.text=Som PDF...
ExportSvg.text=Som SVG...
@@ -184,7 +264,7 @@ filter_or=Eller
filter_select=Velg
filter_selected_node_view=Valgte noder
find_what=Finn hva
-FindAction.text=Finn
+FindAction.text=Finn\u2026
fit_map_to_page=Tilpass til siden
FitToPage.text=Tilpass til side
FitToPage.tooltip=Justerer kartet til skjermst\u00F8rrelsen.
@@ -235,7 +315,7 @@ html_export_based_on_headings=HTML Eksport - Basert p\u00E5 overskrifter
html_export_fold_all=HTML Export - Fold inn alt
html_export_fold_currently_folded=HTML Eksport - Fold som n\u00E5
html_export_no_folding=HTML Eksport - Alt utfoldet
-icon_0%=0%[translate me]
+icon_0%=0%
icon_100%=100%[translate me]
icon_25%=25%[translate me]
icon_50%=50%[translate me]
@@ -274,7 +354,7 @@ icon_full-7=Prioritet 7
icon_gohome=Hjem
icon_help=Sp\u00F8rsm\u00E5l
icon_idea=Ide
-icon_info=Info[translate me]
+icon_info=Info
icon_kaddressbook=Telefon
icon_knotify=Musikk
icon_korn=Mailboks
@@ -288,25 +368,25 @@ icon_messagebox_warning=Viktig
icon_password=N\u00F8kkel
icon_pencil=Skal beskrives
icon_penguin=Linux
-icon_smiley-angry=Angry[translate me]
+icon_smiley-angry=Sint
icon_smily_bad=Den var ikke morsom
icon_stop=Stopp
icon_up=Opp
icon_wizard=Magi
icon_xmag=Skal diskuteres
icon_yes=Viktig
-IconGroupPopupAction.office.text=Office[translate me]
-IconGroupPopupAction.smiley.text=Smiley[translate me]
+IconGroupPopupAction.office.text=Kontor
+IconGroupPopupAction.smiley.text=Smil
IconSelectionPlugin.text=Velg ikon...
IconSelectionPlugin.tooltip=<html>Viser en popup med ikoner.</html>
import=Importer
import_linked_branch_no_link=Den valgte noden har ingen lenke for \u00E5 importere.
ImportAction.text=Import
-ImportBranchAction.text=Importer gren
-ImportExplorerFavoritesAction.text=Importer explorer-favoritter
-ImportFolderStructureAction.text=Importer filmappestruktur
+ImportBranchAction.text=Importer gren\u2026
+ImportExplorerFavoritesAction.text=Importer explorer-favoritter\u2026
+ImportFolderStructureAction.text=&Importer filmappestruktur\u2026
ImportLinkedBranchAction.text=Importer lenkede grener
-ImportLinkedBranchWithoutRootAction.text=Importer uten rot
+ImportLinkedBranchWithoutRootAction.text=Importer gren &uten rot\u2026
ImportMindmanagerFiles.text=MindManager X5 Map...
increase_branch_font_size=St\u00F8rre (gren) skrift
IncreaseNodeFontAction.text=St\u00F8rre (gren) skrift
@@ -329,15 +409,16 @@ map_locked_by_open=Mappen {0} blir rettet av bruker {1}. \u00C5pner den for l\u0
map_locked_by_save_as=Mappen {0} blir rettet av bruker {1}. Kan ikke Lagre som...
map_not_saved=Kartet er ikke lagret fra f\u00F8r.
menu_attributes=Atributter
+menu_copy=Kopier
menu_extras=Verkt\u00F8y
menu_file_import=Import
-menu_filter=Filter[translate me]
+menu_filter=f&ilter
menu_format=Format
menu_insert=Sett inn
menu_navigate=Naviger
menu_view=Vis
-mindmap=Hjernekart
-mindmaps=Hjernekart
+mindmap=Tankekart
+mindmaps=Tankekart
mindmaps_desc=Hjernekart (*.mm)
mode_File=File Mode[translate me]
mode_MindMap=MindMap Mode[translate me]
@@ -351,6 +432,7 @@ most_recent_files=Sist brukte filer
MoveToRootAction.text=Flytt til rot
NavigationNextMapAction.text=Neste kart
NavigationPreviousMapAction.text=Forrige kart
+new_map_from_user_templates.text=Nytt kart fra mal...
new_mindmap=Nytt hjernekart
new_node=Ny node
new_node_as_sibling_not_possible_for_the_root=Du kan ikke sette inn en node parallelt med roten
@@ -363,7 +445,7 @@ NewSiblingAction.text=Ny node samme niv\u00E5
no=Nei
no_format_copy_before_format_paste=Du kan ikke lime inn f\u00F8r du har kopiert.
no_found_from=<html>Ingen "{0}" funnet fra "{1}".</html>
-no_more_found_from=Ikke flere "{0}" funnet fra "{1}".
+no_more_found_from=<html>Ikke flere "{0}" funnet fra "{1}".</html>
no_previous_find=Ingen funnet tidligere.
node=Node
node_changed_discard_changes=Du har endret denne noden. Vil du oppheve endringene?
@@ -399,14 +481,14 @@ OptionPanel.automaticFormat_level=Automatisk layout-stil
OptionPanel.automaticFormat_level1=Rotnodeformatet
OptionPanel.automaticFormat_level2=1. niv\u00E5 nodeformat
OptionPanel.Behaviour=Oppf\u00F8rsel
-OptionPanel.bezier=Bezier[translate me]
-OptionPanel.bubble=Bubble[translate me]
+OptionPanel.bezier=Bezier kurve
+OptionPanel.bubble=Boble
OptionPanel.Cancel=Avbryt
OptionPanel.childpattern=Barnem\u00F8nster
OptionPanel.childpattern.tooltip=Det valgte m\u00F8nsteret er anvendt for alle barna.
OptionPanel.clear_all_setters=Bytt alle
OptionPanel.clear_all_setters.tooltip=Aktiverer eller deaktiverer alle endringsindikatorer.
-OptionPanel.cloud=Cloud[translate me]
+OptionPanel.cloud=Sky
OptionPanel.combined=Kombinert
OptionPanel.cs=Cs
OptionPanel.da=Dk
@@ -421,7 +503,7 @@ OptionPanel.default_browser_command_windows_9x.tooltip=<html>For Windows.</html>
OptionPanel.default_browser_command_windows_nt=Standard kommando for web-leser i Windows NT
OptionPanel.default_browser_command_windows_nt.tooltip=<html>For Windows.</html>
OptionPanel.Defaults=Standarder
-OptionPanel.delete_automatic_saves_at_exit=Slett automatisk lagrede filer ved avslutning.
+OptionPanel.delete_automatic_saves_at_exit=Slett automatisk lagrede filer ved avslutning
OptionPanel.delete_automatic_saves_at_exit.tooltip=<html>Settes til sant hvis automatisk lagrede filer skal slettes ved normal avslutning</html>
OptionPanel.disable_cursor_move_paper=Ikke endre cursor under flytting
OptionPanel.disable_cursor_move_paper.tooltip=<html>Ikke vise 'flytte' cursor under flytting</html>
@@ -469,7 +551,7 @@ OptionPanel.label_font_size=Skriftst\u00F8rrelse
OptionPanel.language=Spr\u00E5k
OptionPanel.language.tooltip=<html>Her velges spr\u00E5k. 'automatisk' pr\u00F8ver \u00E5 finne brukerens spr\u00E5k automatisk. </html>
OptionPanel.last=Siste
-OptionPanel.last_opened_list_length=Lengde p\u00E5 listen over sist brukte filer.
+OptionPanel.last_opened_list_length=Lengde p\u00E5 listen over sist brukte filer
OptionPanel.links=Lenker
OptionPanel.links.tooltip=<html>Lenker kan enten v\u00E6re relative eller absolutte </html>
OptionPanel.load_last_map=\u00E5pne det sist brukte kartet automatisk
@@ -477,6 +559,7 @@ OptionPanel.load_last_map.tooltip=<html>Hvis avkrysset, vil Freeplane under opps
OptionPanel.lookandfeel=Tema
OptionPanel.lookandfeel.tooltip=<html>Hvilket tema for grafikk som skal brukes. 'metall','windows','motif', 'gtk' er supportert, 'mac' er tilgjengelig bare p\u00E5 MacOS. 'standard' betyr at standard tema blir brukt. </html>
OptionPanel.lt=Lt
+OptionPanel.max_image_width.tooltip=Nye bilder skaleres ned til denne bredden
OptionPanel.max_node_width=Maks bredde for noden
OptionPanel.max_node_width.tooltip=<html>Maksimal nodebredde i pixler</html>
OptionPanel.metal=Metal
@@ -485,9 +568,9 @@ OptionPanel.nb=Nb
OptionPanel.nl=Nl
OptionPanel.nn=Nn
OptionPanel.nodebackgroundcolor=Nodens bakgrunnsfarge
-OptionPanel.nodebackgroundcolor.tooltip=nodebackgroundcolor.tooltip
+OptionPanel.nodebackgroundcolor.tooltip=Bakgrunn p\u00E5 noden n\u00E5r den ikke er valgt.
OptionPanel.nodecolor=Nodens farge
-OptionPanel.nodecolor.tooltip=nodecolor.tooltip
+OptionPanel.nodecolor.tooltip=Farge p\u00E5 tekst i noden n\u00E5r den ikke er valgt.
OptionPanel.nodefontbold=Fet skrift
OptionPanel.nodefontitalic=Kursiv skrift
OptionPanel.nodefontname=Nodens skriftnavn
@@ -506,6 +589,8 @@ OptionPanel.patternname.tooltip=Unikt m\u00F8nsternavn
OptionPanel.pl=Pl
OptionPanel.placenewbranches=Plasser ny gren
OptionPanel.placenewbranches.tooltip=<html>Hvor nye grener skal plasseres. Gyldige verdier er 'f\u00F8rst' og 'sist' </html>
+OptionPanel.printonwhitebackground=<html>Hvit bakgrunn for utskrift</html>
+OptionPanel.printonwhitebackground.tooltip=<html>Alltid bruke hvis bakgrunn for utskrift</html>
OptionPanel.pt_BR=Pt BR
OptionPanel.pt_PT=Pt PT
OptionPanel.relative=Relativ
@@ -536,7 +621,7 @@ OptionPanel.separator.icon_properties=Ikoner
OptionPanel.separator.initial_map_size=Initiell kartst\u00F8rrelse
OptionPanel.separator.key_typing=Automatisk redigering
OptionPanel.separator.language=Spr\u00E5k
-OptionPanel.separator.load=Load[translate me]
+OptionPanel.separator.load=Last inn
OptionPanel.separator.look_and_feel=Tema
OptionPanel.separator.mouse_wheel=Musehjul
OptionPanel.separator.new_node_commands=Kommando for nye noder
@@ -547,6 +632,7 @@ OptionPanel.separator.NodeFont=Nodeskrift
OptionPanel.separator.other_defaults=Andre standardverdier
OptionPanel.separator.others=Andre hurtigtaster
OptionPanel.separator.patterns=M\u00F8nstre
+OptionPanel.separator.RichTextEditor=Rich-Text Editor
OptionPanel.separator.save=Lagre
OptionPanel.separator.selection_method=Metode for valg
OptionPanel.separator.undo=Angre
@@ -586,7 +672,7 @@ OptionPanel.wheel_velocity.tooltip=En h\u00F8yere verdi resulterer i at bevegels
OptionPanel.windows=Vindu
OptionPanel.zh_CN=Zh CN
OptionPanel.zh_TW=Zh
-org.freeplane.plugin.bugreport.agree=Send[translate me]
+org.freeplane.plugin.bugreport.agree=Send
PageAction.text=Sideoppsett...
PasteAction.text=Lim inn
PatternNewNameProperty=Nytt m\u00F8nster
@@ -609,7 +695,7 @@ plugins/TimeList.xml_Icons=Ikoner
plugins/TimeList.xml_Modified=Endret
plugins/TimeList.xml_Notes=Notater
plugins/TimeList.xml_Text=Tekst
-plugins/TimeManagement.xml_appendButton=Legg dagens dato til gjeldende node.
+plugins/TimeManagement.xml_appendButton=Legg dagens dato til gjeldende node
plugins/TimeManagement.xml_Cancel=Avbryt
plugins/TimeManagement.xml_cancelButton=Avbryt
plugins/TimeManagement.xml_closeButton=Lukk
@@ -632,10 +718,10 @@ plugins/TimeManagement.xml_todayButton=Idag
plugins/TimeManagement.xml_WindowTitle=Tidsstyring
plugins/TimeManagement.xml_WindowTitle_All_Nodes=S\u00F8k & bytt ut
preferences=Foretrukne
-PrintDirectAction.text=Skriv ut...
+PrintDirectAction.text=Skriv ut
printing_settings=Utskriftsskalering
PrintPreviewAction.text=Forh\u00E5ndsvisning...
-PropertyAction.text=Foretrekkes ...
+PropertyAction.text=Innstillinger ...
QuitAction.text=Lukk
read_only=Read Only
RedoAction.text=Gjenta
@@ -652,8 +738,8 @@ save_failed=Kunne ikke lagre kart {0}.
save_unsaved=Lagre hjernekart? :
SaveAction.text=Lagre
SaveAll.text=Lagre alle
-SaveAll.tooltip=Lagrer alle \u00E5pne kart.
-SaveAsAction.text=Lagre som
+SaveAll.tooltip=Lagrer alle \u00E5pne kart
+SaveAsAction.text=Lagre &som\u2026
saved=Lagret
scheme_evaluate=Evaluer!
ScriptEditor.text=Skriptredigering...
@@ -668,15 +754,15 @@ selection_method_delayed=Forsinket automatisk fokus
selection_method_direct=Velges automatisk
SelectNoteAction.text=Notatredigeringsbryter
SelectNoteAction.tooltip=Switch to resp. from note window
-SetImageByFileChooserAction.text=Angi bilde (Filvelger eller link)
-SetLinkByFileChooserAction.text=Angi link (Filvelger)
-SetLinkByTextFieldAction.text=Angi link (tekstfelt)
-SetNoteWindowPosition.bottom.text=Bottom[translate me]
+SetImageByFileChooserAction.text=Angi bilde (Filvelger eller link)\u2026
+SetLinkByFileChooserAction.text=Angi link (Filvelger)\u2026
+SetLinkByTextFieldAction.text=Angi link (tekstfelt)\u2026
+SetNoteWindowPosition.bottom.text=Bunn
ShowAllAttributesAction.text=Vis alle atributter
ShowAncestorsAction.text=Vis forfedre
-ShowAttributeDialogAction.text=Atributth\u00E5ndterer
+ShowAttributeDialogAction.text=Atributth\u00E5ndterer...
ShowDescendantsAction.text=Vis etterkommere
-ShowFilterToolbarAction.text=Filter Toolbar[translate me]
+ShowFilterToolbarAction.text=Filter verkt\u00F8ylinje
ShowHideNoteAction.text=Vis/skjul notatvindu
ShowHideNoteAction.tooltip=Er et menyhurtigvalg for de sm\uFFFD pilene p\uFFFD delelinjen.
ShowSelectedAttributesAction.text=Vis valgte atributter
@@ -699,7 +785,7 @@ simplyhtml.bottomLabel=bunn:
simplyhtml.cancelBtnName=Avbryt
simplyhtml.cellBorderTabLabel=Kantlinjer
simplyhtml.cellGenTabLabel=Generell
-simplyhtml.cellMarginTabLabel=Margin
+simplyhtml.cellMarginTabLabel=Marg
simplyhtml.cellPanelTitle=Celleformat
simplyhtml.clearFormatLabel=Fjern formatering
simplyhtml.clearFormatTip=Fjern formatering
@@ -728,7 +814,7 @@ simplyhtml.docTitleTitle=Redigere dokumenttittel
simplyhtml.editLabel=Redigere
simplyhtml.effectLabel=Effekt
simplyhtml.familyLabel=Familie
-simplyhtml.findNext=Finn neste
+simplyhtml.findNext=Finn neste...
simplyhtml.findReplaceDialogTitle=Finn og bytt ut
simplyhtml.findReplaceLabel=Finn og bytt ut
simplyhtml.findReplaceTip=finn & bytt ut
@@ -757,7 +843,7 @@ simplyhtml.insertTableColLabel=Sett inn kolonne
simplyhtml.insertTableLabel=Tabell...
simplyhtml.insertTableMsg=Hvor mange kolonner?
simplyhtml.insertTableRowLabel=Sett inn rad
-simplyhtml.insertTableTitle=insertTable
+simplyhtml.insertTableTitle=Sett inn tabell
simplyhtml.italicName=kursiv
simplyhtml.layoutTabTitle=Layout-visning
simplyhtml.leftLabel=venstre:
@@ -851,7 +937,7 @@ split=Del
SplitNode.text=Del node
SplitNode.tooltip=<html>Noden er delt</html>
style=Stil
-svg=SVG[translate me]
+svg=SVG
TimeListAction.text=Vis p\u00E5minnelsesliste ...
TimeListAction.tooltip=Vis alle p\u00E5minnelser og tilh\u00F8rende noder.
TimeManagementAction.text=Vis kalender...
@@ -871,11 +957,11 @@ unfold=Fold ut
UnfoldAllAction.text=Fold ut alle
UnfoldAllAction.tooltip=<html>Folder ut den valgte noden og alle dens barn.</html>
UnfoldOneLevelAction.text=Fold ut et niv\u00E5
-UnfoldOneLevelAction.tooltip=<html>Folder ut de valgte nodene ett niv\u00E5.</html>
-url_error=Denne URL er feil utformet
+UnfoldOneLevelAction.tooltip=Folder ut de valgte nodene ett niv\u00E5.
+url_error=Denne URL er feil utformet!
url_load_error=Kunne ikke \u00C5pne hjernekartet fra URL:
UsePlainTextAction.text=Bruk normal tekst
-user_defined_zoom=Brukerdefinert.
+user_defined_zoom=Brukerdefinert
user_defined_zoom_status_bar=Endre zoom-verdien til den brukerdefinerte zoom-verdien {0}%.
user_zoom=Utskriftens zoom-faktor (0.0 - 2.0):
WebDocuAction.text=Web-dokumentasjon
diff --git a/freeplane/resources/translations/Resources_nl.properties b/freeplane/resources/translations/Resources_nl.properties
index 9cefc31..703e68c 100644
--- a/freeplane/resources/translations/Resources_nl.properties
+++ b/freeplane/resources/translations/Resources_nl.properties
@@ -1291,7 +1291,7 @@ OptionPanel.toolTipManager.initialDelay=Beginvertraging, ms
OptionPanel.toolTipManager.max_tooltip_width=Breedte tooltip
OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html> De standaardbreedte van de tooltip in pixels,</html>
OptionPanel.toolTipManager.reshowDelay=Vertraging in het opnieuw laten zien, ms
-OptionPanel.tr=Turks, / T\u00FCrkmen
+OptionPanel.tr=Turks
OptionPanel.uk_UA=Ukrainisch / \u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430
OptionPanel.undefined_font=Niet-gedefinieerd lettertype
OptionPanel.undo_levels=Aantal stappen
diff --git a/freeplane/resources/translations/Resources_pt_BR.properties b/freeplane/resources/translations/Resources_pt_BR.properties
index 18ab79f..c97b016 100644
--- a/freeplane/resources/translations/Resources_pt_BR.properties
+++ b/freeplane/resources/translations/Resources_pt_BR.properties
@@ -1,6 +1,6 @@
-about_text=Freeplane - Software livre para mapeamento de id\u00E9ias e constru\u00E7\u00E3o do conhecimento
+about_text=Freeplane - Software livre de mapeamento de id\u00E9ias e constru\u00E7\u00E3o do conhecimento
AboutAction.text=Sobre
-acceleratorPresets=Predefini\u00E7\u00F5es de teclas de atalho
+acceleratorPresets=Definir teclas de atalho
accelerators_loading_error=N\u00E3o \u00E9 poss\u00EDvel carregar os aceleradores de {0}
accessories/plugins/ApplyFormatPlugin.dialog.title=Alterar o formato de n\u00F3s
accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Alterar padr\u00E3o
@@ -907,50 +907,50 @@ OptionPanel.antialias_none=Sem suaviza\u00E7\u00E3o
OptionPanel.Appearance=Apar\u00EAncia
OptionPanel.apply_system_screen_resolution=Aplicar a resolu\u00E7\u00E3o de tela padr\u00E3o do sistema
OptionPanel.approximate_search_threshold=princ\u00EDpio de correspond\u00EAncia aproximada
-OptionPanel.approximate_search_threshold.tooltip=<html>Limite para correspond\u00EAncia aproximada<br/><font size="2">consulte http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(quanto maior as varia\u00E7\u00F5es menor<br/>ser\u00E1 o termo encontrado)</html>
+OptionPanel.approximate_search_threshold.tooltip=<html>Limite para correspond\u00EAncia aproximada<br/><font size="2">consulte http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(quanto maior a varia\u00E7\u00E3o menor<br/>ser\u00E1 o termo encontrado)</html>
OptionPanel.ar=\u00C1rabe
OptionPanel.ARC=Arco
OptionPanel.as_parent=Como pai
OptionPanel.ask=Perguntar
OptionPanel.automatic=Autom\u00E1tico
-OptionPanel.automaticFormat_level=Estilos de layout autom\u00E1tico
-OptionPanel.automaticFormat_level1=Formata\u00E7\u00E3o do n\u00F3 raiz
-OptionPanel.automaticFormat_level2=Formata n\u00F3s do primeiro n\u00EDvel
+OptionPanel.automaticFormat_level=Aplicar estilos de n\u00EDvel
+OptionPanel.automaticFormat_level1=Formata\u00E7\u00E3o n\u00F3 raiz
+OptionPanel.automaticFormat_level2=N\u00F3 formato de primeiro n\u00EDvel
OptionPanel.backup_file_number=N\u00FAmero de arquivos de backup retidos
OptionPanel.Behaviour=Comportamento
-OptionPanel.bezier=Curva suave (bezier)
+OptionPanel.bezier=Curva suave (b\u00E9zier)
OptionPanel.bubble=Bolha
-OptionPanel.ca=Catalan, Valencian/Catal\u00E0
+OptionPanel.ca=Catal\u00E3, Valenciano/Catal\u00E3o
OptionPanel.Cancel=Cancelar
OptionPanel.center_selected_node=Centralizar o n\u00F3 selecionado automaticamente
OptionPanel.check_updates_automatically=Verificar atualiza\u00E7\u00F5es ao iniciar o programa
-OptionPanel.childpattern=Padr\u00E3o do filho
-OptionPanel.childpattern.tooltip=O padr\u00E3o selecionado ser\u00E1 aplicado para todos os filhos.
-OptionPanel.clear_all_setters=Muda todos
+OptionPanel.childpattern=Padr\u00E3o filho
+OptionPanel.childpattern.tooltip=O pai selecionado ser\u00E1 aplicado para todos os filhos.
+OptionPanel.clear_all_setters=Mudar todos
OptionPanel.clear_all_setters.tooltip=Ativa ou desativa todas as indica\u00E7\u00F5es de mudan\u00E7a.
OptionPanel.cloud=Nuvem
OptionPanel.cloudcolor=Cor da nuvem
OptionPanel.cloudshape=Forma da nuvem
-OptionPanel.combined=Combinedo
-OptionPanel.compare_as_number=Compare os n\u00FAmeros
-OptionPanel.convert_to_current_version=<html>Automaticamente converta mapas de versoes antigas do Freeplane<br> para a versao atual?</html>
-OptionPanel.convert_to_current_version.tooltip=<html>Apenas para mapas grandes que nao precisam ser convertidos <br>(este e um conhecimento de expert) voc\u00EA pode abrir os mapas sem converte-los.</html>
-OptionPanel.cs=Cs
-OptionPanel.cut_nodes_without_question=Cortar os n\u00F3s sem confirma\u00E7\u00E3o?
-OptionPanel.cut_nodes_without_question.tooltip=Se esta caixa de marca\u00E7\u00E3o for selecionada, os n\u00F3s s\u00E3o cortados sem confirma\u00E7\u00E3o. Isto poder\u00E1 causar perda de informa\u00E7\u00F5es, se acontecer acidentalmente.
-OptionPanel.da=Dk
+OptionPanel.combined=Combinado
+OptionPanel.compare_as_number=Comparar uns n\u00FAmeros
+OptionPanel.convert_to_current_version=<html>Automaticamente converter mapas de vers\u00F5es antigas do Freeplane<br> para a vers\u00E3o atual?</html>
+OptionPanel.convert_to_current_version.tooltip=<html>Apenas para mapas grandes que n\u00E3o precisam ser convertidas <br>(este \u00E9 um conhecimento de expert) voc\u00EA pode abrir os mapas sem convert\u00EA-los.</html>
+OptionPanel.cs=Tcheco
+OptionPanel.cut_nodes_without_question=Cortar os n\u00F3s sem confirmar?
+OptionPanel.cut_nodes_without_question.tooltip=Se esta caixa de marca\u00E7\u00E3o for selecionada, os n\u00F3s ser\u00E3o cortados sem confirma\u00E7\u00E3o. Isto poder\u00E1 causar perda de informa\u00E7\u00F5es, caso acontecer acidentalmente.
+OptionPanel.da=Dinamarca
OptionPanel.date_format=Formato de data padr\u00E3o
-OptionPanel.date_format.tooltip=CURTO, M\u00C9DIO, LONGO, INTEIRO ou um PADR\u00C3O como "MM/dd/yyyy"
+OptionPanel.date_format.tooltip=CURTO, M\u00C9DIO, LONGO, INTEIRO ou PADR\u00C3O como "MM/dd/yyyy"
OptionPanel.datetime_format=Formato de data e hora padr\u00E3o
OptionPanel.datetime_format.tooltip=<datestyle>,<timestyle> (estilo CURTO, M\u00C9DIO, LONGO ou INTEIRO) ou um padr\u00E3o inteiro como "M/d/yyyy hh:mm"
-OptionPanel.de=De
+OptionPanel.de=Alemanha
OptionPanel.default=Padr\u00E3o
OptionPanel.default_attribute_key_column_width=Atributo padr\u00E3o de largura de chave
-OptionPanel.default_attribute_value_column_width=Valor padr\u00E3o do atributo de largura
-OptionPanel.default_browser_command_mac=Comando padr\u00E3o para o browser no MacOS
+OptionPanel.default_attribute_value_column_width=Atributo padr\u00E3o valor de largura
+OptionPanel.default_browser_command_mac=Comando padr\u00E3o do Mac para browser
OptionPanel.default_browser_command_mac.tooltip=<html> e para o MAC: (gra\u00E7as ao Nick!)</html>
OptionPanel.default_browser_command_other_os=Comando padr\u00E3o para o browser em outros sistemas operacionais
-OptionPanel.default_browser_command_other_os.tooltip=<html> Este \u00E9 o que deve ser usado para o Linux:</html>
+OptionPanel.default_browser_command_other_os.tooltip=<html> Este \u00E9 tipicamente Linux:</html>
OptionPanel.default_browser_command_windows_9x=Comando padr\u00E3o para o browser no Windows 9x
OptionPanel.default_browser_command_windows_9x.tooltip=<html>Para o Windows (as aspas ("") s\u00E3o necess\u00E1rias para links que tem "=" em suas URLs).</html>
OptionPanel.default_browser_command_windows_nt=Comando padr\u00E3o para o browser no Windows NT
diff --git a/freeplane/resources/translations/Resources_pt_PT.properties b/freeplane/resources/translations/Resources_pt_PT.properties
index 5f5b062..78b0e50 100644
--- a/freeplane/resources/translations/Resources_pt_PT.properties
+++ b/freeplane/resources/translations/Resources_pt_PT.properties
@@ -1292,7 +1292,6 @@ OptionPanel.toolTipManager.initialDelay=Atraso inicial, mseg
OptionPanel.toolTipManager.max_tooltip_width=Comprimento da sugest\u00E3o
OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>A dimens\u00E3o predefinida da sugest\u00E3o em pixels.</html>
OptionPanel.toolTipManager.reshowDelay=Voltar a mostrar atraso, mseg
-OptionPanel.tr=Turkmeno / T\u00FCrkmen, \u0422\u04AF\u0440\u043A\u043C\u0435\u043D
OptionPanel.uk_UA=Ucraniano / \u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430
OptionPanel.undefined_font=Tipo de letra indefinida
OptionPanel.undo_levels=N\u00EDveis de "Desfazer"
diff --git a/freeplane/resources/translations/Resources_sr.properties b/freeplane/resources/translations/Resources_sr.properties
index 7b44668..6c776ca 100644
--- a/freeplane/resources/translations/Resources_sr.properties
+++ b/freeplane/resources/translations/Resources_sr.properties
@@ -1272,7 +1272,6 @@ OptionPanel.toolTipManager.initialDelay=\u0412\u0440\u0435\u043c\u0435 \u043f\u0
OptionPanel.toolTipManager.max_tooltip_width=\u0428\u0438\u0440\u0438\u043d\u0430 \u0441\u0430\u0432\u0435\u0442\u0430 \u0447\u0432\u043e\u0440\u0430
OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u0441\u0430\u0432\u0435\u0442\u0430 \u0443 \u0442\u0430\u0447\u043a\u0438\u0446\u0430\u043c\u0430</html>
OptionPanel.toolTipManager.reshowDelay=\u0412\u0440\u0435\u043c\u0435 \u043f\u043e\u043d\u043e\u0432\u043d\u043e\u0433 \u043f\u0440\u0438\u043a\u0430\u0437\u0430, ms
-OptionPanel.tr=\u0422\u0443\u0440\u043a\u043c\u0435\u043d\u0441\u043a\u0438 / T\u00fcrkmen, \u0422\u04af\u0440\u043a\u043c\u0435\u043d
OptionPanel.uk_UA=\u0423\u043a\u0440\u0430\u0458\u0438\u043d\u0441\u043a\u0438 / \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430
OptionPanel.undefined_font=\u041d\u0435\u0434\u0435\u0444\u0438\u043d\u0438\u0441\u0430\u043d \u043e\u0431\u043b\u0438\u043a \u0441\u043b\u043e\u0432\u0430
OptionPanel.undo_levels=\u041d\u0438\u0432\u043e\u0438 \u043e\u043f\u043e\u0437\u0438\u0432\u0430
diff --git a/freeplane/resources/translations/Resources_zh_TW.properties b/freeplane/resources/translations/Resources_zh_TW.properties
index 9de2a3c..b203571 100644
--- a/freeplane/resources/translations/Resources_zh_TW.properties
+++ b/freeplane/resources/translations/Resources_zh_TW.properties
@@ -1,478 +1,481 @@
-about_text=Freeplane - \u514d\u8cbb\u7684\u5fc3\u667a\u5716\u548c\u77e5\u8b58\u5efa\u69cb\u8edf\u9ad4
+about_text=Freeplane - \u514D\u8CBB\u7684\u5FC3\u667A\u5716\u548C\u77E5\u8B58\u5EFA\u69CB\u8EDF\u9AD4
AboutAction.text=\u95DC\u65BC
-acceleratorPresets=\u5feb\u901f\u9375\u9810\u8a2d\u503c
-accelerators_loading_error=\u7121\u6cd5\u5f9e {0} \u8f09\u5165\u52a0\u901f\u5668
-accessories/plugins/ApplyFormatPlugin.dialog.title=\u66f4\u6539\u7bc0\u9ede\u683c\u5f0f
-accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\u8b8a\u66f4\u6a23\u677f
+acceleratorPresets=\u5FEB\u901F\u9375\u9810\u8A2D\u503C
+accelerators_loading_error=\u7121\u6CD5\u5F9E {0} \u8F09\u5165\u52A0\u901F\u5668
+accessories/plugins/ApplyFormatPlugin.dialog.title=\u66F4\u6539\u7BC0\u9EDE\u683C\u5F0F
+accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\u8B8A\u66F4\u6A23\u677F
accessories/plugins/EncryptNode.properties_0=\u9078\u64C7\u5BC6\u78BC
-accessories/plugins/EncryptNode.properties_1=\u5BC6\u78BC\u932F\u8AA4.
-accessories/plugins/EncryptNode.properties_2=\u8f38\u5165\u5bc6\u78bc:
-accessories/plugins/EncryptNode.properties_3=\u518d\u8f38\u5165\u4e00\u6b21:
-accessories/plugins/EncryptNode.properties_4=\u8F38\u5165\u5BC6\u78BC.
-accessories/plugins/EncryptNode.properties_5=<html>\u8a18\u4f4f, \u52a0\u5bc6\u7684\u5f37\u5ea6\u9ad8\u5ea6\u4f9d\u8cf4\u5bc6\u78bc\u7684\u54c1\u8cea.
+accessories/plugins/EncryptNode.properties_1=\u5BC6\u78BC\u4E0D\u76F8\u7B49\u6216\u592A\u77ED\u3002
+accessories/plugins/EncryptNode.properties_2=\u8F38\u5165\u5BC6\u78BC\uFF1A
+accessories/plugins/EncryptNode.properties_3=\u518D\u8F38\u5165\u4E00\u6B21\uFF1A
+accessories/plugins/EncryptNode.properties_4=\u8F38\u5165\u60A8\u7684\u5BC6\u78BC\u3002
+accessories/plugins/EncryptNode.properties_5=<html>\u8A18\u4F4F\uFF0C\u52A0\u5BC6\u7684\u5F37\u5EA6\u9AD8\u5EA6\u4F9D\u8CF4\u5BC6\u78BC\u7684\u54C1\u8CEA\u3002
accessories/plugins/EncryptNode.properties_6=\u78BA\u5B9A
accessories/plugins/EncryptNode.properties_7=\u53D6\u6D88
-accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=\u60a8\u53ea\u80fd\u9078\u64c7\u6709\u52a0\u5bc6\u5c6c\u6027\u7684\u7bc0\u9ede. \u8acb\u5f9e\u5de5\u5177\u9078\u55ae\u63d2\u5165\u9019\u7a2e\u7d50\u9ede.
-accessories/plugins/EncryptNode.properties_select_me=\u9078\u6211\u7e7c\u7e8c!
-accessories/plugins/EncryptNode.properties_wrong_password=\u5BC6\u78BC\u932F\u8AA4.
-accessories/plugins/ExportWithTWiki.text=\u5b58\u6210 TWiki \u683c\u5f0f...
-accessories/plugins/ExportWithTWiki.tooltip=\u5c07\u5fc3\u667a\u5716\u532f\u51fa\u6210 TWiki \u6587\u4ef6 (\u4e00\u7a2e\u958b\u653e\u7a0b\u5f0f\u78bc\u7684\u7dad\u57fa\u5f0f\u5354\u4f5c\u5e73\u53f0)
-accessories/plugins/ExportWithXSLT.tooltip=\u9019\u662f\u4f7f\u7528 XSLT \u7684\u5236\u5f0f\u8f38\u51fa\u65b9\u5f0f.
-accessories/plugins/ExportWithXSLT_Applet.text=\u5b58\u6210 Applet...
-accessories/plugins/ExportWithXSLT_Applet.tooltip=\u532f\u51fa java applet \u7248
-accessories/plugins/ExportWithXSLT_Flash.text=\u532f\u51fa\u6210 Flash...
-accessories/plugins/ExportWithXSLT_Flash.tooltip=\u532f\u51fa\u6210 Flash
-accessories/plugins/ExportWithXSLT_HTML.text=\u532f\u51fa\u6210 XHTML (JavaScript \u7248)...
-accessories/plugins/ExportWithXSLT_HTML3.text=\u532f\u51fa\u6210 XHTML (\u53ef\u9ede\u9078\u5716\u50cf\u7248)...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=\u5c07\u8cc7\u6e90\u7bc0\u9ede\u8f49\u6210 TaskJuggler \u6a94\u6848...
-accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>\u5c07\u8cc7\u6e90\u7bc0\u9ede\u8f49\u6210 Task Juggler \u6a21\u7d44 (\u4e00\u7a2e\u958b\u653e\u7a0b\u5f0f\u78bc\u7684\u5c08\u6848\u7ba1\u7406\u8edf\u9ad4)</html>
-accessories/plugins/ExportWithXSLT_TASKSTJI.text=\u5c07\u4efb\u52d9\u7bc0\u9ede\u8f49\u6210 TaskJuggler \u6a94\u6848...
-accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>\u5c07\u4efb\u52d9\u7bc0\u9ede\u8f49\u6210 Task Juggler \u6a21\u7d44 (\u4e00\u7a2e\u958b\u653e\u7a0b\u5f0f\u78bc\u7684\u5c08\u6848\u7ba1\u7406\u8edf\u9ad4)</html>
-action_keystroke_in_use_error=\u52d5\u4f5c {1} \u9700\u8981\u7684\u6309\u9375 {0} \u5df2\u7d93\u88ab\u52d5\u4f5c {2} \u4f7f\u7528
+accessories/plugins/EncryptNode.properties_insert_encrypted_node_first=\u60A8\u53EA\u80FD\u9078\u64C7\u6709\u52A0\u5BC6\u5C6C\u6027\u7684\u7BC0\u9EDE\u3002\u8ACB\u5F9E\u5DE5\u5177\u9078\u55AE\u63D2\u5165\u9019\u7A2E\u7D50\u9EDE\u3002
+accessories/plugins/EncryptNode.properties_select_me=\u9078\u6211\u7E7C\u7E8C\uFF01
+accessories/plugins/EncryptNode.properties_wrong_password=\u5BC6\u78BC\u4E0D\u6B63\u78BA\u3002
+accessories/plugins/ExportWithTWiki.text=\u5B58\u6210 TWiki \u683C\u5F0F...
+accessories/plugins/ExportWithTWiki.tooltip=\u5C07\u5FC3\u667A\u5716\u532F\u51FA\u6210 TWiki \u6587\u4EF6\u3002
+accessories/plugins/ExportWithXSLT.tooltip=\u9019\u662F\u4F7F\u7528 XSLT \u7684\u5236\u5F0F\u8F38\u51FA\u65B9\u5F0F\u3002
+accessories/plugins/ExportWithXSLT_Applet.text=\u5B58\u6210 Applet...
+accessories/plugins/ExportWithXSLT_Applet.tooltip=\u532F\u51FA\u5FC3\u667A\u5716\u70BA java browser applet\u3002
+accessories/plugins/ExportWithXSLT_Flash.text=\u532F\u51FA\u6210 Flash...
+accessories/plugins/ExportWithXSLT_Flash.tooltip=\u532F\u51FA\u5FC3\u667A\u5716\u70BA Flash \u61C9\u7528\u7A0B\u5F0F\u3002
+accessories/plugins/ExportWithXSLT_HTML.text=\u532F\u51FA\u6210 XHTML (JavaScript \u7248)...
+accessories/plugins/ExportWithXSLT_HTML3.text=\u532F\u51FA\u6210 XHTML (\u53EF\u9EDE\u9078\u5716\u50CF\u7248)...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.text=\u5C07\u8CC7\u6E90\u7BC0\u9EDE\u8F49\u6210 TaskJuggler \u6A94\u6848...
+accessories/plugins/ExportWithXSLT_RESOURCESTJI.tooltip=<html>\u5C07\u8CC7\u6E90\u7BC0\u9EDE\u8F49\u6210 Task Juggler \u6A21\u7D44 (\u4E00\u7A2E\u958B\u653E\u7A0B\u5F0F\u78BC\u7684\u5C08\u6848\u7BA1\u7406\u8EDF\u9AD4)\u3002</html>
+accessories/plugins/ExportWithXSLT_TASKSTJI.text=\u5C07\u4EFB\u52D9\u7BC0\u9EDE\u8F49\u6210 TaskJuggler \u6A94\u6848...
+accessories/plugins/ExportWithXSLT_TASKSTJI.tooltip=<html>\u5C07\u4EFB\u52D9\u7BC0\u9EDE\u8F49\u6210 Task Juggler \u6A21\u7D44 (\u4E00\u7A2E\u958B\u653E\u7A0B\u5F0F\u78BC\u7684\u5C08\u6848\u7BA1\u7406\u8EDF\u9AD4)\u3002</html>
+action_keystroke_in_use_error=\u52D5\u4F5C {1} \u9700\u8981\u7684\u6309\u9375 {0} \u5DF2\u7D93\u88AB\u52D5\u4F5C {2} \u4F7F\u7528
active=\u5957\u7528
-actual_map_styles=\u5fc3\u667a\u5716\u689d\u4ef6\u5f0f\u6a23\u5f0f
-actual_node_styles=\u7bc0\u9ede\u689d\u4ef6\u5f0f\u6a23\u5f0f
-add=\u65B0\u589E
-AddConnectorAction.text=\u589e\u52a0\u9023\u7d50\u7dda
-AddElementaryConditionAction.text=\u65b0\u589e
-AddLocalLinkAction.text=\u65b0\u589e\u5167\u90e8\u7bc0\u9ede\u8d85\u9023\u7d50
-AddMenuItemLinkAction.text=\u65b0\u589e\u9078\u55ae\u9805\u76ee\u8d85\u9023\u7d50...
-AddOnDetailsPanel.authored.by=\u4f5c\u8005: {0}
-AddOnDetailsPanel.header.function=\u529f\u80fd
-AddOnDetailsPanel.header.menu=\u9078\u55ae\u4f4d\u7f6e
-AddOnDetailsPanel.header.shortcut=\u6377\u5f91
-AddOnDetailsPanel.homepage=\u9996\u9801:
-addons.installer.canceled=\u5b89\u88dd\u5df2\u522a\u9664
-addons.installer.confirm.licence=<html><body><h1>\u6388\u6b0a</h1>{0}<p><p><em>\u60a8\u63a5\u53d7\u9019\u500b\u6388\u6b0a\u689d\u6b3e\u55ce?</em></p></body></html>
-addons.installer.failed=\u5b89\u88dd\u5931\u6557: {0}
-addons.installer.freeplaneversion.format.error={0} \u683c\u5f0f\u932f\u8aa4 (\u503c:{1})
-addons.installer.html.script=Script \u672c\u9ad4\u53ef\u80fd\u4e0d\u662f HTML \u683c\u5f0f
-addons.installer.install=\u5b89\u88dd
-addons.installer.invalid.keyboard.shortcut=\u7121\u6548\u7684\u6377\u5f91 {0}
-addons.installer.licence.unchanged=\u6388\u6b0a\u6c92\u6709\u6539\u8b8a
-addons.installer.map.structure=\u5fc3\u667a\u5716\u7d50\u69cb\u932f\u8aa4: {0}
-addons.installer.missing.child.nodes=\u5b50\u7d50\u9ede\u907a\u5931: {0}
-addons.installer.missing.permission.attribute=Script {0}: \u907a\u5931\u6b0a\u9650\u5c6c\u6027 {1}
-addons.installer.missing.properties=\u907a\u5931\u6027\u8cea: {0}
-addons.installer.missing.translation=\u907a\u5931\u4f4d\u7f6e {1} \u5c0d {0} \u7684\u7ffb\u8b6f
-addons.installer.no.scripts=\u6c92\u6709\u767c\u73fe scripts
-addons.installer.no.zipdata=\u6c92\u6709\u767c\u73fe zip data
-addons.installer.nonstandard.permissions=Script \u8981\u6c42\u7684\u4e0b\u5217\u6b0a\u9650\u5c1a\u672a\u63d0\u4f9b: {0}. \n \u61c9\u8a72\u5c07\u5b83\u5011\u52a0\u5165\u6a19\u6e96\u6b0a\u9650\u55ce?
-addons.installer.one.child.expected=\u671f\u5f85 {0} \u7684\u5b50\u7bc0\u9ede\u537b\u5f97\u5230 {1}
-addons.installer.script.no.execution_mode={0} \u7684\u57f7\u884c\u6a21\u5f0f\u5c6c\u6027\u6c92\u6709\u5b9a\u7fa9
-addons.installer.script.no.menulocation={0} \u7684\u9078\u55ae\u4f4d\u7f6e\u5c6c\u6027\u6c92\u6709\u5b9a\u7fa9
-addons.installer.script.no.menutitle={0} \u7684\u9078\u55ae\u6a19\u984c\u9375\u5c6c\u6027\u6c92\u6709\u5b9a\u7fa9
-addons.installer.script.no.permissions={0} \u7684\u6b0a\u9650\u6c92\u6709\u5b9a\u7fa9
-addons.installer.success=\u5b89\u88dd\u6210\u529f.\n \u65b0\u7684\u9644\u52a0\u5143\u4ef6\u5728\u91cd\u65b0\u555f\u52d5\u5f8c\u5373\u53ef\u4f7f\u7528.
-addons.installer.success.update=\u5f9e {0} \u5230 {1} \u66f4\u65b0\u6210\u529f.\n\u67d0\u4e9b\u529f\u80fd\u5fc5\u9808\u91cd\u65b0\u555f\u52d5\u5f8c\u624d\u80fd\u4f7f\u7528.
-addons.installer.title=\u9644\u52a0\u5143\u4ef6\u5b89\u88dd\u7a0b\u5f0f
-addons.installer.too.new=\u9019\u500b freeplane \u7248\u672c {0} \u592a\u65b0, \u9019\u500b\u9644\u52a0\u5143\u4ef6\u6700\u591a\u652f\u63f4 {1} \u7248.
-addons.installer.too.old=\u9019\u500b freeplane \u7248\u672c {0} \u592a\u820a, \u9019\u500b\u9644\u52a0\u5143\u4ef6\u81f3\u5c11\u9700\u8981 {1} \u7248.
-addons.installer.unknown.deinstallation.rules=\u672a\u77e5\u7684\u89e3\u9664\u5b89\u88dd\u898f\u5247 {0}
-addons.installer.update=\u5f9e\u7248\u672c {0} \u66f4\u65b0
-addons.installer.warning=<html><body><strong style="color: red; font-size: 9px">\u60a8\u61c9\u8a72\u53ea\u5f9e\u60a8\u4fe1\u4efb\u7684\u4f86\u6e90\u5b89\u88dd\u9644\u52a0\u5143\u4ef6. \u60e1\u610f\u8edf\u9ad4\u53ef\u80fd\u5c0e\u81f4\u60a8\u7684\u8cc7\u6599\u640d\u6bc0\u6216\u4fb5\u5bb3\u60a8\u7684\u96b1\u79c1.</strong></body></html>
+actual_map_styles=\u5FC3\u667A\u5716\u689D\u4EF6\u5F0F\u6A23\u5F0F
+actual_node_styles=\u7BC0\u9EDE\u689D\u4EF6\u5F0F\u6A23\u5F0F
+add=(&A)\u65B0\u589E
+AddConnectorAction.text=\u589E\u52A0\u9023\u7D50\u7DDA
+AddElementaryConditionAction.text=\u65B0\u589E
+AddLocalLinkAction.text=\u65B0\u589E\u5167\u90E8\u7BC0\u9EDE\u8D85\u9023\u7D50
+AddMenuItemLinkAction.text=\u65B0\u589E\u9078\u55AE\u9805\u76EE\u8D85\u9023\u7D50...
+AddOnDetailsPanel.authored.by=\u4F5C\u8005\uFF1A{0}
+AddOnDetailsPanel.header.function=\u529F\u80FD
+AddOnDetailsPanel.header.menu=\u9078\u55AE\u4F4D\u7F6E
+AddOnDetailsPanel.header.shortcut=\u6377\u5F91
+AddOnDetailsPanel.homepage=\u9996\u9801\uFF1A
+addons.installer.canceled=\u5B89\u88DD\u5DF2\u522A\u9664
+addons.installer.confirm.licence=<html><body><h1>\u6388\u6B0A</h1>{0}<p><p><em>\u60A8\u63A5\u53D7\u9019\u500B\u6388\u6B0A\u689D\u6B3E\u55CE\uFF1F</em></p></body></html>
+addons.installer.failed=\u5B89\u88DD\u5931\u6557\uFF1A{0}
+addons.installer.freeplaneversion.format.error={0} \u683C\u5F0F\u932F\u8AA4 (\u503C\uFF1A{1})
+addons.installer.html.script=Script \u672C\u9AD4\u53EF\u80FD\u4E0D\u662F HTML \u683C\u5F0F
+addons.installer.install=\u5B89\u88DD
+addons.installer.invalid.keyboard.shortcut=\u7121\u6548\u7684\u6377\u5F91 {0}\u3002
+addons.installer.licence.unchanged=\u6388\u6B0A\u6C92\u6709\u6539\u8B8A
+addons.installer.map.structure=\u5FC3\u667A\u5716\u7D50\u69CB\u932F\u8AA4\uFF1A{0}
+addons.installer.missing.child.nodes=\u5B50\u7D50\u9EDE\u907A\u5931\uFF1A{0}
+addons.installer.missing.permission.attribute=Script {0}\uFF1A\u907A\u5931\u6B0A\u9650\u5C6C\u6027 {1}
+addons.installer.missing.properties=\u907A\u5931\u6027\u8CEA\uFF1A{0}
+addons.installer.missing.translation=\u907A\u5931\u4F4D\u7F6E {1} \u5C0D {0} \u7684\u7FFB\u8B6F
+addons.installer.no.scripts=\u6C92\u6709\u767C\u73FE scripts
+addons.installer.no.zipdata=\u6C92\u6709\u767C\u73FE zip data
+addons.installer.nonstandard.permissions=Script \u8981\u6C42\u7684\u4E0B\u5217\u6B0A\u9650\u5C1A\u672A\u63D0\u4F9B\uFF1A{0}\u3002\n \u61C9\u8A72\u5C07\u5B83\u5011\u52A0\u5165\u6A19\u6E96\u6B0A\u9650\u55CE\uFF1F
+addons.installer.one.child.expected=\u9810\u671F {0} \u7684\u5B50\u7BC0\u9EDE\u537B\u5F97\u5230 {1}\u3002
+addons.installer.script.name.suffix=\u8173\u672C\u540D\u7A31 {0} \u6C92\u6709\u5C3E\u78BC\uFF0C\u4F8B\u5982 ".groovy"
+addons.installer.script.no.execution_mode={0} \u7684\u57F7\u884C\u6A21\u5F0F\u5C6C\u6027\u6C92\u6709\u5B9A\u7FA9
+addons.installer.script.no.menulocation={0} \u7684\u9078\u55AE\u4F4D\u7F6E\u5C6C\u6027\u6C92\u6709\u5B9A\u7FA9
+addons.installer.script.no.menutitle={0} \u7684\u9078\u55AE\u6A19\u984C\u9375\u5C6C\u6027\u6C92\u6709\u5B9A\u7FA9
+addons.installer.script.no.permissions={0} \u7684\u6B0A\u9650\u6C92\u6709\u5B9A\u7FA9
+addons.installer.success=\u5B89\u88DD\u6210\u529F\u3002\n\u65B0\u7684\u9644\u52A0\u5143\u4EF6\u5728\u91CD\u65B0\u555F\u52D5\u5F8C\u5373\u53EF\u4F7F\u7528\u3002
+addons.installer.success.update=\u5F9E {0} \u5230 {1} \u66F4\u65B0\u6210\u529F\u3002\n\u67D0\u4E9B\u529F\u80FD\u5FC5\u9808\u91CD\u65B0\u555F\u52D5\u5F8C\u624D\u80FD\u4F7F\u7528\u3002
+addons.installer.title=\u9644\u52A0\u5143\u4EF6\u5B89\u88DD\u7A0B\u5F0F
+addons.installer.too.new=\u9019\u500B freeplane \u7248\u672C {0} \u592A\u65B0\u3002\u9019\u500B\u9644\u52A0\u5143\u4EF6\u6700\u591A\u652F\u63F4 {1} \u7248
+addons.installer.too.old=\u9019\u500B freeplane \u7248\u672C {0} \u592A\u820A\u3002\u9019\u500B\u9644\u52A0\u5143\u4EF6\u81F3\u5C11\u9700\u8981 {1} \u7248
+addons.installer.unknown.deinstallation.rules=\u672A\u77E5\u7684\u89E3\u9664\u5B89\u88DD\u898F\u5247 {0}
+addons.installer.update=\u5F9E\u7248\u672C {0} \u66F4\u65B0
+addons.installer.warning=<html><body><strong style="color: red; font-size: 9px">\u60A8\u61C9\u8A72\u53EA\u5F9E\u60A8\u4FE1\u4EFB\u7684\u4F86\u6E90\u5B89\u88DD\u9644\u52A0\u5143\u4EF6\u3002\u60E1\u610F\u8EDF\u9AD4\u53EF\u80FD\u5C0E\u81F4\u60A8\u7684\u8CC7\u6599\u640D\u6BC0\u6216\u4FB5\u5BB3\u60A8\u7684\u96B1\u79C1\u3002</strong></body></html>
addons.site=http://freeplane.sourceforge.net/addons/
-AddStyleAttributes.text=\u532f\u5165\u5c6c\u6027\u7684\u6a23\u5f0f
-AddStyleAttributes.tooltip=\u5f9e\u6a23\u5f0f\u7bc0\u9ede\u52a0\u5165\u5c6c\u6027
-AllMapsNodeListAction.text=\u5728\u6240\u6709\u5fc3\u667a\u5716\u7684\u7bc0\u9ede\u5217\u8868\u4e2d\u5c0b\u627e\u6216\u53d6\u4ee3...
-always=\u6c38\u9060\u9069\u7528
-AlwaysUnfoldedNodeAction.text=\u8a2d\u5b9a/\u53d6\u6d88 \u6c38\u9060\u5c55\u958b\u7bc0\u9ede
+AddStyleAttributes.text=\u532F\u5165\u5C6C\u6027\u7684\u6A23\u5F0F
+AddStyleAttributes.tooltip=\u5F9E\u6A23\u5F0F\u7BC0\u9EDE\u52A0\u5165\u5C6C\u6027
+AllMapsNodeListAction.text=\u5728\u6240\u6709\u5FC3\u667A\u5716\u4E2D\u5C0B\u627E\u6216\u53D6\u4EE3
+always=\u6C38\u9060\u9069\u7528
+AlwaysUnfoldedNodeAction.text=\u8A2D\u5B9A/\u53D6\u6D88 \u6C38\u9060\u5C55\u958B\u7BC0\u9EDE
antialias_all=\u9664\u53BB\u6240\u6709\u92F8\u9F52\u908A
antialias_edges=\u9664\u53BB\u92F8\u9F52\u908A
antialias_none=\u4E0D\u9664\u53BB\u92F8\u9F52\u908A
-apply=\u5957\u7528
-ApplyAction.text=\u5957\u7528
-ApplyFormatPlugin.text=\u66f4\u6539\u7bc0\u9ede\u683c\u5f0f...
-ApplyFormatPlugin.tooltip=\u986f\u793a\u5c0d\u8a71\u7a97\u4ee5\u4fee\u6539\u7bc0\u9ede\u548c\u5206\u652f\u7dda.
-ApplyNoFilteringAction.text=\u4e0d\u7be9\u9078
-ApplySelectedViewConditionAction.text=\u7be9\u9078\u9078\u53d6\u7684\u7bc0\u9ede
-ApplyToVisibleAction.text=\u5957\u7528\u5230\u7be9\u9078\u7684\u7bc0\u9ede
-as_parent=\u7576\u4f5c\u7236\u7bc0\u9ede
-AskForHelp.text=\u5c0b\u6c42\u5e6b\u52a9
-AssignAttributesAction.text=\u5c0b\u627e\u8207\u53d6\u4ee3\u5c6c\u6027...
+apply=(&A)\u5957\u7528
+ApplyAction.text=(&A)\u5957\u7528
+ApplyFormatPlugin.text=\u66F4\u6539\u7BC0\u9EDE\u683C\u5F0F...
+ApplyFormatPlugin.tooltip=\u986F\u793A\u5C0D\u8A71\u7A97\u4EE5\u4FEE\u6539\u7BC0\u9EDE\u548C\u5206\u652F\u7DDA.
+ApplyNoFilteringAction.text=\u4E0D\u7BE9\u9078
+ApplySelectedViewConditionAction.text=\u7BE9\u9078\u9078\u53D6\u7684\u7BC0\u9EDE
+ApplyToVisibleAction.text=\u5957\u7528\u5230\u7BE9\u9078\u7684\u7BC0\u9EDE
+as_parent=\u7576\u4F5C\u7236\u7BC0\u9EDE
+AskForHelp.text=\u5728\u8AD6\u58C7\u5C0B\u6C42\u5E6B\u52A9
+AssignAttributesAction.text=\u5C0B\u627E\u8207\u53D6\u4EE3\u5C6C\u6027...
attribute_delete=\u522A\u9664\u6240\u6709\u5C6C\u6027\u503C
attribute_delete_value=\u522A\u9664\u5C6C\u6027
-attribute_font_size_tooltip=\u5c6c\u6027\u5b57\u578b
+attribute_font_size_tooltip=\u5C6C\u6027\u5B57\u578B
attribute_list_box_label_text=\u76EE\u524D\u6578\u503C
-attribute_name=\u5c6c\u6027\u540d\u7a31
+attribute_name=\u5C6C\u6027\u540D\u7A31
attribute_replace=\u53D6\u4EE3
-attribute_top=\u8f09\u5165\u5fc3\u667a\u5716\u7684\u6240\u6709\u5c6c\u6027
-attribute_value=\u5c6c\u6027\u503c
-attributes_AddAttributeAction.text=\u7de8\u8f2f\u5c6c\u6027\u65bc\u5c0d\u8a71\u8996\u7a97
+attribute_top=\u8F09\u5165\u5FC3\u667A\u5716\u7684\u6240\u6709\u5C6C\u6027
+attribute_value=\u5C6C\u6027\u503C
+attributes_AddAttributeAction.text=\u5728\u5C0D\u8A71\u8996\u7A97\u589E\u52A0\u5C6C\u6027...
attributes_adding_empty_attribute_error=\u5C6C\u6027\u540D\u7A31\u4E0D\u80FD\u662F\u7A7A\u5B57\u4E32
attributes_all=\u6240\u6709\u5C6C\u6027
-attributes_assign_dialog=\u5c6c\u6027\u7de8\u8f2f\u5668
+attributes_assign_dialog=\u5C6C\u6027\u7DE8\u8F2F\u5668
attributes_attribute=\u5C6C\u6027
attributes_close=\u95DC\u9589
attributes_deselect_all=\u53D6\u6D88\u5168\u9078
attributes_dialog_title=\u5C6C\u6027\u7BA1\u7406\u5E2B
attributes_edit=\u7DE8\u8F2F
-attributes_edit_tooltip=\u7de8\u8f2f\u96c6\u5408
-attributes_for_selected=\u9078\u53d6\u7684\u7bc0\u9ede
+attributes_edit_tooltip=\u7DE8\u8F2F\u96C6\u5408
+attributes_for_selected=\u9078\u53D6\u7684\u7BC0\u9EDE
attributes_for_visible=\u5168\u90E8\u7BC0\u9EDE
-attributes_import=\u532F\u5165
-attributes_import_tooltip=\u5f9e\u5176\u4ed6\u5fc3\u667a\u5716\u532f\u5165\u5c6c\u6027
-attributes_no_import_candidates_found=\u6c92\u6709\u767c\u73fe\u65b0\u5c6c\u6027
+attributes_import=(&I)\u532F\u5165
+attributes_import_tooltip=\u5F9E\u5176\u4ED6\u5FC3\u667A\u5716\u532F\u5165\u5C6C\u6027
+attributes_no_import_candidates_found=\u6C92\u6709\u767C\u73FE\u65B0\u5C6C\u6027
attributes_popup_delete=\u522A\u9664
-attributes_popup_down=\u4e0b\u4e00\u5217
+attributes_popup_down=\u4E0B\u4E00\u5217
attributes_popup_edit=\u7DE8\u8F2F
attributes_popup_hide=\u96B1\u85CF
attributes_popup_new=\u65B0\u589E\u5C6C\u6027
-attributes_popup_optimal_width=\u6700\u4f73\u5bec\u5ea6
-attributes_popup_up=\u4e0a\u4e00\u5217
+attributes_popup_optimal_width=\u6700\u4F73\u5BEC\u5EA6
+attributes_popup_up=\u4E0A\u4E00\u5217
attributes_refresh=\u91CD\u65B0\u6574\u7406
-attributes_RemoveAllAttributesAction.text=\u79fb\u9664\u6240\u6709\u5c6c\u6027
-attributes_RemoveFirstAttributeAction.text=\u79fb\u9664\u7b2c\u4e00\u500b\u5c6c\u6027
-attributes_RemoveLastAttributeAction.text=\u79fb\u9664\u6700\u5f8c\u4e00\u500b\u5c6c\u6027
-attributes_restricted_attributes_tooltip=\u5c6c\u6027\u7684\u9650\u5236\u96c6\u5408
-attributes_restricted_values_tooltip=\u76ee\u524d\u5c6c\u6027\u503c\u7684\u9650\u5236\u96c6\u5408
-attributes_restriction=\u9650\u5236\u7684\u96c6\u5408
-attributes_select_all=\u5168\u9078/\u53d6\u6d88\u5168\u9078
-attributes_select_all_tooltip=\u5168\u9078/\u53d6\u6d88\u5168\u9078
+attributes_RemoveAllAttributesAction.text=\u79FB\u9664\u6240\u6709\u5C6C\u6027
+attributes_RemoveFirstAttributeAction.text=\u79FB\u9664\u7B2C\u4E00\u500B\u5C6C\u6027
+attributes_RemoveLastAttributeAction.text=\u79FB\u9664\u6700\u5F8C\u4E00\u500B\u5C6C\u6027
+attributes_restricted_attributes_tooltip=\u5C6C\u6027\u7684\u9650\u5236\u96C6\u5408
+attributes_restricted_values_tooltip=\u76EE\u524D\u5C6C\u6027\u503C\u7684\u9650\u5236\u96C6\u5408
+attributes_restriction=\u9650\u5236\u7684\u96C6\u5408
+attributes_select_all=\u5168\u9078/\u53D6\u6D88\u5168\u9078
+attributes_select_all_tooltip=\u5168\u9078/\u53D6\u6D88\u5168\u9078
attributes_show=\u986F\u793A
attributes_skip_root=\u8DF3\u904E\u4E3B\u7BC0\u9EDE
-attributes_visible=\u986f\u793a/\u96b1\u85cf
-attributes_visible_tooltip=\u986f\u793a/\u96b1\u85cf
-automatic_layout=\u81ea\u52d5\u6392\u7248
-automatic_layout_disabled=\u4e0d\u4f7f\u7528
+attributes_visible=\u986F\u793A/\u96B1\u85CF
+attributes_visible_tooltip=\u986F\u793A/\u96B1\u85CF
+automatic_layout=\u81EA\u52D5\u6392\u7248
+automatic_layout_disabled=\u4E0D\u4F7F\u7528
automatically_save_message=\u6A94\u6848\u81EA\u52D5\u5B58\u6A94 (\u6A94\u540D\u662F{0}) ...
-AutomaticEdgeColorHookAction.text=\u81ea\u52d5\u5206\u652f\u984f\u8272
+AutomaticEdgeColorHookAction.text=\u81EA\u52D5\u5206\u652F\u984F\u8272
AutomaticLayout.ALL=\u6240\u6709
-AutomaticLayout.HEADINGS=\u6a19\u984c
-AutomaticLayout.level=\u7b2c {0} \u5c64\u7bc0\u9ede\u683c\u5f0f
-AutomaticLayout.level.root=\u4e3b\u7bc0\u9ede\u683c\u5f0f
-AutomaticLayoutAction.text=\u81EA\u52D5\u6392\u7248
-AutomaticLayoutAction.tooltip=<html>\u81ea\u52d5\u8a2d\u5b9a\u6bcf\u5c64\u7bc0\u9ede\u548c\u5206\u652f\u7dda\u7684\u683c\u5f0f.</html>
-AutomaticLayoutControllerAction.ALL.text=\u5c0d\u6240\u6709\u7bc0\u9ede
-AutomaticLayoutControllerAction.HEADINGS.text=\u5c0d\u975e\u7d42\u7aef\u7bc0\u9ede
-AutomaticLayoutControllerAction.null.text=\u4e0d\u4f7f\u7528
+AutomaticLayout.HEADINGS=\u6A19\u984C
+AutomaticLayout.level=\u7B2C {0} \u5C64\u7BC0\u9EDE\u683C\u5F0F
+AutomaticLayout.level.root=\u4E3B\u7BC0\u9EDE\u683C\u5F0F
+AutomaticLayoutAction.text=(&A)\u81EA\u52D5\u6392\u7248
+AutomaticLayoutAction.tooltip=<html>\u81EA\u52D5\u8A2D\u5B9A\u6BCF\u5C64\u7BC0\u9EDE\u548C\u5206\u652F\u7DDA\u7684\u683C\u5F0F</html>
+AutomaticLayoutControllerAction.ALL.text=\u5C0D\u6240\u6709\u7BC0\u9EDE
+AutomaticLayoutControllerAction.HEADINGS.text=\u5C0D\u975E\u7D42\u7AEF\u7BC0\u9EDE
+AutomaticLayoutControllerAction.null.text=\u4E0D\u4F7F\u7528
BackAction.text=\u8FD4\u56DE
BackAction.tooltip=\u8FD4\u56DE
background=\u80CC\u666F
-bitmaps=\u9ede\u9663\u5716
-black=\u9ed1\u8272
-BlinkingNodeHookAction.text=\u9583\u720d\u7684\u7bc0\u9ede
-BlinkingNodeHookAction.tooltip=<html>\u4f7f\u7bc0\u9ede\u9583\u720d, \u4f46\u4e0d\u8981\u904e\u5ea6\u4f7f\u7528, \u4e26\u4e14\u4e0d\u8981\u548c\u5176\u4ed6\u81ea\u52d5\u683c\u5f0f\u5957\u7528\u5230\u540c\u4e00\u7bc0\u9ede../html>
-blue=\u85cd\u8272
+bitmaps=\u9EDE\u9663\u5716
+black=\u9ED1\u8272
+BlinkingNodeHookAction.text=\u9583\u720D\u7684\u7BC0\u9EDE
+BlinkingNodeHookAction.tooltip=<html>\u9019\u4F7F\u5F97\u7BC0\u9EDE\u9583\u720D\u3002\u4F46\u4E0D\u8981\u904E\u5EA6\u4F7F\u7528\uFF0C\u4E26\u4E14<strong>\u4E0D\u8981\u548C\u5176\u4ED6\u81EA\u52D5\u683C\u5F0F\u5957\u7528\u5230\u540C\u4E00\u7BC0\u9EDE</strong></html>
+blue=\u85CD\u8272
BoldAction.text=\u7C97\u9AD4
boldify_branch=\u7C97\u9AD4
-branch=\u5206\u652f
-browse=\u700f\u89bd...
-calendar_attributes_panel=\u65e5\u66c6\u548c\u5c6c\u6027
-calendar_panel=\u65e5\u66c6
-can_not_connect_to_info_server=\u7121\u6cd5\u9023\u63a5\u5230\u8cc7\u8a0a\u4f3a\u670d\u5668
-can_not_delete_predefined_style=\u7121\u6cd5\u522a\u9664\u9810\u5148\u5b9a\u7fa9\u7684\u6a23\u5f0f
-can_not_delete_root_style=\u7121\u6cd5\u522a\u9664\u6839\u6a23\u5f0f
-can_not_delete_style_group=\u7121\u6cd5\u522a\u9664\u6a23\u5f0f\u7fa4\u7d44
-can_not_save_key_set=\u7121\u6cd5\u5132\u5b58\u5feb\u901f\u9375\u96c6
-cancel=\u53D6\u6D88
-CancelAction.text=\u53D6\u6D88
-cannot_add_parent_diff_parents=\u4f7f\u7528\u6b64\u529f\u80fd\u7684\u6240\u6709\u7bc0\u9ede\u5fc5\u9808\u4f86\u81ea\u540c\u6a23\u7684\u7236\u7bc0\u9ede.
-cannot_add_parent_to_root=\u4e3b\u7bc0\u9ede\u4e0d\u80fd\u88ab\u52a0\u5230\u65b0\u7684\u7236\u7bc0\u9ede.
-cannot_delete_root=\u4E3B\u7BC0\u9EDE\u4E0D\u53EF\u522A\u9664\u6216\u526A\u8CBC
+branch=\u5206\u652F
+browse=\u700F\u89BD...
+calendar_attributes_panel=\u65E5\u66C6\u548C\u5C6C\u6027
+calendar_panel=\u65E5\u66C6
+can_not_connect_to_info_server=\u7121\u6CD5\u9023\u63A5\u5230\u8CC7\u8A0A\u4F3A\u670D\u5668
+can_not_delete_predefined_style=\u7121\u6CD5\u522A\u9664\u9810\u5148\u5B9A\u7FA9\u7684\u6A23\u5F0F
+can_not_delete_root_style=\u7121\u6CD5\u522A\u9664\u6839\u6A23\u5F0F
+can_not_delete_style_group=\u7121\u6CD5\u522A\u9664\u6A23\u5F0F\u7FA4\u7D44
+can_not_save_key_set=\u7121\u6CD5\u5132\u5B58\u5FEB\u901F\u9375\u96C6
+cancel=(&C)\u53D6\u6D88
+CancelAction.text=(&C)\u53D6\u6D88
+cannot_add_parent_diff_parents=\u4F7F\u7528\u6B64\u529F\u80FD\u7684\u6240\u6709\u7BC0\u9EDE\u5FC5\u9808\u4F86\u81EA\u540C\u6A23\u7684\u7236\u7BC0\u9EDE\u3002
+cannot_add_parent_to_root=\u4E3B\u7BC0\u9EDE\u4E0D\u80FD\u88AB\u52A0\u5230\u65B0\u7684\u7236\u7BC0\u9EDE\u3002
+cannot_delete_root=\u4E3B\u7BC0\u9EDE\u4E0D\u53EF\u522A\u9664\u6216\u526A\u4E0B\u3002
cannot_join_nodes_with_children=\u6709\u5B50\u7BC0\u9EDE\u7684\u4E0D\u80FD\u5408\u4F75
-cannot_move_to_child=\u4e0d\u80fd\u628a\u7bc0\u9ede\u79fb\u5230\u5b83\u7684\u5b50\u7bc0\u9ede.
-CenterAction.text=\u79fb\u81f3\u4e2d\u9593
-CenterSelectedNodeAction.text=\u5c07\u9078\u53d6\u7684\u7bc0\u9ede\u79fb\u5230\u4e2d\u5fc3
-ChangeConnectorArrowsAction.backward.text=\u5f80\u5f8c
-ChangeConnectorArrowsAction.both.text=\u96d9\u5411
+cannot_move_to_child=\u4E0D\u80FD\u628A\u7BC0\u9EDE\u79FB\u5230\u5B83\u7684\u5B50\u7BC0\u9EDE.
+CenterAction.text=\u79FB\u81F3\u4E2D\u9593
+CenterSelectedNodeAction.text=\u5C07\u9078\u53D6\u7684\u7BC0\u9EDE\u79FB\u5230\u4E2D\u5FC3
+ChangeConnectorArrowsAction.backward.text=\u5F80\u5F8C
+ChangeConnectorArrowsAction.both.text=\u96D9\u5411
ChangeConnectorArrowsAction.forward.text=\u5F80\u524D
-ChangeConnectorArrowsAction.none.text=\u7121\u7bad\u982d
-ChangeConnectorArrowsAction.text=\u6539\u8b8a\u9023\u63a5\u7dda\u7684\u7bad\u982d
-ChangeConnectorShapeAction.CUBIC_CURVE.text=\u5f27\u7dda
-ChangeConnectorShapeAction.EDGE_LIKE.text=\u6a21\u64ec\u5206\u652f\u7dda
-ChangeConnectorShapeAction.LINE.text=\u76f4\u7dda
-ChangeConnectorShapeAction.LINEAR_PATH.text=\u7dda\u6027\u8def\u5f91
-ChangeNodeLevelLeftsAction.text=\u5c07\u7bc0\u9ede\u79fb\u5230\u5de6\u908a
-ChangeNodeLevelLeftsAction.tooltip=\u4e3b\u7bc0\u9ede\u5de6\u908a\u7684\u7bc0\u9ede\u6703\u964d\u4e00\u968e\u8b8a\u6210\u5b83\u4e0a\u65b9\u5144\u5f1f\u7bc0\u9ede\u7684\u5b50\u7bc0\u9ede. \u4e3b\u7bc0\u9ede\u53f3\u908a\u7684\u7bc0\u9ede\u6703\u5347\u4e00\u968e\u8b8a\u6210\u5b83\u4e0a\u65b9\u5144\u5f1f\u7bc0\u9ede\u7684\u7236\u7bc0\u9ede.
-ChangeNodeLevelRightsAction.text=\u5c07\u7bc0\u9ede\u79fb\u5230\u53f3\u908a
-ChangeNodeLevelRightsAction.tooltip=\u4e3b\u7bc0\u9ede\u53f3\u908a\u7684\u7bc0\u9ede\u6703\u964d\u4e00\u968e\u8b8a\u6210\u5b83\u4e0a\u65b9\u5144\u5f1f\u7bc0\u9ede\u7684\u5b50\u7bc0\u9ede. \u4e3b\u7bc0\u9ede\u5de6\u908a\u7684\u7bc0\u9ede\u6703\u5347\u4e00\u968e\u8b8a\u6210\u5b83\u4e0a\u65b9\u5144\u5f1f\u7bc0\u9ede\u7684\u7236\u7bc0\u9ede.
-choose_background_color=\u9078\u64c7\u80cc\u666f\u984f\u8272:
-choose_cloud_color=\u9078\u64c7\u96f2\u7684\u984f\u8272
-choose_edge_color=\u9078\u64c7\u5206\u652f\u7dda\u984f\u8272
-choose_map_background_color=\u9078\u64c7\u5fc3\u667a\u5716\u7684\u80cc\u666f\u984f\u8272
-choose_node_background_color=\u9078\u64c7\u7bc0\u9ede\u7684\u80cc\u666f\u984f\u8272
-choose_node_color=\u9078\u64c7\u7bc0\u9ede\u984f\u8272
-ClearLinkAnchorAction.text=\u6e05\u9664\u9023\u7d50\u9328\u9ede
-ClearLinkAnchorAction.tooltip=<html>\u6e05\u9664\u5148\u524d\u8a2d\u5b9a\u7684\u7bc0\u9ede\u9328\u9ede</html>
-close_btn=\u95dc\u9589
-CloseAction.text=\u95dc\u9589\u76ee\u524d\u5fc3\u667a\u5716
-CloudAction.text=\u96f2\u72c0\u5305\u8986
+ChangeConnectorArrowsAction.none.text=\u7121\u7BAD\u982D
+ChangeConnectorArrowsAction.text=\u6539\u8B8A\u9023\u63A5\u7DDA\u7684\u7BAD\u982D
+ChangeConnectorShapeAction.CUBIC_CURVE.text=\u5F27\u7DDA
+ChangeConnectorShapeAction.EDGE_LIKE.text=\u6A21\u64EC\u5206\u652F\u7DDA
+ChangeConnectorShapeAction.LINE.text=\u76F4\u7DDA
+ChangeConnectorShapeAction.LINEAR_PATH.text=\u7DDA\u6027\u8DEF\u5F91
+ChangeNodeLevelLeftsAction.text=\u5C07\u7BC0\u9EDE\u79FB\u5230\u5DE6\u908A
+ChangeNodeLevelLeftsAction.tooltip=\u4E3B\u7BC0\u9EDE\u5DE6\u908A\u7684\u7BC0\u9EDE\u6703\u964D\u4E00\u968E\u8B8A\u6210\u5B83\u4E0A\u65B9\u5144\u5F1F\u7BC0\u9EDE\u7684\u5B50\u7BC0\u9EDE\u3002\u4E3B\u7BC0\u9EDE\u53F3\u908A\u7684\u7BC0\u9EDE\u6703\u5347\u4E00\u968E\u8B8A\u6210\u5B83\u4E0A\u65B9\u5144\u5F1F\u7BC0\u9EDE\u7684\u7236\u7BC0\u9EDE\u3002
+ChangeNodeLevelRightsAction.text=\u5C07\u7BC0\u9EDE\u79FB\u5230\u53F3\u908A
+ChangeNodeLevelRightsAction.tooltip=\u4E3B\u7BC0\u9EDE\u53F3\u908A\u7684\u7BC0\u9EDE\u6703\u964D\u4E00\u968E\u8B8A\u6210\u5B83\u4E0A\u65B9\u5144\u5F1F\u7BC0\u9EDE\u7684\u5B50\u7BC0\u9EDE\u3002\u4E3B\u7BC0\u9EDE\u5DE6\u908A\u7684\u7BC0\u9EDE\u6703\u5347\u4E00\u968E\u8B8A\u6210\u5B83\u4E0A\u65B9\u5144\u5F1F\u7BC0\u9EDE\u7684\u7236\u7BC0\u9EDE\u3002
+choose_background_color=\u9078\u64C7\u80CC\u666F\u984F\u8272\uFF1A
+choose_cloud_color=\u9078\u64C7\u96F2\u7684\u984F\u8272\uFF1A
+choose_edge_color=\u9078\u64C7\u5206\u652F\u7DDA\u984F\u8272
+choose_map_background_color=\u9078\u64C7\u5FC3\u667A\u5716\u7684\u80CC\u666F\u984F\u8272
+choose_node_background_color=\u9078\u64C7\u7BC0\u9EDE\u7684\u80CC\u666F\u984F\u8272\uFF1A
+choose_node_color=\u9078\u64C7\u7BC0\u9EDE\u984F\u8272\uFF1A
+ClearLinkAnchorAction.text=\u6E05\u9664\u9023\u7D50\u9328\u9EDE
+ClearLinkAnchorAction.tooltip=<html>\u6E05\u9664\u5148\u524D\u8A2D\u5B9A\u7684\u7BC0\u9EDE\u9328\u9EDE</html>
+close_btn=(&C)\u95DC\u9589
+CloseAction.text=(&C)\u95DC\u9589\u76EE\u524D\u5FC3\u667A\u5716
+CloudAction.text=\u96F2\u72C0\u5305\u8986
CloudColorAction.text=\u96F2\u7684\u984F\u8272...
-CloudShapeAction.ARC.text=\u5f27\u5f62
-CloudShapeAction.RECT.text=\u77e9\u5f62
-CloudShapeAction.ROUND_RECT.text=\u5713\u89d2\u77e9\u5f62
-CloudShapeAction.STAR.text=\u661f\u8292\u5f62
-ColorProperty.ResetColor=\u91cd\u8a2d\u70ba\u539f\u59cb\u984f\u8272
+CloudShapeAction.ARC.text=\u5F27\u5F62
+CloudShapeAction.RECT.text=\u77E9\u5F62
+CloudShapeAction.ROUND_RECT.text=\u5713\u89D2\u77E9\u5F62
+CloudShapeAction.STAR.text=\u661F\u8292\u5F62
+ColorProperty.ResetColor=\u91CD\u8A2D\u70BA\u539F\u59CB\u984F\u8272
combined=\u6574\u5408
-condition=\u689d\u4ef6
+condition=\u689D\u4EF6
confirmation=\u78BA\u8A8D\u6846
-connector=\u9023\u7d50\u7dda
-connector_arrows=\u9023\u7d50\u7dda\u7bad\u982d
-connector_label=\u9023\u7d50\u7dda\u6a19\u7c64
-connector_lines=\u9023\u7d50\u7dda\u7dda\u689d
-connector_shapes=\u9023\u7d50\u7dda\u5916\u5f62
-ConnectorColorAction.text=\u9023\u7d50\u7dda\u984f\u8272...
-CopyAction.text=\u8907\u88FD
-CopyAction.tooltip=\u8907\u88fd\u9078\u53d6\u7684\u5206\u652f
-CopyAttributes.text=\u8907\u88fd\u5c6c\u6027
-CopyIDAction.text=\u8907\u88fd\u7bc0\u9ede\u8eab\u5206\u78bc (ID)
-CopyMapStylesAction.text=\u8907\u88fd\u5fc3\u667a\u5716\u6a23\u5f0f...
-CopyNodeURIAction.text=\u8907\u88fd\u7bc0\u9ede\u9023\u7d50\u7db2\u5740 (URI)
-copyright=\u7248\u6b0a\u6240\u6709 \u00a9 2000-2014 Freeplane \u5718\u968a\u548c\u5176\u4ed6\u4eba
-CopySingleAction.text=\u8907\u88fd\u55ae\u4e00\u7bc0\u9ede
-CopySingleAction.tooltip=\u50c5\u8907\u88fd\u9078\u53d6\u7684\u7bc0\u9ede
-CopyStyleExtensionsAction.text=\u532f\u5165\u7bc0\u9ede\u5ef6\u4f38\u6027\u8cea\u7684\u6a23\u5f0f
-corrupt_map=\u5fc3\u667a\u5716\u5167\u5bb9\u6bc0\u640d
-CreateConjunctConditionAction.text=And
-CreateDisjunctConditionAction.text=Or
-CreateNotSatisfiedConditionAction.text=Not
-CreationModificationPluginAction.text=-- \u986f\u793a\u4fee\u6539\u6642\u9593
-CreationModificationPluginAction.tooltip=<html>\u6b64\u529f\u80fd\u986f\u793a\u7bc0\u9ede\u5efa\u7acb\u548c\u4fee\u6539\u7684\u6642\u9593.</html>
-current_dir=\u76ee\u524d\u5fc3\u667a\u5716\u76ee\u9304
+connector=\u9023\u7D50\u7DDA
+connector_arrows=\u9023\u7D50\u7DDA\u7BAD\u982D
+connector_label=\u9023\u7D50\u7DDA\u6A19\u7C64
+connector_lines=\u9023\u7D50\u7DDA\u7DDA\u689D
+connector_shapes=\u9023\u7D50\u7DDA\u5916\u5F62
+ConnectorColorAction.text=\u9023\u7D50\u7DDA\u984F\u8272...
+CopyAction.text=(&C)\u8907\u88FD
+CopyAction.tooltip=\u8907\u88FD\u9078\u53D6\u7684\u5206\u652F
+CopyAttributes.text=\u8907\u88FD\u5C6C\u6027
+CopyIDAction.text=\u8907\u88FD\u7BC0\u9EDE\u8EAB\u5206\u78BC (ID)
+CopyMapStylesAction.text=\u8907\u88FD\u5FC3\u667A\u5716\u6A23\u5F0F...
+CopyNodeURIAction.text=\u8907\u88FD\u7BC0\u9EDE\u9023\u7D50\u7DB2\u5740 (URI)
+copyright=\u7248\u6B0A\u6240\u6709 \u00A9 2000-2014 Freeplane \u5718\u968A\u548C\u5176\u4ED6\u4EBA
+CopySingleAction.text=\u8907\u88FD\u55AE\u4E00\u7BC0\u9EDE
+CopySingleAction.tooltip=\u50C5\u8907\u88FD\u9078\u53D6\u7684\u7BC0\u9EDE
+CopyStyleExtensionsAction.text=\u532F\u5165\u7BC0\u9EDE\u5EF6\u4F38\u6027\u8CEA\u7684\u6A23\u5F0F
+corrupt_map=\u5FC3\u667A\u5716\u5167\u5BB9\u6BC0\u640D
+CreateConjunctConditionAction.text=\u548C
+CreateDisjunctConditionAction.text=\u6216
+CreateNotSatisfiedConditionAction.text=\u975E
+CreationModificationPluginAction.text=(&m)\u986F\u793A\u4FEE\u6539\u6642\u9593
+CreationModificationPluginAction.tooltip=<html>\u6B64\u529F\u80FD\u986F\u793A\u7BC0\u9EDE\u5EFA\u7ACB\u548C\u4FEE\u6539\u7684\u6642\u9593\u3002</html>
+current_dir=\u76EE\u524D\u5FC3\u667A\u5716\u76EE\u9304
CutAction.text=\u526A\u4E0B
-decrease_branch_font_size=\u7e2e\u5c0f\u5b57\u578b
-DecreaseNodeFontAction.text=\u7e2e\u5c0f\u5b57\u578b
-default=\u9810\u8a2d
-DefaultColorAction.text=\u9810\u8a2d\u984f\u8272
-defaultstyle.details=\u7d30\u7bc0
-defaultstyle.floating=\u6d6e\u52d5\u7bc0\u9ede
-defaultstyle.note=\u8a3b\u89e3
+decrease_branch_font_size=\u7E2E\u5C0F\u5B57\u578B
+DecreaseNodeFontAction.text=\u7E2E\u5C0F\u5B57\u578B
+default=\u9810\u8A2D
+DefaultColorAction.text=\u9810\u8A2D\u984F\u8272
+defaultstyle.details=\u7D30\u7BC0
+defaultstyle.floating=\u6D6E\u52D5\u7BC0\u9EDE
+defaultstyle.note=\u8A3B\u89E3
delete=\u522A\u9664
-delete_child=\u522a\u9664\u7bc0\u9ede
+delete_child=\u522A\u9664\u7BC0\u9EDE
DeleteAction.text=\u522A\u9664\u7BC0\u9EDE
DeleteConditionAction.text=\u522A\u9664
-DeleteDetailsAction.text=\u79fb\u9664\u7bc0\u9ede\u7d30\u7bc0
-DeleteLevelStyleAction.text=\u79fb\u9664\u968e\u5c64\u6a23\u5f0f
-DeleteStyleAction.text=\u79fb\u9664\u6a23\u5f0f
-DeleteUserStyleAction.text=\u79fb\u9664\u4f7f\u7528\u8005\u5b9a\u7fa9\u6a23\u5f0f
-dialect_info.app=\u5fc3\u667a\u5716\u6a94 {0} \u662f\u7531\u7a0b\u5f0f {1} \u6240\u5efa\u7acb.
-dialect_info.unknownApp=\u5fc3\u667a\u5716\u6a94 {0} \u662f\u7531\u672a\u77e5\u7a0b\u5f0f\u6240\u5efa\u7acb.
-dialect_info.unknownURL=\u5b83\u7684\u7db2\u7ad9\u672a\u77e5.
-dialect_info.url=\u66f4\u591a\u8a0a\u606f\u8acb\u53c3\u8a2a\u7db2\u7ad9 {0}.
-dialect_info.warning=Freplane \u53ef\u80fd\u4e0d\u6b63\u78ba\u7684\u958b\u555f\u3001\u986f\u793a\u3001\u6216\u5132\u5b58.
-DirectHtmlFlavorHandler=HTML \u4f5c\u70ba\u55ae\u500b\u7bc0\u9ede
-DocumentationAction.text=\u4f7f\u7528\u624b\u518a
-down=\u5f80\u4e0b
-download=\u4e0b\u8f09
-dropped_file_error=\u4e0d\u80fd\u958b\u555f\u6a94\u6848. \u539f\u56e0: {0}
-edge=\u5206\u652f\u7dda
-edge_is_formatted_by_style=\u5206\u652f\u7dda\u683c\u5f0f\u88ab\u6a23\u5f0f\u6240\u63a7\u5236, \u9700\u8981\u7684\u8a71\u7de8\u8f2f\u76f8\u95dc\u6a23\u5f0f.
-edge_style=\u5206\u652f\u7dda\u6a23\u5f0f
-edge_width=\u5206\u652f\u7dda\u5bec\u5ea6
-EdgeColorAction.text=\u5206\u652f\u7dda\u984f\u8272...
+DeleteDetailsAction.text=\u79FB\u9664\u7BC0\u9EDE\u7D30\u7BC0
+DeleteLevelStyleAction.text=\u79FB\u9664\u968E\u5C64\u6A23\u5F0F
+DeleteStyleAction.text=\u79FB\u9664\u6A23\u5F0F
+DeleteUserStyleAction.text=\u79FB\u9664\u4F7F\u7528\u8005\u5B9A\u7FA9\u6A23\u5F0F
+dialect_info.app=\u5FC3\u667A\u5716\u6A94 {0} \u662F\u7531\u7A0B\u5F0F {1} \u6240\u5EFA\u7ACB.
+dialect_info.later_version=\u5FC3\u667A\u5716\u6A94 {0} \u662F\u7528\u8A72\u7A0B\u5F0F\u4E00\u4E9B\u8F03\u665A\u7684\u7248\u672C\u6240\u5EFA\u7ACB\u7684\u3002
+dialect_info.unknownApp=\u5FC3\u667A\u5716\u6A94 {0} \u662F\u7531\u672A\u77E5\u7A0B\u5F0F\u6240\u5EFA\u7ACB.
+dialect_info.unknownURL=\u5B83\u7684\u7DB2\u7AD9\u672A\u77E5.
+dialect_info.url=\u66F4\u591A\u8A0A\u606F\u8ACB\u53C3\u8A2A\u7DB2\u7AD9 {0}.
+dialect_info.warning=Freplane \u53EF\u80FD\u4E0D\u6B63\u78BA\u7684\u958B\u555F\u3001\u986F\u793A\u3001\u6216\u5132\u5B58.
+DirectHtmlFlavorHandler=HTML \u4F5C\u70BA\u55AE\u500B\u7BC0\u9EDE
+DocumentationAction.text=\u4F7F\u7528\u624B\u518A
+down=\u5F80\u4E0B
+DownConditionAction.text=\u4E0B
+download=\u4E0B\u8F09
+dropped_file_error=\u4E0D\u80FD\u958B\u555F\u6A94\u6848. \u539F\u56E0: {0}
+edge=\u5206\u652F\u7DDA
+edge_is_formatted_by_style=\u5206\u652F\u7DDA\u683C\u5F0F\u88AB\u6A23\u5F0F\u6240\u63A7\u5236, \u9700\u8981\u7684\u8A71\u7DE8\u8F2F\u76F8\u95DC\u6A23\u5F0F.
+edge_style=\u5206\u652F\u7DDA\u6A23\u5F0F
+edge_width=\u5206\u652F\u7DDA\u5BEC\u5EA6
+EdgeColorAction.text=\u5206\u652F\u7DDA\u984F\u8272...
EdgeStyleAction.bezier.text=\u8C9D\u6C0F\u66F2\u7DDA
-EdgeStyleAction.bezier.tooltip=<html>\u4ee5\u5e73\u6ed1\u66f2\u7dda\u986f\u793a\u5206\u652f\u7dda</html>
-EdgeStyleAction.hide_edge.text=\u96b1\u85cf\u5206\u652f\u7dda
-EdgeStyleAction.hide_edge.tooltip=<html>\u5c07\u9078\u53d6\u7bc0\u9ede\u5230\u7236\u7bc0\u9ede\u7684\u5206\u652f\u7dda\u4ee5\u865b\u7dda\u8868\u793a, \u6216\u8005\u96b1\u85cf\u5206\u652f\u7dda.</html>
-EdgeStyleAction.horizontal.text=\u6c34\u5e73
-EdgeStyleAction.horizontal.tooltip=<html>\u4ee5\u4e92\u76f8\u5782\u76f4\u7684\u76f4\u7dda\u986f\u793a\u5206\u652f\u7dda</html>
+EdgeStyleAction.bezier.tooltip=<html>\u4EE5\u5E73\u6ED1\u66F2\u7DDA\u986F\u793A\u5206\u652F\u7DDA</html>
+EdgeStyleAction.hide_edge.text=\u96B1\u85CF\u5206\u652F\u7DDA
+EdgeStyleAction.hide_edge.tooltip=<html>\u5C07\u9078\u53D6\u7BC0\u9EDE\u5230\u7236\u7BC0\u9EDE\u7684\u5206\u652F\u7DDA\u4EE5\u865B\u7DDA\u8868\u793A, \u6216\u8005\u96B1\u85CF\u5206\u652F\u7DDA.</html>
+EdgeStyleAction.horizontal.text=\u6C34\u5E73
+EdgeStyleAction.horizontal.tooltip=<html>\u4EE5\u4E92\u76F8\u5782\u76F4\u7684\u76F4\u7DDA\u986F\u793A\u5206\u652F\u7DDA</html>
EdgeStyleAction.linear.text=\u76F4\u7DDA
-EdgeStyleAction.linear.tooltip=<html>\u4ee5\u76f4\u7dda\u986f\u793a\u5206\u652f\u7dda</html>
-EdgeStyleAction.sharp_bezier.text=\u7531\u7c97\u800c\u7d30\u7684\u8c9d\u6c0f\u66f2\u7dda
-EdgeStyleAction.sharp_bezier.tooltip=<html>\u4ee5\u7531\u7c97\u800c\u7d30\u7684\u5e73\u6ed1\u66f2\u7dda\u986f\u793a\u5206\u652f\u7dda</html>
-EdgeStyleAction.sharp_linear.text=\u7531\u7c97\u800c\u7d30\u7684\u76f4\u7dda
-EdgeStyleAction.sharp_linear.tooltip=<html>\u4ee5\u7531\u7c97\u800c\u7d30\u7684\u7dda\u6bb5\u986f\u793a\u5206\u652f\u7dda</html>
-EdgeStyleAsParentAction.text=\u540c\u7236\u7bc0\u9ede
-EdgeStyleAsParentAction.tooltip=<html>\u4f7f\u7528\u7236\u7bc0\u9ede\u7684\u6a23\u5f0f</html>
-EdgeWidthAction_width_parent.text=\u7236\u7bc0\u9ede
-EdgeWidthAction_width_thin.text=\u8584\u5206\u652f\u7dda
+EdgeStyleAction.linear.tooltip=<html>\u4EE5\u76F4\u7DDA\u986F\u793A\u5206\u652F\u7DDA</html>
+EdgeStyleAction.sharp_bezier.text=\u7531\u7C97\u800C\u7D30\u7684\u8C9D\u6C0F\u66F2\u7DDA
+EdgeStyleAction.sharp_bezier.tooltip=<html>\u4EE5\u7531\u7C97\u800C\u7D30\u7684\u5E73\u6ED1\u66F2\u7DDA\u986F\u793A\u5206\u652F\u7DDA</html>
+EdgeStyleAction.sharp_linear.text=\u7531\u7C97\u800C\u7D30\u7684\u76F4\u7DDA
+EdgeStyleAction.sharp_linear.tooltip=<html>\u4EE5\u7531\u7C97\u800C\u7D30\u7684\u7DDA\u6BB5\u986F\u793A\u5206\u652F\u7DDA</html>
+EdgeStyleAsParentAction.text=\u540C\u7236\u7BC0\u9EDE
+EdgeStyleAsParentAction.tooltip=<html>\u4F7F\u7528\u7236\u7BC0\u9EDE\u7684\u6A23\u5F0F</html>
+EdgeWidthAction_width_parent.text=\u7236\u7BC0\u9EDE
+EdgeWidthAction_width_thin.text=\u8584\u5206\u652F\u7DDA
edit=\u7DE8\u8F2F
edit.decision=HTML\u7DE8\u8F2F\u5668
-edit.edit_rich_text=\u4f60\u9700\u8981\u4f7f\u7528\u8f03\u597d\u7684\u7de8\u8f2f\u529f\u80fd\u55ce? (\u5982\u7c97\u9ad4, \u659c\u9ad4)
-edit_details=\u7de8\u8f2f\u7bc0\u9ede\u7d30\u7bc0\u65bc\u5c0d\u8a71\u8996\u7a97
-edit_end_label=\u9023\u7d50\u7dda\u6a19\u7c64
-edit_label_font_family=\u5b57\u578b
-edit_label_font_size=\u5b57\u9ad4\u5927\u5c0f
-edit_link_manually=\u624b\u52d5\u7de8\u8f2f\u8d85\u9023\u7d50 ...
-edit_long_node=\u7de8\u8f2f\u7bc0\u9ede\u6838\u5fc3\u65bc\u5c0d\u8a71\u8996\u7a97
-edit_middle_label=\u7de8\u8f2f\u4e2d\u592e\u6a19\u7c64
-edit_note=\u7de8\u8f2f\u8a3b\u89e3
-edit_source_label=\u7de8\u8f2f\u8d77\u9ede\u6a19\u7c64
-edit_target_label=\u7de8\u8f2f\u7d42\u9ede\u6a19\u7c64
-edit_transparency_label=\u900f\u660e\u5ea6
-edit_width_label=\u9023\u7d50\u7dda\u5bec\u5ea6
-EditAction.text=\u7de8\u8f2f\u7bc0\u9ede\u6838\u5fc3\u65bc\u5167\u5d4c\u7de8\u8f2f\u5217
-EditAttributesAction.text=\u7de8\u8f2f\u5c6c\u6027\u65bc\u5167\u5d4c\u7de8\u8f2f\u5217
-EditDetailsAction.text=\u7de8\u8f2f\u7bc0\u9ede\u7d30\u7bc0\u65bc\u5167\u5d4c\u7de8\u8f2f\u5217
-EditDetailsInDialogAction.text=\u7de8\u8f2f\u7bc0\u9ede\u7d30\u7bc0\u65bc\u5c0d\u8a71\u8996\u7a97
-EditFilterAction.text=\u7de8\u8f2f\u7be9\u9078\u5668...
-EditLongAction.text=\u7de8\u8f2f\u7bc0\u9ede\u6838\u5fc3\u65bc\u5c0d\u8a71\u8996\u7a97
-EditNoteInDialogAction.text=\u7de8\u8f2f\u8a3b\u89e3\u65bc\u5c0d\u8a71\u8996\u7a97
-EditScript=\u7de8\u8f2f scripts...
-EditStylesAction.text=\u7de8\u8f2f\u6a23\u5f0f...
-EncryptedMap.text=\u65b0\u589e\u52a0\u5bc6\u5fc3\u667a\u5716...
-EncryptedMap.tooltip=\u65b0\u589e\u52a0\u5bc6\u5fc3\u667a\u5716
-enter_base_url=\u5c07\u8cbc\u4e0a\u76f8\u5c0d\u9023\u7d50, \u8acb\u8f38\u5165\u57fa\u6e96URL.
-enter_condition_name=\u8f38\u5165\u65b0\u7684\u689d\u4ef6\u540d\u7a31
-enter_confirms=\u6309Enter \u78ba\u8a8d
-enter_keyset_name=\u8f38\u5165\u5feb\u901f\u9375\u96c6\u540d\u7a31
-enter_map_url=\u8f38\u5165\u5fc3\u667a\u5716\u7db2\u5740
-enter_new_style_name=\u8f38\u5165\u65b0\u7684\u6a23\u5f0f\u540d\u7a31
-enter_node_id=\u8f38\u5165 ID (\u7bc0\u9ede\u8eab\u5206\u78bc)
-enter_zoom=\u8f38\u5165\u7e2e\u653e\u6bd4\u4f8b
-EnterPassword.text=\u8f38\u5165\u5bc6\u78bc
+edit.edit_rich_text=\u60A8\u9700\u8981\u4F7F\u7528\u683C\u5F0F\u5316\u4F8B\u5982\u7C97\u9AD4\u6216\u659C\u9AD4\u55CE\uFF1F
+edit_details=\u7DE8\u8F2F\u7BC0\u9EDE\u7D30\u7BC0\u65BC\u5C0D\u8A71\u8996\u7A97
+edit_end_label=\u9023\u7D50\u7DDA\u6A19\u7C64
+edit_label_font_family=\u5B57\u578B
+edit_label_font_size=\u5B57\u9AD4\u5927\u5C0F
+edit_link_manually=\u624B\u52D5\u7DE8\u8F2F\u8D85\u9023\u7D50 ...
+edit_long_node=\u7DE8\u8F2F\u7BC0\u9EDE\u6838\u5FC3\u65BC\u5C0D\u8A71\u8996\u7A97
+edit_middle_label=\u7DE8\u8F2F\u4E2D\u592E\u6A19\u7C64
+edit_note=\u7DE8\u8F2F\u8A3B\u89E3
+edit_source_label=\u7DE8\u8F2F\u8D77\u9EDE\u6A19\u7C64
+edit_target_label=\u7DE8\u8F2F\u7D42\u9EDE\u6A19\u7C64
+edit_transparency_label=\u900F\u660E\u5EA6
+edit_width_label=\u9023\u7D50\u7DDA\u5BEC\u5EA6
+EditAction.text=\u7DE8\u8F2F\u7BC0\u9EDE\u6838\u5FC3\u65BC\u5167\u5D4C\u7DE8\u8F2F\u5217
+EditAttributesAction.text=\u7DE8\u8F2F\u5C6C\u6027\u65BC\u5167\u5D4C\u7DE8\u8F2F\u5217
+EditDetailsAction.text=\u7DE8\u8F2F\u7BC0\u9EDE\u7D30\u7BC0\u65BC\u5167\u5D4C\u7DE8\u8F2F\u5217
+EditDetailsInDialogAction.text=\u7DE8\u8F2F\u7BC0\u9EDE\u7D30\u7BC0\u65BC\u5C0D\u8A71\u8996\u7A97
+EditFilterAction.text=\u69CB\u5716\u7BE9\u9078\u5668
+EditLongAction.text=\u7DE8\u8F2F\u7BC0\u9EDE\u6838\u5FC3\u65BC\u5C0D\u8A71\u8996\u7A97
+EditNoteInDialogAction.text=\u7DE8\u8F2F\u8A3B\u89E3\u65BC\u5C0D\u8A71\u8996\u7A97
+EditScript=\u7DE8\u8F2F scripts...
+EditStylesAction.text=\u7DE8\u8F2F\u6A23\u5F0F
+EncryptedMap.text=\u65B0\u589E\u52A0\u5BC6\u5FC3\u667A\u5716...
+EncryptedMap.tooltip=\u65B0\u589E\u52A0\u5BC6\u5FC3\u667A\u5716
+enter_base_url=\u5C07\u8CBC\u4E0A\u76F8\u5C0D\u9023\u7D50, \u8ACB\u8F38\u5165\u57FA\u6E96URL.
+enter_condition_name=\u8F38\u5165\u65B0\u7684\u689D\u4EF6\u540D\u7A31
+enter_confirms=\u6309Enter \u78BA\u8A8D
+enter_keyset_name=\u8F38\u5165\u5FEB\u901F\u9375\u96C6\u540D\u7A31
+enter_map_url=\u8F38\u5165\u5FC3\u667A\u5716\u7DB2\u5740
+enter_new_style_name=\u8F38\u5165\u65B0\u7684\u6A23\u5F0F\u540D\u7A31
+enter_node_id=\u8F38\u5165 ID (\u7BC0\u9EDE\u8EAB\u5206\u78BC)
+enter_zoom=\u8F38\u5165\u7E2E\u653E\u6BD4\u4F8B
+EnterPassword.text=\u8F38\u5165\u5BC6\u78BC
error=\u932F\u8AA4
-error_applying_template=\u5957\u7528 XSL \u6a21\u677f\u7684\u6642\u5019\u932f\u8aa4
-error_creating_directory=\u7121\u6cd5\u5efa\u7acb\u532f\u51fa\u6a94\u6848\u76ee\u9304.
-error_in_template=\u5167\u5b9a\u6a23\u677f\u5fc3\u667a\u5716 {0} \u6709\u932f\u8aa4. \u8acb\u79fb\u9664\u9019\u500b\u6a94\u6848.
-errornumber={0} \u932f\u8aa4
-ExecuteScriptError.text=Script \u6307\u4ee4\u57f7\u884c\u932f\u8aa4:
-ExecuteScriptForAllNodes.text=\u57f7\u884c\u6240\u6709 script \u6307\u4ee4
-ExecuteScriptForSelectionAction.text=\u57f7\u884c\u9078\u53d6\u7684\u7bc0\u9ede\u7684 script \u6307\u4ee4
-ExecuteScriptOnSelectedNode.text=\u5c0d\u6240\u6709\u9078\u53d6\u7684\u7bc0\u9ede\u57f7\u884c {0}
-ExecuteScriptOnSelectedNodeRecursively.text=\u905e\u8ff4\u5730\u5c0d\u9078\u53d6\u7684\u7bc0\u9ede\u57f7\u884c {0}
-ExecuteScriptOnSingleNode.text=\u5c0d\u4e00\u500b\u9078\u64c7\u7684\u7bc0\u9ede\u57f7\u884c {0}
-ExecuteScripts.noScriptsAvailable=\u6c92\u6709\u53ef\u7528\u7684 scripts
-ExecuteScripts.text=\u57f7\u884c script \u6307\u4ee4
-ExecuteScriptSecurityError.text=Scripts \u57f7\u884c\u6642\u51fa\u73fe\u932f\u8aa4: {0}
-export_failed=\u532f\u51fa\u5931\u6557
-export_pdf_text=PDF\u6a94
-export_svg_text=SVG \u6a94 (\u53ef\u7e2e\u653e\u5411\u91cf\u5716\u5f62\u6a94)
-export_using_xslt=\u4f7f\u7528 XSLT \u532f\u51fa
-ExportAction.text=\u532f\u51fa\u5fc3\u667a\u5716...
-ExportBranchAction.text=\u5206\u652f\u53e6\u5b58\u65b0\u6a94...
-ExportBranchToHTMLAction.text=\u5c07\u5206\u652f\u7684\u7bc0\u9ede\u532f\u51faHTML...
-exported_file=\u532f\u51fa\u7684\u6a94\u6848 {0}
-ExportPdf.text=\u532f\u51fa\u6210 PDF \u6a94...
-ExportSvg.text=\u532f\u51fa\u6210 SVG \u6a94...
-ExportToHTMLAction.text=\u532f\u51fa\u6210 HTML \u6a94...
-ExportToImage.jpg.text=\u532f\u51fa\u6210 JPEG \u6a94...
-ExportToImage.png.text=\u532f\u51fa\u6210 PNG \u6a94...
-ExportToOoWriter.text=\u532f\u51fa\u6210 Open Office \u6587\u4ef6...
-extension_menu=\u7bc0\u9ede\u6a23\u7248
-ExternalImage_popupMenu_Change=\u66f4\u63db\u5716\u7247...
-ExternalImage_popupMenu_Open=\u5728\u6aa2\u8996\u5668\u958b\u555f
-ExternalImage_popupMenu_Remove=\u79fb\u9664
-ExternalImage_popupMenu_ResetZoom=\u6062\u5fa9\u539f\u5927\u5c0f
-ExternalImageAddAction.text=\u52a0\u5165\u5716\u7247...
-ExternalImageChangeAction.text=\u66f4\u63db\u5716\u7247...
-ExternalImageRemoveAction.text=\u79fb\u9664\u5716\u7247
-ExtractLinkFromTextAction.text=\u8403\u53d6\u8d85\u9023\u7d50
-ExtractLinkFromTextAction.tooltip=\u5f9e\u7bc0\u9ede\u6587\u5b57\u4e2d\u627e\u5230\u4e26\u8a2d\u5b9a\u8d85\u9023\u7d50
-f_button_unassigned=<\u672a\u8a2d\u5b9a\u52d5\u4f5c>
+error_applying_template=\u5957\u7528 XSL \u6A21\u677F\u7684\u6642\u5019\u932F\u8AA4\u3002
+error_creating_directory=\u7121\u6CD5\u5EFA\u7ACB\u532F\u51FA\u6A94\u6848\u76EE\u9304.
+error_in_template=\u5167\u5B9A\u6A23\u677F\u5FC3\u667A\u5716 {0} \u6709\u932F\u8AA4. \u8ACB\u79FB\u9664\u9019\u500B\u6A94\u6848.
+errornumber={0} \u932F\u8AA4
+ExecuteScriptError.text=Script \u6307\u4EE4\u57F7\u884C\u932F\u8AA4\uFF1A\n{0}
+ExecuteScriptForAllNodes.text=\u57F7\u884C\u6240\u6709 script \u6307\u4EE4
+ExecuteScriptForSelectionAction.text=\u57F7\u884C\u9078\u53D6\u7684\u7BC0\u9EDE\u7684 script \u6307\u4EE4
+ExecuteScriptOnSelectedNode.text=\u5C0D\u6240\u6709\u9078\u53D6\u7684\u7BC0\u9EDE\u57F7\u884C {0}
+ExecuteScriptOnSelectedNodeRecursively.text=\u905E\u8FF4\u5730\u5C0D\u9078\u53D6\u7684\u7BC0\u9EDE\u57F7\u884C {0}
+ExecuteScriptOnSingleNode.text=\u5C0D\u4E00\u500B\u9078\u64C7\u7684\u7BC0\u9EDE\u57F7\u884C {0}
+ExecuteScripts.noScriptsAvailable=\u6C92\u6709\u53EF\u7528\u7684 scripts
+ExecuteScripts.text=\u57F7\u884C script \u6307\u4EE4
+ExecuteScriptSecurityError.text=Scripts \u57F7\u884C\u6642\u51FA\u73FE\u932F\u8AA4: {0}
+export_failed=\u532F\u51FA\u5931\u6557
+export_pdf_text=PDF\u6A94
+export_svg_text=SVG \u6A94 (\u53EF\u7E2E\u653E\u5411\u91CF\u5716\u5F62\u6A94)
+export_using_xslt=\u4F7F\u7528 XSLT \u532F\u51FA
+ExportAction.text=(&E)\u532F\u51FA\u5FC3\u667A\u5716...
+ExportBranchAction.text=\u5C07\u5206\u652F\u79FB\u5230\u65B0\u7684\u5FC3\u667A\u5716...
+ExportBranchToHTMLAction.text=\u5C07\u5206\u652F\u4F5C\u6210 HTML
+exported_file=\u532F\u51FA\u7684\u6A94\u6848 {0}
+ExportPdf.text=\u532F\u51FA\u6210 PDF \u6A94...
+ExportSvg.text=\u532F\u51FA\u6210 SVG \u6A94...
+ExportToHTMLAction.text=\u532F\u51FA\u6210 HTML \u6A94...
+ExportToImage.jpg.text=\u532F\u51FA\u6210 JPEG \u6A94...
+ExportToImage.png.text=\u532F\u51FA\u6210 PNG \u6A94...
+ExportToOoWriter.text=\u532F\u51FA\u6210 Open Office \u6587\u4EF6...
+extension_menu=\u7BC0\u9EDE\u6A23\u7248
+ExternalImage_popupMenu_Change=\u66F4\u63DB\u5716\u7247...
+ExternalImage_popupMenu_Open=\u5728\u6AA2\u8996\u5668\u958B\u555F
+ExternalImage_popupMenu_Remove=\u79FB\u9664
+ExternalImage_popupMenu_ResetZoom=\u6062\u5FA9\u539F\u5927\u5C0F
+ExternalImageAddAction.text=\u52A0\u5165\u5716\u7247...
+ExternalImageChangeAction.text=\u66F4\u63DB\u5716\u7247...
+ExternalImageRemoveAction.text=\u79FB\u9664\u5716\u7247
+ExtractLinkFromTextAction.text=\u8403\u53D6\u8D85\u9023\u7D50
+ExtractLinkFromTextAction.tooltip=\u5F9E\u7BC0\u9EDE\u6587\u5B57\u4E2D\u627E\u5230\u4E26\u8A2D\u5B9A\u8D85\u9023\u7D50
+f_button_unassigned=<\u672A\u8A2D\u5B9A\u52D5\u4F5C>
FaqOpenURLAction.text=\u5E38\u898B\u554F\u984C\u89E3\u7B54
file=\u6A94\u6848
-file_already_exists=\u6A94\u6848 {0} \u5DF2\u7D93\u5B58\u5728. \u78BA\u5B9A\u8981\u8986\u84CB\u55CE?
-file_not_found=\u627e\u4e0d\u5230\u6a94\u6848 {0}
-FileListFlavorHandler=\u9023\u7d50\u5230\u6a94\u6848
-FileProperties_BranchLeafCount=\u9078\u53d6\u7684\u5206\u652f\u7684\u672b\u7aef\u7bc0\u9ede\u6578:
-FileProperties_BranchNodeCount=\u9078\u53d6\u7684\u5206\u652f\u7684\u7bc0\u9ede\u6578:
-FileProperties_ChangesSinceLastSave=\u4e0a\u6b21\u5132\u5b58\u4e4b\u5f8c\u7684\u6539\u8b8a:
-FileProperties_FileName=\u6a94\u6848\u540d\u7a31:
-FileProperties_FileSaved=\u6a94\u6848\u5132\u5b58\u65bc:
-FileProperties_FileSize=\u6a94\u6848\u5927\u5c0f:
-FileProperties_MainBranchCount=\u4e3b\u8981\u5206\u652f\u6578:
-FileProperties_NeverSaved=\u5f9e\u672a\u5132\u5b58
-FileProperties_NodeChildCount=\u9078\u53d6\u7684\u5206\u652f\u7684\u5b50\u7bc0\u9ede\u6578:
-FileProperties_NodeSelectionCount=\u9078\u53d6\u7684\u7bc0\u9ede\u6578:
-FileProperties_TotalFilteredCount=\u6eff\u8db3\u7be9\u9078\u689d\u4ef6\u7684\u7bc0\u9ede\u6578:
-FileProperties_TotalLeafCount=\u6240\u6709\u672b\u7aef\u7bc0\u9ede\u6578:
-FileProperties_TotalNodeCount=\u6240\u6709\u7bc0\u9ede\u6578:
-FilePropertiesAction.text=\u5fc3\u667a\u5716\u7d71\u8a08\u8cc7\u8a0a...
-FileRevisionsDialog.cancel=\u53d6\u6d88
-FileRevisionsDialog.file_last_modified=\u6642\u9593\u5370\u8a18
-FileRevisionsDialog.file_name=\u6a94\u6848
-FileRevisionsDialog.file_size=\u4f4d\u5143\u7d44
-FileRevisionsDialog.open=\u958b\u555f
-FileRevisionsDialog.open.tooltip=\u958b\u555f\u6a94\u6848, \u5373\u4f7f\u5b83\u53ef\u80fd\u904e\u6642.
-FileRevisionsDialog.question=\u767c\u73fe {0} \u7684\u4fee\u8a02\u7248
-FileRevisionsDialog.restore=\u56de\u5fa9
-FileRevisionsDialog.restore.tooltip=\u7528 {1} \u53d6\u4ee3 {0}
-FileRevisionsDialog.title=\u6a94\u6848\u4fee\u8a02
-filter=\u7be9\u9078
+file_already_exists=\u6A94\u6848 {0} \u5DF2\u7D93\u5B58\u5728\u3002\u60A8\u78BA\u5B9A\u8981\u8986\u84CB\u55CE\uFF1F
+file_not_found=\u627E\u4E0D\u5230\u6A94\u6848 {0}
+FileListFlavorHandler=\u9023\u7D50\u5230\u6A94\u6848
+FileProperties_BranchLeafCount=\u9078\u53D6\u7684\u5206\u652F\u7684\u672B\u7AEF\u7BC0\u9EDE\u6578:
+FileProperties_BranchNodeCount=\u9078\u53D6\u7684\u5206\u652F\u7684\u7BC0\u9EDE\u6578:
+FileProperties_ChangesSinceLastSave=\u4E0A\u6B21\u5132\u5B58\u4E4B\u5F8C\u7684\u6539\u8B8A:
+FileProperties_FileName=\u6A94\u6848\u540D\u7A31:
+FileProperties_FileSaved=\u6A94\u6848\u5132\u5B58\u65BC:
+FileProperties_FileSize=\u6A94\u6848\u5927\u5C0F:
+FileProperties_MainBranchCount=\u4E3B\u8981\u5206\u652F\u6578:
+FileProperties_NeverSaved=\u5F9E\u672A\u5132\u5B58
+FileProperties_NodeChildCount=\u9078\u53D6\u7684\u5206\u652F\u7684\u5B50\u7BC0\u9EDE\u6578:
+FileProperties_NodeSelectionCount=\u9078\u53D6\u7684\u7BC0\u9EDE\u6578:
+FileProperties_TotalFilteredCount=\u6EFF\u8DB3\u7BE9\u9078\u689D\u4EF6\u7684\u7BC0\u9EDE\u6578:
+FileProperties_TotalLeafCount=\u6240\u6709\u672B\u7AEF\u7BC0\u9EDE\u6578:
+FileProperties_TotalNodeCount=\u6240\u6709\u7BC0\u9EDE\u6578:
+FilePropertiesAction.text=\u5FC3\u667A\u5716\u7D71\u8A08\u8CC7\u8A0A...
+FileRevisionsDialog.cancel=\u53D6\u6D88
+FileRevisionsDialog.file_last_modified=\u6642\u9593\u5370\u8A18
+FileRevisionsDialog.file_name=\u6A94\u6848
+FileRevisionsDialog.file_size=\u4F4D\u5143\u7D44
+FileRevisionsDialog.open=\u958B\u555F
+FileRevisionsDialog.open.tooltip=\u958B\u555F\u6A94\u6848\uFF0C\u5373\u4F7F\u5B83\u53EF\u80FD\u904E\u6642
+FileRevisionsDialog.question=\u767C\u73FE {0} \u7684\u4FEE\u8A02\u7248
+FileRevisionsDialog.restore=\u56DE\u5FA9
+FileRevisionsDialog.restore.tooltip=\u7528 {1} \u53D6\u4EE3 {0}
+FileRevisionsDialog.title=\u6A94\u6848\u4FEE\u8A02
+filter=\u7BE9\u9078
filter_add=\u65B0\u589E
filter_and=AND
-filter_any_text=\u7bc0\u9ede\u6838\u5fc3, \u7d30\u7bc0\u548c\u8a3b\u89e3
-filter_conditions=\u7be9\u9078\u689d\u4ef6
-filter_contains=\u5305\u542b
-filter_created_after=\u5728...\u4e4b\u5f8c\u5efa\u7acb
-filter_created_before=\u5728...\u4e4b\u524d\u5efa\u7acb
+filter_any_text=\u7BC0\u9EDE\u6838\u5FC3, \u7D30\u7BC0\u548C\u8A3B\u89E3
+filter_conditions=\u7BE9\u9078\u689D\u4EF6
+filter_contains=\u5305\u542B
+filter_created_after=\u5728...\u4E4B\u5F8C\u5EFA\u7ACB
+filter_created_before=\u5728...\u4E4B\u524D\u5EFA\u7ACB
filter_delete=\u522A\u9664
-filter_details=\u7bc0\u9ede\u7d30\u7bc0
-filter_dialog=\u7be9\u9078\u529f\u80fd\u7de8\u8f2f\u5668
-filter_does_not_exist=\u4e0d\u5b58\u5728
-filter_edit_description=\u7be9\u9078\u5217\u8868
-filter_enter_value=\u8f38\u5165\u503c
-filter_even_level=\u5947\u6578\u968e\u7bc0\u9ede
-filter_exist=\u5b58\u5728
-filter_icon=\u5c0f\u5716\u793a
+filter_details=\u7BC0\u9EDE\u7D30\u7BC0
+filter_dialog=\u7BE9\u9078\u529F\u80FD\u7DE8\u8F2F\u5668
+filter_does_not_exist=\u4E0D\u5B58\u5728
+filter_edit_description=\u7BE9\u9078\u5217\u8868
+filter_enter_value=\u8F38\u5165\u503C
+filter_even_level=\u5947\u6578\u968E\u7BC0\u9EDE
+filter_exist=\u5B58\u5728
+filter_icon=\u5C0F\u5716\u793A
filter_is_equal_to==
filter_is_not_equal_to=\u2260
-filter_leaf=\u672b\u7aef\u7bc0\u9ede
-filter_link=\u8d85\u9023\u7d50
-filter_match_approximately=\u8fd1\u4f3c\u5339\u914d
-filter_match_approximately_tooltip=<html>\u662f\u5426\u5141\u8a31\u8fd1\u4f3c\u5339\u914d,<br/>\u4f8b\u5982\uff0c\u641c\u5c0b 'files' \u6642\u4e5f\u6703\u627e\u5230 'flies'.</html>
-filter_match_case=\u5340\u5206\u5927\u5c0f\u5beb
-filter_match_case_tooltip=\u5339\u914d\u6642\u662f\u5426\u5340\u5206\u5927\u5c0f\u5beb.
-filter_modified_after=\u5728...\u4e4b\u5f8c\u4fee\u6539
-filter_modified_before=\u5728...\u4e4b\u524d\u4fee\u6539
-filter_no_filtering=\u7121\u7be9\u9078
-filter_node=\u7bc0\u9ede\u6838\u5fc3
-filter_node_level=\u7bc0\u9ede\u968e\u5c64
+filter_leaf=\u672B\u7AEF\u7BC0\u9EDE
+filter_link=\u8D85\u9023\u7D50
+filter_match_approximately=\u8FD1\u4F3C\u5339\u914D
+filter_match_approximately_tooltip=<html>\u662F\u5426\u5141\u8A31\u8FD1\u4F3C\u5339\u914D,<br/>\u4F8B\u5982\uFF0C\u641C\u5C0B 'files' \u6642\u4E5F\u6703\u627E\u5230 'flies'.</html>
+filter_match_case=\u5340\u5206\u5927\u5C0F\u5BEB
+filter_match_case_tooltip=\u5339\u914D\u6642\u662F\u5426\u5340\u5206\u5927\u5C0F\u5BEB.
+filter_modified_after=\u5728...\u4E4B\u5F8C\u4FEE\u6539
+filter_modified_before=\u5728...\u4E4B\u524D\u4FEE\u6539
+filter_no_filtering=\u7121\u7BE9\u9078
+filter_node=\u7BC0\u9EDE\u6838\u5FC3
+filter_node_level=\u7BC0\u9EDE\u968E\u5C64
filter_not=NOT
-filter_note=\u8a3b\u89e3
-filter_odd_level=\u5076\u6578\u968e\u7bc0\u9ede
+filter_note=\u8A3B\u89E3
+filter_odd_level=\u5076\u6578\u968E\u7BC0\u9EDE
filter_or=OR
-filter_parent=\u7236\u7bc0\u9ede\u6587\u5b57
-filter_periodic_level=\u9031\u671f\u6027
-filter_priority=\u512a\u5148\u5e8f
-filter_regexp_matches=regexp (\u5b57\u4e32\u5e38\u898f\u8868\u793a\u5f0f) \u5339\u914d
-filter_reminder=\u63d0\u9192
-filter_reminder_after=\u9810\u5b9a\u5728...\u4e4b\u5f8c
-filter_reminder_before=\u9810\u5b9a\u5728...\u4e4b\u524d
-filter_reminder_executed=\u5df2\u7d93\u904e\u6642
-filter_reminder_later=\u7a0d\u5f8c\u5230\u671f
-filter_root=\u4e3b\u7bc0\u9ede
-filter_script=Script \u7be9\u9078
-filter_select=\u9078\u64c7
-filter_selected_node_view=\u76ee\u524d\u9078\u53d6\u7684\u7bc0\u9ede
-filter_selected_node_view_snapshot=\u5132\u5b58\u9078\u53d6\u7684\u7bc0\u9ede
-filter_style=\u6a23\u5f0f
-filter_time=\u65e5\u671f\u7be9\u9078
-FilterComposerDialog.save=\u5132\u5b58
-filters_not_loaded=\u7be9\u9078\u6a94\u7121\u6cd5\u8f09\u5165
+filter_parent=\u7236\u7BC0\u9EDE\u6587\u5B57
+filter_periodic_level=\u9031\u671F\u6027
+filter_priority=\u512A\u5148\u5E8F
+filter_regexp_matches=regexp (\u5B57\u4E32\u5E38\u898F\u8868\u793A\u5F0F) \u5339\u914D
+filter_reminder=\u63D0\u9192
+filter_reminder_after=\u9810\u5B9A\u5728...\u4E4B\u5F8C
+filter_reminder_before=\u9810\u5B9A\u5728...\u4E4B\u524D
+filter_reminder_executed=\u5DF2\u7D93\u904E\u6642
+filter_reminder_later=\u7A0D\u5F8C\u5230\u671F
+filter_root=\u4E3B\u7BC0\u9EDE
+filter_script=Script \u7BE9\u9078
+filter_select=(&S)\u9078\u64C7
+filter_selected_node_view=\u76EE\u524D\u9078\u53D6\u7684\u7BC0\u9EDE
+filter_selected_node_view_snapshot=\u5132\u5B58\u9078\u53D6\u7684\u7BC0\u9EDE
+filter_style=\u6A23\u5F0F
+filter_time=\u65E5\u671F\u7BE9\u9078
+FilterComposerDialog.save=(&S)\u5132\u5B58
+filters_not_loaded=\u7BE9\u9078\u6A94\u7121\u6CD5\u8F09\u5165
find_what=\u5C0B\u627E
-FindAction.text=\u641c\u5c0b...
-FirstGroupNodeAction.text=\u8a2d\u5b9a/\u53d6\u6d88 \u7fa4\u7d44\u958b\u59cb\u7bc0\u9ede
-fit_map_to_page=\u8ABF\u6210\u4E00\u9801
-fit_map_to_page_height=\u8abf\u6210\u4e00\u9801\u9ad8
-fit_map_to_page_width=\u8abf\u6210\u4e00\u9801\u5bec
-FitToPage.text=\u8abf\u6210\u4e00\u9801
-FitToPage.tooltip=\u653e\u5927\u6216\u7e2e\u5c0f\u6210\u8996\u7a97\u5927\u5c0f
+FindAction.text=\u641C\u5C0B...
+FirstGroupNodeAction.text=\u8A2D\u5B9A/\u53D6\u6D88 \u7FA4\u7D44\u958B\u59CB\u7BC0\u9EDE
+fit_map_to_page=(&F)\u8ABF\u6210\u4E00\u9801
+fit_map_to_page_height=(&h)\u8ABF\u6210\u4E00\u9801\u9AD8
+fit_map_to_page_width=(&w)\u8ABF\u6210\u4E00\u9801\u5BEC
+FitToPage.text=\u8ABF\u6210\u4E00\u9801
+FitToPage.tooltip=\u8ABF\u6574\u7E2E\u653E\u6BD4\u4F8B\u4F7F\u5FC3\u667A\u5716\u6210\u76EE\u524D\u8996\u7A97\u5927\u5C0F\u3002
fold=\u647A\u758A
-FoldAllAction.text=\u5168\u90e8\u647a\u758a
-FoldAllAction.tooltip=<html>\u647a\u758a\u9078\u53d6\u7684\u7bc0\u9ede\u548c\u5b83\u6240\u6709\u7684\u5b50\u7bc0\u9ede.</html>
-FoldOneLevelAction.text=\u647a\u758a\u4e00\u5c64
-FoldOneLevelAction.tooltip=<html>\u5c07\u9078\u53d6\u7684\u7bc0\u9ede\u672b\u7aef\u647a\u758a\u4e00\u5c64.</html>
-follow_graphical_link=\u8df3\u5230:
-FollowLinkAction.text=\u958b\u555f\u8d85\u9023\u7d50
+FoldAllAction.text=\u5168\u90E8\u647A\u758A
+FoldAllAction.tooltip=<html>\u647A\u758A\u9078\u53D6\u7684\u7BC0\u9EDE\u548C\u5B83\u6240\u6709\u7684\u5B50\u7BC0\u9EDE.</html>
+FoldOneLevelAction.text=\u647A\u758A\u4E00\u5C64
+FoldOneLevelAction.tooltip=<html>\u5C07\u9078\u53D6\u7684\u7BC0\u9EDE\u672B\u7AEF\u647A\u758A\u4E00\u5C64.</html>
+follow_graphical_link=\u8DF3\u5230:
+FollowLinkAction.text=\u958B\u555F\u8D85\u9023\u7D50
font=\u5B57\u578B
FontFamilyAction.text=\u5B57\u9AD4
FontSizeAction.text=\u5B57\u578B\u5927\u5C0F
-format_invalid_pattern=\u4e0d\u662f\u6709\u6548\u7684\u6a23\u5f0f
-format_menu_cloud_shapes=\u96f2\u72c0\u5305\u8986 (\u65b0\u589e\u6216\u8b8a\u5f62)
-format_menu_edge_styles=\u5206\u652f\u7dda\u6a23\u5f0f
-format_menu_edge_widths=\u5206\u652f\u7dda\u5bec\u5ea6
-format_panel=\u683c\u5f0f
-FormatCopy.text=\u8907\u88fd\u683c\u5f0f
-FormatCopy.tooltip=<html>\u8907\u88fd\u7bc0\u9ede\u683c\u5f0f.</html>
-FormatPaste.text=\u8cbc\u4e0a\u683c\u5f0f
-FormatPaste.tooltip=<html>\u8cbc\u4e0a\u7bc0\u9ede\u683c\u5f0f.</html>
-formats_not_loaded=\u683c\u5f0f\u7121\u6cd5\u8f09\u5165\uff0c\u6a94\u6848\u6bc0\u640d
-formula.error.attributeValueIsNull=\u5c6c\u6027\u503c "{0}" \u662f\u7a7a\u7684
-formula.error.circularReference=\u5faa\u74b0\u53c3\u7167: \u7bc0\u9ede "{0}" \u7684\u516c\u5f0f\u53c3\u7167\u5230\u5b83\u81ea\u5df1.
-formula.EvaluateAllAction.text=\u8a08\u7b97\u6240\u6709\u516c\u5f0f
-formula.EvaluateAllAction.tooltip=\u8a08\u7b97\u5716\u4e0a\u6240\u6709\u516c\u5f0f
-formula.menuname=\u516c\u5f0f
-formula_editor=\u7de8\u8f2f\u65b9\u7a0b\u5f0f
+format_invalid_pattern=\u4E0D\u662F\u6709\u6548\u7684\u6A23\u5F0F
+format_menu_cloud_shapes=\u96F2\u72C0\u5305\u8986 (\u65B0\u589E\u6216\u8B8A\u5F62)
+format_menu_edge_styles=\u5206\u652F\u7DDA\u6A23\u5F0F
+format_menu_edge_widths=\u5206\u652F\u7DDA\u5BEC\u5EA6
+format_panel=\u683C\u5F0F
+FormatCopy.text=\u8907\u88FD\u683C\u5F0F
+FormatCopy.tooltip=<html>\u8907\u88FD\u7BC0\u9EDE\u683C\u5F0F.</html>
+FormatPaste.text=\u8CBC\u4E0A\u683C\u5F0F
+FormatPaste.tooltip=<html>\u8CBC\u4E0A\u7BC0\u9EDE\u683C\u5F0F.</html>
+formats_not_loaded=\u683C\u5F0F\u7121\u6CD5\u8F09\u5165\uFF0C\u6A94\u6848\u6BC0\u640D
+formula.error.attributeValueIsNull=\u5C6C\u6027\u503C "{0}" \u662F\u7A7A\u7684\u3002
+formula.error.circularReference=\u5FAA\u74B0\u53C3\u7167: \u7BC0\u9EDE "{0}" \u7684\u516C\u5F0F\u53C3\u7167\u5230\u5B83\u81EA\u5DF1.
+formula.EvaluateAllAction.text=\u8A08\u7B97\u6240\u6709\u516C\u5F0F
+formula.EvaluateAllAction.tooltip=\u8A08\u7B97\u5716\u4E0A\u6240\u6709\u516C\u5F0F
+formula.menuname=\u516C\u5F0F
+formula_editor=\u7DE8\u8F2F\u65B9\u7A0B\u5F0F
ForwardAction.text=\u5F80\u524D
ForwardAction.tooltip=\u5F80\u524D
-FreeNodeAction.text=\u8a2d\u5b9a/\u53d6\u6d88 \u81ea\u7531\u5b9a\u4f4d\u7bc0\u9ede
+FreeNodeAction.text=\u8A2D\u5B9A/\u53D6\u6D88 \u81EA\u7531\u5B9A\u4F4D\u7BC0\u9EDE
Freeplane.progress.buildScreen=\u5EFA\u7ACB\u8996\u7A97...
Freeplane.progress.createController=\u5EFA\u7ACB\u63A7\u5236\u5668...
Freeplane.progress.createInitialMode=\u521D\u59CB\u5316...
-Freeplane.progress.endStartup=\u555F\u52D5\u5B8C\u6210
+Freeplane.progress.endStartup=\u555F\u52D5\u5B8C\u6210\u3002
Freeplane.progress.gettingPreferenceDirectories=\u53D6\u5F97\u5B58\u653E\u8A2D\u5B9A\u6A94\u7684\u76EE\u9304...
Freeplane.progress.gettingPreferences=\u53D6\u5F97\u8A2D\u5B9A\u6A94...
Freeplane.progress.loadMaps=\u8F09\u5165\u5FC3\u667A\u5716...
@@ -481,104 +484,104 @@ Freeplane.progress.settingPreferences=\u555F\u7528\u8A2D\u5B9A\u6A94...
Freeplane.progress.startCreateController=\u555F\u7528\u63A7\u5236\u5668...
Freeplane.progress.updateLookAndFeel=\u66F4\u65B0\u5916\u89C0...
freeplane_reverted=Freeplane_Reverted_
-FreeplaneHelpStarter.text=\u652f\u63f4...
-FreeplaneHelpStarter.tooltip=\u5ef6\u4f38\u652f\u63f4
-GettingStartedAction.text=\u5feb\u901f\u5165\u9580
-GotoLinkNodeAction.text=\u5230\u9023\u7d50\u7bc0\u9ede
-GotoNodeAction.text=\u5230\u6307\u5b9a ID \u7684\u7bc0\u9ede...
+FreeplaneHelpStarter.text=\u652F\u63F4...
+FreeplaneHelpStarter.tooltip=\u5EF6\u4F38\u652F\u63F4
+GettingStartedAction.text=\u5FEB\u901F\u5165\u9580
+GotoLinkNodeAction.text=\u5230\u9023\u7D50\u7BC0\u9EDE
+GotoNodeAction.text=\u5230\u6307\u5B9A ID \u7684\u7BC0\u9EDE...
GrabKeyDialog.common.cancel=\u53D6\u6D88
GrabKeyDialog.common.ok=\u78BA\u5B9A
-GrabKeyDialog.grab-key.assigned-to=\u8a2d\u5b9a\u5230
-GrabKeyDialog.grab-key.assigned-to.none=\u76ee\u524d\u672a\u8a2d\u5b9a
-GrabKeyDialog.grab-key.clear=\u6e05\u9664\u8a2d\u5b9a
-GrabKeyDialog.grab-key.remove=\u79fb\u9664
-GrabKeyDialog.grab-key.remove-ask=\u4f60\u8981\u79fb\u9664\u9019\u500b\u9375\u55ce?
-GrabKeyDialog.grab-key.title=\u8f38\u5165\u65b0\u9451
-green=\u7da0\u8272
+GrabKeyDialog.grab-key.assigned-to=\u8A2D\u5B9A\u5230
+GrabKeyDialog.grab-key.assigned-to.none=\u76EE\u524D\u672A\u8A2D\u5B9A
+GrabKeyDialog.grab-key.clear=\u6E05\u9664\u8A2D\u5B9A
+GrabKeyDialog.grab-key.remove=\u79FB\u9664
+GrabKeyDialog.grab-key.remove-ask=\u60A8\u8981\u79FB\u9664\u9019\u500B\u9375\u55CE\uFF1F
+GrabKeyDialog.grab-key.title=\u8F38\u5165\u65B0\u9451
+green=\u7DA0\u8272
help=\u652F\u63F4
-HideableAction.tooltip=<html>\u628a\u6539\u8b8a\u7684\u7bc0\u9ede\u6a19\u793a\u51fa\u4f86.</html>
+HideableAction.tooltip=<html>\u628A\u6539\u8B8A\u7684\u7BC0\u9EDE\u6A19\u793A\u51FA\u4F86.</html>
HideAllAttributesAction.text=\u96B1\u85CF\u5C6C\u6027
-HierarchicalIcons2Action.text=\u986f\u793a\u5b50\u7bc0\u9ede\u5c0f\u5716\u793a\u7684\u4ea4\u96c6
-HierarchicalIconsAction.text=\u986f\u793a\u5b50\u7bc0\u9ede\u5c0f\u5716\u793a
-HierarchicalIconsAction.tooltip=\u6240\u6709\u7bc0\u9ede\u7684\u5b50\u5b6b\u7bc0\u9ede\u5982\u679c\u6709\u5c0f\u5716\u793a, \u5c07\u6703\u4ee5\u8f03\u5c0f\u7684\u5716\u793a\u986f\u793a\u5728\u8a72\u7bc0\u9ede.
-hot_keys=\u5feb\u901f\u9375
-hot_keys_table=\u5feb\u901f\u9375\u5217\u8868
-HotKeyInfoAction.text=\u5feb\u901f\u9375\u5c0d\u7167\u8868
-html_export_based_on_headings=HTML \u532f\u51fa- \u6a19\u984c\u5f0f
-html_export_fold_all=HTML \u532f\u51fa- \u5168\u90e8\u647a\u758a
-html_export_fold_currently_folded=HTML \u532f\u51fa- \u647a\u758a\u76ee\u524d\u88ab\u647a\u758a\u7684
-html_export_no_folding=HTML \u532f\u51fa- \u4e0d\u647a\u758a
-html_problem=<html>\u7121\u6cd5\u8f49\u6210 html<br><br>{0}
+HierarchicalIcons2Action.text=\u986F\u793A\u5B50\u7BC0\u9EDE\u5C0F\u5716\u793A\u7684\u4EA4\u96C6
+HierarchicalIconsAction.text=\u986F\u793A\u5B50\u7BC0\u9EDE\u5C0F\u5716\u793A
+HierarchicalIconsAction.tooltip=\u6240\u6709\u7BC0\u9EDE\u7684\u5B50\u5B6B\u7BC0\u9EDE\u5982\u679C\u6709\u5C0F\u5716\u793A, \u5C07\u6703\u4EE5\u8F03\u5C0F\u7684\u5716\u793A\u986F\u793A\u5728\u8A72\u7BC0\u9EDE.
+hot_keys=\u5FEB\u901F\u9375
+hot_keys_table=\u5FEB\u901F\u9375\u5217\u8868
+HotKeyInfoAction.text=\u5FEB\u901F\u9375\u5C0D\u7167\u8868
+html_export_based_on_headings=HTML \u532F\u51FA- \u6A19\u984C\u5F0F
+html_export_fold_all=HTML \u532F\u51FA- \u5168\u90E8\u647A\u758A
+html_export_fold_currently_folded=HTML \u532F\u51FA- \u647A\u758A\u76EE\u524D\u88AB\u647A\u758A\u7684
+html_export_no_folding=HTML \u532F\u51FA- \u4E0D\u647A\u758A
+html_problem=<html>\u7121\u6CD5\u8F49\u6210 html<br><br>{0}
icon_0%=0%
icon_100%=100%
icon_25%=25%
icon_50%=50%
icon_75%=75%
-icon_addition=\u52a0
-icon_attach=\u6709\u9644\u4ef6
-icon_audio=\u8072\u97f3
+icon_addition=\u52A0
+icon_attach=\u6709\u9644\u4EF6
+icon_audio=\u8072\u97F3
icon_back=\u8FD4\u56DE
-icon_bee=Freeplane \u871c\u8702
+icon_bee=Freeplane \u871C\u8702
icon_bell=\u63D0\u9192\u6211
-icon_bookmark=\u975e\u5e38\u597d
-icon_broken-line=\u65b7\u7dda
-icon_button_cancel=\u4e0d\u597d
-icon_button_ok=\u597d
+icon_bookmark=\u975E\u5E38\u597D
+icon_broken-line=\u65B7\u7DDA
+icon_button_cancel=\u4E0D\u597D
+icon_button_ok=\u597D
icon_calendar=\u65E5\u671F
icon_checked=\u6838\u9078
icon_clanbomber=\u5371\u96AA
icon_clock=\u6642\u9593
-icon_clock2=\u63d0\u9192
-icon_closed=\u7981\u6b62\u9032\u5165
+icon_clock2=\u63D0\u9192
+icon_closed=\u7981\u6B62\u9032\u5165
icon_decrypted=\u89E3\u9396
icon_desktop_new=\u4E0D\u8981\u5FD8\u4E86
icon_division=\u9664
icon_down=\u4E0B
-icon_edit=\u4fee\u6539
+icon_edit=\u4FEE\u6539
icon_encrypted=\u52A0\u9396
-icon_executable=\u53ef\u57f7\u884c
-icon_family=\u5bb6\u5ead
+icon_executable=\u53EF\u57F7\u884C
+icon_family=\u5BB6\u5EAD
icon_fema=\u7537\u5973
icon_female1=\u5973\u6027 1
icon_female2=\u5973\u6027 2
icon_females=\u5973\u6027\u5011
-icon_flag=\u7d05\u65d7
-icon_flag-black=\u9ed1\u65d7
-icon_flag-blue=\u85cd\u65d7
-icon_flag-green=\u7da0\u65d7
-icon_flag-orange=\u6a58\u65d7
-icon_flag-pink=\u7c89\u7d05\u65d7
-icon_flag-yellow=\u9ec3\u65d7
-icon_folder=\u8cc7\u6599\u593e
+icon_flag=\u7D05\u65D7
+icon_flag-black=\u9ED1\u65D7
+icon_flag-blue=\u85CD\u65D7
+icon_flag-green=\u7DA0\u65D7
+icon_flag-orange=\u6A58\u65D7
+icon_flag-pink=\u7C89\u7D05\u65D7
+icon_flag-yellow=\u9EC3\u65D7
+icon_folder=\u8CC7\u6599\u593E
icon_forward=\u5F80\u524D
icon_freemind_butterfly=FreeMind \u8774\u8776
-icon_full-0=\u512a\u5148\u5e8f 0
-icon_full-1=\u512a\u5148\u5e8f 1
-icon_full-2=\u512a\u5148\u5e8f 2
-icon_full-3=\u512a\u5148\u5e8f 3
-icon_full-4=\u512a\u5148\u5e8f 4
-icon_full-5=\u512a\u5148\u5e8f 5
-icon_full-6=\u512a\u5148\u5e8f 6
-icon_full-7=\u512a\u5148\u5e8f 7
-icon_full-8=\u512a\u5148\u5e8f 8
-icon_full-9=\u512a\u5148\u5e8f 9
-icon_go=\u7da0\u71c8
+icon_full-0=\u512A\u5148\u5E8F 0
+icon_full-1=\u512A\u5148\u5E8F 1
+icon_full-2=\u512A\u5148\u5E8F 2
+icon_full-3=\u512A\u5148\u5E8F 3
+icon_full-4=\u512A\u5148\u5E8F 4
+icon_full-5=\u512A\u5148\u5E8F 5
+icon_full-6=\u512A\u5148\u5E8F 6
+icon_full-7=\u512A\u5148\u5E8F 7
+icon_full-8=\u512A\u5148\u5E8F 8
+icon_full-9=\u512A\u5148\u5E8F 9
+icon_go=\u7DA0\u71C8
icon_gohome=\u5BB6
-icon_group=\u5718\u9ad4
-icon_help=\u554f\u984c
-icon_hourglass=\u7b49\u5f85
-icon_icon_not_found=\u672a\u767c\u73fe\u5c0f\u5716\u793a
+icon_group=\u5718\u9AD4
+icon_help=\u554F\u984C
+icon_hourglass=\u7B49\u5F85
+icon_icon_not_found=\u672A\u767C\u73FE\u5C0F\u5716\u793A
icon_idea=\u5275\u610F
icon_image=\u5716\u7247
-icon_info=\u8cc7\u8a0a
-icon_internet=\u7db2\u969b\u7db2\u8def
-icon_internet_warning=\u7db2\u969b\u7db2\u8def\u8b66\u544a
+icon_info=\u8CC7\u8A0A
+icon_internet=\u7DB2\u969B\u7DB2\u8DEF
+icon_internet_warning=\u7DB2\u969B\u7DB2\u8DEF\u8B66\u544A
icon_kaddressbook=\u96FB\u8A71
-icon_kmail=\u96fb\u90f5
+icon_kmail=\u96FB\u90F5
icon_knotify=\u97F3\u6A02
icon_korn=\u90F5\u7BB1
-icon_ksmiletris=\u5feb\u6a02
-icon_launch=\u958b\u59cb
+icon_ksmiletris=\u5FEB\u6A02
+icon_launch=\u958B\u59CB
icon_licq=\u5F88\u597D
icon_list=\u5217\u8868
icon_Mail=\u90F5\u4EF6
@@ -587,761 +590,785 @@ icon_male2=\u7537\u6027 2
icon_males=\u7537\u6027\u5011
icon_menu=\u5C0F\u5716\u793A
icon_messagebox_warning=\u91CD\u8981
-icon_mindmap=\u5fc3\u667a\u5716
-icon_multiplication=\u4e58
-icon_narrative=\u6558\u4e8b
-icon_negative=\u5dee
-icon_neutral=\u666e\u901a
+icon_mindmap=\u5FC3\u667A\u5716
+icon_multiplication=\u4E58
+icon_narrative=\u6558\u4E8B
+icon_negative=\u5DEE
+icon_neutral=\u666E\u901A
icon_password=\u5BC6\u78BC
icon_pencil=\u9084\u9808\u4FEE\u6539
-icon_penguin=Linux \u4f01\u9d5d
-icon_positive=\u597d
-icon_prepare=\u9ec3\u71c8
-icon_revision=\u4fee\u8a02
+icon_penguin=Linux \u4F01\u9D5D
+icon_positive=\u597D
+icon_prepare=\u9EC3\u71C8
+icon_revision=\u4FEE\u8A02
icon_smiley-angry=\u751F\u6C23
-icon_smiley-neutral=\u666e\u901a
+icon_smiley-neutral=\u666E\u901A
icon_smiley-oh=\u9A5A\u8A1D
-icon_smily_bad=\u96e3\u904e
-icon_stop=\u7d05\u71c8
-icon_stop-sign=\u505c\u6b62
-icon_subtraction=\u6e1b
-icon_unchecked=\u672a\u6838\u9078
+icon_smily_bad=\u96E3\u904E
+icon_stop=\u7D05\u71C8
+icon_stop-sign=\u505C\u6B62
+icon_subtraction=\u6E1B
+icon_unchecked=\u672A\u6838\u9078
icon_up=\u4E0A
-icon_user_icon=\u4f7f\u7528\u8005
-icon_very_negative=\u5f88\u5dee
-icon_very_positive=\u5f88\u597d
-icon_video=\u5f71\u7247
+icon_user_icon=\u4F7F\u7528\u8005
+icon_very_negative=\u5F88\u5DEE
+icon_very_positive=\u5F88\u597D
+icon_video=\u5F71\u7247
icon_wizard=\u9B54\u6CD5
icon_xmag=\u9084\u9700\u8A0E\u8AD6
icon_yes=\u91CD\u8981
-IconGroupPopupAction.arrows.text=\u7bad\u982d
-IconGroupPopupAction.docs_folders.text=\u6587\u4ef6\u548c\u8cc7\u6599\u593e
-IconGroupPopupAction.flags.text=\u65d7\u6a19
-IconGroupPopupAction.math.text=\u6578\u5b78
-IconGroupPopupAction.media.text=\u5a92\u9ad4
-IconGroupPopupAction.miscellaneous.text=\u4e94\u82b1\u516b\u9580
-IconGroupPopupAction.nature.text=\u81ea\u7136
-IconGroupPopupAction.numbers.text=\u6578\u5b57
-IconGroupPopupAction.office.text=\u8fa6\u516c\u5ba4
-IconGroupPopupAction.people.text=\u4eba
-IconGroupPopupAction.rating.text=\u8a55\u7b49
-IconGroupPopupAction.signs.text=\u7b26\u865f
-IconGroupPopupAction.smiley.text=\u8868\u60c5
+IconGroupPopupAction.arrows.text=\u7BAD\u982D
+IconGroupPopupAction.docs_folders.text=\u6587\u4EF6\u548C\u8CC7\u6599\u593E
+IconGroupPopupAction.flags.text=\u65D7\u6A19
+IconGroupPopupAction.math.text=\u6578\u5B78
+IconGroupPopupAction.media.text=\u5A92\u9AD4
+IconGroupPopupAction.miscellaneous.text=\u4E94\u82B1\u516B\u9580
+IconGroupPopupAction.nature.text=\u81EA\u7136
+IconGroupPopupAction.numbers.text=\u6578\u5B57
+IconGroupPopupAction.office.text=\u8FA6\u516C\u5BA4
+IconGroupPopupAction.people.text=\u4EBA
+IconGroupPopupAction.rating.text=\u8A55\u7B49
+IconGroupPopupAction.signs.text=\u7B26\u865F
+IconGroupPopupAction.smiley.text=\u8868\u60C5
IconGroupPopupAction.time.text=\u6642\u9593
-IconGroupPopupAction.user.text=\u4f7f\u7528\u8005\u81ea\u8a02
-IconProgressExtended10Action.text=\u5ef6\u4f38\u9032\u5c55 10%
-IconProgressExtended10Action.tooltip=<html>\u52a0\u5165\u9032\u5c55\u6307\u6a19: \u4e4b\u5f8c\u7528\u6ed1\u9f20\u5de6\u9375\u96d9\u9ede\u64ca\u53ef\u589e\u52a0 10% ; <br>\u6bcf\u6b21 Control + \u6ed1\u9f20\u5de6\u9375\u96d9\u9ede\u64ca\u53ef\u6e1b\u5c11 10% \u76f4\u81f3\u79fb\u9664\u6307\u6a19.</html>
-IconProgressExtended25Action.text=\u5ef6\u4f38\u9032\u5c55 25%
-IconProgressExtended25Action.tooltip=<html>\u52a0\u5165\u9032\u5c55\u6307\u6a19: \u4e4b\u5f8c\u7528\u6ed1\u9f20\u5de6\u9375\u96d9\u9ede\u64ca\u53ef\u589e\u52a0 25% ; <br>\u6bcf\u6b21 Control + \u6ed1\u9f20\u5de6\u9375\u96d9\u9ede\u64ca\u53ef\u6e1b\u5c11 25% \u76f4\u81f3\u79fb\u9664\u6307\u6a19.</html>
-IconProgressIconDownAction.text=\u9032\u5c55\u6e1b\u5c11
-IconProgressIconDownAction.tooltip=\u6e1b\u5c11/\u63d2\u5165/\u79fb\u9664 \u9032\u5c55\u5c0f\u5716\u793a (100% -> 75% -> 50% -> 25% -> 0% -> \u79fb\u9664).
-IconProgressIconUpAction.text=\u9032\u5c55\u589e\u52a0
-IconProgressIconUpAction.tooltip=\u589e\u52a0/\u63d2\u5165 \u9032\u5c55\u5c0f\u5716\u793a (0% -> 25% -> 50% -> 75% -> 100% + OK).
-IconProgressRemoveAction.text=\u79fb\u9664\u9032\u5c55
-IconProgressRemoveAction.tooltip=\u79fb\u9664\u9032\u5c55\u5c0f\u5716\u793a\u548c\u5ef6\u4f38\u9032\u5c55\u6307\u6a19.
-IconSelectionPlugin.text=\u5c0f\u5716\u793a\u5217\u8868...
-IconSelectionPlugin.tooltip=<html>\u958b\u5b50\u8996\u7a97\u9078\u64c7\u5c0f\u5716\u793a</html>
-image_covertLink=\u5c07\u9023\u7d50\u8f49\u63db\u6210\u5716\u7247
-ImageFlavorHandler=\u5716\u7247 (\u4f7f\u7528\u4e0d\u540c\u7684\u6a94\u6848)
+IconGroupPopupAction.user.text=\u4F7F\u7528\u8005\u81EA\u8A02
+IconProgressExtended10Action.text=\u5EF6\u4F38\u9032\u5C55 10%
+IconProgressExtended10Action.tooltip=<html>\u52A0\u5165\u9032\u5C55\u6307\u6A19: \u4E4B\u5F8C\u7528\u6ED1\u9F20\u5DE6\u9375\u96D9\u9EDE\u64CA\u53EF\u589E\u52A0 10% ; <br>\u6BCF\u6B21 Control + \u6ED1\u9F20\u5DE6\u9375\u96D9\u9EDE\u64CA\u53EF\u6E1B\u5C11 10% \u76F4\u81F3\u79FB\u9664\u6307\u6A19.</html>
+IconProgressExtended25Action.text=\u5EF6\u4F38\u9032\u5C55 25%
+IconProgressExtended25Action.tooltip=<html>\u52A0\u5165\u9032\u5C55\u6307\u6A19: \u4E4B\u5F8C\u7528\u6ED1\u9F20\u5DE6\u9375\u96D9\u9EDE\u64CA\u53EF\u589E\u52A0 25% ; <br>\u6BCF\u6B21 Control + \u6ED1\u9F20\u5DE6\u9375\u96D9\u9EDE\u64CA\u53EF\u6E1B\u5C11 25% \u76F4\u81F3\u79FB\u9664\u6307\u6A19.</html>
+IconProgressIconDownAction.text=\u9032\u5C55\u6E1B\u5C11
+IconProgressIconDownAction.tooltip=\u6E1B\u5C11/\u63D2\u5165/\u79FB\u9664 \u9032\u5C55\u5C0F\u5716\u793A (100% -> 75% -> 50% -> 25% -> 0% -> \u79FB\u9664).
+IconProgressIconUpAction.text=\u9032\u5C55\u589E\u52A0
+IconProgressIconUpAction.tooltip=\u589E\u52A0/\u63D2\u5165 \u9032\u5C55\u5C0F\u5716\u793A (0% -> 25% -> 50% -> 75% -> 100% + OK).
+IconProgressRemoveAction.text=\u79FB\u9664\u9032\u5C55
+IconProgressRemoveAction.tooltip=\u79FB\u9664\u9032\u5C55\u5C0F\u5716\u793A\u548C\u5EF6\u4F38\u9032\u5C55\u6307\u6A19.
+IconSelectionPlugin.text=\u5C0F\u5716\u793A\u5217\u8868...
+IconSelectionPlugin.tooltip=<html>\u958B\u5B50\u8996\u7A97\u9078\u64C7\u5C0F\u5716\u793A</html>
+image_covertLink=\u5C07\u9023\u7D50\u8F49\u63DB\u6210\u5716\u7247
+ImageFlavorHandler=\u5716\u7247 (\u4F7F\u7528\u4E0D\u540C\u7684\u6A94\u6848)
import=\u532F\u5165
-import_linked_branch_no_link=\u9078\u53d6\u7684\u7bc0\u9ede\u7121\u9023\u7d50\u6a94\u6848\u53ef\u532f\u5165.
+import_linked_branch_no_link=\u9078\u53D6\u7684\u7BC0\u9EDE\u7121\u9023\u7D50\u6A94\u6848\u53EF\u532F\u5165.
ImportAction.text=\u532F\u5165
-ImportBranchAction.text=\u532f\u5165\u7279\u5b9a\u5fc3\u667a\u5716\u6210\u5206\u652f...
+ImportBranchAction.text=\u532F\u5165\u7279\u5B9A\u5FC3\u667A\u5716\u6210\u5206\u652F...
ImportExplorerFavoritesAction.text=\u532F\u5165\u6211\u7684\u6700\u611B...
-ImportFolderStructureAction.text=\u532f\u5165\u6a94\u6848\u593e\u7684\u6a94\u6848\u6210\u9023\u7d50\u5206\u652f...
-ImportLinkedBranchAction.text=\u532f\u5165\u9023\u7d50\u6a94\u6848\u6210\u5206\u652f
-ImportLinkedBranchWithoutRootAction.text=\u532f\u5165\u9023\u7d50\u6a94\u6848\u6210\u5206\u652f (\u4e3b\u7bc0\u9ede\u4e0d\u532f\u5165)
-ImportMindmanagerFiles.text=\u532f\u5165 MindManager X5...
+ImportFolderStructureAction.text=\u532F\u5165\u6A94\u6848\u593E\u7684\u6A94\u6848\u6210\u9023\u7D50\u5206\u652F...
+ImportLinkedBranchAction.text=\u532F\u5165\u9023\u7D50\u6A94\u6848\u6210\u5206\u652F
+ImportLinkedBranchWithoutRootAction.text=(&w)\u5DF2\u9023\u7D50\u7684\u5206\u652F\u7121 root...
+ImportMindmanagerFiles.text=\u532F\u5165 MindManager X5...
increase_branch_font_size=\u52A0\u5927\u5B57\u578B
IncreaseNodeFontAction.text=\u52A0\u5927\u5B57\u578B
-internal_error_tooltip=\u5167\u90e8\u932f\u8aa4\u767c\u751f, \u8acb\u67e5\u8a62\u5728{0}\u7684\u6700\u5f8c\u65e5\u8a8c\u6a94.
-invalid_export_file=\u7121\u6548\u7684\u8f38\u51fa\u6a94\u540d
-invalid_file_msg=\u7121\u6cd5\u627e\u5230 {0} \u7684\u6a94\u6848
+internal_error_tooltip=\u5167\u90E8\u932F\u8AA4\u767C\u751F, \u8ACB\u67E5\u8A62\u5728{0}\u7684\u6700\u5F8C\u65E5\u8A8C\u6A94.
+invalid_export_file=\u7121\u6548\u7684\u8F38\u51FA\u6A94\u540D
+invalid_file_msg=\u7121\u6CD5\u627E\u5230 {0} \u7684\u6A94\u6848
invalid_uri=URI {0} \u7121\u6548
-invalid_url=\u7121\u6cd5\u5efa\u7acb\u6709\u6548\u7684 URL
-invalid_url_msg=\u7121\u6cd5\u5efa\u7acb\u6709\u6548\u7684 URL {0}
-ItalicAction.text=\u659c\u9ad4
-italicise_branch=\u659c\u9ad4
-java_version=Java \u7248\u672c: {0}
+invalid_url=\u7121\u6CD5\u5EFA\u7ACB\u6709\u6548\u7684 URL
+invalid_url_msg=\u7121\u6CD5\u5EFA\u7ACB\u6709\u6548\u7684 URL {0}
+ItalicAction.text=\u659C\u9AD4
+italicise_branch=\u659C\u9AD4
+java_version=Java \u7248\u672C: {0}
JoinNodesAction.text=\u5408\u4F75\u7BC0\u9EDE
-LatexDeleteLatexAction.text=\u79fb\u9664 LaTeX \u6578\u5b78\u5f0f
-LatexEditLatexAction.text=\u7de8\u8f2f LaTeX \u6578\u5b78\u5f0f
-LatexInsertLatexAction.text=\u65b0\u589e LaTeX \u6578\u5b78\u5f0f
-less_than_two_selected_nodes=\u4f60\u5fc5\u9808\u81f3\u5c11\u9078\u53d6\u5169\u500b\u7bc0\u9ede\u4f86\u5efa\u7acb\u9023\u7d50.
-license=\u6388\u6b0a: GPL 2 or later
+latex_editor=\u7DE8\u8F2F LaTeX \u6578\u5B78\u5F0F
+LatexDeleteLatexAction.text=\u79FB\u9664 LaTeX \u6578\u5B78\u5F0F
+LatexEditLatexAction.text=(&L)\u7DE8\u8F2F LaTeX \u6578\u5B78\u5F0F...
+LatexInsertLatexAction.msg1=<html>\u60A8\u5617\u8A66\u63D2\u5165\u4E00\u500B<i>\u820A\u5F0F</i>\u7684 LaTeX \u6578\u5B78\u5F0F\u3002<br/>\u65B0\u65B9\u6CD5\u5EFA\u7ACB LaTeX \u6587\u5B57/\u6578\u5B78\u5F0F\u63CF\u8FF0\u65BC\u6B64\u9801\u9762\u4E0A\uFF1A</html>
+LatexInsertLatexAction.msg2=<html>\u7E3D\u4E4B\uFF1A<ul><li>\u5728\u7BC0\u9EDE\u6587\u5B57\u4F7F\u7528 "\\latex" \u524D\u7DB4\u6216\u662F</li><li><i>\u6AA2\u8996 -> \u6027\u8CEA\u9762\u677F</i>\uFF0C\u7136\u5F8C<i>\u7BC0\u9EDE\u6838\u5FC3 -> \u683C\u5F0F -> Latex</i></li></ul></html>
+LatexInsertLatexAction.text=(&L)\u65B0\u589E LaTeX \u6578\u5B78\u5F0F...
+latexPatternFormat=LaTeX
+less_than_two_selected_nodes=\u60A8\u5FC5\u9808\u81F3\u5C11\u9078\u53D6\u5169\u500B\u7BC0\u9EDE\u4F86\u5EFA\u7ACB\u9023\u7D50\u3002
+license=\u6388\u6B0A\uFF1AGPL 2 \u6216\u4EE5\u5F8C\u7248\u672C
license_text=<html>This program is free software; you can redistribute it and/or<br>modify it under the terms of the GNU General Public License<br>as published by the Free Software Foundation; either version 2<br>of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful,<br>but WITHOUT ANY WARRANTY; without even the implied warranty of<br>MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br>GNU General Public [...]
-link_error=\u932f\u8aa4\u7684\u9023\u7d50 "{0}" \u672a\u8f09\u5165
-link_not_available_any_more=\u9023\u7d50\u4e0d\u518d\u9069\u7528, \u7bc0\u9ede\u5df2\u88ab\u522a\u9664.
-link_not_found=\u627e\u4e0d\u5230\u9023\u7d50 {0}
-load=\u8F09\u5165
-load_accelerator_presets=\u8f09\u5165
-LoadAcceleratorPresetsAction.textPatterns.text=\u6587\u5b57\u6a23\u5f0f
-locking_failed_by_open=\u9396\u5b9a\u5fc3\u667a\u5716 {0} \u5931\u6557. \u4ee5\u552f\u8b80\u65b9\u5f0f\u958b\u555f.
-locking_failed_by_save_as=\u9396\u5b9a\u5fc3\u667a\u5716 {0} \u5931\u6557. \u7d42\u6b62\u5132\u5b58.
-locking_old_lock_removed=\u5fc3\u667a\u5716 {0} \u88ab\u4f7f\u7528\u8005 {1} \u9396\u5b9a, \u79fb\u9664\u9396\u5b9a\u56e0\u70ba\u662f\u820a\u7684.
-long_node_changed_cancel=\u7BC0\u9EDE\u5DF2\u88AB\u8B8A\u66F4, \u8ACB\u554F\u4F60\u60F3\u653E\u68C4\u8B8A\u66F4\u55CE?
-long_node_changed_submit=\u7BC0\u9EDE\u5DF2\u88AB\u8B8A\u66F4, \u8ACB\u554F\u4F60\u60F3\u5132\u5B58\u8B8A\u66F4\u55CE?
-lots_of_links_warning=\u60a8\u6b63\u8981\u5728\u540c\u4e00\u500b\u7bc0\u9ede\u4e0a\u65b0\u589e\u5927\u91cf\u7684\u9023\u7d50. \u60a8\u771f\u7684\u60f3\u8981\u65b0\u589e\u9019\u4e9b\u9023\u7d50\u55ce?
-main_resource_directory=\u5b89\u88dd\u8cc7\u6e90: {0}
-MainView.errorUpdateText=\u8f38\u5165\u7684 {0} \u932f\u8aa4\u5730\u8a2d\u5b9a\u6587\u5b57
-MakeLinkFromAnchorAction.text=\u5f9e\u9328\u9ede\u5efa\u7acb\u9023\u7d50
-MakeLinkFromAnchorAction.tooltip=<html>\u5f9e\u4e0b\u9328\u7684\u7bc0\u9ede\u5efa\u7acb\u5c40\u90e8\u6216<br/>\u5168\u57df\u9023\u7d50\u5230\u9078\u53d6\u7684\u7bc0\u9ede</html>
-MakeLinkToAnchorAction.text=\u5efa\u7acb\u9023\u7d50\u5230\u9328\u9ede
-MakeLinkToAnchorAction.tooltip=<html>\u5f9e\u9078\u53d6\u7bc0\u9ede\u5efa\u7acb\u5c40\u90e8\u6216<br/>\u5168\u57df\u9023\u7d50\u5230\u4e0b\u9328\u7684\u7bc0\u9ede</html>
-ManageAddOnsAction.text=\u9644\u52a0\u5143\u4ef6
-ManageAddOnsDialog.activate=\u555f\u7528
-ManageAddOnsDialog.activation.success={0} \u6703\u5728\u91cd\u65b0\u555f\u52d5\u5f8c\u555f\u7528
-ManageAddOnsDialog.authored.by=\u4f5c\u8005:
-ManageAddOnsDialog.cannot.activate=\u7121\u6cd5\u555f\u7528: {0} \u5df2\u7d93\u5728\u4f5c\u7528\u4e2d
-ManageAddOnsDialog.cannot.configure=\u7121\u6cd5\u8a2d\u5b9a\u7d44\u614b {0}
-ManageAddOnsDialog.cannot.deactivate=\u7121\u6cd5\u505c\u7528
-ManageAddOnsDialog.cannot.deinstall=\u7121\u6cd5\u89e3\u9664\u5b89\u88dd {0}
-ManageAddOnsDialog.configure=\u8a2d\u5b9a\u7d44\u614b
-ManageAddOnsDialog.deactivate=\u505c\u7528
-ManageAddOnsDialog.deactivation.success={0} \u5728\u91cd\u65b0\u555f\u52d5\u5f8c\u5c07\u505c\u7528
-ManageAddOnsDialog.deinstall=\u89e3\u9664\u5b89\u88dd
-ManageAddOnsDialog.deinstallation.success={0} \u5728\u91cd\u65b0\u555f\u52d5\u5f8c\u5c07\u89e3\u9664\u5b89\u88dd
-ManageAddOnsDialog.error={0} \u5b89\u88dd\u932f\u8aa4
-ManageAddOnsDialog.install=\u5b89\u88dd
-ManageAddOnsDialog.install.from.known.location=\u5f9e\u5df2\u77e5\u4f4d\u7f6e\u5b89\u88dd\u9644\u52a0\u5143\u4ef6
-ManageAddOnsDialog.install.tooltip=\u5728\u9019\u88e1\u63d2\u5165\u9644\u52a0\u5143\u4ef6\u5b89\u88dd\u6a94
-ManageAddOnsDialog.map.not.opened=\u5fc3\u667a\u5716 {0} \u672a\u958b\u555f
-ManageAddOnsDialog.really.deinstall=\u771f\u7684\u8981\u89e3\u9664 {0} \u7684\u5b89\u88dd\u55ce?
-ManageAddOnsDialog.search=\u5c0b\u627e\u9644\u52a0\u5143\u4ef6
-ManageAddOnsDialog.search.file=\u5c0b\u627e
-ManageAddOnsDialog.select.tooltip=\u9078\u64c7\u6a94\u6848
-ManageAddOnsDialog.status.downloading=\u4e0b\u8f09\u6a94\u6848...
-ManageAddOnsDialog.status.installing=\u5b89\u88dd\u9644\u52a0\u5143\u4ef6...
-ManageAddOnsDialog.status.success={0} \u6210\u529f\u5b89\u88dd
-ManageAddOnsDialog.tab.install=\u5c0b\u627e\u4e26\u5b89\u88dd
-ManageAddOnsDialog.tab.install.tooltip=\u5c0b\u627e\u4e26\u5b89\u88dd\u65b0\u7684\u9644\u52a0\u5143\u4ef6
-ManageAddOnsDialog.tab.manage=\u9644\u52a0\u5143\u4ef6
-ManageAddOnsDialog.tab.manage.themes=\u4e3b\u984c
-ManageAddOnsDialog.tab.manage.themes.tooltip=\u7ba1\u7406\u5b89\u88dd\u7684\u4e3b\u984c
-ManageAddOnsDialog.tab.manage.tooltip=\u7ba1\u7406\u5b89\u88dd\u7684\u9644\u52a0\u5143\u4ef6
-ManageAddOnsDialog.visit.addon.page=\u62dc\u8a2a\u9644\u52a0\u5143\u4ef6\u7db2\u9801...
-ManageConditionalStylesAction.text=\u7ba1\u7406\u5fc3\u667a\u5716\u689d\u4ef6\u6a23\u5f0f...
-ManageNodeConditionalStylesAction.text=\u7ba1\u7406\u7bc0\u9ede\u689d\u4ef6\u6a23\u5f0f...
-map_already_exists=\u6b64\u5fc3\u667a\u5716\u5df2\u5b58\u5728, \u8981\u8986\u5beb\u55ce?
-map_corrupted=\u5fc3\u667a\u5716\u640d\u6bc0, \u67e5\u770b?
-map_load_error=\u7121\u6cd5\u7121\u6cd5\u8f09\u5165\u5fc3\u667a\u5716 {0}
-map_locked_by_open=\u5fc3\u667a\u5716 {0} \u5df2\u7d93\u88ab\u4f7f\u7528\u8005 {1} \u7de8\u8f2f, \u5c07\u4ee5\u552f\u8b80\u7684\u72c0\u614b\u958b\u555f.
-map_locked_by_save_as=\u5fc3\u667a\u5716 {0} \u6b63\u88ab\u4f7f\u7528\u8005 {1} \u7de8\u8f2f, \u4e2d\u6b62\u53e6\u5b58\u65b0\u6a94.
-map_not_saved=\u8a72\u5716\u5c1a\u672a\u5b58\u6a94.
-MapBackgroundColorAction.text=\u5fc3\u667a\u5716\u80cc\u666f\u984f\u8272...
-MaxNodeWidth.text=\u8a2d\u5b9a\u6700\u5927\u7bc0\u9ede\u5bec\u5ea6
-menu_applyStyle=\u5957\u7528\u6a23\u5f0f
-menu_attributes=\u5C6C\u6027
-menu_clouds=\u96f2\u72c0\u5305\u8986
-menu_copy=\u8907\u88fd
-menu_coreFormat=\u7bc0\u9ede\u6838\u5fc3\u5167\u5bb9
-menu_details=\u7d30\u7bc0
-menu_displayAttributes=\u7bc0\u9ede\u5c6c\u6027
-menu_encryption=\u5bc6\u78bc\u4fdd\u8b77
-menu_error=\u4f7f\u7528\u8005\u5b9a\u7fa9\u7684\u9078\u55ae\u7d50\u69cb {0} \u6709\u932f\u8aa4:\n{1}\n\u96e2\u958b
-menu_extensions=\u7bc0\u9ede\u5ef6\u4f38\u5167\u5bb9
-menu_extras=\u5de5\u5177
-menu_file_import=\u532F\u5165
-menu_filter=\u7be9\u9078
-menu_format=\u683c\u5f0f
-menu_group=\u7fa4\u7d44\u7bc0\u9ede
-menu_hoverView=\u7bc0\u9ede\u63d0\u793a
-menu_iconByCategory=\u5c0f\u5716\u793a\u5206\u985e
-menu_iconView=\u5c0f\u5716\u793a
+link_error=\u932F\u8AA4\u7684\u9023\u7D50 "{0}" \u672A\u8F09\u5165
+link_not_available_any_more=\u9023\u7D50\u4E0D\u518D\u9069\u7528, \u7BC0\u9EDE\u5DF2\u88AB\u522A\u9664.
+link_not_found=\u627E\u4E0D\u5230\u9023\u7D50 {0}\u3002
+load=(&L)\u8F09\u5165
+load_accelerator_presets=\u8F09\u5165
+LoadAcceleratorPresetsAction.textPatterns.text=\u6587\u5B57\u6A23\u5F0F
+locking_failed_by_open=\u9396\u5B9A\u5FC3\u667A\u5716 {0} \u5931\u6557\u3002\u4EE5\u552F\u8B80\u65B9\u5F0F\u958B\u555F\u3002
+locking_failed_by_save_as=\u9396\u5B9A\u5FC3\u667A\u5716 {0} \u5931\u6557\u3002\u7D42\u6B62\u5132\u5B58\u3002
+locking_old_lock_removed=\u5FC3\u667A\u5716 {0} \u88AB\u4F7F\u7528\u8005 {1} \u9396\u5B9A\uFF0C\u79FB\u9664\u9396\u5B9A\u56E0\u70BA\u662F\u820A\u7684\u3002
+long_node_changed_cancel=\u7BC0\u9EDE\u5DF2\u88AB\u8B8A\u66F4\u3002\u8ACB\u554F\u60A8\u60F3\u653E\u68C4\u8B8A\u66F4\u55CE\uFF1F
+long_node_changed_submit=\u7BC0\u9EDE\u5DF2\u88AB\u8B8A\u66F4\uFF0C\u8ACB\u554F\u60A8\u60F3\u5132\u5B58\u8B8A\u66F4\u55CE\uFF1F
+lots_of_links_warning=\u60A8\u6B63\u8981\u5728\u540C\u4E00\u500B\u7BC0\u9EDE\u4E0A\u65B0\u589E\u5927\u91CF\u7684\u9023\u7D50\u3002\u60A8\u771F\u7684\u60F3\u8981\u65B0\u589E\u9019\u4E9B\u9023\u7D50\u55CE\uFF1F
+main_resource_directory=\u5B89\u88DD\u8CC7\u6E90\uFF1A{0}
+MainView.errorUpdateText=\u96A8\u5F8C\u8F38\u5165\u7684\u8A2D\u5B9A\u6587\u5B57\u932F\u8AA4\uFF1A{0}\u3002
+MakeLinkFromAnchorAction.text=\u5F9E\u9328\u9EDE\u5EFA\u7ACB\u9023\u7D50
+MakeLinkFromAnchorAction.tooltip=<html>\u5F9E\u4E0B\u9328\u7684\u7BC0\u9EDE\u5EFA\u7ACB\u5C40\u90E8\u6216<br/>\u5168\u57DF\u9023\u7D50\u5230\u9078\u53D6\u7684\u7BC0\u9EDE</html>
+MakeLinkToAnchorAction.text=\u5EFA\u7ACB\u9023\u7D50\u5230\u9328\u9EDE
+MakeLinkToAnchorAction.tooltip=<html>\u5F9E\u9078\u53D6\u7BC0\u9EDE\u5EFA\u7ACB\u5C40\u90E8\u6216<br/>\u5168\u57DF\u9023\u7D50\u5230\u4E0B\u9328\u7684\u7BC0\u9EDE</html>
+ManageAddOnsAction.text=\u9644\u52A0\u5143\u4EF6
+ManageAddOnsDialog.activate=\u555F\u7528
+ManageAddOnsDialog.activation.success={0} \u6703\u5728\u91CD\u65B0\u555F\u52D5\u5F8C\u555F\u7528\u3002
+ManageAddOnsDialog.authored.by=\u4F5C\u8005 {0}
+ManageAddOnsDialog.cannot.activate=\u7121\u6CD5\u555F\u7528\uFF1A{0} \u5DF2\u5728\u4F5C\u7528\u4E2D\u3002
+ManageAddOnsDialog.cannot.configure=\u7121\u6CD5\u7D44\u614B {0}\u3002
+ManageAddOnsDialog.cannot.deactivate=\u7121\u6CD5\u505C\u7528\uFF1A{0} \u672A\u4F5C\u7528\u3002
+ManageAddOnsDialog.cannot.deinstall=\u7121\u6CD5\u89E3\u9664\u5B89\u88DD {0}\u3002
+ManageAddOnsDialog.configure=\u8A2D\u5B9A\u7D44\u614B
+ManageAddOnsDialog.deactivate=\u505C\u7528
+ManageAddOnsDialog.deactivation.success={0} \u5728\u91CD\u65B0\u555F\u52D5\u5F8C\u5C07\u505C\u7528\u3002
+ManageAddOnsDialog.deinstall=\u89E3\u9664\u5B89\u88DD
+ManageAddOnsDialog.deinstallation.success={0} \u5728\u91CD\u65B0\u555F\u52D5\u5F8C\u5C07\u89E3\u9664\u5B89\u88DD\u3002
+ManageAddOnsDialog.error=\u5B89\u88DD\u932F\u8AA4\uFF1A{0}\u3002
+ManageAddOnsDialog.install=(&I)\u5B89\u88DD
+ManageAddOnsDialog.install.from.known.location=\u5F9E\u5DF2\u77E5\u4F4D\u7F6E\u5B89\u88DD\u9644\u52A0\u5143\u4EF6
+ManageAddOnsDialog.install.tooltip=\u5728\u9019\u88E1\u63D2\u5165\u9644\u52A0\u5143\u4EF6\u5B89\u88DD\u6A94
+ManageAddOnsDialog.map.not.opened=\u5FC3\u667A\u5716 {0} \u597D\u50CF\u672A\u958B\u555F\u3002
+ManageAddOnsDialog.really.deinstall=\u771F\u7684\u8981\u89E3\u9664 {0} \u7684\u5B89\u88DD\u55CE\uFF1F
+ManageAddOnsDialog.search=\u5C0B\u627E\u9644\u52A0\u5143\u4EF6
+ManageAddOnsDialog.search.file=\u5C0B\u627E
+ManageAddOnsDialog.select.tooltip=\u9078\u64C7\u6A94\u6848
+ManageAddOnsDialog.status.downloading=\u4E0B\u8F09\u6A94\u6848...
+ManageAddOnsDialog.status.installing=\u5B89\u88DD\u9644\u52A0\u5143\u4EF6...
+ManageAddOnsDialog.status.success={0} \u6210\u529F\u5B89\u88DD\u3002
+ManageAddOnsDialog.tab.install=\u5C0B\u627E\u4E26\u5B89\u88DD
+ManageAddOnsDialog.tab.install.tooltip=\u5C0B\u627E\u4E26\u5B89\u88DD\u65B0\u7684\u9644\u52A0\u5143\u4EF6
+ManageAddOnsDialog.tab.manage=\u9644\u52A0\u5143\u4EF6
+ManageAddOnsDialog.tab.manage.themes=\u4E3B\u984C
+ManageAddOnsDialog.tab.manage.themes.tooltip=\u7BA1\u7406\u5B89\u88DD\u7684\u4E3B\u984C
+ManageAddOnsDialog.tab.manage.tooltip=\u7BA1\u7406\u5B89\u88DD\u7684\u9644\u52A0\u5143\u4EF6
+ManageAddOnsDialog.visit.addon.page=\u62DC\u8A2A\u9644\u52A0\u5143\u4EF6\u7DB2\u9801...
+ManageConditionalStylesAction.text=(&M)\u7BA1\u7406\u5FC3\u667A\u5716\u7684\u689D\u4EF6\u6A23\u5F0F
+ManageNodeConditionalStylesAction.text=(&a)\u7BA1\u7406\u7BC0\u9EDE\u689D\u4EF6\u6A23\u5F0F
+map_already_exists=\u6B64\u5FC3\u667A\u5716\u5DF2\u5B58\u5728\uFF0C\u60A8\u8981\u8986\u5BEB\u55CE\uFF1F
+map_corrupted=\u5FC3\u667A\u5716\u640D\u6BC0\uFF0C\u6AA2\u8996\u7D30\u7BC0\u55CE\uFF1F
+map_load_error=\u7121\u6CD5\u7121\u6CD5\u8F09\u5165\u5FC3\u667A\u5716 {0}
+map_locked_by_open=\u5FC3\u667A\u5716 {0} \u5DF2\u7D93\u88AB\u4F7F\u7528\u8005 {1} \u7DE8\u8F2F\uFF0C\u5C07\u4EE5\u552F\u8B80\u7684\u72C0\u614B\u958B\u555F\u3002
+map_locked_by_save_as=\u5FC3\u667A\u5716 {0} \u6B63\u88AB\u4F7F\u7528\u8005 {1} \u7DE8\u8F2F\uFF0C\u4E2D\u6B62\u53E6\u5B58\u65B0\u6A94\u3002
+map_not_saved=\u8A72\u5716\u5C1A\u672A\u5B58\u6A94\u3002
+MapBackgroundColorAction.text=\u5FC3\u667A\u5716\u80CC\u666F\u984F\u8272
+MaxNodeWidth.text=\u8A2D\u5B9A\u6700\u5927\u7BC0\u9EDE\u5BEC\u5EA6
+menu_applyStyle=\u5957\u7528\u6A23\u5F0F
+menu_attributes=(&A)\u5C6C\u6027
+menu_clouds=\u96F2\u72C0\u5305\u8986
+menu_copy=\u8907\u88FD
+menu_coreFormat=\u7BC0\u9EDE\u6838\u5FC3\u5167\u5BB9
+menu_details=\u7D30\u7BC0
+menu_displayAttributes=\u7BC0\u9EDE\u5C6C\u6027
+menu_encryption=\u5BC6\u78BC\u4FDD\u8B77
+menu_error=\u4F7F\u7528\u8005\u5B9A\u7FA9\u7684\u9078\u55AE\u7D50\u69CB {0} \u6709\u932F\u8AA4\uFF1A\n{1}\n\u96E2\u958B
+menu_extensions=\u7BC0\u9EDE\u5EF6\u4F38\u5167\u5BB9
+menu_extras=(&T)\u5DE5\u5177
+menu_file_import=(&m)\u532F\u5165
+menu_filter=(&i)\u7BE9\u9078
+menu_format=(&o)\u683C\u5F0F
+menu_group=\u7FA4\u7D44\u7BC0\u9EDE
+menu_hoverView=\u7BC0\u9EDE\u63D0\u793A
+menu_iconByCategory=\u5C0F\u5716\u793A\u5206\u985E...
+menu_iconView=\u5C0F\u5716\u793A
menu_image=\u5716\u7247
-menu_insert=\u65b0\u589e
-menu_latex_formula=LaTeX \u6578\u5b78\u5f0f
-menu_links=\u8d85\u9023\u7d50
-menu_manageStyles=\u7ba1\u7406\u6a23\u5f0f
-menu_moveNode=\u79fb\u52d5\u548c\u6392\u5e8f
-menu_navigate=\u5c0e\u89bd
-menu_newNode=\u65b0\u589e\u7bc0\u9ede
-menu_node=\u7bc0\u9ede
-menu_node_features=\u7bc0\u9ede\u7279\u9ede
-menu_nodes=\u7bc0\u9ede
-menu_nodeView=\u7bc0\u9ede\u6838\u5fc3
-menu_notes=\u8a3b\u89e3
-menu_noteView=\u8a3b\u89e3
-menu_progress=\u9032\u5c55\u5c0f\u5716\u793a (%)
-menu_remove_icons=\u79fb\u9664\u5c0f\u5716\u793a
-menu_removeAttribute=\u79fb\u9664\u5c6c\u6027
-menu_select=\u9078\u53d6
-menu_time=\u6642\u9593\u7ba1\u7406
-menu_title=\u7bc0\u9ede\u6838\u5fc3\u5167\u5bb9
-menu_toolbars=\u5de5\u5177\u5217
-menu_view=\u6aa2\u8996
-menu_viewmode=\u700f\u89bd\u8a2d\u5b9a
-MenuUtils.invalid_menuitem={0} \u4e0d\u662f\u6709\u6548\u7684\u9078\u55ae\u9805\u76ee\u9375.
+menu_insert=(&s)\u65B0\u589E
+menu_latex_formula=LaTeX \u6578\u5B78\u5F0F
+menu_links=\u8D85\u9023\u7D50
+menu_manageStyles=(&M)\u7BA1\u7406\u6A23\u5F0F
+menu_moveNode=\u79FB\u52D5\u548C\u6392\u5E8F
+menu_navigate=(&N)\u5C0E\u89BD
+menu_newNode=\u65B0\u589E\u7BC0\u9EDE
+menu_node=\u7BC0\u9EDE
+menu_node_features=(&u)\u7BC0\u9EDE\u7279\u9EDE
+menu_nodes=(&N)\u7BC0\u9EDE
+menu_nodeView=\u7BC0\u9EDE\u6838\u5FC3
+menu_notes=\u8A3B\u89E3
+menu_noteView=\u8A3B\u89E3
+menu_openmaps=\u5FC3\u667A\u5716
+menu_progress=\u9032\u5C55\u5C0F\u5716\u793A (%)
+menu_remove_icons=\u79FB\u9664\u5C0F\u5716\u793A
+menu_removeAttribute=\u79FB\u9664\u5C6C\u6027
+menu_select=\u9078\u53D6
+menu_time=\u6642\u9593\u7BA1\u7406
+menu_title=\u7BC0\u9EDE\u6838\u5FC3\u5167\u5BB9
+menu_toolbars=\u5DE5\u5177\u5217
+menu_view=(&V)\u6AA2\u8996
+menu_viewmode=\u6AA2\u8996\u8A2D\u5B9A
+MenuUtils.invalid_menuitem={0} \u4E0D\u662F\u6709\u6548\u7684\u9078\u55AE\u9805\u76EE\u9375\u3002
mindmap=\u5FC3\u667A\u5716
-MindMapNodesFlavorHandler=\u7bc0\u9ede\u968e\u5c64\u7d50\u69cb
-mindmaps=\u5FC3\u667A\u5716
+MindMapNodesFlavorHandler=\u7BC0\u9EDE\u968E\u5C64\u7D50\u69CB
+mindmaps=(&M)\u5FC3\u667A\u5716
mindmaps_desc=\u5FC3\u667A\u5716 (*.mm)
-mindmaps_filter_desc=\u7be9\u9078\u689d\u4ef6 (*.mmfilter)
-MinNodeWidth.text=\u8a2d\u5b9a\u6700\u5c0f\u7bc0\u9ede\u5bec\u5ea6
-mode_Browse=\u700f\u89bd\u6a21\u5f0f
-mode_File=\u6a94\u6848\u6a21\u5f0f
-mode_MindMap=\u5fc3\u667a\u5716\u6a21\u5f0f
-mode_na=\u6a21\u5f0f\u4e0d\u5b58\u5728
-mode_status=\u6a21\u5f0f\u6539\u6210 {0}
+mindmaps_filter_desc=\u7BE9\u9078\u689D\u4EF6 (*.mmfilter)
+MinNodeWidth.text=\u8A2D\u5B9A\u6700\u5C0F\u7BC0\u9EDE\u5BEC\u5EA6
+mode_Browse=\u700F\u89BD\u6A21\u5F0F
+mode_File=\u6A94\u6848\u6A21\u5F0F
+mode_MindMap=\u5FC3\u667A\u5716\u6A21\u5F0F
+mode_na=\u6A21\u5F0F\u4E0D\u5B58\u5728
+mode_status=\u6A21\u5F0F\u6539\u6210 {0}
mode_title=Freeplane - {0} \u6A21\u5F0F
modes=\u5207\u63DB\u6A21\u5F0F
-ModesMenuAction.Browse.text=\u5fc3\u667a\u5716\u700f\u89bd\u5668
-ModesMenuAction.File.text=\u6a94\u6848\u7e3d\u7ba1
-ModesMenuAction.MindMap.text=\u5fc3\u667a\u5716\u7de8\u8f2f\u5668
-most_recent_files=\u6700\u8fd1\u958b\u555f\u7684\u6a94\u6848
+ModesMenuAction.Browse.text=\u5FC3\u667A\u5716\u700F\u89BD\u5668
+ModesMenuAction.File.text=\u6A94\u6848\u7E3D\u7BA1
+ModesMenuAction.MindMap.text=\u5FC3\u667A\u5716\u7DE8\u8F2F\u5668
+most_recent_files=\u6700\u8FD1\u958B\u555F\u7684\u6A94\u6848
MoveToRootAction.text=\u79FB\u5230\u4E3B\u7BC0\u9EDE
-NameConditionAction.text=\u8a2d\u5b9a\u540d\u7a31
-NavigationNextMapAction.text=\u4e0b\u4e00\u5f35\u5fc3\u667a\u5716
-NavigationPreviousMapAction.text=\u4e0a\u4e00\u5f35\u5fc3\u667a\u5716
-new=\u65b0\u589e
-new_map_from_user_templates.text=\u65b0\u589e\u7279\u5b9a\u6a23\u7248\u5fc3\u667a\u5716...
+NameConditionAction.text=\u8A2D\u5B9A\u540D\u7A31
+NavigationNextMapAction.text=\u4E0B\u4E00\u5F35\u5FC3\u667A\u5716
+NavigationPreviousMapAction.text=\u4E0A\u4E00\u5F35\u5FC3\u667A\u5716
+new=(&N)\u65B0\u589E
+new_map_from_user_templates.text=(&t)\u7531\u6A23\u7248\u65B0\u589E\u5FC3\u667A\u5716...
new_mindmap=\u65B0\u5FC3\u667A\u5716
new_node=\u65B0\u589E\u7D50\u9EDE
-new_node_as_sibling_not_possible_for_the_root=\u65b0\u7bc0\u9ede\u4e0d\u80fd\u662f\u4e3b\u7bc0\u9ede\u7684\u5144\u5f1f\u7bc0\u9ede
-new_version_available=\u5df2\u6709\u65b0\u7248\u672c ''{0}''
+new_node_as_sibling_not_possible_for_the_root=\u65B0\u7BC0\u9EDE\u4E0D\u80FD\u662F\u4E3B\u7BC0\u9EDE\u7684\u5144\u5F1F\u7BC0\u9EDE
+new_version_available=\u5DF2\u6709\u65B0\u7248\u672C ''{0}''
NewChildAction.text=\u65B0\u589E\u5B50\u7BC0\u9EDE
-NewerFileRevisionsFoundDialog.cancel=\u7565\u904e
-NewerFileRevisionsFoundDialog.cancel.tooltip=\u4e0d\u958b\u555f\u9019\u500b\u6a94\u6848
-NewerFileRevisionsFoundDialog.file_last_modified=\u6642\u9593\u5370\u8a18
-NewerFileRevisionsFoundDialog.file_name=\u6a94\u6848
-NewerFileRevisionsFoundDialog.file_size=\u4f4d\u5143\u7d44
-NewerFileRevisionsFoundDialog.open=\u958b\u555f\u6a94\u6848
-NewerFileRevisionsFoundDialog.open.tooltip=\u958b\u555f\u6a94\u6848\u5373\u4f7f\u5b83\u53ef\u80fd\u4e0d\u662f\u6700\u65b0\u7248\u672c
-NewerFileRevisionsFoundDialog.question=\u767c\u73fe {0} \u7684\u8f03\u65b0\u7248\u672c
-NewerFileRevisionsFoundDialog.restore=\u5fa9\u539f
-NewerFileRevisionsFoundDialog.restore.tooltip=\u7528 {1} \u53d6\u4ee3 {0}
-NewerFileRevisionsFoundDialog.title=\u767c\u73fe\u8f03\u65b0\u7684\u6a94\u6848\u7248\u672c!
-NewFreeNodeAction.text=\u65b0\u589e\u6d6e\u52d5\u7bc0\u9ede
-NewLevelStyleAction.text=\u65b0\u589e\u968e\u5c64\u6a23\u5f0f
-newmap.install.addon.question={0} \u4f3c\u4e4e\u662f\u4e00\u500b\u9644\u52a0\u5143\u4ef6\n\u60a8\u60f3\u5b89\u88dd\u5b83\u55ce?\n(\u9078\u64c7 No \u70ba\u6b63\u5e38\u958b\u555f)
-newmap.install.addon.title=\u5b89\u88dd\u9644\u52a0\u5143\u4ef6?
-NewMapAction.text=\u65b0\u589e\u5fc3\u667a\u5716
-NewMapViewAction.text=\u65b0\u7684\u5fc3\u667a\u5716
-NewParentNode.text=\u65b0\u589e\u7236\u7bc0\u9ede
-NewParentNode.tooltip=<html>\u6240\u6709\u9078\u64c7\u7bc0\u9ede\u5c07\u88ab\u9001\u5230\u4e00\u500b\u65b0\u7684\u7236\u7bc0\u9ede.</html>
-NewPreviousSiblingAction.text=\u65b0\u589e\u4e0a\u65b9\u5144\u5f1f\u7bc0\u9ede
-NewSiblingAction.text=\u65b0\u589e\u4e0b\u65b9\u5144\u5f1f\u7bc0\u9ede
-NewSummaryAction.text=\u65b0\u589e\u7e3d\u7d50\u7bc0\u9ede
-NewUserStyleAction.text=\u65b0\u81ea\u5b9a\u6a23\u5f0f...
-NextNodeAction.BACK.text=\u5230\u524d\u4e00\u500b\u7bc0\u9ede
-NextNodeAction.BACK_N_FOLD.text=\u5230\u524d\u4e00\u500b\u7bc0\u9ede\u4e26\u647a\u758a\u8a72\u7bc0\u9ede
-NextNodeAction.FORWARD.text=\u5230\u5f8c\u4e00\u500b\u7bc0\u9ede
-NextNodeAction.FORWARD_N_FOLD.text=\u5230\u5f8c\u4e00\u500b\u7bc0\u9ede\u4e26\u647a\u758a\u8a72\u7bc0\u9ede
-NextPresentationItemAction.text=\u6253\u958b\u4e0b\u4e00\u500b\u7c21\u5831\u9805\u76ee
+NewerFileRevisionsFoundDialog.cancel=(&S)\u7565\u904E
+NewerFileRevisionsFoundDialog.cancel.tooltip=\u4E0D\u958B\u555F\u9019\u500B\u6A94\u6848
+NewerFileRevisionsFoundDialog.file_last_modified=\u6642\u9593\u5370\u8A18
+NewerFileRevisionsFoundDialog.file_name=\u6A94\u6848
+NewerFileRevisionsFoundDialog.file_size=\u4F4D\u5143\u7D44
+NewerFileRevisionsFoundDialog.open=(&O)\u958B\u555F\u6A94\u6848
+NewerFileRevisionsFoundDialog.open.tooltip=\u958B\u555F\u6A94\u6848\u5373\u4F7F\u5B83\u53EF\u80FD\u4E0D\u662F\u6700\u65B0\u7248\u672C
+NewerFileRevisionsFoundDialog.question=\u767C\u73FE {0} \u7684\u8F03\u65B0\u7248\u672C\uFF01
+NewerFileRevisionsFoundDialog.restore=(&o)\u5FA9\u539F
+NewerFileRevisionsFoundDialog.restore.tooltip=\u7528 {1} \u53D6\u4EE3 {0}
+NewerFileRevisionsFoundDialog.title=\u767C\u73FE\u8F03\u65B0\u7684\u6A94\u6848\u7248\u672C!
+NewFreeNodeAction.text=\u65B0\u589E\u6D6E\u52D5\u7BC0\u9EDE
+NewLevelStyleAction.text=\u65B0\u589E\u968E\u5C64\u6A23\u5F0F
+newmap.install.addon.question={0} \u4F3C\u4E4E\u662F\u4E00\u500B\u9644\u52A0\u5143\u4EF6\n\u60A8\u60F3\u5B89\u88DD\u5B83\u55CE\uFF1F\n(\u9078\u64C7 No \u70BA\u6B63\u5E38\u958B\u555F)
+newmap.install.addon.title=\u5B89\u88DD\u9644\u52A0\u5143\u4EF6\uFF1F
+NewMapAction.text=(&N)\u65B0\u589E\u5FC3\u667A\u5716
+NewMapViewAction.text=\u6AA2\u8996\u65B0\u7684\u5FC3\u667A\u5716
+NewParentNode.text=\u65B0\u589E\u7236\u7BC0\u9EDE
+NewParentNode.tooltip=<html>\u6240\u6709\u9078\u64C7\u7BC0\u9EDE\u5C07\u88AB\u9001\u5230\u4E00\u500B\u65B0\u7684\u7236\u7BC0\u9EDE.</html>
+NewPreviousSiblingAction.text=\u65B0\u589E\u4E0A\u65B9\u5144\u5F1F\u7BC0\u9EDE
+NewSiblingAction.text=\u65B0\u589E\u4E0B\u65B9\u5144\u5F1F\u7BC0\u9EDE
+NewSummaryAction.text=\u65B0\u589E\u7E3D\u7D50\u7BC0\u9EDE
+NewUserStyleAction.text=\u9078\u64C7\u65B0\u6A23\u5F0F
+NextNodeAction.BACK.text=\u5230\u524D\u4E00\u500B\u7BC0\u9EDE
+NextNodeAction.BACK_N_FOLD.text=\u5230\u524D\u4E00\u500B\u7BC0\u9EDE\u4E26\u647A\u758A\u8A72\u7BC0\u9EDE
+NextNodeAction.FORWARD.text=\u5230\u5F8C\u4E00\u500B\u7BC0\u9EDE
+NextNodeAction.FORWARD_N_FOLD.text=\u5230\u5F8C\u4E00\u500B\u7BC0\u9EDE\u4E26\u647A\u758A\u8A72\u7BC0\u9EDE
+NextPresentationItemAction.text=\u6253\u958B\u4E0B\u4E00\u500B\u7C21\u5831\u9805\u76EE
no=\u5426
-no_copy_attributes_before_paste_attributes=\u4f60\u7121\u6cd5\u5728\u8907\u88fd\u5c6c\u6027\u524d\u5c31\u53bb\u8cbc\u4e0a\u5c6c\u6027.
-NO_FORMAT=\u7d14\u6587\u5b57
-no_format_copy_before_format_paste=\u4f60\u5fc5\u9808\u5148\u8907\u88fd\u683c\u5f0f\u624d\u80fd\u8cbc\u4e0a\u683c\u5f0f.
-no_found_from=<html>\u7121\u6cd5\u5728 {1} \u627e\u5230 <u>{0}</u>.
-no_more_found_from=<html>\u7121\u6cd5\u5728 {1} \u627e\u5230\u66f4\u591a\u7684 <u>{0}</u>.
-no_previous_find=\u627e\u4e0d\u5230
-no_styles_found_in_map=\u5fc3\u667a\u5716\u4e2d\u6c92\u767c\u73fe\u6a23\u5f0f
+no_copy_attributes_before_paste_attributes=\u60A8\u7121\u6CD5\u5728\u8907\u88FD\u5C6C\u6027\u524D\u5C31\u53BB\u8CBC\u4E0A\u5C6C\u6027\u3002
+NO_FORMAT=\u7D14\u6587\u5B57
+no_format_copy_before_format_paste=\u60A8\u5FC5\u9808\u5148\u8907\u88FD\u683C\u5F0F\u624D\u80FD\u8CBC\u4E0A\u683C\u5F0F\u3002
+no_found_from=<html>\u7121\u6CD5\u5728 "{1}" \u627E\u5230 <u>{0}</u>\u3002</html>
+no_more_found_from=<html>\u7121\u6CD5\u5728 "{1}" \u627E\u5230\u66F4\u591A\u7684 <u>{0}</u>\u3002</html>
+no_previous_find=\u627E\u4E0D\u5230\u524D\u4E00\u500B\u3002
+no_styles_found_in_map=\u5FC3\u667A\u5716\u4E2D\u6C92\u767C\u73FE\u6A23\u5F0F
node=\u7BC0\u9EDE
-node_changed_discard_changes=\u7BC0\u9EDE\u5DF2\u88AB\u8B8A\u66F4, \u8ACB\u554F\u4F60\u60F3\u653E\u68C4\u8B8A\u66F4\u55CE?
-node_is_write_protected=\u76EE\u6A19\u7BC0\u9EDE\u5BEB\u5165\u4FDD\u8B77\u4E2D.
-node_location_help=\u62d6\u66f3\u53ef\u4ee5\u8b8a\u66f4\u7bc0\u9ede\u4f4d\u7f6e, ctrl+\u62d6\u66f3 \u53ef\u4ee5\u6539\u8b8a\u5e73\u884c\u7bc0\u9ede\u7684\u9593\u8ddd, \u96d9\u64ca\u53ef\u56de\u5fa9\u539f\u8a2d\u5b9a.
-node_selector=\u7bc0\u9ede\u9078\u53d6
-node_selector_message=\u96d9\u9ede\u64ca\u6ed1\u9f20\u4ee5\u9078\u53d6\u7bc0\u9ede
-node_styles=\u7bc0\u9ede\u6a23\u5f0f
-NodeBackgroundColorAction.text=\u7bc0\u9ede\u80cc\u666f\u984f\u8272...
-NodeColorAction.text=\u7bc0\u9ede\u6587\u5b57\u984f\u8272...
-NodeColorBlendAction.text=\u7bc0\u9ede\u6587\u5b57\u647b\u548c\u80cc\u666f\u984f\u8272
-NodeDownAction.text=\u5c07\u7bc0\u9ede\u79fb\u5230\u4e0b\u65b9
-NodeExtensions.EditNodeExtensions=\u7de8\u8f2f\u7bc0\u9ede\u5ef6\u4f38\u6027\u8cea
-NodeExtensions.RemoveNodeExtensions=\u79fb\u9664\u7bc0\u9ede\u5ef6\u4f38\u6027\u8cea
-NodeListAction.text=\u5728\u5fc3\u667a\u5716\u7684\u7bc0\u9ede\u5217\u8868\u4e2d\u5c0b\u627e\u6216\u53d6\u4ee3 ...
-NodeListAction.tooltip=\u986f\u793a\u6240\u6709\u7bc0\u9ede\u7684\u5217\u8868, \u53ef\u5c0b\u627e\u6216\u53d6\u4ee3\u7bc0\u9ede\u5167\u5bb9.
-NodeShapeAction.bubble.text=\u7BC0\u9EDE\u5916\u89C0\u6539\u6210\u6C23\u6CE1\u6846
-NodeShapeAction.fork.text=\u7BC0\u9EDE\u5916\u89C0\u6539\u6210\u5E95\u7DDA
-NodeUpAction.text=\u5c07\u7bc0\u9ede\u79fb\u5230\u4e0a\u65b9
-NodeWidthAction.text=\u8a2d\u5b9a\u7bc0\u9ede\u5bec\u5ea6\u9650\u5236...
-nonboldify_branch=\u53d6\u6d88\u7c97\u9ad4
-nonitalicise_branch=\u53d6\u6d88\u659c\u9ad4
+node_changed_discard_changes=\u7BC0\u9EDE\u5DF2\u88AB\u8B8A\u66F4\uFF0C\u8ACB\u554F\u60A8\u60F3\u653E\u68C4\u8B8A\u66F4\u55CE\uFF1F
+node_is_write_protected=\u76EE\u6A19\u7BC0\u9EDE\u5BEB\u5165\u4FDD\u8B77\u4E2D\u3002
+node_location_help=\u62D6\u66F3\u53EF\u4EE5\u8B8A\u66F4\u7BC0\u9EDE\u4F4D\u7F6E\uFF0Cctrl+\u62D6\u66F3 \u53EF\u4EE5\u6539\u8B8A\u5E73\u884C\u7BC0\u9EDE\u7684\u9593\u8DDD\uFF0C\u96D9\u64CA\u53EF\u56DE\u5FA9\u539F\u8A2D\u5B9A\u3002
+node_selector=\u7BC0\u9EDE\u9078\u53D6
+node_selector_message=\u96D9\u9EDE\u64CA\u6ED1\u9F20\u4EE5\u9078\u53D6\u7BC0\u9EDE
+node_styles=\u7BC0\u9EDE\u6A23\u5F0F
+NodeBackgroundColorAction.text=(&N)\u7BC0\u9EDE\u80CC\u666F\u984F\u8272...
+NodeColorAction.text=\u7BC0\u9EDE\u6587\u5B57\u984F\u8272...
+NodeColorBlendAction.text=\u7BC0\u9EDE\u6587\u5B57\u647B\u548C\u80CC\u666F\u984F\u8272
+NodeDownAction.text=\u5C07\u7BC0\u9EDE\u79FB\u5230\u4E0B\u65B9
+NodeExtensions.EditNodeExtensions=\u7DE8\u8F2F\u7BC0\u9EDE\u5EF6\u4F38\u6027\u8CEA
+NodeExtensions.RemoveNodeExtensions=\u79FB\u9664\u7BC0\u9EDE\u5EF6\u4F38\u6027\u8CEA
+NodeListAction.text=\u5728\u5FC3\u667A\u5716\u7684\u7BC0\u9EDE\u5217\u8868\u4E2D\u5C0B\u627E\u6216\u53D6\u4EE3 ...
+NodeListAction.tooltip=\u986F\u793A\u6240\u6709\u7BC0\u9EDE\u7684\u5217\u8868, \u53EF\u5C0B\u627E\u6216\u53D6\u4EE3\u7BC0\u9EDE\u5167\u5BB9.
+NodeShapeAction.bubble.text=(&B)\u7BC0\u9EDE\u5916\u89C0\u6539\u6210\u6C23\u6CE1\u6846
+NodeShapeAction.fork.text=(&F)\u7BC0\u9EDE\u5916\u89C0\u6539\u6210\u5E95\u7DDA
+NodeUpAction.text=\u5C07\u7BC0\u9EDE\u79FB\u5230\u4E0A\u65B9
+NodeWidthAction.text=\u8A2D\u5B9A\u7BC0\u9EDE\u5BEC\u5EA6\u9650\u5236
+nonboldify_branch=\u53D6\u6D88\u7C97\u9AD4
+nonitalicise_branch=\u53D6\u6D88\u659C\u9AD4
normal=\u4E00\u822C
-not_saved_for_image_error=\u8a2d\u5b9a\u5716\u7247\u524d\u5fc5\u9808\u5148\u5132\u5b58\u5fc3\u667a\u5716
-not_saved_for_link_error=\u8a2d\u5b9a\u9023\u7d50\u524d\u5fc5\u9808\u5148\u5132\u5b58\u5fc3\u667a\u5716
-note_window_location=\u8a3b\u89e3\u8996\u7a97\u4f4d\u7f6e
-ok=\u78BA\u5B9A
-OKAction.text=\u78BA\u5B9A
-OnlineReference.text=\u53c3\u8003\u624b\u518a
-open_asMindMap=\u5fc3\u667a\u5716
-OpenAction.text=\u958b\u555f\u820a\u6a94...
+not_saved_for_image_error=\u8A2D\u5B9A\u5716\u7247\u524D\u5FC5\u9808\u5148\u5132\u5B58\u5FC3\u667A\u5716
+not_saved_for_link_error=\u8A2D\u5B9A\u9023\u7D50\u524D\u5FC5\u9808\u5148\u5132\u5B58\u5FC3\u667A\u5716
+note_window_location=\u8A3B\u89E3\u8996\u7A97\u4F4D\u7F6E
+ok=(&O)\u78BA\u5B9A
+OKAction.text=(&O)\u78BA\u5B9A
+OnlineReference.text=\u53C3\u8003\u624B\u518A
+open_asMindMap=\u5FC3\u667A\u5716
+OpenAction.text=(&O)\u958B\u555F\u820A\u6A94...
OpenFreeplaneSiteAction.text=Freeplane \u9996\u9801
-OpenPathAction.text=\u958b\u555f\u820a\u6a94
-OpenURLMapAction.text=\u958b\u555f\u7db2\u8def\u4e0a\u5fc3\u667a\u5716...
-OpenUserDirAction.text=\u958b\u555f\u4f7f\u7528\u8005\u76ee\u9304
-option_changes_may_require_restart=\u4fee\u6539\u7684\u8a2d\u5b9a\u53ef\u80fd\u8981\u91cd\u65b0\u555f\u52d5\u5f8c\u624d\u80fd\u4f5c\u7528.
-OptionalDontShowMeAgainDialog.cancel=\u5426
-OptionalDontShowMeAgainDialog.dontShowAgain=\u4EE5\u5F8C\u4E0D\u8981\u518D\u8A62\u554F\u6211
-OptionalDontShowMeAgainDialog.ok=\u662f
-OptionalDontShowMeAgainDialog.rememberMyDescision=\u8A18\u4F4F\u6211\u76EE\u524D\u7684\u6C7A\u5B9A(\u4E0B\u6B21\u4E0D\u7528\u518D\u554F)
+OpenMapsAddLocation.text=\u589E\u52A0 OpenMaps \u4F4D\u7F6E...
+OpenMapsRemoveLocation.text=\u79FB\u9664 OpenMaps \u4F4D\u7F6E
+OpenMapsViewLocation.text=\u6AA2\u8996 OpenMaps \u4F4D\u7F6E...
+OpenPathAction.text=\u958B\u555F\u820A\u6A94
+OpenURLMapAction.text=\u958B\u555F\u7DB2\u8DEF\u4E0A\u5FC3\u667A\u5716...
+OpenUserDirAction.text=\u958B\u555F\u4F7F\u7528\u8005\u76EE\u9304
+option_changes_may_require_restart=\u4FEE\u6539\u7684\u8A2D\u5B9A\u53EF\u80FD\u8981\u91CD\u65B0\u555F\u52D5\u5F8C\u624D\u80FD\u4F5C\u7528\u3002
+OptionalDontShowMeAgainDialog.cancel=(&N)\u5426
+OptionalDontShowMeAgainDialog.dontShowAgain=(&D)\u4E0D\u8981\u518D\u6B21\u8A62\u554F\u6211\u3002
+OptionalDontShowMeAgainDialog.ok=(&Y)\u662F
+OptionalDontShowMeAgainDialog.rememberMyDescision=(&R)\u8A18\u4F4F\u6211\u76EE\u524D\u7684\u6C7A\u5B9A\u3002
OptionPanel.absolute=\u7D55\u5C0D
-OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=\u81ea\u52d5\u6392\u7248\u6a23\u677f\u8a2d\u5b9a
-OptionPanel.ADD_CHILD=\u65b0\u589e\u5b50\u7bc0\u9ede
-OptionPanel.ADD_SIBLING=\u65b0\u589e\u5144\u5f1f\u7bc0\u9ede
-OptionPanel.addons=\u9644\u52a0\u5143\u4ef6
-OptionPanel.always_fold_all_after_load=\u7bc0\u9ede\u5168\u90e8\u647a\u758a
-OptionPanel.always_load_last_maps=\u81ea\u52d5\u958b\u555f\u4e0a\u6b21\u7684\u6216\u8005\u65b0\u7684\u5fc3\u667a\u5716
-OptionPanel.always_load_last_maps.tooltip=\u958b\u555f\u4e0a\u8ff0\u9078\u9805\u8a2d\u5b9a\u7684\u4e0a\u6b21\u6a94\u6848, \u5982\u672a\u8a2d\u5b9a\u5247\u958b\u555f\u65b0\u7684\u5fc3\u667a\u5716.
-OptionPanel.always_save_folding=\u6c38\u9060
-OptionPanel.always_save_folding_state=\u6c38\u9060\u5132\u5b58\u647a\u758a\u72c0\u614b
-OptionPanel.always_save_folding_state.tooltip=\u5982\u679c\u52fe\u9078, \u6bcf\u6b21\u5c55\u958b\u6216\u647a\u758a\u7bc0\u9ede\u90fd\u6703\u63d0\u9192\u4f60\u5132\u5b58\u6a94\u6848.
-OptionPanel.always_unfold_all_after_load=\u7bc0\u9ede\u5168\u90e8\u5c55\u958b
+OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=\u81EA\u52D5\u6392\u7248\u6A23\u677F\u8A2D\u5B9A
+OptionPanel.ADD_CHILD=\u65B0\u589E\u5B50\u7BC0\u9EDE
+OptionPanel.ADD_SIBLING=\u65B0\u589E\u5144\u5F1F\u7BC0\u9EDE
+OptionPanel.addons=\u9644\u52A0\u5143\u4EF6
+OptionPanel.always_fold_all_after_load=\u7BC0\u9EDE\u5168\u90E8\u647A\u758A
+OptionPanel.always_load_last_maps=\u81EA\u52D5\u958B\u555F\u4E0A\u6B21\u7684\u6216\u8005\u65B0\u7684\u5FC3\u667A\u5716
+OptionPanel.always_load_last_maps.tooltip=\u958B\u555F\u4E0A\u8FF0\u9078\u9805\u8A2D\u5B9A\u7684\u4E0A\u6B21\u6A94\u6848, \u5982\u672A\u8A2D\u5B9A\u5247\u958B\u555F\u65B0\u7684\u5FC3\u667A\u5716.
+OptionPanel.always_save_folding=\u6C38\u9060
+OptionPanel.always_save_folding_state=\u6C38\u9060\u5132\u5B58\u647A\u758A\u72C0\u614B
+OptionPanel.always_save_folding_state.tooltip=\u5982\u679C\u52FE\u9078\uFF0C\u6BCF\u6B21\u5C55\u958B\u6216\u647A\u758A\u7BC0\u9EDE\u90FD\u6703\u63D0\u9192\u60A8\u5132\u5B58\u6A94\u6848\u3002
+OptionPanel.always_unfold_all_after_load=\u7BC0\u9EDE\u5168\u90E8\u5C55\u958B
OptionPanel.antialias=\u53BB\u92F8\u9F52
-OptionPanel.antialias.tooltip=<html>\u6c7a\u5b9a\u5716\u5f62\u54c1\u8cea, \u4f46\u53bb\u92f8\u9f52\u9700\u8981\u82b1\u8cbb\u6642\u9593.</html>
+OptionPanel.antialias.tooltip=<html>\u6C7A\u5B9A\u5716\u5F62\u54C1\u8CEA, \u4F46\u53BB\u92F8\u9F52\u9700\u8981\u82B1\u8CBB\u6642\u9593.</html>
OptionPanel.antialias_all=\u9664\u53BB\u6240\u6709\u92F8\u9F52\u908A
OptionPanel.antialias_edges=\u9664\u53BB\u92F8\u9F52\u908A
OptionPanel.antialias_none=\u4E0D\u53BB\u92F8\u9F52
OptionPanel.Appearance=\u5916\u89C0\u8A2D\u5B9A
-OptionPanel.apply_system_screen_resolution=\u5957\u7528\u7cfb\u7d71\u87a2\u5e55\u89e3\u6790\u5ea6
-OptionPanel.approximate_search_threshold=\u9032\u4f3c\u5339\u914d\u7684\u9580\u6abb
-OptionPanel.approximate_search_threshold.tooltip=<html>\u9032\u4f3c\u5339\u914d\u7684\u9580\u6abb<br/><font size="2">\u53c3\u95b1 http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(\u503c\u8d8a\u5927\uff0c\u8d8a\u5c11\u8b8a\u4f8b\u6703\u88ab\u641c\u5c0b\u5230)</html>
-OptionPanel.ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629 (\u963f\u62c9\u4f2f\u6587)
-OptionPanel.ARC=\u5f27\u7dda
+OptionPanel.apply_system_screen_resolution=\u5957\u7528\u7CFB\u7D71\u87A2\u5E55\u89E3\u6790\u5EA6
+OptionPanel.approximate_search_threshold=\u9032\u4F3C\u5339\u914D\u7684\u9580\u6ABB
+OptionPanel.approximate_search_threshold.tooltip=<html>\u9032\u4F3C\u5339\u914D\u7684\u9580\u6ABB<br/><font size="2">\u53C3\u95B1 http://freeplane.sf.net/wiki/index.php/Approximate_search</font><br/>(\u503C\u8D8A\u5927\uFF0C\u8D8A\u5C11\u8B8A\u4F8B\u6703\u88AB\u641C\u5C0B\u5230)</html>
+OptionPanel.ar=\u0627\u0644\u0639\u0631\u0628\u064A\u0629 (\u963F\u62C9\u4F2F\u6587)
+OptionPanel.ARC=\u5F27\u7DDA
OptionPanel.as_parent=\u8DDF\u4E3B\u7BC0\u9EDE\u76F8\u540C
OptionPanel.ask=\u8A62\u554F
OptionPanel.automatic=\u81EA\u52D5\u5075\u6E2C\u8A9E\u7CFB
-OptionPanel.automaticFormat_level=\u81ea\u52d5\u6392\u7248\u5404\u5c64\u7bc0\u9ede\u683c\u5f0f\u8a2d\u5b9a\u503c (\u6ed1\u9f20\u5de6\u9375\u9ede\u5165\u53ef\u4fee\u6539)
-OptionPanel.automaticFormat_level1=\u4e3b\u7bc0\u9ede\u683c\u5f0f
-OptionPanel.automaticFormat_level2=1. \u5404\u5c64\u7bc0\u9ede\u683c\u5f0f
-OptionPanel.backup_file_number=\u4fdd\u5b58\u7684\u5099\u4efd\u6a94\u6848\u6578\u91cf
+OptionPanel.automaticFormat_level=\u81EA\u52D5\u6392\u7248\u5404\u5C64\u7BC0\u9EDE\u683C\u5F0F\u8A2D\u5B9A\u503C (\u6ED1\u9F20\u5DE6\u9375\u9EDE\u5165\u53EF\u4FEE\u6539)
+OptionPanel.automaticFormat_level1=\u4E3B\u7BC0\u9EDE\u683C\u5F0F
+OptionPanel.automaticFormat_level2=1. \u5404\u5C64\u7BC0\u9EDE\u683C\u5F0F
+OptionPanel.backup_file_number=\u4FDD\u5B58\u7684\u5099\u4EFD\u6A94\u6848\u6578\u91CF
OptionPanel.Behaviour=\u7DE8\u8F2F\u884C\u70BA\u8A2D\u5B9A
OptionPanel.bezier=\u8C9D\u6C0F\u66F2\u7DDA
-OptionPanel.bubble=\u6c23\u6ce1\u6846
-OptionPanel.ca=Catal\u00e0 (\u52a0\u6cf0\u7f85\u5c3c\u4e9e\u6587 / \u74e6\u502b\u897f\u4e9e\u6587)
+OptionPanel.bubble=\u6C23\u6CE1\u6846
+OptionPanel.ca=Catal\u00E0 (\u52A0\u6CF0\u7F85\u5C3C\u4E9E\u6587 / \u74E6\u502B\u897F\u4E9E\u6587)
OptionPanel.Cancel=\u53D6\u6D88
-OptionPanel.center_selected_node=\u5c07\u9078\u53d6\u7684\u7bc0\u9ede\u7f6e\u65bc\u4e2d\u592e
-OptionPanel.check_updates_automatically=\u7a0b\u5f0f\u555f\u52d5\u6642\u6aa2\u67e5\u662f\u5426\u6709\u65b0\u7248\u672c
-OptionPanel.childpattern=\u5b50\u6a23\u677f
-OptionPanel.childpattern.tooltip=\u9078\u5B9A\u7684\u6A21\u677F\u5957\u7528\u5230\u6240\u6709\u5B50\u7BC0\u9EDE
+OptionPanel.center_selected_node=\u5C07\u9078\u53D6\u7684\u7BC0\u9EDE\u7F6E\u65BC\u4E2D\u592E
+OptionPanel.check_updates_automatically=\u7A0B\u5F0F\u555F\u52D5\u6642\u6AA2\u67E5\u662F\u5426\u6709\u65B0\u7248\u672C
+OptionPanel.childpattern=\u5B50\u6A23\u677F
+OptionPanel.childpattern.tooltip=\u9078\u5B9A\u7684\u6A21\u677F\u5957\u7528\u5230\u6240\u6709\u5B50\u7BC0\u9EDE\u3002
OptionPanel.clear_all_setters=\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A
-OptionPanel.clear_all_setters.tooltip=\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A
-OptionPanel.cloud=\u96f2\u72c0\u5305\u8986
-OptionPanel.cloudcolor=\u96f2\u7684\u984f\u8272
-OptionPanel.cloudshape=\u96f2\u7684\u5f62\u72c0
+OptionPanel.clear_all_setters.tooltip=\u555F\u7528\u6216\u505C\u7528\u6240\u6709\u66F4\u6539\u6A19\u793A\u3002
+OptionPanel.cloud=\u96F2\u72C0\u5305\u8986
+OptionPanel.cloudcolor=\u96F2\u7684\u984F\u8272
+OptionPanel.cloudshape=\u96F2\u7684\u5F62\u72C0
OptionPanel.combined=\u6574\u5408
-OptionPanel.compare_as_number=\u6578\u5b57\u6bd4\u5c0d
-OptionPanel.convert_to_current_version=<html>\u81ea\u52d5\u5c07\u820a\u7248 freeplane \u8f49\u63db\u6210\u65b0\u7248\u683c\u5f0f?</html>
-OptionPanel.convert_to_current_version.tooltip=<html>\u53EA\u6709\u975E\u5E38\u5927\u7684\u5716\u4E0D\u9700\u8981\u8F49\u63DB<br>(\u5C08\u5BB6\u77E5\u8B58)\u4F60\u4E5F\u53EF\u4EE5\u958B\u555F\u6C92\u6709\u8F49\u63DB\u904E\u7684\u820A\u7248\u5FC3\u667A\u5716.</html>
-OptionPanel.cs=\u010desky (\u6377\u514b\u6587)
-OptionPanel.cut_nodes_without_question=\u526a\u4e0b\u7bc0\u9ede\u4e0d\u7528\u78ba\u8a8d?
-OptionPanel.cut_nodes_without_question.tooltip=\u5982\u679c\u52fe\u9078\u6b64\u8a2d\u5b9a, \u6709\u53ef\u80fd\u56e0\u758f\u5ffd\u8aa4\u6309\u800c\u522a\u6389\u7bc0\u9ede.
-OptionPanel.da=Dansk (\u4e39\u9ea5\u6587)
-OptionPanel.date_format=\u6a19\u6e96\u65e5\u671f\u683c\u5f0f
-OptionPanel.date_format.tooltip=SHORT, MEDIUM, LONG, FULL \u6216\u662f "MM/dd/yyyy" \u4e4b\u4efb\u4e00\u500b
-OptionPanel.datetime_format=\u6a19\u6e96\u65e5\u671f\u6642\u9593\u683c\u5f0f
-OptionPanel.datetime_format.tooltip=<datestyle>,<timestyle> ( SHORT, MEDIUM, LONG, \u6216 FULL) \u6216\u662f "M/d/yyyy hh:mm" \u4e4b\u4efb\u4e00\u500b
-OptionPanel.de=Deutsch (\u5fb7\u6587)
-OptionPanel.default=\u9810\u8a2d\u503c
-OptionPanel.default_attribute_key_column_width=\u6a19\u6e96\u5c6c\u6027\u9375\u5bec\u5ea6
-OptionPanel.default_attribute_value_column_width=\u6a19\u6e96\u5c6c\u6027\u503c\u5bec\u5ea6
+OptionPanel.compare_as_number=\u6578\u5B57\u6BD4\u5C0D
+OptionPanel.convert_to_current_version=<html>\u81EA\u52D5\u5C07\u820A\u7248 freeplane \u8F49\u63DB\u6210\u65B0\u7248\u683C\u5F0F\uFF1F</html>
+OptionPanel.convert_to_current_version.tooltip=<html>\u53EA\u6709\u975E\u5E38\u5927\u7684\u5716\u4E0D\u9700\u8981\u8F49\u63DB<br>(\u5C08\u5BB6\u77E5\u8B58)\u60A8\u4E5F\u53EF\u4EE5\u958B\u555F\u6C92\u6709\u8F49\u63DB\u904E\u7684\u820A\u7248\u5FC3\u667A\u5716\u3002</html>
+OptionPanel.cs=\u010Desky (\u6377\u514B\u6587)
+OptionPanel.cut_nodes_without_question=\u526A\u4E0B\u7BC0\u9EDE\u4E0D\u7528\u78BA\u8A8D\uFF1F
+OptionPanel.cut_nodes_without_question.tooltip=\u5982\u679C\u52FE\u9078\u6B64\u8A2D\u5B9A\uFF0C\u6709\u53EF\u80FD\u56E0\u758F\u5FFD\u8AA4\u6309\u800C\u522A\u6389\u7BC0\u9EDE\u3002
+OptionPanel.da=Dansk (\u4E39\u9EA5\u6587)
+OptionPanel.date_format=\u6A19\u6E96\u65E5\u671F\u683C\u5F0F
+OptionPanel.date_format.tooltip=SHORT, MEDIUM, LONG, FULL \u6216\u662F "MM/dd/yyyy" \u4E4B\u4EFB\u4E00\u500B
+OptionPanel.datetime_format=\u6A19\u6E96\u65E5\u671F\u6642\u9593\u683C\u5F0F
+OptionPanel.datetime_format.tooltip=<datestyle>,<timestyle> ( SHORT, MEDIUM, LONG, \u6216 FULL) \u6216\u662F "M/d/yyyy hh:mm" \u4E4B\u4EFB\u4E00\u500B
+OptionPanel.de=Deutsch (\u5FB7\u6587)
+OptionPanel.default=\u9810\u8A2D\u503C
+OptionPanel.default_attribute_key_column_width=\u6A19\u6E96\u5C6C\u6027\u9375\u5BEC\u5EA6
+OptionPanel.default_attribute_value_column_width=\u6A19\u6E96\u5C6C\u6027\u503C\u5BEC\u5EA6
OptionPanel.default_browser_command_mac=\u547C\u53EB\u700F\u89BD\u5668\u6240\u4F7F\u7528\u4E4B\u547D\u4EE4\u63D0\u793A\u5B57\u5143\u57F7\u884C\u53C3\u6578(Mac)
-OptionPanel.default_browser_command_mac.tooltip=<html> and MAC: (thanks to Nick!)</html>
+OptionPanel.default_browser_command_mac.tooltip=<html> \u548C MAC\uFF1A(\u611F\u8B1DNick\uFF01)</html>
OptionPanel.default_browser_command_other_os=\u547C\u53EB\u700F\u89BD\u5668\u6240\u4F7F\u7528\u4E4B\u547D\u4EE4\u63D0\u793A\u5B57\u5143\u57F7\u884C\u53C3\u6578(\u5176\u4ED6\u4F5C\u696D\u7CFB\u7D71)
-OptionPanel.default_browser_command_other_os.tooltip=<html> \u4e00\u822c\u662f Linux</html>
+OptionPanel.default_browser_command_other_os.tooltip=<html> \u4E00\u822C\u662F Linux\uFF1A</html>
OptionPanel.default_browser_command_windows_9x=\u547C\u53EB\u700F\u89BD\u5668\u6240\u4F7F\u7528\u4E4B\u547D\u4EE4\u63D0\u793A\u5B57\u5143\u57F7\u884C\u53C3\u6578(Windows 9x)
-OptionPanel.default_browser_command_windows_9x.tooltip=<html>\u9019 "" \u662f\u5fc5\u9808\u7684, \u56e0\u70ba\u4ed6\u5011\u7684 URL \u6709 "=".</html>
+OptionPanel.default_browser_command_windows_9x.tooltip=<html>\u9019 "" \u662F\u5FC5\u9808\u7684\uFF0C\u56E0\u70BA\u4ED6\u5011\u7684 URL \u6709 "=".</html>
OptionPanel.default_browser_command_windows_nt=\u547C\u53EB\u700F\u89BD\u5668\u6240\u4F7F\u7528\u4E4B\u547D\u4EE4\u63D0\u793A\u5B57\u5143\u57F7\u884C\u53C3\u6578(Windows NT)
-OptionPanel.default_browser_command_windows_nt.tooltip=<html>\u9019 "" \u662f\u5fc5\u9808\u7684, \u56e0\u70ba\u4ed6\u5011\u7684 URL \u6709 "=".</html>
-OptionPanel.default_charset=\u9810\u8a2d\u5b57\u5143\u96c6
+OptionPanel.default_browser_command_windows_nt.tooltip=<html>\u9019 "" \u662F\u5FC5\u9808\u7684, \u56E0\u70BA\u4ED6\u5011\u7684 URL \u6709 "=".</html>
+OptionPanel.default_charset=\u9810\u8A2D\u5B57\u5143\u96C6
OptionPanel.Defaults=\u7248\u9762\u8A2D\u5B9A
OptionPanel.delete_automatic_saves_at_exit=\u7576\u96E2\u958B\u6642\u522A\u9664\u81EA\u52D5\u5132\u5B58\u6A94
-OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> \u5982\u679c\u6b63\u5e38\u95dc\u9589\u6642\u60f3\u81ea\u52d5\u522a\u9664, \u8acb\u52fe\u9078.</html>
-OptionPanel.delete_nodes_without_question=\u522a\u9664\u7bc0\u9ede\u4e0d\u7528\u78ba\u8a8d?
-OptionPanel.delete_nodes_without_question.tooltip=\u5982\u679c\u52fe\u9078\u6b64\u8a2d\u5b9a, \u6709\u53ef\u80fd\u56e0\u758f\u5ffd\u8aa4\u6309\u800c\u522a\u6389\u7bc0\u9ede.
-OptionPanel.disable_cursor_move_paper=\u79fb\u52d5\u5fc3\u667a\u5716\u6642\u4e0d\u986f\u793a "\u79fb\u52d5\u6e38\u6a19"
-OptionPanel.disable_cursor_move_paper.tooltip=<html>\u65bc\u87a2\u5e55\u62d6\u66f3\u79fb\u52d5\u5fc3\u667a\u5716\u4f4d\u7f6e\u6642\u4e0d\u8981\u986f\u793a\u5c08\u7528\u7684 "\u79fb\u52d5\u6e38\u6a19" (\u6307\u5411\u56db\u908a\u7684\u7bad\u982d\u7b26\u865f)</html>
-OptionPanel.display_inline_editor_for_all_new_nodes=\u5c0d\u6240\u6709\u65b0\u7bc0\u9ede\u986f\u793a\u5167\u5d4c\u7de8\u8f2f\u5217
-OptionPanel.display_node_id=\u986f\u793a\u7bc0\u9ede ID
-OptionPanel.edgecolor=\u5206\u652f\u7dda\u984f\u8272
-OptionPanel.edgecolor.tooltip=\u5230\u7236\u7bc0\u9ede\u7684\u5206\u652f\u7dda\u984f\u8272
-OptionPanel.edgestyle=\u5206\u652f\u7dda\u6a23\u5f0f
-OptionPanel.edgestyle.tooltip=\u5230\u7236\u7bc0\u9ede\u7684\u5206\u652f\u7dda\u6a23\u5f0f
-OptionPanel.edgewidth=\u5206\u652f\u7dda\u5bec\u5ea6
-OptionPanel.edgewidth.tooltip=\u5230\u7236\u7bc0\u9ede\u7684\u5206\u652f\u7dda\u5bec\u5ea6
-OptionPanel.EDIT_CURRENT=\u8986\u5beb\u5167\u5bb9
-OptionPanel.edit_on_double_click=\u96d9\u9ede\u64ca\u9032\u5165\u7de8\u8f2f
-OptionPanel.editor_extra_width=\u984d\u5916\u5bec\u5ea6
-OptionPanel.editor_extra_width.tooltip=<html>\u6c7a\u5b9a\u8981\u589e\u52a0\u7684\u5bec\u5ea6\u7684\u50cf\u7d20\u503c, \u7576\u6587\u5b57\u8d85\u904e\u76ee\u524d\u5bec\u5ea6\u6642.</html>
-OptionPanel.el=\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac (\u5e0c\u81d8\u6587)
-OptionPanel.el__buttons_above=\u6309\u9215\u5728\u8996\u7a97\u4e0a\u65b9
-OptionPanel.el__enter_confirms_by_default=\u6309 Enter \u9375\u5c31\u78ba\u8a8d\u7dda\u5167\u7bc0\u9ede\u7de8\u8f2f
+OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> \u5982\u679C\u6B63\u5E38\u95DC\u9589\u6642\u60F3\u81EA\u52D5\u522A\u9664\uFF0C\u8ACB\u52FE\u9078\u3002</html>
+OptionPanel.delete_nodes_without_question=\u522A\u9664\u7BC0\u9EDE\u4E0D\u7528\u78BA\u8A8D\uFF1F
+OptionPanel.delete_nodes_without_question.tooltip=\u5982\u679C\u52FE\u9078\u6B64\u8A2D\u5B9A\uFF0C\u6709\u53EF\u80FD\u56E0\u758F\u5FFD\u8AA4\u6309\u800C\u522A\u6389\u7BC0\u9EDE\u3002
+OptionPanel.disable_cursor_move_paper=\u79FB\u52D5\u5FC3\u667A\u5716\u6642\u4E0D\u986F\u793A "\u79FB\u52D5\u6E38\u6A19"
+OptionPanel.disable_cursor_move_paper.tooltip=<html>\u65BC\u87A2\u5E55\u62D6\u66F3\u79FB\u52D5\u5FC3\u667A\u5716\u4F4D\u7F6E\u6642\u4E0D\u8981\u986F\u793A\u5C08\u7528\u7684 "\u79FB\u52D5\u6E38\u6A19" (\u6307\u5411\u56DB\u908A\u7684\u7BAD\u982D\u7B26\u865F)</html>
+OptionPanel.display_inline_editor_for_all_new_nodes=\u5C0D\u6240\u6709\u65B0\u7BC0\u9EDE\u986F\u793A\u5167\u5D4C\u7DE8\u8F2F\u5217
+OptionPanel.display_node_id=\u986F\u793A\u7BC0\u9EDE ID
+OptionPanel.edgecolor=\u5206\u652F\u7DDA\u984F\u8272
+OptionPanel.edgecolor.tooltip=\u5230\u7236\u7BC0\u9EDE\u7684\u5206\u652F\u7DDA\u984F\u8272
+OptionPanel.edgestyle=\u5206\u652F\u7DDA\u6A23\u5F0F
+OptionPanel.edgestyle.tooltip=\u5230\u7236\u7BC0\u9EDE\u7684\u5206\u652F\u7DDA\u6A23\u5F0F
+OptionPanel.edgewidth=\u5206\u652F\u7DDA\u5BEC\u5EA6
+OptionPanel.edgewidth.tooltip=\u5230\u7236\u7BC0\u9EDE\u7684\u5206\u652F\u7DDA\u5BEC\u5EA6
+OptionPanel.EDIT_CURRENT=\u8986\u5BEB\u5167\u5BB9
+OptionPanel.edit_on_double_click=\u96D9\u9EDE\u64CA\u9032\u5165\u7DE8\u8F2F
+OptionPanel.editor_extra_width=\u984D\u5916\u5BEC\u5EA6
+OptionPanel.editor_extra_width.tooltip=<html>\u6C7A\u5B9A\u8981\u589E\u52A0\u7684\u5BEC\u5EA6\u7684\u50CF\u7D20\u503C\uFF0C\u7576\u6587\u5B57\u8D85\u904E\u76EE\u524D\u5BEC\u5EA6\u6642\u3002</html>
+OptionPanel.el=\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC (\u5E0C\u81D8\u6587)
+OptionPanel.el__buttons_above=\u6309\u9215\u5728\u8996\u7A97\u4E0A\u65B9
+OptionPanel.el__enter_confirms_by_default=\u6309 Enter \u9375\u5C31\u78BA\u8A8D\u7DDA\u5167\u7BC0\u9EDE\u7DE8\u8F2F
OptionPanel.el__max_default_window_height=\u6700\u5927\u8996\u7A97\u9AD8\u5EA6
OptionPanel.el__max_default_window_width=\u6700\u5927\u8996\u7A97\u5BEC\u5EA6
OptionPanel.el__min_default_window_height=\u6700\u5C0F\u8996\u7A97\u9AD8\u5EA6
OptionPanel.el__min_default_window_width=\u6700\u5C0F\u8996\u7A97\u5BEC\u5EA6
OptionPanel.el__position_window_below_node=\u8996\u7A97\u5728\u7BC0\u9EDE\u4E0B\u65B9
-OptionPanel.en=English (\u82f1\u6587)
+OptionPanel.en=English (\u82F1\u6587)
OptionPanel.Environment=\u74B0\u5883\u8A2D\u5B9A
-OptionPanel.es=Espa\u00f1ol / Castellano (\u897f\u73ed\u7259\u6587 / \u5361\u65af\u63d0\u723e\u6587)
-OptionPanel.et=Eesti, Eesti Keel (\u611b\u6c99\u5c3c\u4e9e\u6587)
-OptionPanel.execute_scripts_without_asking=\u6307\u4ee4\u53ef\u4ee5\u76f4\u63a5\u57f7\u884c (\u4e0d\u9700\u78ba\u8a8d)
-OptionPanel.execute_scripts_without_asking.tooltip=<html>Freeplane \u6307\u4ee4\u53ef\u57f7\u884c\u5404\u7a2e\u52d5\u4f5c. <br>\u56e0\u6b64\u4f60\u4e0d\u8a72\u57f7\u884c\u4f60\u4e0d\u77e5\u9053\u7684\u6307\u4ee4\u4ee5\u7b56\u5b89\u5168.</html>
-OptionPanel.execute_scripts_without_exec_restriction=\u5141\u8a31\u57f7\u884c\u61c9\u7528\u7a0b\u5f0f (\u4e0d\u5efa\u8b70)
-OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html>\u5047\u5982\u4f60\u8981\u57f7\u884c\u7279\u6b8a\u7684\u5176\u4ed6\u7684\u61c9\u7528\u7a0b\u5f0f (\u5982\u700f\u89bd\u5668), \u4f60\u5fc5\u9808\u555f\u7528\u9019\u500b\u529f\u80fd.</html>
-OptionPanel.execute_scripts_without_file_restriction=\u5141\u8a31\u6a94\u6848\u76f8\u95dc\u64cd\u4f5c (\u4e0d\u5efa\u8b70)
-OptionPanel.execute_scripts_without_file_restriction.tooltip=<html>\u5047\u5982\u4f60\u8981\u57f7\u884c\u6a94\u6848\u7684\u65b0\u589e\u522a\u9664\u4fee\u6539\u7b49\u6b0a\u9650,\u4f60\u5fc5\u9808\u555f\u7528\u9019\u500b\u529f\u80fd.</html>
-OptionPanel.execute_scripts_without_network_restriction=\u5141\u8a31\u7db2\u8def\u76f8\u95dc\u64cd\u4f5c (\u4e0d\u5efa\u8b70)
-OptionPanel.execute_scripts_without_network_restriction.tooltip=<html>\u5047\u5982\u4f60\u8981\u57f7\u884c\u7279\u6b8a\u7684\u7db2\u8def\u52d5\u4f5c, \u4f60\u5fc5\u9808\u555f\u7528\u9019\u500b\u529f\u80fd.</html>
-OptionPanel.execute_scripts_without_write_restriction=\u5141\u8a31\u6a94\u6848\u8986\u5beb (\u4e0d\u5efa\u8b70)
-OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>\u5982\u679c\u4f60\u7684 Groovy Scripts \u5beb\u5165\u6a94\u6848 (\u5beb\u5165, \u522a\u9664(!)),<br>\u4f60\u5fc5\u9808\u505a\u9019\u500b\u8a2d\u5b9a, <br>\u6b63\u5e38\u53ea\u5141\u8a31\u8b80.<br>\u4f7f\u7528\u9019\u529f\u80fd\u8981\u5c0f\u5fc3, \u56e0\u70ba\u60e1\u610f\u7684 scripts \u6703\u50b7\u5bb3\u4f60\u7684\u96fb\u8166!</body></html>
+OptionPanel.es=Espa\u00F1ol / Castellano (\u897F\u73ED\u7259\u6587 / \u5361\u65AF\u63D0\u723E\u6587)
+OptionPanel.et=Eesti, Eesti Keel (\u611B\u6C99\u5C3C\u4E9E\u6587)
+OptionPanel.execute_scripts_without_asking=\u6307\u4EE4\u53EF\u4EE5\u76F4\u63A5\u57F7\u884C (\u4E0D\u9700\u78BA\u8A8D)
+OptionPanel.execute_scripts_without_asking.tooltip=<html>Freeplane \u6307\u4EE4\u53EF\u57F7\u884C\u5404\u7A2E\u52D5\u4F5C\u3002<br>\u56E0\u6B64\u60A8\u4E0D\u8A72\u57F7\u884C\uFF0C\u60A8\u4E0D\u77E5\u9053\u7684\u6307\u4EE4\u4EE5\u7B56\u5B89\u5168\u3002</html>
+OptionPanel.execute_scripts_without_exec_restriction=\u5141\u8A31\u57F7\u884C\u61C9\u7528\u7A0B\u5F0F (\u4E0D\u5EFA\u8B70)
+OptionPanel.execute_scripts_without_exec_restriction.tooltip=<html>\u5047\u5982\u60A8\u8981\u57F7\u884C\u7279\u6B8A\u7684\u5176\u4ED6\u7684\u61C9\u7528\u7A0B\u5F0F (\u5982\u700F\u89BD\u5668)\uFF0C\u60A8\u5FC5\u9808\u555F\u7528\u9019\u500B\u529F\u80FD\u3002</html>
+OptionPanel.execute_scripts_without_file_restriction=\u5141\u8A31\u6A94\u6848\u76F8\u95DC\u64CD\u4F5C (\u4E0D\u5EFA\u8B70)
+OptionPanel.execute_scripts_without_file_restriction.tooltip=<html>\u5047\u5982\u60A8\u8981\u57F7\u884C\u6A94\u6848\u7684\u65B0\u589E\u522A\u9664\u4FEE\u6539\u7B49\u6B0A\u9650\uFF0C\u60A8\u5FC5\u9808\u555F\u7528\u9019\u500B\u529F\u80FD\u3002</html>
+OptionPanel.execute_scripts_without_network_restriction=\u5141\u8A31\u7DB2\u8DEF\u76F8\u95DC\u64CD\u4F5C (\u4E0D\u5EFA\u8B70)
+OptionPanel.execute_scripts_without_network_restriction.tooltip=<html>\u5047\u5982\u60A8\u8981\u57F7\u884C\u7279\u6B8A\u7684\u7DB2\u8DEF\u52D5\u4F5C\uFF0C\u60A8\u5FC5\u9808\u555F\u7528\u9019\u500B\u529F\u80FD\u3002</html>
+OptionPanel.execute_scripts_without_write_restriction=\u5141\u8A31\u6A94\u6848\u8986\u5BEB (\u4E0D\u5EFA\u8B70)
+OptionPanel.execute_scripts_without_write_restriction.tooltip=<html><body>\u5982\u679C\u60A8\u7684 Groovy Scripts \u5BEB\u5165\u6A94\u6848 (\u5BEB\u5165\u3001\u522A\u9664(\uFF01))\uFF0C<br>\u60A8\u5FC5\u9808\u505A\u9019\u500B\u8A2D\u5B9A\uFF0C<br>\u6B63\u5E38\u53EA\u5141\u8A31\u8B80\u3002<br>\u4F7F\u7528\u9019\u529F\u80FD\u8981\u5C0F\u5FC3\uFF0C\u56E0\u70BA\u60E1\u610F\u7684 scripts \u6703\u50B7\u5BB3\u60A8\u7684\u96FB\u8166\uFF01</body></html>
OptionPanel.experimental_file_locking_on=\u5BE6\u9A57\u6027\u5C07\u6A94\u6848\u9396\u4F4F
-OptionPanel.experimental_file_locking_on.tooltip=<html> \u5be6\u9a57\u7684\u529f\u80fd</html>
-OptionPanel.export_icons_in_html=\u532f\u51fa HTML \u6642\u4e5f\u540c\u6642\u532f\u51fa\u5c0f\u5716\u793a
-OptionPanel.export_icons_in_html.tooltip=<html> \u5426\u5247\u532f\u51fa\u7684 html \u6703\u627e\u4e0d\u5230\u5c0f\u5716\u793a\u7684\u9023\u7d50.</html>
+OptionPanel.experimental_file_locking_on.tooltip=<html> \u5BE6\u9A57\u7684\u529F\u80FD</html>
+OptionPanel.export_icons_in_html=\u532F\u51FA HTML \u6642\u4E5F\u540C\u6642\u532F\u51FA\u5C0F\u5716\u793A
+OptionPanel.export_icons_in_html.tooltip=<html> \u5426\u5247\u532F\u51FA\u7684 html \u6703\u627E\u4E0D\u5230\u5C0F\u5716\u793A\u7684\u9023\u7D50\u3002</html>
+OptionPanel.exported_image_resolution_dpi=\u532F\u51FA\u7684\u5716\u50CF\u89E3\u6790\u5EA6\uFF08\u4EE5 DPI \u70BA\u55AE\u4F4D\uFF09
OptionPanel.Files=\u6A94\u6848
OptionPanel.first=\u7B2C\u4E00\u500B
-OptionPanel.fold_on_click_inside=\u9ede\u64ca\u5167\u90e8\u6642\u6298\u758a
-OptionPanel.foldingsymbolwidth=\u647a\u758a\u7bc0\u9ede\u7b26\u865f\u7684\u5bec\u5ea6
-OptionPanel.foldingsymbolwidth.tooltip=<html>\u4ee3\u8868\u4e0b\u5c64\u7bc0\u9ede\u647a\u758a\u7684\u5c0f\u5708\u7684\u5bec\u5ea6</html>
-OptionPanel.fork=\u5e95\u7dda
-OptionPanel.format_locale=\u683c\u5f0f\u9069\u7528\u5834\u5408
-OptionPanel.format_locale.tooltip=\u5c0d\u683c\u5f0f\u548c\u8cc7\u6599\u89e3\u6790\u7684\u9069\u7528\u5834\u5408\u8a2d\u5b9a
-OptionPanel.formula_disable_caching=\u4e0d\u4f7f\u7528\u516c\u5f0f\u8a08\u7b97\u7de9\u885d\u5340
-OptionPanel.formula_disable_plugin=\u4e0d\u4f7f\u7528\u516c\u5f0f\u8a08\u7b97
-OptionPanel.fr=Fran\u00e7ais (\u6cd5\u6587)
-OptionPanel.gl=Galego (\u683c\u9675\u862d\u6587)
-OptionPanel.goto_note_end_on_edit=\u79fb\u52d5\u8a3b\u89e3\u6307\u6a19\u5230\u5c3e\u7aef
-OptionPanel.grid_size=\u683c\u9ede\u9593\u683c\u5927\u5c0f
+OptionPanel.fold_on_click_inside=\u9EDE\u64CA\u5167\u90E8\u6642\u6298\u758A
+OptionPanel.foldingsymbolwidth=\u647A\u758A\u7BC0\u9EDE\u7B26\u865F\u7684\u5BEC\u5EA6
+OptionPanel.foldingsymbolwidth.tooltip=<html>\u4EE3\u8868\u4E0B\u5C64\u7BC0\u9EDE\u647A\u758A\u7684\u5C0F\u5708\u7684\u5BEC\u5EA6</html>
+OptionPanel.fork=\u5E95\u7DDA
+OptionPanel.format_locale=\u683C\u5F0F\u9069\u7528\u5834\u5408
+OptionPanel.format_locale.tooltip=\u5C0D\u683C\u5F0F\u548C\u8CC7\u6599\u89E3\u6790\u7684\u9069\u7528\u5834\u5408\u8A2D\u5B9A
+OptionPanel.formula_disable_caching=\u4E0D\u4F7F\u7528\u516C\u5F0F\u8A08\u7B97\u7DE9\u885D\u5340
+OptionPanel.formula_disable_plugin=\u4E0D\u4F7F\u7528\u516C\u5F0F\u8A08\u7B97
+OptionPanel.fr=Fran\u00E7ais (\u6CD5\u6587)
+OptionPanel.gl=Galego (\u683C\u9675\u862D\u6587)
+OptionPanel.goto_note_end_on_edit=\u79FB\u52D5\u8A3B\u89E3\u6307\u6A19\u5230\u5C3E\u7AEF
+OptionPanel.grid_size=\u683C\u9EDE\u9593\u683C\u5927\u5C0F
+OptionPanel.groovy_editor_font=\u5B57\u9AD4\u70BA Groovy \u7684\u8A9E\u6CD5\u5448\u73FE\u9AD8\u4EAE\u5EA6\u7DE8\u8F2F
+OptionPanel.groovy_editor_font.tooltip=\u5982\u679C\u60A8\u9700\u8981 unicode \u5B57\u5143\uFF0C\u4F7F\u7528 '\u5C0D\u8A71\u65B9\u584A' \u6216\u8005 '\u55AE\u9593\u9694'\uFF01
+OptionPanel.groovy_editor_font_size=\u5B57\u9AD4\u5927\u5C0F\u70BA Groovy \u7684\u8A9E\u6CD5\u5448\u73FE\u9AD8\u4EAE\u5EA6\u7DE8\u8F2F
OptionPanel.gtk=Gtk
-OptionPanel.hide_edge=\u96b1\u85cf\u5206\u652f\u7dda
-OptionPanel.highlight_formulas=\u5f37\u8abf\u516c\u5f0f
-OptionPanel.horizontal=\u6c34\u5e73\u7dda
-OptionPanel.hr=Hrvatski (\u514b\u7f85\u57c3\u897f\u4e9e\u6587)
-OptionPanel.HTML=HTML \u8a2d\u5b9a
-OptionPanel.html_export_based_on_headings=\u6a19\u984c\u5f0f
-OptionPanel.html_export_fold_all=\u5168\u90e8\u647a\u758a
-OptionPanel.html_export_fold_currently_folded=\u647a\u758a\u76ee\u524d\u88ab\u647a\u758a\u7684
+OptionPanel.hide_edge=\u96B1\u85CF\u5206\u652F\u7DDA
+OptionPanel.highlight_formulas=\u5F37\u8ABF\u516C\u5F0F
+OptionPanel.horizontal=\u6C34\u5E73\u7DDA
+OptionPanel.hr=Hrvatski (\u514B\u7F85\u57C3\u897F\u4E9E\u6587)
+OptionPanel.HTML=HTML \u8A2D\u5B9A
+OptionPanel.html_export_based_on_headings=\u6A19\u984C\u5F0F
+OptionPanel.html_export_fold_all=\u5168\u90E8\u647A\u758A
+OptionPanel.html_export_fold_currently_folded=\u647A\u758A\u76EE\u524D\u88AB\u647A\u758A\u7684
OptionPanel.html_export_folding=\u532F\u51FAHTML
-OptionPanel.html_export_no_folding=\u4e0d\u647a\u758a
+OptionPanel.html_export_no_folding=\u4E0D\u647A\u758A
OptionPanel.hu=Magyar (\u5308\u7259\u5229\u6587)
-OptionPanel.ic_disable=\u4e0d\u4f7f\u7528
-OptionPanel.ic_file=\u4f7f\u7528\u78c1\u789f
-OptionPanel.ic_ram=\u4f7f\u7528\u8a18\u61b6\u9ad4
-OptionPanel.icon=\u5c0f\u5716\u793a
-OptionPanel.icon.tooltip=\u5957\u7528\u7684\u8a71, \u7bc0\u9ede\u5c31\u6703\u6709\u9019\u500b\u5c0f\u5716\u793a.
-OptionPanel.icons.list=\u986f\u793a\u7684\u6a19\u6e96\u5c0f\u5716\u793a\u5217\u8868
-OptionPanel.icons.list.tooltip=\u4f60\u53ef\u4ee5\u6392\u5e8f\u6216\u8b93\u67d0\u4e9b\u5c0f\u5716\u793a\u7121\u6548. \u5c0f\u5716\u793a\u5fc5\u9808\u7528 ';' \u5206\u9694.
-OptionPanel.id=Bahasa Indonesia (\u5370\u5c3c\u6587)
-OptionPanel.IGNORE=\u5ffd\u7565
-OptionPanel.il__enter_confirms_by_default=\u5167\u5b9a\u78ba\u8a8d
+OptionPanel.ic_disable=\u4E0D\u4F7F\u7528
+OptionPanel.ic_file=\u4F7F\u7528\u78C1\u789F
+OptionPanel.ic_ram=\u4F7F\u7528\u8A18\u61B6\u9AD4
+OptionPanel.icon=\u5C0F\u5716\u793A
+OptionPanel.icon.tooltip=\u5957\u7528\u7684\u8A71\uFF0C\u7BC0\u9EDE\u5C31\u6703\u6709\u9019\u500B\u5C0F\u5716\u793A\u3002
+OptionPanel.icons.list=\u986F\u793A\u7684\u6A19\u6E96\u5C0F\u5716\u793A\u5217\u8868
+OptionPanel.icons.list.tooltip=\u60A8\u53EF\u4EE5\u6392\u5E8F\u6216\u8B93\u67D0\u4E9B\u5C0F\u5716\u793A\u7121\u6548\u3002\u5C0F\u5716\u793A\u5FC5\u9808\u7528 ';' \u5206\u9694\u3002
+OptionPanel.id=Bahasa Indonesia (\u5370\u5C3C\u6587)
+OptionPanel.IGNORE=\u5FFD\u7565
+OptionPanel.il__enter_confirms_by_default=\u5167\u5B9A\u78BA\u8A8D
OptionPanel.image_cache=\u5716\u7247\u7528
-OptionPanel.it=Italiano (\u7fa9\u5927\u5229\u6587)
-OptionPanel.ja=\u65e5\u672c\u8a9e (\u65e5\u6587)
-OptionPanel.key_type_action=\u9375\u76e4\u6572\u64ca\u6642
+OptionPanel.it=Italiano (\u7FA9\u5927\u5229\u6587)
+OptionPanel.ja=\u65E5\u672C\u8A9E (\u65E5\u6587)
+OptionPanel.key_type_action=\u9375\u76E4\u6572\u64CA\u6642
OptionPanel.Keystrokes=\u5FEB\u901F\u9375\u8A2D\u5B9A
-OptionPanel.ko=\ud55c\uad6d\uc5b4 / \uc870\uc120\ub9d0 (\u97d3\u6587/ \u671d\u9bae\u6587)
-OptionPanel.label_font_family=\u5b57\u578b
+OptionPanel.ko=\uD55C\uAD6D\uC5B4 / \uC870\uC120\uB9D0 (\u97D3\u6587/ \u671D\u9BAE\u6587)
+OptionPanel.label_font_family=\u5B57\u578B
OptionPanel.label_font_size=\u5B57\u578B\u5927\u5C0F
OptionPanel.language=\u8A9E\u7CFB
-OptionPanel.language.tooltip=<html>\u7a0b\u5f0f\u8981\u7528\u7684\u8a9e\u6587. '\u81ea\u52d5\u5075\u6e2c\u8a9e\u7cfb' \u6703\u8a66\u8457\u8f09\u5165\u4f7f\u7528\u8005\u76ee\u524d\u7684\u8a9e\u6587. </html>
-OptionPanel.last=\u6700\u5f8c\u4e00\u500b
+OptionPanel.language.tooltip=<html>\u7A0B\u5F0F\u8981\u7528\u7684\u8A9E\u6587\u3002'\u81EA\u52D5\u5075\u6E2C\u8A9E\u7CFB' \u6703\u8A66\u8457\u8F09\u5165\u4F7F\u7528\u8005\u76EE\u524D\u7684\u8A9E\u6587\u3002</html>
+OptionPanel.last=\u6700\u5F8C\u4E00\u500B
OptionPanel.last_opened_list_length=\u5217\u51FA\u6700\u8FD1\u958B\u555F\u7684\u6A94\u6848\u6578\u91CF
-OptionPanel.layout_map_on_text_change=\u7de8\u8f2f\u6642\u66f4\u65b0\u5fc3\u667a\u5716
-OptionPanel.layout_map_on_text_change.tooltip=\u4e0d\u4f7f\u7528\u4ee5\u7372\u5f97\u66f4\u597d\u7684\u6548\u80fd
+OptionPanel.latex_disable_editor=\u505C\u7528 LaTeX \u8A9E\u6CD5\u5448\u73FE\u9AD8\u4EAE\u5EA6\u7DE8\u8F2F
+OptionPanel.latex_disable_editor.tooltip=\u5982\u679C\u60A8\u6709 LaTeX \u7DE8\u8F2F\u7684\u554F\u984C\uFF0C\u67E5\u770B\u9019\u500B
+OptionPanel.latex_editor_font=\u5B57\u9AD4\u70BA LaTeX \u7684\u8A9E\u6CD5\u5448\u73FE\u9AD8\u4EAE\u5EA6\u7DE8\u8F2F
+OptionPanel.latex_editor_font.tooltip=\u5982\u679C\u60A8\u9700\u8981 unicode \u5B57\u5143\uFF0C\u4F7F\u7528 '\u5C0D\u8A71\u65B9\u584A' \u6216\u8005 '\u55AE\u9593\u9694'\uFF01
+OptionPanel.latex_editor_font_size=\u5B57\u9AD4\u5927\u5C0F\u70BA LaTeX \u7684\u8A9E\u6CD5\u5448\u73FE\u9AD8\u4EAE\u5EA6\u7DE8\u8F2F
+OptionPanel.latex_macros=LaTeX \u5DE8\u96C6\u6307\u4EE4
+OptionPanel.layout_map_on_text_change=\u7DE8\u8F2F\u6642\u66F4\u65B0\u5FC3\u667A\u5716
+OptionPanel.layout_map_on_text_change.tooltip=\u4E0D\u4F7F\u7528\u4EE5\u7372\u5F97\u66F4\u597D\u7684\u6548\u80FD
OptionPanel.linear=\u76F4\u7DDA
OptionPanel.links=\u8D85\u9023\u7D50
-OptionPanel.links.tooltip=<html>\u8a2d\u5b9a\u8d85\u9023\u7d50\u8def\u5f91\u662f\u7d55\u5c0d\u6216\u76f8\u5c0d </html>
-OptionPanel.load_folding=\u8f09\u5165\u6642
-OptionPanel.load_folding_from_map_default_fold_all=\u7bc0\u9ede\u647a\u758a\u72c0\u6cc1\u6839\u64da\u5fc3\u667a\u5716\u6a94\u7684\u8a18\u9304, \u5982\u5716\u6a94\u672a\u8a18\u9304, \u7bc0\u9ede\u5168\u90e8\u647a\u758a
-OptionPanel.load_folding_from_map_default_unfold_all=\u7bc0\u9ede\u647a\u758a\u72c0\u6cc1\u6839\u64da\u5fc3\u667a\u5716\u6a94\u7684\u8a18\u9304, \u5982\u5716\u6a94\u672a\u8a18\u9304, \u7bc0\u9ede\u5168\u90e8\u5c55\u958b
-OptionPanel.load_last_map=\u81ea\u52d5\u958b\u555f\u6700\u5f8c\u5132\u5b58\u7684\u5fc3\u667a\u5716
-OptionPanel.load_last_map.tooltip=<html>\u7576 freeplane \u958b\u555f\u6642, \u81ea\u52d5\u958b\u555f\u4e0a\u6b21\u5b58\u6a94\u7684\u5fc3\u667a\u5716.</html>
-OptionPanel.load_last_maps=\u81ea\u52d5\u958b\u555f\u4e0a\u6b21\u6240\u6709\u7684\u5fc3\u667a\u5716
+OptionPanel.links.tooltip=<html>\u8A2D\u5B9A\u8D85\u9023\u7D50\u8DEF\u5F91\u662F\u7D55\u5C0D\u6216\u76F8\u5C0D </html>
+OptionPanel.load_folding=\u8F09\u5165\u6642
+OptionPanel.load_folding_from_map_default_fold_all=\u7BC0\u9EDE\u647A\u758A\u72C0\u6CC1\u6839\u64DA\u5FC3\u667A\u5716\u6A94\u7684\u8A18\u9304\uFF0C\u5982\u5716\u6A94\u672A\u8A18\u9304\uFF0C\u7BC0\u9EDE\u5168\u90E8\u647A\u758A
+OptionPanel.load_folding_from_map_default_unfold_all=\u7BC0\u9EDE\u647A\u758A\u72C0\u6CC1\u6839\u64DA\u5FC3\u667A\u5716\u6A94\u7684\u8A18\u9304\uFF0C\u5982\u5716\u6A94\u672A\u8A18\u9304\uFF0C\u7BC0\u9EDE\u5168\u90E8\u5C55\u958B
+OptionPanel.load_last_map=\u81EA\u52D5\u958B\u555F\u6700\u5F8C\u5132\u5B58\u7684\u5FC3\u667A\u5716
+OptionPanel.load_last_map.tooltip=<html>\u7576 freeplane \u958B\u555F\u6642\uFF0C\u81EA\u52D5\u958B\u555F\u4E0A\u6B21\u5B58\u6A94\u7684\u5FC3\u667A\u5716\u3002</html>
+OptionPanel.load_last_maps=\u81EA\u52D5\u958B\u555F\u4E0A\u6B21\u6240\u6709\u7684\u5FC3\u667A\u5716
OptionPanel.lookandfeel=\u8996\u7A97\u98A8\u683C
-OptionPanel.lookandfeel.tooltip=<html>\u9078\u64c7\u60f3\u8981\u7684\u8996\u7a97\u5916\u89c0</html>
-OptionPanel.lt=Kalba (\u7acb\u9676\u5b9b\u6587)
-OptionPanel.max_displayed_node_count=\u6700\u5927\u986f\u793a\u7bc0\u9ede\u6578
-OptionPanel.max_image_width=\u6700\u5927\u521d\u59cb\u5716\u7247\u5bec\u5ea6
-OptionPanel.max_image_width.tooltip=\u65b0\u5716\u7247\u6703\u7e2e\u81f3\u9019\u500b\u5bec\u5ea6
-OptionPanel.max_menu_item_count=\u9078\u55ae\u9805\u76ee\u6700\u5927\u6578\u91cf
-OptionPanel.max_menu_item_count.tooltip=\u6bcf\u500b\u5b50\u9078\u55ae\u4e2d\u9805\u76ee\u7684\u9650\u5236\u6578\u91cf\uff0c\u6700\u5c0f\u8981\u8a2d\u70ba10
+OptionPanel.lookandfeel.tooltip=<html>\u9078\u64C7\u60F3\u8981\u7684\u8996\u7A97\u5916\u89C0</html>
+OptionPanel.lt=Kalba (\u7ACB\u9676\u5B9B\u6587)
+OptionPanel.max_displayed_node_count=\u6700\u5927\u986F\u793A\u7BC0\u9EDE\u6578
+OptionPanel.max_image_width=\u6700\u5927\u521D\u59CB\u5716\u7247\u5BEC\u5EA6
+OptionPanel.max_image_width.tooltip=\u65B0\u5716\u7247\u6703\u6309\u6BD4\u4F8B\u7E2E\u81F3\u6B64\u5BEC\u5EA6
+OptionPanel.max_menu_item_count=\u9078\u55AE\u9805\u76EE\u6700\u5927\u6578\u91CF
+OptionPanel.max_menu_item_count.tooltip=\u6BCF\u500B\u5B50\u9078\u55AE\u4E2D\u9805\u76EE\u7684\u9650\u5236\u6578\u91CF\uFF0C\u6700\u5C0F\u8981\u8A2D\u70BA10
OptionPanel.max_node_width=\u6700\u5927\u7BC0\u9EDE\u5BEC\u5EA6
-OptionPanel.max_shortened_text_length=\u6700\u5927\u6587\u5b57\u5bec\u5ea6
-OptionPanel.metal=\u91d1\u5c6c
-OptionPanel.min_node_width=\u6700\u5c0f\u7bc0\u9ede\u5bec\u5ea6
-OptionPanel.motif=\u6a21\u9ad4
-OptionPanel.nb=Norsk Bokm\u00e5l (\u632a\u5a01\u5df4\u514b\u6469\u6587)
-OptionPanel.never_save_folding=\u7d55\u4e0d
-OptionPanel.nl=Nederlands / Vlaams (\u8377\u862d\u6587 / \u4f5b\u862d\u8292\u6587)
-OptionPanel.nn=Norsk nynorsk (\u632a\u5a01\u8010\u8afe\u65af\u514b\u6587)
-OptionPanel.nodebackgroundcolor=\u7bc0\u9ede\u80cc\u666f\u984f\u8272
-OptionPanel.nodebackgroundcolor.tooltip=\u672a\u88ab\u9078\u53d6\u6642\u7684\u7bc0\u9ede\u80cc\u666f\u984f\u8272
+OptionPanel.max_shortened_text_length=\u6700\u5927\u6587\u5B57\u5BEC\u5EA6
+OptionPanel.metal=\u91D1\u5C6C
+OptionPanel.min_node_width=\u6700\u5C0F\u7BC0\u9EDE\u5BEC\u5EA6
+OptionPanel.motif=\u6A21\u9AD4
+OptionPanel.nb=Norsk Bokm\u00E5l (\u632A\u5A01\u5DF4\u514B\u6469\u6587)
+OptionPanel.never_save_folding=\u7D55\u4E0D
+OptionPanel.nl=Nederlands / Vlaams (\u8377\u862D\u6587 / \u4F5B\u862D\u8292\u6587)
+OptionPanel.nn=Norsk nynorsk (\u632A\u5A01\u8010\u8AFE\u65AF\u514B\u6587)
+OptionPanel.nodebackgroundcolor=\u7BC0\u9EDE\u80CC\u666F\u984F\u8272
+OptionPanel.nodebackgroundcolor.tooltip=\u672A\u88AB\u9078\u53D6\u6642\u7684\u7BC0\u9EDE\u80CC\u666F\u984F\u8272\u3002
OptionPanel.nodecolor=\u7BC0\u9EDE\u984F\u8272
-OptionPanel.nodecolor.tooltip=\u672a\u88ab\u9078\u53d6\u6642\u7bc0\u9ede\u524d\u666f\u984f\u8272
-OptionPanel.nodefontbold=\u7c97\u9ad4\u5b57
-OptionPanel.nodefonthyperlink=\u8d85\u9023\u7d50
-OptionPanel.nodefontitalic=\u659c\u9ad4\u5b57
+OptionPanel.nodecolor.tooltip=\u672A\u88AB\u9078\u53D6\u6642\u7BC0\u9EDE\u524D\u666F\u984F\u8272\u3002
+OptionPanel.nodefontbold=\u7C97\u9AD4\u5B57
+OptionPanel.nodefonthyperlink=\u8D85\u9023\u7D50
+OptionPanel.nodefontitalic=\u659C\u9AD4\u5B57
OptionPanel.nodefontname=\u7BC0\u9EDE\u5B57\u578B\u540D\u7A31
OptionPanel.nodefontsize=\u7BC0\u9EDE\u5B57\u578B\u5927\u5C0F
-OptionPanel.nodeformat=\u6578\u5b57\u683c\u5f0f
-OptionPanel.nodeformat.tooltip=<html>\u6587\u5b57\u66ff\u63db / \u683c\u5f0f:<ul><li><em>\u6a23\u5f0f\u64f4\u5145</em> (<tt>%s</tt> \u662f\u539f\u59cb\u6587\u5b57), \u4f8b\u5982 <tt>\u6ce8\u610f: %s</tt><li><em>\u65e5\u671f\u548c\u6578\u5b57\u683c\u5f0f</em> - \u770b\u9078\u53d6\u65b9\u584a\u4e2d\u7684\u4f8b\u5b50</ul></html>
-OptionPanel.nodenumbering=\u7bc0\u9ede\u7de8\u865f
-OptionPanel.nodenumbering.tooltip=\u5728\u7bc0\u9ede\u6587\u5b57\u52a0\u4e0a\u6392\u5e8f\u7de8\u865f (\u4f8b\u5982 1.3.1)
+OptionPanel.nodeformat=\u6578\u5B57\u683C\u5F0F
+OptionPanel.nodeformat.tooltip=<html>\u6587\u5B57\u66FF\u63DB / \u683C\u5F0F\uFF1A <ul><li><em>\u6A23\u5F0F\u64F4\u5145</em> (<tt>%s</tt> \u662F\u539F\u59CB\u6587\u5B57)\uFF0C\u4F8B\u5982 <tt>\u6CE8\u610F\uFF1A%s</tt><li><em>\u65E5\u671F\u548C\u6578\u5B57\u683C\u5F0F</em> - \u770B\u9078\u53D6\u65B9\u584A\u4E2D\u7684\u4F8B\u5B50</ul></html>
+OptionPanel.nodenumbering=\u7BC0\u9EDE\u7DE8\u865F
+OptionPanel.nodenumbering.tooltip=\u5728\u7BC0\u9EDE\u6587\u5B57\u52A0\u4E0A\u6392\u5E8F\u7DE8\u865F (\u4F8B\u5982 1.3.1)\u3002
OptionPanel.nodeshape=\u7BC0\u9EDE\u6A23\u5F0F
-OptionPanel.nodeshape.tooltip=<html>\u7bc0\u9ede\u6a23\u5f0f\u63cf\u8ff0\u7bc0\u9ede\u7684\u5916\u89c0. <br>\u9078\u9805:<br><table border="1"><tr><td>\u53c9\u72c0: </td><td> \u6c92\u6709\u5916\u6846,</td></tr><tr><td>\u6ce1\u6ce1\u72c0: </td><td> \u7bc0\u9ede\u6709\u5713\u89d2\u5916\u6846,</td></tr><tr><td>\u8ddf\u7236\u7bc0\u9ede\u76f8\u540c: </td><td> \u63a1\u7528\u7236\u7bc0\u9ede\u7684\u6a23\u5f0f <br>\u6216\u5167\u5b9a\u7684\u4e3b\u7bc0\u9ede\u6a23\u5f0f,</td></tr><tr><td>\u6574\u5 [...]
+OptionPanel.nodeshape.tooltip=<html>\u7BC0\u9EDE\u6A23\u5F0F\u63CF\u8FF0\u7BC0\u9EDE\u7684\u5916\u89C0\u3002<br>\u9078\u9805\uFF1A<br><table border="1"><tr><td>\u53C9\u72C0\uFF1A</td><td> \u6C92\u6709\u5916\u6846\uFF0C</td></tr><tr><td>\u6CE1\u6CE1\u72C0\uFF1A</td><td> \u7BC0\u9EDE\u6709\u5713\u89D2\u5916\u6846\uFF0C</td></tr><tr><td>\u8DDF\u7236\u7BC0\u9EDE\u76F8\u540C\uFF1A</td><td> \u63A1\u7528\u7236\u7BC0\u9EDE\u7684\u6A23\u5F0F <br>\u6216\u5167\u5B9A\u7684\u4E3B\u7BC0\u9EDE\u6A23\u5 [...]
OptionPanel.nodetext=\u7BC0\u9EDE\u6587\u5B57
-OptionPanel.nodetext.tooltip=\u5b9a\u7fa9\u7bc0\u9ede\u6587\u5b57, \u4e4b\u524d\u7684\u6587\u5b57\u6703\u88ab\u6368\u68c4.
+OptionPanel.nodetext.tooltip=\u5B9A\u7FA9\u7BC0\u9EDE\u6587\u5B57\u3002\u4E4B\u524D\u7684\u6587\u5B57\u6703\u88AB\u6368\u68C4\u3002
OptionPanel.nothing=\u53D6\u6D88\u5168\u9078
-OptionPanel.number_format=\u6a19\u6e96\u6578\u5b57\u683c\u5f0f
-OptionPanel.number_format.tooltip=\u6a23\u5f0f\u53ef\u5305\u542b '#' \u6216 '0' \u4f86\u8a2d\u5b9a\u5f37\u5236\u6578\u5b57\u683c\u5f0f, \u4f8b\u5982 "0.00", "0.0%", "$#.00", "#0"
+OptionPanel.number_format=\u6A19\u6E96\u6578\u5B57\u683C\u5F0F
+OptionPanel.number_format.tooltip=\u6A23\u5F0F\u53EF\u5305\u542B '#' \u6216 '0' \u4F86\u8A2D\u5B9A\u5F37\u5236\u6578\u5B57\u683C\u5F0F\u3002\u4F8B\u5982\uFF1A"0.00"\u3001"0.0%"\u3001"$#.00"\u3001"#0"
OptionPanel.number_of_different_files_for_automatic_save=\u81EA\u52D5\u5132\u5B58\u6A94\u7684\u6578\u76EE
-OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> n \u500b\u4e0d\u540c\u7684\u6a94\u6848\u7528\u4f86\u5b58\u5fc3\u667a\u5716. \u7b2c1\u500b\u5fc3\u667a\u5716\u5b58\u5230\u7b2c1\u500b\u6a94\u6848, \u4f9d\u6b64\u985e\u63a8, \u7b2cn+1\u500b\u5fc3\u667a\u5716\u518d\u5b58\u56de\u7b2c1\u500b\u6a94\u6848 (\u5faa\u74b0)</html>
+OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html>n \u500B\u4E0D\u540C\u7684\u6A94\u6848\u7528\u4F86\u5B58\u5FC3\u667A\u5716\u3002\u7B2C1\u500B\u5FC3\u667A\u5716\u5B58\u5230\u7B2C1\u500B\u6A94\u6848\uFF0C\u4F9D\u6B64\u985E\u63A8\uFF0C\u7B2Cn+1\u500B\u5FC3\u667A\u5716\u518D\u5B58\u56DE\u7B2C1\u500B\u6A94\u6848 (\u5FAA\u74B0)</html>
OptionPanel.OK=\u5132\u5B58
-OptionPanel.org.freeplane.plugin.bugreport=\u653f\u7b56
-OptionPanel.org.freeplane.plugin.bugreport.allowed=\u6c38\u9060\u50b3\u9001
-OptionPanel.org.freeplane.plugin.bugreport.ask=\u986f\u793a\u5831\u544a\u5c0d\u8a71\u7a97
-OptionPanel.org.freeplane.plugin.bugreport.denied=\u6c38\u4e0d\u50b3\u9001
-OptionPanel.org.freeplane.plugin.bugreport.userid=\u4f7f\u7528\u8005
-OptionPanel.outline_hgap=\u6c34\u5e73\u9593\u8ddd
-OptionPanel.outline_vgap=\u5782\u76f4\u9593\u8ddd
-OptionPanel.paint_connectors_behind=\u9023\u7d50\u7dda\u5728\u7bc0\u9ede\u4e0b\u9762
-OptionPanel.parse_data=\u8fa8\u8a8d\u8f38\u5165\u4e2d\u7684\u6578\u5b57\u548c\u65e5\u671f-\u6642\u9593
-OptionPanel.parse_data.tooltip=\u8a66\u8457\u89e3\u6790\u65e5\u671f, \u65e5\u671f-\u6642\u9593\u548c\u6578\u5b57\u8f38\u5165\u4e26\u5957\u7528\u6a19\u6e96\u683c\u5f0f. \u4f8b\u5982 100,000.00, 12/31, 12/31/99, 1999-12-31 and 1999-12-31 23:59
-OptionPanel.PASTE_HTML=\u8cbc\u4e0aHTML
-OptionPanel.PASTE_PLAIN_TEXT=\u8cbc\u4e0a\u7d14\u6587\u5b57
-OptionPanel.path_property_may_not_be_empty=\u8def\u5f91\u6027\u8cea\u53ef\u80fd\u4e0d\u662f\u7a7a\u7684! \u8b8a\u66f4\u5df2\u6062\u5fa9.
+OptionPanel.org.freeplane.plugin.bugreport=\u653F\u7B56
+OptionPanel.org.freeplane.plugin.bugreport.allowed=\u6C38\u9060\u50B3\u9001
+OptionPanel.org.freeplane.plugin.bugreport.ask=\u986F\u793A\u5831\u544A\u5C0D\u8A71\u7A97
+OptionPanel.org.freeplane.plugin.bugreport.denied=\u6C38\u4E0D\u50B3\u9001
+OptionPanel.org.freeplane.plugin.bugreport.userid=\u50B3\u9001\u53EF\u9078\u8B58\u5225\u78BC
+OptionPanel.outline_hgap=\u6C34\u5E73\u9593\u8DDD
+OptionPanel.outline_vgap=\u5782\u76F4\u9593\u8DDD
+OptionPanel.paint_connectors_behind=\u9023\u7D50\u7DDA\u5728\u7BC0\u9EDE\u4E0B\u9762
+OptionPanel.parse_data=\u8FA8\u8A8D\u8F38\u5165\u4E2D\u7684\u6578\u5B57\u548C\u65E5\u671F-\u6642\u9593
+OptionPanel.parse_data.tooltip=\u8A66\u8457\u89E3\u6790\u65E5\u671F\uFF0C\u65E5\u671F-\u6642\u9593\u548C\u6578\u5B57\u8F38\u5165\u4E26\u5957\u7528\u6A19\u6E96\u683C\u5F0F\u3002\u4F8B\u5982\uFF1A100,000.00\u300112/31\u300112/31/99\u30011999-12-31 \u548C 1999-12-31 23:59
+OptionPanel.PASTE_HTML=\u8CBC\u4E0AHTML
+OptionPanel.PASTE_PLAIN_TEXT=\u8CBC\u4E0A\u7D14\u6587\u5B57
+OptionPanel.path_property_may_not_be_empty=\u8DEF\u5F91\u6027\u8CEA\u53EF\u80FD\u4E0D\u662F\u7A7A\u7684\uFF01\u8B8A\u66F4\u5DF2\u6062\u5FA9\u3002
OptionPanel.patternname=\u540D\u7A31
-OptionPanel.patternname.tooltip=\u7368\u7279\u7684\u6a23\u7248\u540d\u7a31
-OptionPanel.pl=Polski (\u6ce2\u862d\u6587)
-OptionPanel.placenewbranches=\u65b0\u589e\u5b50\u7bc0\u9ede\u4f4d\u7f6e
-OptionPanel.placenewbranches.tooltip=<html>\u7b2c\u4e00\u500b\u6216\u6700\u5f8c\u4e00\u500b</html>
-OptionPanel.plugin.tooltip=\u975e\u6838\u5fc3\u63d2\u4ef6
-OptionPanel.plugins=\u63d2\u4ef6
-OptionPanel.presentation_dimmer_transparency=\u7c21\u5831\u6697\u8655\u7684\u900f\u660e\u5ea6
-OptionPanel.presentation_mode=\u7c21\u5831\u6a21\u5f0f
-OptionPanel.printonwhitebackground=<html>\u5217\u5370\u6642\u4f7f\u7528\u767d\u8272\u5e95\u8272</html>
+OptionPanel.patternname.tooltip=\u7368\u7279\u7684\u6A23\u7248\u540D\u7A31
+OptionPanel.pl=Polski (\u6CE2\u862D\u6587)
+OptionPanel.placenewbranches=\u65B0\u589E\u5B50\u7BC0\u9EDE\u4F4D\u7F6E
+OptionPanel.placenewbranches.tooltip=<html>\u7B2C\u4E00\u500B\u6216\u6700\u5F8C\u4E00\u500B</html>
+OptionPanel.plugin.tooltip=\u975E\u6838\u5FC3\u5916\u639B\u5143\u4EF6\u3002
+OptionPanel.plugins=\u5916\u639B\u5143\u4EF6
+OptionPanel.presentation_dimmer_transparency=\u7C21\u5831\u6697\u8655\u7684\u900F\u660E\u5EA6
+OptionPanel.presentation_mode=\u7C21\u5831\u6A21\u5F0F
+OptionPanel.printonwhitebackground=<html>\u5217\u5370\u6642\u4F7F\u7528\u767D\u8272\u5E95\u8272</html>
OptionPanel.printonwhitebackground.tooltip=<html>\u5217\u5370\u6642\u7E3D\u662F\u4F7F\u7528\u767D\u5E95\u7576\u80CC\u666F</html>
-OptionPanel.pt_BR=Portugu\u00eas- Brasil (\u5df4\u897f\u8461\u8404\u7259\u6587)
-OptionPanel.pt_PT=Portugu\u00eas- Portugal (\u8461\u8404\u7259\u6587)
-OptionPanel.RECT=\u77e9\u5f62
+OptionPanel.pt_BR=Portugu\u00EAs- Brasil (\u5DF4\u897F\u8461\u8404\u7259\u6587)
+OptionPanel.pt_PT=Portugu\u00EAs- Portugal (\u8461\u8404\u7259\u6587)
+OptionPanel.RECT=\u77E9\u5F62
OptionPanel.relative=\u76F8\u5C0D
-OptionPanel.remind_type_of_new_nodes.tooltip=<html>"Ask" will ask you (use in doubt).<br>"Yes" displays the rich text editor.<br>"No" displays the plain text editor.</html>
-OptionPanel.remind_use_rich_text_in_new_nodes=\u4f7f\u7528\u591a\u6587\u672c\u683c\u5f0f (RTF) \u8cbc\u4e0a
-OptionPanel.remove_notes_without_question=\u4e0d\u8a62\u554f\u5c31\u79fb\u9664\u8a3b\u89e3?
-OptionPanel.remove_notes_without_question.tooltip=\u5982\u52fe\u9078, \u53ef\u80fd\u6703\u4e0d\u5c0f\u5fc3\u8aa4\u522a\u8a3b\u89e3
-OptionPanel.resources_use_default_font_for_notes_too=\u8a3b\u89e3\u4e5f\u4f7f\u7528\u9810\u8a2d\u5b57\u578b
-OptionPanel.resources_use_margin_top_zero_for_notes=\u79fb\u9664\u8a3b\u89e3\u4e0a\u908a\u754c
-OptionPanel.revision_color=\u88ab\u4fee\u8a02\u7bc0\u9ede\u7684\u80cc\u666f\u984f\u8272
-OptionPanel.revision_color.tooltip=\u88ab\u4fee\u8a02\u7bc0\u9ede\u7684\u80cc\u666f\u984f\u8272
-OptionPanel.ROUND_RECT=\u5713\u89d2\u77e9\u5f62
-OptionPanel.ru=\u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a (\u4fc4\u6587)
-OptionPanel.save_folding=\u5132\u5b58\u647a\u758a
-OptionPanel.save_folding_if_map_is_changed=\u5982\u679c\u5fc3\u667a\u5716\u6709\u6539\u8b8a
-OptionPanel.save_modification_times=\u5132\u5b58\u4fee\u6539\u6642\u9593
-OptionPanel.script_classpath=Script \u985e\u5225\u8def\u5f91
-OptionPanel.script_classpath.tooltip=<html>\u7528\u4f86\u52a0\u5165 script \u548c\u516c\u5f0f\u7684\u985e\u5225\u8def\u5f91\u7684 JAR \u548c\u76ee\u9304\u5217\u8868.<br>\u4f7f\u7528 ; (Windows) \u6216 : (Linux, Mac) \u4f86\u5206\u9694.<br>\u76ee\u9304\u6703\u88ab\u6383\u63cf\u627e JAR \u548c .class \u6a94.<br>\u8def\u5f91\u5982\u679c\u4e0d\u662f\u7d55\u5c0d\u8def\u5f91, \u5c07\u88ab\u8996\u70ba\u76f8\u5c0d\u65bc Freeplane \u7684\u4f7f\u7528\u8005\u76ee\u9304.<br>\u5982\u679c\u4f60\u8a2d\ [...]
-OptionPanel.script_directories=Script \u641c\u5c0b\u8def\u5f91 (\u4ee5 ; \u5206\u9694)
-OptionPanel.script_directories.tooltip=<html>\u76ee\u9304\u5217\u8868.<br>\u4f7f\u7528 ; (Windows) \u6216 : (Linux, Mac) \u4f86\u5206\u9694.<br>\u8def\u5f91\u5982\u679c\u4e0d\u662f\u7d55\u5c0d\u8def\u5f91, \u5c07\u88ab\u8996\u70ba\u76f8\u5c0d\u65bc Freeplane \u7684\u4f7f\u7528\u8005\u76ee\u9304.</html>
-OptionPanel.script_user_key_name_for_signing=\u9078\u64c7\u6027\u7684\u4f7f\u7528\u8005\u6309\u9375\u5225\u540d\u7c3d\u7f72
-OptionPanel.script_user_key_name_for_signing.tooltip=<html>\u5982\u679c\u60f3\u7c3d\u7f72\u81ea\u5df1\u7684\u6307\u4ee4, \u5728\u6b64\u8f38\u5165\u5bc6\u9470\u7684\u5225\u540d. <br>\u5bc6\u9470\u5728\u5167\u5b9a\u7684\u5bc6\u78bc\u5eab\u5167. <br>\u5bc6\u9470\u7684\u5bc6\u78bc\u5fc5\u9808\u548c\u5bc6\u9470\u5eab\u5167\u5b9a\u7684\u5bc6\u78bc\u4e00\u81f4.</html>
-OptionPanel.scrollbar_increment=\u6372\u8ef8\u901f\u5ea6
-OptionPanel.scrolling_speed=\u5fc3\u667a\u5716\u81ea\u52d5\u6372\u52d5\u901f\u5ea6
+OptionPanel.remind_type_of_new_nodes.tooltip=<html>"\u8A62\u554F"\u6703\u8A62\u554F\u60A8\uFF08\u4F7F\u7528\u4E0A\u7591\u60D1\u7684\uFF09\u3002<br>"\u662F"\u5C07\u986F\u793A RTF \u7DE8\u8F2F\u5668\u3002<br>\u201C\u5426\u201D\u5C07\u986F\u793A\u7D14\u6587\u5B57\u7DE8\u8F2F\u5668\u3002</html>
+OptionPanel.remind_use_rich_text_in_new_nodes=\u4F7F\u7528\u591A\u6587\u672C\u683C\u5F0F (RTF) \u8CBC\u4E0A
+OptionPanel.remove_notes_without_question=\u4E0D\u8A62\u554F\u5C31\u79FB\u9664\u8A3B\u89E3?
+OptionPanel.remove_notes_without_question.tooltip=\u5982\u679C\u52FE\u9078\u6B64\u6838\u53D6\u65B9\u584A\uFF0C\u7121\u9700\u78BA\u8A8D\u522A\u9664\u6240\u9078\u7BC0\u9EDE\u3002\u5728\u7121\u610F\u6309\u4E0B\u6642\uFF0C\u53EF\u80FD\u6703\u4E0D\u5C0F\u5FC3\u8AA4\u522A\u8A3B\u89E3\u3002
+OptionPanel.resources_use_default_font_for_notes_too=\u8A3B\u89E3\u4E5F\u4F7F\u7528\u9810\u8A2D\u5B57\u578B
+OptionPanel.resources_use_margin_top_zero_for_notes=\u79FB\u9664\u8A3B\u89E3\u4E0A\u908A\u754C
+OptionPanel.revision_color=\u88AB\u4FEE\u8A02\u7BC0\u9EDE\u7684\u80CC\u666F\u984F\u8272
+OptionPanel.revision_color.tooltip=\u6539\u8B8A\u7BC0\u9EDE\u7684\u80CC\u666F\u984F\u8272\u3002
+OptionPanel.ROUND_RECT=\u5713\u89D2\u77E9\u5F62
+OptionPanel.ru=\u0420\u0443\u0441\u0441\u043A\u0438\u0439 \u044F\u0437\u044B\u043A (\u4FC4\u6587)
+OptionPanel.save_folding=\u5132\u5B58\u647A\u758A
+OptionPanel.save_folding_if_map_is_changed=\u5982\u679C\u5FC3\u667A\u5716\u6709\u6539\u8B8A
+OptionPanel.save_modification_times=\u5132\u5B58\u4FEE\u6539\u6642\u9593
+OptionPanel.script_classpath=Script \u985E\u5225\u8DEF\u5F91\uFF1A\u5305\u542B\u985E\u5225\u548C JAR \u7684\u9644\u52A0\u76EE\u9304(\u53C3\u898B\u5DE5\u5177\u63D0\u793A)
+OptionPanel.script_classpath.tooltip=<html>\u7528\u4F86\u52A0\u5165 script \u548C\u516C\u5F0F\u7684\u985E\u5225\u8DEF\u5F91 JAR \u548C\u76EE\u9304\u5217\u8868\u3002<br>\u4F7F\u7528\uFF1B(Windows) \u6216\uFF1A(Linux\uFF0CMac) \u4F86\u5206\u9694\u3002<br>\u76EE\u9304\u6703\u88AB\u6383\u63CF\u627E JAR \u548C .class \u7684\u6A94\u6848\u3002<br>\u8DEF\u5F91\u5982\u679C\u4E0D\u662F\u7D55\u5C0D\u8DEF\u5F91\uFF0C\u5C07\u88AB\u8996\u70BA\u76F8\u5C0D\u65BC Freeplane \u7684\u4F7F\u7528\u8005\u76EE\ [...]
+OptionPanel.script_compilation_disabled_extensions=\u526F\u6A94\u540D\u4E0D\u80FD\u88AB\u7DE8\u8B6F\uFF08\u8ACB\u53C3\u898B\u5DE5\u5177\u63D0\u793A\uFF09
+OptionPanel.script_compilation_disabled_extensions.tooltip=<html>\u5982\u679C\u53E6\u5916\u5B89\u88DD\u7684\u8A9E\u8A00\uFF08\u9664\u4E86<br> Groovy \u548C JavaScript\uFF09\u6709\u7DE8\u8B6F\u554F\u984C<br>\u5617\u8A66\u5728\u9019\u88E1\u589E\u52A0\u526F\u6A94\u540D\uFF08\u7528\u9017\u9EDE\u5206\u9694\u6E05\u55AE\uFF09\u3002</html>
+OptionPanel.script_directories=Script \u641C\u5C0B\u8DEF\u5F91 (\u4EE5 ; \u5206\u9694)
+OptionPanel.script_directories.tooltip=<html>\u76EE\u9304\u5217\u8868(\u9664\u4E86"scripts"\u4E4B\u5916)\u3002<br>\u4F7F\u7528\uFF1B(Windows) \u6216\uFF1A(Linux\uFF0CMac) \u4F86\u5206\u9694\u3002<br>\u8DEF\u5F91\u5982\u679C\u4E0D\u662F\u7D55\u5C0D\u8DEF\u5F91\uFF0C\u5C07\u88AB\u8996\u70BA\u76F8\u5C0D\u65BC Freeplane \u7684\u4F7F\u7528\u8005\u76EE\u9304\u3002</html>
+OptionPanel.script_user_key_name_for_signing=\u9078\u64C7\u6027\u7684\u4F7F\u7528\u8005\u6309\u9375\u5225\u540D\u7C3D\u7F72
+OptionPanel.script_user_key_name_for_signing.tooltip=<html>\u5982\u679C\u60F3\u7C3D\u7F72\u81EA\u5DF1\u7684\u6307\u4EE4\uFF0C\u5728\u6B64\u8F38\u5165\u5BC6\u9470\u7684\u5225\u540D\u3002<br>\u5BC6\u9470\u5728\u5167\u5B9A\u7684\u5BC6\u78BC\u5EAB\u5167\u3002<br>\u5BC6\u9470\u7684\u5BC6\u78BC\u5FC5\u9808\u548C\u5BC6\u9470\u5EAB\u5167\u5B9A\u7684\u5BC6\u78BC\u4E00\u81F4\u3002</html>
+OptionPanel.scrollbar_increment=\u6372\u8EF8\u901F\u5EA6
+OptionPanel.scrolling_speed=\u5FC3\u667A\u5716\u81EA\u52D5\u6372\u52D5\u901F\u5EA6
OptionPanel.selection_method=\u7BC0\u9EDE\u9078\u53D6\u6A21\u5F0F
-OptionPanel.selection_method.tooltip=<html> \u8a2d\u5b9a\u7bc0\u9ede\u5982\u4f55\u88ab\u9078\u53d6.</html>
+OptionPanel.selection_method.tooltip=<html>\u8A2D\u5B9A\u7BC0\u9EDE\u5982\u4F55\u88AB\u9078\u53D6\u3002</html>
OptionPanel.selection_method_by_click=\u6309\u4E0B\u6ED1\u9F20\u9375\u9078\u53D6
-OptionPanel.selection_method_delayed=\u6ed1\u9f20\u63a5\u89f8\u4e00\u6bb5\u6642\u9593\u5f8c\u9078\u53d6
-OptionPanel.selection_method_direct=\u6ed1\u9f20\u63a5\u89f8\u5f8c\u76f4\u63a5\u9078\u53d6
-OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u81ea\u52d5\u6392\u7248\u7684\u6a23\u677f
+OptionPanel.selection_method_delayed=\u6ED1\u9F20\u63A5\u89F8\u4E00\u6BB5\u6642\u9593\u5F8C\u9078\u53D6
+OptionPanel.selection_method_direct=\u6ED1\u9F20\u63A5\u89F8\u5F8C\u76F4\u63A5\u9078\u53D6
+OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u81EA\u52D5\u6392\u7248\u7684\u6A23\u677F
OptionPanel.separator.anti_alias=\u53BB\u92F8\u9F52
OptionPanel.separator.attributes=\u5C6C\u6027
OptionPanel.separator.automatic_save=\u81EA\u52D5\u5132\u5B58
OptionPanel.separator.behaviour=\u7DE8\u8F2F\u884C\u70BA\u8A2D\u5B9A
OptionPanel.separator.browser=\u700F\u89BD\u5668\u8A2D\u5B9A
-OptionPanel.separator.cache=\u7de9\u885d\u5340
-OptionPanel.separator.CloudControls=\u96f2
-OptionPanel.separator.commands_for_the_program=\u7a0b\u5f0f\u7684\u63a7\u5236\u547d\u4ee4
-OptionPanel.separator.connectors=\u9023\u7d50\u7dda
-OptionPanel.separator.data_formats=\u8cc7\u6599\u683c\u5f0f\u548c\u89e3\u6790
+OptionPanel.separator.cache=\u7DE9\u885D\u5340
+OptionPanel.separator.CloudControls=\u96F2
+OptionPanel.separator.commands_for_the_program=\u7A0B\u5F0F\u7684\u63A7\u5236\u547D\u4EE4
+OptionPanel.separator.connectors=\u9023\u7D50\u7DDA
+OptionPanel.separator.data_formats=\u8CC7\u6599\u683C\u5F0F\u548C\u89E3\u6790
OptionPanel.separator.default_colors=\u9810\u8A2D\u984F\u8272
OptionPanel.separator.default_fonts=\u9810\u8A2D\u5B57\u578B
-OptionPanel.separator.default_styles=\u9810\u8a2d\u7bc0\u9ede\u6a23\u5f0f
-OptionPanel.separator.EdgeControls=\u5206\u652f\u7dda
-OptionPanel.separator.edit_long_node_window=\u7bc0\u9ede\u7de8\u8f2f\u8996\u7a97
-OptionPanel.separator.editing=\u7de8\u8f2f\u5668\u8a2d\u5b9a
+OptionPanel.separator.default_styles=\u9810\u8A2D\u7BC0\u9EDE\u6A23\u5F0F
+OptionPanel.separator.EdgeControls=\u5206\u652F\u7DDA
+OptionPanel.separator.edit_long_node_window=\u7BC0\u9EDE\u7DE8\u8F2F\u8996\u7A97
+OptionPanel.separator.editing=\u7DE8\u8F2F\u5668\u8A2D\u5B9A
+OptionPanel.separator.export=\u532F\u51FA
OptionPanel.separator.files=\u6A94\u6848
-OptionPanel.separator.formula=\u516c\u5f0f
+OptionPanel.separator.formula=\u516C\u5F0F
OptionPanel.separator.General=\u4E00\u822C
-OptionPanel.separator.html_export=\u532f\u51fa HTML
-OptionPanel.separator.html_import=\u532f\u5165 HTML
+OptionPanel.separator.html_export=\u532F\u51FA HTML
+OptionPanel.separator.html_import=\u532F\u5165 HTML
OptionPanel.separator.hyperlink_types=\u8D85\u9023\u7D50\u8A2D\u5B9A
-OptionPanel.separator.icon_properties=\u5c0f\u5716\u793a
-OptionPanel.separator.icons=\u5c0f\u5716\u793a\u5feb\u901f\u9375 (\u9ede\u9078\u5c0f\u65b9\u6846\u7de8\u8f2f)
+OptionPanel.separator.icon_properties=\u5C0F\u5716\u793A
+OptionPanel.separator.icons=\u5C0F\u5716\u793A\u5FEB\u901F\u9375 (\u9EDE\u9078\u5C0F\u65B9\u6846\u7DE8\u8F2F)
OptionPanel.separator.initial_map_size=\u9810\u8A2D\u5FC3\u667A\u5716\u5927\u5C0F
-OptionPanel.separator.inline_editor=\u7dda\u5167\u7bc0\u9ede\u7de8\u8f2f\u5668
-OptionPanel.separator.key_typing=\u9375\u76e4\u6572\u64ca
+OptionPanel.separator.inline_editor=\u7DDA\u5167\u7BC0\u9EDE\u7DE8\u8F2F\u5668
+OptionPanel.separator.key_typing=\u9375\u76E4\u6572\u64CA
OptionPanel.separator.language=\u8A9E\u7CFB
-OptionPanel.separator.load=\u8f09\u5165
+OptionPanel.separator.latex=LaTeX
+OptionPanel.separator.load=\u8F09\u5165
OptionPanel.separator.look_and_feel=\u8996\u7A97\u98A8\u683C
-OptionPanel.separator.mouse_wheel=\u6ed1\u9f20\u6efe\u8f2a
+OptionPanel.separator.mouse_wheel=\u6ED1\u9F20\u6EFE\u8F2A
OptionPanel.separator.new_node_commands=\u65B0\u7BC0\u9EDE
OptionPanel.separator.node_editing_commands=\u7BC0\u9EDE\u7DE8\u8F2F\u547D\u4EE4
OptionPanel.separator.node_navigation_commands=\u7BC0\u9EDE\u5C0E\u89BD
OptionPanel.separator.NodeColors=\u7BC0\u9EDE\u984F\u8272
OptionPanel.separator.NodeFont=\u7BC0\u9EDE\u5B57\u578B
-OptionPanel.separator.NodeShape=\u7bc0\u9ede\u5f62\u72c0
-OptionPanel.separator.NodeStyle=\u7bc0\u9ede\u6a23\u5f0f
-OptionPanel.separator.NodeText=\u6838\u5fc3\u6587\u5b57
+OptionPanel.separator.NodeShape=\u7BC0\u9EDE\u5F62\u72C0
+OptionPanel.separator.NodeStyle=\u7BC0\u9EDE\u6A23\u5F0F
+OptionPanel.separator.NodeText=\u6838\u5FC3\u6587\u5B57
OptionPanel.separator.notifications=\u78BA\u8A8D\u6846
-OptionPanel.separator.org.freeplane.plugin.bugreport=\u81ea\u52d5\u932f\u8aa4\u5831\u544a
+OptionPanel.separator.org.freeplane.plugin.bugreport=\u81EA\u52D5\u932F\u8AA4\u5831\u544A
OptionPanel.separator.other_defaults=\u5176\u4ED6\u9810\u8A2D\u503C
OptionPanel.separator.others=\u5176\u4ED6\u529F\u80FD
-OptionPanel.separator.outline_view=\u5916\u89c0 (\u7bc0\u9ede\u9593\u8ddd)
+OptionPanel.separator.outline_view=\u5916\u89C0\u6AA2\u8996(\u7BC0\u9EDE\u9593\u8DDD)
OptionPanel.separator.patterns=\u6A23\u677F
-OptionPanel.separator.RichTextEditor=\u591a\u6587\u672c (Rich-Text) \u7de8\u8f2f\u5668
+OptionPanel.separator.RichTextEditor=Rich-Text\u7DE8\u8F2F\u5668
OptionPanel.separator.root_node_appearance=\u4E3B\u7BC0\u9EDE\u5916\u89C0
OptionPanel.separator.save=\u5132\u5B58
OptionPanel.separator.scripting=Scripting
-OptionPanel.separator.scrollbar=\u6372\u8ef8
-OptionPanel.separator.search=\u641c\u5c0b
-OptionPanel.separator.selection_colors=\u88ab\u9078\u53d6\u7bc0\u9ede\u7684\u984f\u8272\u8a2d\u5b9a
+OptionPanel.separator.scrollbar=\u6372\u8EF8
+OptionPanel.separator.search=\u641C\u5C0B
+OptionPanel.separator.selection_colors=\u88AB\u9078\u53D6\u7BC0\u9EDE\u7684\u984F\u8272\u8A2D\u5B9A
OptionPanel.separator.selection_method=\u7BC0\u9EDE\u9078\u53D6\u6A21\u5F0F
-OptionPanel.separator.single_instance_mode=\u55ae\u4e00\u7a0b\u5f0f\u57f7\u884c\u6a21\u5f0f
-OptionPanel.separator.size_limits=\u5927\u5c0f\u9650\u5236
-OptionPanel.separator.spelling=\u62fc\u5b57\u6aa2\u67e5\u9078\u9805
-OptionPanel.separator.status=\u72c0\u614b\u5217
-OptionPanel.separator.tooltip=\u5de5\u5177\u63d0\u793a\u6642\u9593
-OptionPanel.separator.undo=\u5fa9\u539f
-OptionPanel.separator.updates=\u7a0b\u5f0f\u66f4\u65b0
+OptionPanel.separator.single_instance_mode=\u55AE\u4E00\u7A0B\u5F0F\u57F7\u884C\u6A21\u5F0F
+OptionPanel.separator.size_limits=\u5927\u5C0F\u9650\u5236
+OptionPanel.separator.spelling=\u62FC\u5B57\u6AA2\u67E5\u9078\u9805
+OptionPanel.separator.status=\u72C0\u614B\u5217
+OptionPanel.separator.tooltip=\u5DE5\u5177\u63D0\u793A\u6642\u9593
+OptionPanel.separator.undo=\u5FA9\u539F
+OptionPanel.separator.updates=\u7A0B\u5F0F\u66F4\u65B0
OptionPanel.set_property_text=\u66F4\u6539
-OptionPanel.set_property_text.tooltip=\u52fe\u9078\u4ee5\u6539\u8b8a\u9019\u9805\u6a23\u5f0f\u6027\u8cea
-OptionPanel.setscript=\u78BA\u8A8D\u8B8A\u66F4?
-OptionPanel.setscript.tooltip=\u6307\u4ee4\u5c07\u548c\u76ee\u524d\u8a2d\u5b9a\u7684\u6a23\u5f0f\u76f8\u95dc\u806f.
-OptionPanel.sharp_bezier=\u7531\u7c97\u800c\u7d30\u7684\u8c9d\u6c0f\u66f2\u7dda
-OptionPanel.sharp_linear=\u7531\u7c97\u800c\u7d30\u7684\u76f4\u7dda
-OptionPanel.show_icon_for_attributes=\u986f\u793a\u4ee3\u8868\u6709\u5c6c\u6027\u7684\u5c0f\u5716\u793a
-OptionPanel.show_node_tooltips=\u986f\u793a\u7bc0\u9ede\u63d0\u793a
-OptionPanel.show_note_icons=\u986f\u793a\u8a3b\u89e3\u5c0f\u5716\u793a
-OptionPanel.show_styles_in_tooltip=-- \u986f\u793a\u7bc0\u9ede\u6a23\u5f0f
-OptionPanel.signed_script_are_trusted=\u81ea\u52d5\u4fe1\u4efb\u7c3d\u7f72\u904e\u7684\u6307\u4ee4
-OptionPanel.signed_script_are_trusted.tooltip=\u5047\u5982\u6b64\u6307\u4ee4\u662f\u7c3d\u7f72\u904e\u7684\u6307\u4ee4, \u5982 Freeplane \u7684\u4f5c\u8005, \u6b64\u6307\u4ee4\u662f\u53ef\u4ee5\u4e0d\u53d7\u9650\u5236\u5c31\u57f7\u884c.
-OptionPanel.simplyhtml.default_paste_mode=\u5167\u5b9a\u8cbc\u4e0a\u6a21\u5f0f
-OptionPanel.single_backup_directory=\u4f7f\u7528\u55ae\u4e00\u76ee\u9304\u7d66\u5099\u4efd\u6a94\u6848
-OptionPanel.single_backup_directory.tooltip=<html>\u5982\u679c\u5099\u4efd\u6a94\u6848\u548c\u81ea\u52d5\u5132\u5b58\u6a94\u6848\u8981\u653e\u5728\u55ae\u4e00\u76ee\u9304\u800c\u4e0d\u662f\u5728\u5fc3\u667a\u5716\u6240\u5728\u76ee\u9304\u7684\u5b50\u76ee\u9304</html>
-OptionPanel.single_backup_directory_path=\u5099\u4efd\u6a94\u6848\u76ee\u9304 (\u5982\u679c\u9078\u53d6\u4e0a\u8ff0\u9078\u9805)
-OptionPanel.single_backup_directory_path.tooltip=<html>\u53d6\u4ee3 freeplane \u5167\u5b9a\u5099\u4efd\u76ee\u9304</html>
-OptionPanel.single_instance=\u5728\u57f7\u884c\u7684\u7a0b\u5f0f\u4e2d\u958b\u555f\u6a94\u6848
-OptionPanel.single_instance_force=\u7a0b\u5f0f\u4e0d\u91cd\u8907\u958b\u555f
-OptionPanel.single_instance_force.tooltip=\u907f\u514d Freeplane \u7a0b\u5f0f\u91cd\u8907\u57f7\u884c\uff0c\u5373\u4f7f\u6c92\u6709\u6a94\u6848\u8f09\u5165
-OptionPanel.sk=Sloven\u010dina (\u65af\u6d1b\u4f10\u514b\u6587)
-OptionPanel.sl=Sloven\u0161\u010dina (\u65af\u6d1b\u7dad\u5c3c\u4e9e\u6587)
-OptionPanel.spelling_opt_case_sensitive=\u5340\u5206\u5927\u5c0f\u5beb
-OptionPanel.spelling_opt_ignore_all_caps_words=\u5ffd\u7565\u5168\u5927\u5beb\u7684\u5b57
-OptionPanel.spelling_opt_ignore_capitalization=\u5ffd\u7565\u5b57\u958b\u982d\u7684\u5927\u5beb\u5b57\u6bcd
-OptionPanel.spelling_opt_ignore_words_with_numbers=\u5ffd\u7565\u6709\u6578\u5b57\u7684\u5b57
-OptionPanel.spelling_opt_suggestions_limit_dialog=\u5c0d\u8a71\u7a97\u4e2d\u5efa\u8b70\u7684\u6700\u5927\u6578\u91cf
-OptionPanel.spelling_opt_suggestions_limit_menu=\u9078\u55ae\u4e2d\u5efa\u8b70\u7684\u6700\u5927\u6578\u91cf
-OptionPanel.sr=\u0441\u0440\u043f\u0441\u043a\u0438 (\u585e\u723e\u7dad\u4e9e\u6587)
-OptionPanel.standard_template=\u6a19\u6e96\u6a23\u7248\u6a94\u6848
-OptionPanel.standardbackgroundcolor=\u7bc0\u9ede\u80cc\u666f\u984f\u8272
-OptionPanel.standardbackgroundcolor.tooltip=<html>\u7bc0\u9ede\u80cc\u666f\u984f\u8272 (\u7528 html #RRGGBB \u8868\u793a\u6cd5)</html>
-OptionPanel.standardcloudcolor=\u96f2\u7684\u984f\u8272
-OptionPanel.standardcloudcolor.tooltip=<html>\u96f2\u7684\u984f\u8272 (\u7528 html #RRGGBB \u8868\u793a\u6cd5)</html>
-OptionPanel.standardcloudestyle=\u96f2\u7684\u6a23\u5f0f
-OptionPanel.standardcloudestyle.tooltip=<html>\u96f2\u7684\u6a23\u5f0f. </html>
-OptionPanel.standarddrawrectangleforselection=\u88ab\u9078\u53d6\u7684\u7bc0\u9ede\u4ee5\u6ce1\u6ce1\u6a19\u793a\u51fa\u4f86
-OptionPanel.standarddrawrectangleforselection.tooltip=<html>\u5c07\u88ab\u9078\u53d6\u7684\u7bc0\u9ede\u4ee5\u6ce1\u6ce1\u5305\u4f4f</html>
-OptionPanel.standardlinkcolor=\u9023\u7d50\u7dda\u984f\u8272
-OptionPanel.standardlinkcolor.tooltip=<html>\u9023\u7d50\u7dda\u984f\u8272 (\u7528 html #RRGGBB \u8868\u793a\u6cd5)</html>
-OptionPanel.standardlinkestyle=\u9023\u7d50\u7dda\u6a23\u5f0f
-OptionPanel.standardlinkestyle.tooltip=<html>\u9023\u7d50\u7dda\u6a23\u5f0f. \u76ee\u524d\u53ea\u652f\u63f4\u8c9d\u6c0f\u66f2\u7dda.</html>
-OptionPanel.standardselectednodecolor=\u88ab\u9078\u53d6\u6642\u7684\u7bc0\u9ede\u984f\u8272
-OptionPanel.standardselectednodecolor.tooltip=<html>\u88ab\u9078\u53d6\u6642\u7684\u7bc0\u9ede\u984f\u8272 (\u7528 html #RRGGBB \u8868\u793a\u6cd5)</html>
-OptionPanel.standardselectednoderectanglecolor=\u88ab\u9078\u53d6\u6642\u7684\u7bc0\u9ede\u7684\u6ce1\u6ce1\u984f\u8272
-OptionPanel.standardselectednoderectanglecolor.tooltip=<html>\u88ab\u9078\u53d6\u6642\u7684\u6ce1\u6ce1\u7684\u984f\u8272 (\u7528 html #RRGGBB \u8868\u793a\u6cd5) </html>
-OptionPanel.STAR=\u661f\u72c0
-OptionPanel.structured_html_import=\u532f\u5165 HTML \u7bc0\u9ede\u7d50\u69cb
-OptionPanel.structured_icon_toolbar=\u7d50\u69cb\u5316\u5c0f\u5716\u793a\u5de5\u5177\u5217
+OptionPanel.set_property_text.tooltip=\u52FE\u9078\u4EE5\u6539\u8B8A\u9019\u9805\u6A23\u5F0F\u6027\u8CEA
+OptionPanel.setscript=\u78BA\u8A8D\u8B8A\u66F4\uFF1F
+OptionPanel.setscript.tooltip=\u6307\u4EE4\u5C07\u548C\u76EE\u524D\u8A2D\u5B9A\u7684\u6A23\u5F0F\u76F8\u95DC\u806F.
+OptionPanel.sharp_bezier=\u7531\u7C97\u800C\u7D30\u7684\u8C9D\u6C0F\u66F2\u7DDA
+OptionPanel.sharp_linear=\u7531\u7C97\u800C\u7D30\u7684\u76F4\u7DDA
+OptionPanel.show_icon_for_attributes=\u986F\u793A\u4EE3\u8868\u6709\u5C6C\u6027\u7684\u5C0F\u5716\u793A
+OptionPanel.show_node_tooltips=\u986F\u793A\u7BC0\u9EDE\u63D0\u793A
+OptionPanel.show_note_icons=\u986F\u793A\u8A3B\u89E3\u5C0F\u5716\u793A
+OptionPanel.show_styles_in_tooltip=-- \u986F\u793A\u7BC0\u9EDE\u6A23\u5F0F
+OptionPanel.signed_script_are_trusted=\u81EA\u52D5\u4FE1\u4EFB\u7C3D\u7F72\u904E\u7684 scripts\uFF08\u63A8\u85A6\uFF09\u3002
+OptionPanel.signed_script_are_trusted.tooltip=\u5047\u5982\u6B64\u6307\u4EE4\u662F\u7C3D\u7F72\u904E\u7684\u6307\u4EE4\uFF0C\u5982 Freeplane \u7684\u4F5C\u8005\uFF0C\u6B64\u6307\u4EE4\u662F\u53EF\u4EE5\u4E0D\u53D7\u9650\u5236\u5C31\u57F7\u884C\u3002
+OptionPanel.simplyhtml.default_paste_mode=\u5167\u5B9A\u8CBC\u4E0A\u6A21\u5F0F
+OptionPanel.single_backup_directory=\u4F7F\u7528\u55AE\u4E00\u76EE\u9304\u7D66\u5099\u4EFD\u6A94\u6848
+OptionPanel.single_backup_directory.tooltip=<html>\u5982\u679C\u5099\u4EFD\u6A94\u6848\u548C\u81EA\u52D5\u5132\u5B58\u6A94\u6848\u8981\u653E\u5728\u55AE\u4E00\u76EE\u9304\u800C\u4E0D\u662F\u5728\u5FC3\u667A\u5716\u6240\u5728\u76EE\u9304\u7684\u5B50\u76EE\u9304</html>
+OptionPanel.single_backup_directory_path=\u5099\u4EFD\u6A94\u6848\u76EE\u9304 (\u5982\u679C\u9078\u53D6\u4E0A\u8FF0\u9078\u9805)
+OptionPanel.single_backup_directory_path.tooltip=<html>\u53D6\u4EE3 freeplane \u5167\u5B9A\u5099\u4EFD\u76EE\u9304</html>
+OptionPanel.single_instance=\u5728\u57F7\u884C\u7684\u7A0B\u5F0F\u4E2D\u958B\u555F\u6A94\u6848
+OptionPanel.single_instance_force=\u7A0B\u5F0F\u4E0D\u91CD\u8907\u958B\u555F
+OptionPanel.single_instance_force.tooltip=\u907F\u514D Freeplane \u7A0B\u5F0F\u91CD\u8907\u57F7\u884C\uFF0C\u5373\u4F7F\u6C92\u6709\u6A94\u6848\u8F09\u5165
+OptionPanel.sk=Sloven\u010Dina (\u65AF\u6D1B\u4F10\u514B\u6587)
+OptionPanel.sl=Sloven\u0161\u010Dina (\u65AF\u6D1B\u7DAD\u5C3C\u4E9E\u6587)
+OptionPanel.slow_scroll_selected_node=\u7DE9\u6162\u6372\u52D5\u5230\u5DF2\u9078\u7BC0\u9EDE
+OptionPanel.spelling_opt_case_sensitive=\u5340\u5206\u5927\u5C0F\u5BEB
+OptionPanel.spelling_opt_ignore_all_caps_words=\u5FFD\u7565\u5168\u5927\u5BEB\u7684\u5B57\u3002
+OptionPanel.spelling_opt_ignore_capitalization=\u5FFD\u7565\u5B57\u958B\u982D\u7684\u5927\u5BEB\u5B57\u6BCD
+OptionPanel.spelling_opt_ignore_words_with_numbers=\u5FFD\u7565\u6709\u6578\u5B57\u7684\u5B57
+OptionPanel.spelling_opt_suggestions_limit_dialog=\u5C0D\u8A71\u7A97\u4E2D\u5EFA\u8B70\u7684\u6700\u5927\u6578\u91CF
+OptionPanel.spelling_opt_suggestions_limit_menu=\u9078\u55AE\u4E2D\u5EFA\u8B70\u7684\u6700\u5927\u6578\u91CF
+OptionPanel.sr=\u0441\u0440\u043F\u0441\u043A\u0438 (\u585E\u723E\u7DAD\u4E9E\u6587)
+OptionPanel.standard_template=\u6A19\u6E96\u6A23\u7248\u6A94\u6848
+OptionPanel.standardbackgroundcolor=\u7BC0\u9EDE\u80CC\u666F\u984F\u8272
+OptionPanel.standardbackgroundcolor.tooltip=<html>\u7BC0\u9EDE\u80CC\u666F\u984F\u8272 (\u7528 html #RRGGBB \u8868\u793A\u6CD5)</html>
+OptionPanel.standardcloudcolor=\u96F2\u7684\u984F\u8272
+OptionPanel.standardcloudcolor.tooltip=<html>\u96F2\u7684\u984F\u8272 (\u7528 html #RRGGBB \u8868\u793A\u6CD5)</html>
+OptionPanel.standardcloudestyle=\u96F2\u7684\u6A23\u5F0F
+OptionPanel.standardcloudestyle.tooltip=<html>\u96F2\u7684\u6A23\u5F0F. </html>
+OptionPanel.standarddrawrectangleforselection=\u88AB\u9078\u53D6\u7684\u7BC0\u9EDE\u4EE5\u6CE1\u6CE1\u6A19\u793A\u51FA\u4F86
+OptionPanel.standarddrawrectangleforselection.tooltip=<html>\u5C07\u88AB\u9078\u53D6\u7684\u7BC0\u9EDE\u4EE5\u6CE1\u6CE1\u5305\u4F4F</html>
+OptionPanel.standardlinkcolor=\u9023\u7D50\u7DDA\u984F\u8272
+OptionPanel.standardlinkcolor.tooltip=<html>\u9023\u7D50\u7DDA\u984F\u8272 (\u7528 html #RRGGBB \u8868\u793A\u6CD5)</html>
+OptionPanel.standardlinkestyle=\u9023\u7D50\u7DDA\u6A23\u5F0F
+OptionPanel.standardlinkestyle.tooltip=<html>\u9023\u7D50\u7DDA\u6A23\u5F0F\u3002\u76EE\u524D\u53EA\u652F\u63F4\u8C9D\u6C0F\u66F2\u7DDA\u3002</html>
+OptionPanel.standardselectednodecolor=\u88AB\u9078\u53D6\u6642\u7684\u7BC0\u9EDE\u984F\u8272
+OptionPanel.standardselectednodecolor.tooltip=<html>\u88AB\u9078\u53D6\u6642\u7684\u7BC0\u9EDE\u984F\u8272 (\u7528 html #RRGGBB \u8868\u793A\u6CD5)</html>
+OptionPanel.standardselectednoderectanglecolor=\u88AB\u9078\u53D6\u6642\u7684\u7BC0\u9EDE\u7684\u6CE1\u6CE1\u984F\u8272
+OptionPanel.standardselectednoderectanglecolor.tooltip=<html>\u88AB\u9078\u53D6\u6642\u7684\u6CE1\u6CE1\u7684\u984F\u8272 (\u7528 html #RRGGBB \u8868\u793A\u6CD5) </html>
+OptionPanel.STAR=\u661F\u72C0
+OptionPanel.structured_html_import=\u532F\u5165 HTML \u7BC0\u9EDE\u7D50\u69CB
+OptionPanel.structured_icon_toolbar=\u7D50\u69CB\u5316\u5C0F\u5716\u793A\u5DE5\u5177\u5217
OptionPanel.summary=\u6458\u8981
-OptionPanel.sv=Svenska (\u745e\u5178\u6587)
-OptionPanel.text.use_ctrl_key=\u4f7f\u7528\u5de5\u5177\u9078\u55ae\u4e2d\u7684 '\u6307\u5b9a\u5feb\u901f\u9375'
-OptionPanel.time_for_automatic_save=\u81ea\u52d5\u5132\u5b58\u6642\u9593 (\u6beb\u79d2, ms)
-OptionPanel.time_for_automatic_save.tooltip=<html> \u76f8\u9130\u5169\u6b21\u81ea\u52d5\u5132\u5b58\u9593\u7684\u6642\u9593\u9593\u9694, \u55ae\u4f4d: \u6beb\u79d2 (msec). \u5982\u4e0d\u81ea\u52d5\u5132\u5b58\u8acb\u8a2d\u5b9a 2000000000.</html>
-OptionPanel.time_for_delayed_selection=\u5ef6\u9072\u6642\u9593\u8a2d\u5b9a (\u6beb\u79d2, ms)
-OptionPanel.time_for_delayed_selection.tooltip=<html> \u6ed1\u9f20\u79fb\u5230\u7bc0\u9ede\u5f8c\u8d85\u904e\u6b64\u5ef6\u9072\u6642\u9593\u6703\u9078\u53d6\u8a72\u7bc0\u9ede, \u55ae\u4f4d: \u6beb\u79d2 (msec). \u5982\u679c\u6ed1\u9f20\u4e00\u79fb\u5230\u7bc0\u9ede\u4e0a\u5c31\u8981\u9078\u53d6, \u8a2d\u5b9a 1.</html>
-OptionPanel.toolTipManager.dismissDelay=\u986f\u793a\u6642\u9593 (\u6beb\u79d2, ms)
-OptionPanel.toolTipManager.initialDelay=\u521d\u59cb\u5ef6\u9072\u6642\u9593 (\u6beb\u79d2, ms)
-OptionPanel.toolTipManager.max_tooltip_width=\u7bc0\u9ede\u63d0\u793a\u5bec\u5ea6
-OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>\u7bc0\u9ede\u63d0\u793a\u5bec\u5ea6\u7684\u55ae\u4f4d\u662f\u50cf\u7d20.</html>
-OptionPanel.toolTipManager.reshowDelay=\u91cd\u65b0\u986f\u793a\u5ef6\u9072\u6642\u9593 (\u6beb\u79d2, ms)
-OptionPanel.tr=T\u00fcrkmen, \u0422\u04af\u0440\u043a\u043c\u0435\u043d (\u571f\u5eab\u66fc\u6587)
-OptionPanel.uk_UA=\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 (\u70cf\u514b\u862d\u6587)
+OptionPanel.sv=Svenska (\u745E\u5178\u6587)
+OptionPanel.text.use_ctrl_key=\u4F7F\u7528\u5DE5\u5177\u9078\u55AE\u4E2D\u7684 '\u6307\u5B9A\u5FEB\u901F\u9375'
+OptionPanel.time_for_automatic_save=\u81EA\u52D5\u5132\u5B58\u6642\u9593 (\u6BEB\u79D2, ms)
+OptionPanel.time_for_automatic_save.tooltip=<html>\u76F8\u9130\u5169\u6B21\u81EA\u52D5\u5132\u5B58\u9593\u7684\u6642\u9593\u9593\u9694\uFF0C\u55AE\u4F4D\uFF1A\u6BEB\u79D2 (msec)\u3002\u5982\u4E0D\u81EA\u52D5\u5132\u5B58\u8ACB\u8A2D\u5B9A 2000000000\u3002</html>
+OptionPanel.time_for_delayed_selection=\u5EF6\u9072\u6642\u9593\u8A2D\u5B9A (\u6BEB\u79D2, ms)
+OptionPanel.time_for_delayed_selection.tooltip=<html>\u6ED1\u9F20\u79FB\u5230\u7BC0\u9EDE\u5F8C\u8D85\u904E\u6B64\u5EF6\u9072\u6642\u9593\u6703\u9078\u53D6\u8A72\u7BC0\u9EDE\uFF0C\u55AE\u4F4D\uFF1A\u6BEB\u79D2 (msec)\u3002\u5982\u679C\u6ED1\u9F20\u4E00\u79FB\u5230\u7BC0\u9EDE\u4E0A\u5C31\u8981\u9078\u53D6\uFF0C\u8A2D\u5B9A 1\u3002</html>
+OptionPanel.toolTipManager.dismissDelay=\u986F\u793A\u6642\u9593 (\u6BEB\u79D2, ms)
+OptionPanel.toolTipManager.initialDelay=\u521D\u59CB\u5EF6\u9072\u6642\u9593 (\u6BEB\u79D2, ms)
+OptionPanel.toolTipManager.max_tooltip_width=\u7BC0\u9EDE\u63D0\u793A\u5BEC\u5EA6
+OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>\u7BC0\u9EDE\u63D0\u793A\u5BEC\u5EA6\u7684\u55AE\u4F4D\u662F\u50CF\u7D20\u3002</html>
+OptionPanel.toolTipManager.reshowDelay=\u91CD\u65B0\u986F\u793A\u5EF6\u9072\u6642\u9593 (\u6BEB\u79D2, ms)
+OptionPanel.uk_UA=\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430 (\u70CF\u514B\u862D\u6587)
OptionPanel.undefined_font=\u672A\u5B9A\u7FA9\u7684\u5B57\u578B
-OptionPanel.undo_levels=\u5fa9\u539f\u6b21\u6578
-OptionPanel.undo_levels.tooltip=<html>\u6c7a\u5b9a\u5132\u5b58\u591a\u5c11\u6b65\u9a5f\u53ef\u4f9b\u5fa9\u539f.</html>
+OptionPanel.undo_levels=\u5FA9\u539F\u6B21\u6578
+OptionPanel.undo_levels.tooltip=<html>\u6C7A\u5B9A\u5132\u5B58\u591A\u5C11\u6B65\u9A5F\u53EF\u4F9B\u5FA9\u539F\u3002</html>
OptionPanel.unfold_on_paste=\u8CBC\u4E0A\u7684\u6642\u5019\u5C55\u958B\u7BC0\u9EDE
-OptionPanel.unfold_on_paste.tooltip=\u8cbc\u4e0a\u6216\u662f\u62d6\u653e\u7bc0\u9ede\u7684\u6642\u5019\u5c55\u958b\u7bc0\u9ede
-OptionPanel.use_common_out_point_for_root_node=\u5206\u652f\u7dda\u4f86\u81ea\u4e3b\u7bc0\u9ede\u7684\u4e00\u500b\u9ede
-OptionPanel.use_common_out_point_for_root_node.tooltip=\u5206\u652f\u7dda\u5f9e\u4e3b\u7bc0\u9ede\u4e0a\u7684\u4e00\u500b\u9ede\u958b\u59cb
+OptionPanel.unfold_on_paste.tooltip=\u8CBC\u4E0A\u6216\u662F\u62D6\u653E\u7BC0\u9EDE\u7684\u6642\u5019\u5C55\u958B\u7BC0\u9EDE
+OptionPanel.use_common_out_point_for_root_node=\u5206\u652F\u7DDA\u4F86\u81EA\u4E3B\u7BC0\u9EDE\u7684\u4E00\u500B\u9EDE
+OptionPanel.use_common_out_point_for_root_node.tooltip=\u5206\u652F\u7DDA\u5F9E\u4E3B\u7BC0\u9EDE\u4E0A\u7684\u4E00\u500B\u9EDE\u958B\u59CB
OptionPanel.use_tabbed_pane=\u9801\u7C3D\u6A21\u5F0F
-OptionPanel.use_tabbed_pane.tooltip=\u985e\u4f3cFireFox \u6216 IE \u7684\u9801\u7c3d\u529f\u80fd
-OptionPanel.user_defined_screen_resolution=\u4f7f\u7528\u8005\u5b9a\u7fa9\u7684\u87a2\u5e55\u89e3\u6790\u5ea6 (dpi)
-OptionPanel.validate_classpath_needs_readaccess=Scripting: \u8a2d\u5b9a\u985e\u5225\u8def\u5f91\u6642\u5fc5\u9808\u5141\u8a31\u6a94\u6848\u8b80\u53d6
-OptionPanel.validate_invalid_date_format=\u7121\u6548\u7684\u65e5\u671f\u683c\u5f0f
-OptionPanel.validate_invalid_datetime_format=\u7121\u6548\u7684\u65e5\u671f-\u6642\u9593\u683c\u5f0f
-OptionPanel.validate_invalid_number_format=\u7121\u6548\u7684\u6578\u5b57\u683c\u5f0f
-OptionPanel.validate_write_without_read=Scripting: \u8003\u616e\u5c07 Read/File \u52a0\u5230 Write/File.
-OptionPanel.validation_error=<html><body>\u9a57\u8b49\u932f\u8aa4:<p><em>{0}</em><p>\u8acb\u4fee\u6539\u8a2d\u5b9a.</body></html>
-OptionPanel.validation_warning=<html><body>\u9a57\u6b63\u8b66\u544a:<p><em>{0}</em></body></html>
-OptionPanel.vi=Ti\u1ebfng Vi\u1ec7t (\u8d8a\u5357\u6587)
+OptionPanel.use_tabbed_pane.tooltip=\u5982\u679C\u9078\u5B9A\u5FC3\u667A\u5716\u986F\u793A\u5728\u9801\u7C3D\u4E2D(\u985E\u4F3C FireFox :-) )\u3002
+OptionPanel.user_defined_screen_resolution=\u4F7F\u7528\u8005\u5B9A\u7FA9\u7684\u87A2\u5E55\u89E3\u6790\u5EA6 (dpi)
+OptionPanel.validate_classpath_needs_readaccess=Scripting\uFF1A\u8A2D\u5B9A\u985E\u5225\u8DEF\u5F91\u6642\u5FC5\u9808\u5141\u8A31\u6A94\u6848\u8B80\u53D6\uFF01
+OptionPanel.validate_invalid_date_format=\u7121\u6548\u7684\u65E5\u671F\u683C\u5F0F
+OptionPanel.validate_invalid_datetime_format=\u7121\u6548\u7684\u65E5\u671F-\u6642\u9593\u683C\u5F0F
+OptionPanel.validate_invalid_number_format=\u7121\u6548\u7684\u6578\u5B57\u683C\u5F0F
+OptionPanel.validate_write_without_read=Scripting\uFF1A\u8003\u616E\u5C07 Read/File \u52A0\u5230 Write/File\u3002
+OptionPanel.validation_error=<html><body>\u9A57\u8B49\u932F\u8AA4\uFF1A<p><em>{0}</em><p>\u8ACB\u4FEE\u6539\u8A2D\u5B9A\u3002</body></html>
+OptionPanel.validation_warning=<html><body>\u9A57\u6B63\u8B66\u544A\uFF1A<p><em>{0}</em></body></html>
+OptionPanel.vi=Ti\u1EBFng Vi\u1EC7t (\u8D8A\u5357\u6587)
OptionPanel.wheel_velocity=\u901F\u5EA6
-OptionPanel.wheel_velocity.tooltip=\u503c\u8d8a\u5927, \u6ed1\u9f20\u6efe\u8f2a\u5728\u5716\u4e0a\u79fb\u52d5\u7684\u6548\u61c9\u8d8a\u5feb.
-OptionPanel.windows=\u8996\u7a97
+OptionPanel.wheel_velocity.tooltip=\u503C\u8D8A\u5927\uFF0C\u6ED1\u9F20\u6EFE\u8F2A\u5728\u5716\u4E0A\u79FB\u52D5\u7684\u6548\u61C9\u8D8A\u5FEB\u3002
+OptionPanel.windows=\u8996\u7A97
OptionPanel.zh_CN=\u7C21\u9AD4\u4E2D\u6587
OptionPanel.zh_TW=\u6B63\u9AD4\u4E2D\u6587
-org.freeplane.plugin.bugreport.agree=\u9001\u51fa
-org.freeplane.plugin.bugreport.always_agree=\u6c38\u9060\u9001\u51fa
-org.freeplane.plugin.bugreport.always_deny=\u6c38\u4e0d\u9001\u51fa
-org.freeplane.plugin.bugreport.deny=\u4e0d\u8981\u9001\u51fa
-org.freeplane.plugin.bugreport.dialog.title=\u81ea\u52d5\u932f\u8aa4\u5831\u544a
-org.freeplane.plugin.bugreport.freeplane_team=Freeplane \u5718\u968a\u8a0a\u606f
-org.freeplane.plugin.bugreport.lastreport=\u6536\u5230\u7684\u5831\u544a
-org.freeplane.plugin.bugreport.never=\u6c38\u4e0d\u6c42\u52a9
-org.freeplane.plugin.bugreport.question=Freeplane \u6709\u81ea\u52d5\u932f\u8aa4\u8ffd\u8e64\u5f15\u64ce.
-org.freeplane.plugin.bugreport.report=\u76ee\u524d\u7684\u5831\u544a
-org.freeplane.plugin.bugreport.wanted_bug=\u5167\u90e8\u932f\u8aa4\u767c\u751f\u4e26\u4e14\u5df2\u81ea\u52d5\u56de\u5831.
-org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\u7bc0\u9ede {0} \u6c92\u6709\u5b9a\u7fa9
-out_of_memory=\u8a18\u61b6\u9ad4\u4e0d\u8db3
-overwrite_keyset_question=\u8986\u5beb\u5b58\u5728\u7684\u6309\u9375\u96c6
+org.freeplane.plugin.bugreport.agree=\u9001\u51FA
+org.freeplane.plugin.bugreport.always_agree=\u6C38\u9060\u9001\u51FA
+org.freeplane.plugin.bugreport.always_deny=\u6C38\u4E0D\u9001\u51FA
+org.freeplane.plugin.bugreport.deny=\u4E0D\u8981\u9001\u51FA
+org.freeplane.plugin.bugreport.dialog.title=\u81EA\u52D5\u932F\u8AA4\u5831\u544A
+org.freeplane.plugin.bugreport.freeplane_team=Freeplane \u5718\u968A\u8A0A\u606F
+org.freeplane.plugin.bugreport.lastreport=\u6536\u5230\u7684\u5831\u544A
+org.freeplane.plugin.bugreport.never=\u6C38\u4E0D\u6C42\u52A9
+org.freeplane.plugin.bugreport.question=Freeplane \u6709\u81EA\u52D5\u932F\u8AA4\u8FFD\u8E64\u5F15\u64CE.
+org.freeplane.plugin.bugreport.report=\u76EE\u524D\u7684\u5831\u544A
+org.freeplane.plugin.bugreport.wanted_bug=\u5167\u90E8\u932F\u8AA4\u767C\u751F\u4E26\u4E14\u5DF2\u81EA\u52D5\u56DE\u5831\u3002
+org.freeplane.plugin.script.NodeIdHighlighter.node_is_not_defined=\u7BC0\u9EDE {0} \u6C92\u6709\u5B9A\u7FA9
+out_of_memory=\u8A18\u61B6\u9AD4\u4E0D\u8DB3\u3002
+overwrite_keyset_question=\u8986\u84CB\u73FE\u5B58\u7684\u6309\u9375\u96C6\u55CE\uFF1F
PageAction.text=\u8A2D\u5B9A\u5217\u5370\u683C\u5F0F...
-password_is_not_ascii=\u5bc6\u78bc\u4e0d\u662f ASCII \u78bc
-PasteAction.text=\u8CBC\u4E0A
-PasteAttributes.text=\u8cbc\u4e0a\u5c6c\u6027
+password_is_not_ascii=\u5BC6\u78BC\u4E0D\u662F ASCII \u78BC
+PasteAction.text=(&P)\u8CBC\u4E0A
+PasteAttributes.text=\u8CBC\u4E0A\u5C6C\u6027
PatternNewNameProperty=\u65B0\u6A23\u677F
-PatternToString.backgroundColor=\u80cc\u666f\u984f\u8272
+PatternToString.backgroundColor=\u80CC\u666F\u984F\u8272
PatternToString.Child=\u5B50\u7BC0\u9EDE\u6A23\u5F0F
PatternToString.color=\u984F\u8272
-PatternToString.EdgeColor=\u5206\u652f\u7dda\u984f\u8272
-PatternToString.EdgeStyle=\u5206\u652f\u7dda\u6a23\u5f0f
-PatternToString.EdgeWidth=\u5206\u652f\u7dda\u5bec\u5ea6
+PatternToString.EdgeColor=\u5206\u652F\u7DDA\u984F\u8272
+PatternToString.EdgeStyle=\u5206\u652F\u7DDA\u6A23\u5F0F
+PatternToString.EdgeWidth=\u5206\u652F\u7DDA\u5BEC\u5EA6
PatternToString.FontBold=\u7C97\u9AD4
PatternToString.FontItalic=\u659C\u9AD4
-PatternToString.FontName=\u5b57\u578b
-PatternToString.Icon=\u5c0f\u5716\u793a
+PatternToString.FontName=\u5B57\u578B
+PatternToString.Icon=\u5C0F\u5716\u793A
PatternToString.NodeFontSize=\u5B57\u578B\u5927\u5C0F
periodic_formula={0} * n + {1}
PeriodUnit.DAY=\u5929
-PeriodUnit.HOUR=\u5c0f\u6642
+PeriodUnit.HOUR=\u5C0F\u6642
PeriodUnit.MINUTE=\u5206\u9418
PeriodUnit.MONTH=\u6708
PeriodUnit.WEEK=\u9031
-PeriodUnit.YEAR=\u5e74
-plugins/latex/LatexNodeHook.editorTitle=\u7de8\u8f2f LateX
-plugins/script_filter=Script \u7be9\u9078\u5668 {0}
-plugins/script_filter_error={0} had to return a boolean result on {1} but returned {2}
-plugins/ScriptEditor.cancel=\u96e2\u958b (\u4e0d\u5132\u5b58)
-plugins/ScriptEditor.exit=\u5132\u5B58\u5F8C\u96E2\u958B
-plugins/ScriptEditor.FORBIDDEN_ACTION=\u7981\u6b62\u7684\u6307\u4ee4. \u7981\u6b62\u57f7\u884c {0,choice,0#File|1#Network|2#Exec}: {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}. \u4f60\u53ef\u4ee5\u5728\u7a0b\u5f0f\u8a2d\u5b9a\u4e2d\u4fee\u6539.
-plugins/ScriptEditor.menu_actions=\u57F7\u884C
+PeriodUnit.YEAR=\u5E74
+plugins/latex/LatexNodeHook.editorTitle=\u7DE8\u8F2F LateX
+plugins/script_filter=Script \u7BE9\u9078\u5668 {0}
+plugins/script_filter_error={0} \u5FC5\u9808\u65BC {1} \u4E0A\u8FD4\u56DE\u4E00\u500B\u5E03\u6797\u503C\u7D50\u679C\uFF0C\u4F46\u8FD4\u56DE\u662F {2}
+plugins/script_filter_execute_error=\u5728\u7BC0\u9EDE {1}\n\u57F7\u884C {0} \u932F\u8AA4\uFF1A\n{2}
+plugins/ScriptEditor.cancel=\u96E2\u958B (\u4E0D\u5132\u5B58)
+plugins/ScriptEditor.exit=(&S)\u5132\u5B58\u5F8C\u96E2\u958B
+plugins/ScriptEditor.FORBIDDEN_ACTION=\u7981\u6B62\u7684\u6307\u4EE4\u3002\u7981\u6B62\u57F7\u884C {0,choice,0#File|1#Network|2#Exec}\uFF1A {1,choice,0#Accept|1#Connect|2#Listen|3#Multicast|4#SetFactory|5#Exec|6#Link|7#Delete|8#Read|9#Write}\u3002\u60A8\u53EF\u4EE5\u5728\u7A0B\u5F0F\u8A2D\u5B9A\u4E2D\u4FEE\u6539\u3002
+plugins/ScriptEditor.menu_actions=(&A)\u57F7\u884C
plugins/ScriptEditor.new_script=\u65B0\u6307\u4EE4
-plugins/ScriptEditor.run=\u57F7\u884C
-plugins/ScriptEditor.sign=\u7c3d\u7f72\u6307\u4ee4...
-plugins/ScriptEditor/window.Result=\u7d50\u679c:
+plugins/ScriptEditor.run=(&R)\u57F7\u884C
+plugins/ScriptEditor.sign=\u7C3D\u7F72\u6307\u4EE4...
+plugins/ScriptEditor/window.Result=\u7D50\u679C\uFF1A
plugins/ScriptEditor/window.title=\u6307\u4EE4\u7DE8\u8F2F\u5668
-plugins/ScriptingEngine.illegalAccessToInternalAPI=\u975e\u6cd5\u63a5\u89f8\u5167\u90e8 API (package {0}). \u5982\u679c API \u4e0d\u5920\u529b\u8acb\u806f\u7d61 freeplane \u5718\u968a.
+plugins/ScriptingEngine.illegalAccessToInternalAPI=\u975E\u6CD5\u63A5\u89F8\u5167\u90E8 API (package {0})\u3002\u5982\u679C API \u4E0D\u5920\u529B\u8ACB\u806F\u7D61 freeplane \u5718\u968A\u3002
plugins/TimeList.xml_Created=\u65B0\u589E
plugins/TimeList.xml_Date=\u65E5\u671F
-plugins/TimeList.xml_Icons=\u5c0f\u5716\u793a
+plugins/TimeList.xml_Details=\u7D30\u7BC0
+plugins/TimeList.xml_Icons=\u5C0F\u5716\u793A
plugins/TimeList.xml_Modified=\u4FEE\u6539
plugins/TimeList.xml_Notes=\u8A3B\u89E3
plugins/TimeList.xml_Text=\u5167\u5BB9
@@ -1349,163 +1376,165 @@ plugins/TimeManagement.xml_appendButton=\u52A0\u4E0A\u65E5\u671F
plugins/TimeManagement.xml_Cancel=\u53D6\u6D88
plugins/TimeManagement.xml_cancelButton=\u53D6\u6D88
plugins/TimeManagement.xml_closeButton=\u95DC\u9589
-plugins/TimeManagement.xml_Export=\u532f\u51fa\u6240\u9078\u53d6\u7684\u7bc0\u9ede
+plugins/TimeManagement.xml_Export=\u532F\u51FA\u6240\u9078\u53D6\u7684\u7BC0\u9EDE
plugins/TimeManagement.xml_Find=\u5C0B\u627E
plugins/TimeManagement.xml_Goto=\u5230
-plugins/TimeManagement.xml_hour=\u6642:
+plugins/TimeManagement.xml_hour=\u6642\uFF1A
plugins/TimeManagement.xml_menu_actions=\u53EF\u57F7\u884C\u7684\u547D\u4EE4
-plugins/TimeManagement.xml_minute=\u5206:
+plugins/TimeManagement.xml_minute=\u5206\uFF1A
plugins/TimeManagement.xml_reminderButton=\u6B64\u65E5\u671F\u5230\u7684\u6642\u5019\u63D0\u9192\u6211
-plugins/TimeManagement.xml_reminderButton_tooltip=<html>\u6309\u4e0b\u5f8c\u8a08\u6642\u5668\u88ab\u8a2d\u5b9a\u5230\u6307\u5b9a\u7684\u6642\u9593. \u6703\u6709\u9583\u720d\u7684\u5c0f\u5716\u793a\u4f86\u5438\u5f15\u4f60\u7684\u6ce8\u610f.<br>\u5982\u95dc\u6389\u5fc3\u667a\u5716, \u4e0b\u6b21\u958b\u555f\u5fc3\u667a\u5716\u6642\u8a08\u6642\u5668\u6703\u6062\u5fa9\u4f5c\u7528.</html>
-plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>\u76ee\u524d\u6bcf\u500b\u7bc0\u9ede\u53ea\u80fd\u6709\u4e00\u500b\u8a08\u6642\u5668. <br>\u76ee\u524d\u7684\u63d0\u9192\u8a08\u756b\u5728 {0,date} {0,time}, \u4f60\u7684\u9078\u64c7\u662f {1,date} {1,time}. <br><br>\u4f60\u60f3\u6539\u8b8a\u63d0\u9192\u6642\u9593 (YES) <br>\u6216\u4f60\u60f3\u7dad\u6301\u820a\u7684 (NO)?</html>
-plugins/TimeManagement.xml_reminderNode_tooltip=\u8a08\u756b\u5728{0,date} {0,time} \u63d0\u9192.
-plugins/TimeManagement.xml_remindLaterButton=\u7a0d\u5f8c\u63d0\u9192
-plugins/TimeManagement.xml_remindLaterButton_tooltip=\u7a0d\u5f8c\u63d0\u9192
+plugins/TimeManagement.xml_reminderButton_tooltip=<html>\u6309\u4E0B\u5F8C\u8A08\u6642\u5668\u88AB\u8A2D\u5B9A\u5230\u6307\u5B9A\u7684\u6642\u9593\u3002\u6703\u6709\u9583\u720D\u7684\u5C0F\u5716\u793A\u4F86\u5438\u5F15\u60A8\u7684\u6CE8\u610F\u3002<br>\u5982\u95DC\u6389\u5FC3\u667A\u5716\uFF0C\u4E0B\u6B21\u958B\u555F\u5FC3\u667A\u5716\u6642\u8A08\u6642\u5668\u6703\u6062\u5FA9\u4F5C\u7528\u3002</html>
+plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>\u76EE\u524D\u6BCF\u500B\u7BC0\u9EDE\u53EA\u80FD\u6709\u4E00\u500B\u8A08\u6642\u5668\u3002<br>\u76EE\u524D\u7684\u63D0\u9192\u8A08\u756B\u5728 {0,date} {0,time}, \u60A8\u7684\u9078\u64C7\u662F {1,date} {1,time}\u3002<br><br>\u60A8\u60F3\u6539\u8B8A\u63D0\u9192\u6642\u9593 (YES) <br>\u6216\u60A8\u60F3\u7DAD\u6301\u820A\u7684 (NO)\uFF1F</html>
+plugins/TimeManagement.xml_reminderNode_tooltip=\u8A08\u756B\u5728{0,date} {0,time} \u63D0\u9192\u3002
+plugins/TimeManagement.xml_remindLaterButton=\u7A0D\u5F8C\u63D0\u9192
+plugins/TimeManagement.xml_remindLaterButton_tooltip=\u7A0D\u5F8C\u63D0\u9192
plugins/TimeManagement.xml_removeReminderButton=\u79FB\u9664\u63D0\u9192\u529F\u80FD
-plugins/TimeManagement.xml_removeReminderButton_tooltip=\u79fb\u9664\u9078\u53d6\u7bc0\u9ede\u7684\u6240\u6709\u63d0\u9192\u529f\u80fd.
+plugins/TimeManagement.xml_removeReminderButton_tooltip=\u79FB\u9664\u9078\u53D6\u7BC0\u9EDE\u7684\u6240\u6709\u63D0\u9192\u529F\u80FD\u3002
plugins/TimeManagement.xml_Replace=\u53D6\u4EE3
plugins/TimeManagement.xml_Replace_All=\u5168\u90E8\u53D6\u4EE3
plugins/TimeManagement.xml_Replace_Selected=\u53D6\u4EE3
plugins/TimeManagement.xml_Select=\u9078\u64C7
plugins/TimeManagement.xml_todayButton=\u4ECA\u5929
plugins/TimeManagement.xml_WindowTitle=\u6642\u9593\u7BA1\u7406
-plugins/TimeManagement.xml_WindowTitle_All_Nodes=\u641C\u5C0B(\u53D6\u4EE3)
+plugins/TimeManagement.xml_WindowTitle_All_Nodes=\u641C\u5C0B\u548C\u53D6\u4EE3
preferences=\u5C6C\u6027\u8A2D\u5B9A
print_preview_title=\u9810\u89BD\u5217\u5370
-PrintAction.text=\u5217\u5370...
+PrintAction.text=(&P)\u5217\u5370...
PrintDirectAction.text=\u5217\u5370
-printing_settings=\u5217\u5370\u8a2d\u5b9a
-PrintPreviewAction.text=\u9810\u89bd\u5217\u5370...
-PropertyAction.dialog=\u500b\u4eba\u5316\u8a2d\u5b9a
-PropertyAction.text=\u500b\u4eba\u5316\u8a2d\u5b9a ...
-QuickFilterAction.text=\u5feb\u901f\u7be9\u9078
-QuickFindAction.BACK.text=\u5c0b\u627e\u524d\u4e00\u500b
-QuickFindAction.FORWARD.text=\u5c0b\u627e\u4e0b\u4e00\u500b
-QuickFindAllAction.text=\u9078\u53d6\u6240\u6709\u5339\u914d\u7684\u7bc0\u9ede
-QuickHighlightAction.text=\u5f37\u8abf\u6240\u6709\u5339\u914d\u7684\u7bc0\u9ede
-QuitAction.text=\u96e2\u958b Freeplane
+printing_settings=\u5217\u5370\u8A2D\u5B9A
+PrintPreviewAction.text=(&v)\u9810\u89BD\u5217\u5370...
+PropertyAction.dialog=\u500B\u4EBA\u5316\u8A2D\u5B9A
+PropertyAction.text=\u500B\u4EBA\u5316\u8A2D\u5B9A ...
+QuickFilterAction.text=\u5FEB\u901F\u7BE9\u9078
+QuickFindAction.BACK.text=\u5C0B\u627E\u524D\u4E00\u500B
+QuickFindAction.FORWARD.text=\u5C0B\u627E\u4E0B\u4E00\u500B
+QuickFindAllAction.text=\u9078\u53D6\u6240\u6709\u5339\u914D\u7684\u7BC0\u9EDE
+QuickHighlightAction.text=\u5F37\u8ABF\u6240\u6709\u5339\u914D\u7684\u7BC0\u9EDE
+QuitAction.text=(&Q)\u96E2\u958B Freeplane
read_only=\u552F\u8B80
-ReadScriptError.text=\u8b80\u6307\u4ee4\u6a94\u6642\u767c\u751f\u932f\u8aa4\n\u8acb\u6aa2\u67e5\u65e5\u8a8c\u6a94
-really_convert_to_current_version=<html>\u9019\u500b\u5fc3\u667a\u5716\u662f\u820a\u7248\u7684 Freeplane \u6240\u88fd\u4f5c. <br>\u8981\u8f49\u63db\u55ce (\u5efa\u8b70)? <br>(\u5426\u5247\u7d50\u679c\u7121\u6cd5\u4fdd\u8b49.) </html>
-really_cut_node=\u78BA\u5B9A\u8981\u526A\u4E0B\u7BC0\u9EDE?
-really_execute_script=\u4F60\u78BA\u5B9A\u8981\u57F7\u884C\u5728\u6B64\u5716\u88E1\u8A2D\u5B9A\u7684\u6307\u4EE4\u55CE?(\u9019\u53EF\u80FD\u6703\u5371\u5BB3\u60A8\u7684\u96FB\u8166)
-really_remove_node=\u771F\u7684\u8981\u522A\u9664\u7BC0\u9EDE?
-really_remove_notes=\u771F\u7684\u8981\u79FB\u9664\u8A3B\u89E3\u55CE?
-ReapplyFilterAction.text=\u91cd\u65b0\u5957\u7528
-red=\u7d05\u8272
-RedefineStyleAction.text=\u91cd\u65b0\u5b9a\u7fa9\u6a23\u5f0f
-RedoAction.text=\u53d6\u6d88\u5fa9\u539f
-RedoFilterAction.text=\u53d6\u6d88\u5fa9\u539f
-regular_expressions=\u4e00\u822c\u8868\u793a
+ReadScriptError.text=\u8B80\u6307\u4EE4\u6A94\u6642\u767C\u751F\u932F\u8AA4\n\u8ACB\u6AA2\u67E5\u65E5\u8A8C\u6A94
+really_convert_to_current_version=<html>\u9019\u500B\u5FC3\u667A\u5716\u662F\u820A\u7248\u7684 Freeplane \u6240\u88FD\u4F5C\u3002<br>\u8981\u8F49\u63DB\u55CE (\u5EFA\u8B70)\uFF1F <br>(\u5426\u5247\u7D50\u679C\u7121\u6CD5\u4FDD\u8B49\u3002) </html>
+really_cut_node=\u78BA\u5B9A\u8981\u526A\u4E0B\u7BC0\u9EDE\uFF1F
+really_execute_script=\u60A8\u78BA\u5B9A\u8981\u57F7\u884C\u5728\u6B64\u5716\u88E1\u8A2D\u5B9A\u7684\u6307\u4EE4\u55CE\uFF1F\u9019\u53EF\u80FD\u6703\u5371\u5BB3\u60A8\u7684\u96FB\u8166\u3002
+really_remove_node=\u771F\u7684\u8981\u522A\u9664\u7BC0\u9EDE\uFF1F
+really_remove_notes=\u771F\u7684\u8981\u79FB\u9664\u8A3B\u89E3\u55CE\uFF1F
+ReapplyFilterAction.text=\u91CD\u65B0\u5957\u7528
+red=\u7D05\u8272
+RedefineStyleAction.text=\u91CD\u65B0\u5B9A\u7FA9\u6A23\u5F0F
+RedoAction.text=(&R)\u53D6\u6D88\u5FA9\u539F
+RedoFilterAction.text=\u53D6\u6D88\u5FA9\u539F
+regular_expressions=\u4E00\u822C\u8868\u793A
ReminderHookAction.text=\u79FB\u9664\u63D0\u9192\u529F\u80FD
-ReminderHookAction.tooltip=\u79FB\u9664\u7BC0\u9EDE\u6240\u8A2D\u5B9A\u7684\u63D0\u9192\u8A2D\u5B9A
-remove_file_from_list_on_error=\u6a94\u6848 {0} \u7121\u6cd5\u958b\u555f. \u5c07\u5b83\u5f9e\u4e0a\u6b21\u958b\u555f\u7684\u6a94\u6848\u540d\u55ae\u4e2d\u79fb\u9664?
-remove_shortcut_question=\u53d6\u4ee3\u5feb\u901f\u9375?
-RemoveAllIconsAction.text=\u79fb\u9664\u6240\u6709\u5c0f\u5716\u793a
-RemoveConnectorAction.text=\u79fb\u9664\u9023\u7d50\u7dda
-RemoveEncryption.text=\u79fb\u9664\u5bc6\u78bc
-RemoveFormatAction.text=\u79fb\u9664\u683c\u5f0f
-RemoveIcon_0_Action.text=\u79fb\u9664\u7b2c\u4e00\u500b\u5c0f\u5716\u793a
-RemoveIconAction.text=\u79fb\u9664\u6700\u5f8c\u4e00\u500b\u5c0f\u5716\u793a
+ReminderHookAction.tooltip=\u79FB\u9664\u7BC0\u9EDE\u6240\u8A2D\u5B9A\u7684\u63D0\u9192\u8A2D\u5B9A\u3002
+remove_file_from_list_on_error=\u6A94\u6848 {0} \u7121\u6CD5\u958B\u555F\u3002\u5C07\u5B83\u5F9E\u4E0A\u6B21\u958B\u555F\u7684\u6A94\u6848\u540D\u55AE\u4E2D\u79FB\u9664\uFF1F
+remove_shortcut_question=\u53D6\u4EE3\u5FEB\u901F\u9375\uFF1F
+RemoveAllIconsAction.text=\u79FB\u9664\u6240\u6709\u5C0F\u5716\u793A
+RemoveConnectorAction.text=\u79FB\u9664\u9023\u7D50\u7DDA
+RemoveEncryption.text=\u79FB\u9664\u5BC6\u78BC
+RemoveFormatAction.text=\u79FB\u9664\u683C\u5F0F
+RemoveIcon_0_Action.text=\u79FB\u9664\u7B2C\u4E00\u500B\u5C0F\u5716\u793A
+RemoveIconAction.text=\u79FB\u9664\u6700\u5F8C\u4E00\u500B\u5C0F\u5716\u793A
RemoveNoteAction.text=\u79FB\u9664\u8A3B\u89E3
-RemoveNoteAction.tooltip=<html>\u79fb\u9664\u53ef\u80fd\u7684\u591a\u500b\u8a3b\u89e3.</html>
-rename=\u66F4\u6539\u540D\u7A31
+RemoveNoteAction.tooltip=<html>\u79FB\u9664\u53EF\u80FD\u7684\u591A\u500B\u8A3B\u89E3.</html>
+rename=(&R)\u66F4\u6539\u540D\u7A31
repair_link=\u4FEE\u5FA9\u9023\u7D50
-repair_link_question=\u4e0d\u80fd\u8f09\u5165\u5fc3\u667a\u5716. \u624b\u52d5\u4fee\u5fa9\u9023\u7d50?
+repair_link_question=\u4E0D\u80FD\u8F09\u5165\u5FC3\u667A\u5716\u3002\u624B\u52D5\u4FEE\u5FA9\u9023\u7D50\uFF1F
replace=\u53D6\u4EE3
-replace_shortcut_question=\u9019\u500b\u5feb\u901f\u9375\u5df2\u7d93\u6307\u5b9a\u7d66\n {0}.\n\u53d6\u4ee3\u9019\u500b\u8a2d\u5b9a?
-replace_shortcut_title=\u53d6\u4ee3\u5feb\u901f\u9375?
-ReportBugAction.text=\u5831\u544a\u4e00\u500b\u932f\u8aa4
-RequestFeatureAction.text=\u8acb\u6c42\u589e\u52a0\u529f\u80fd
-reset_to_default=\u4f7f\u7528\u5167\u5b9a\u503c
-ResetNodeLocationAction.text=\u91cd\u8a2d\u7bc0\u9ede\u4f4d\u7f6e
-ResetStyleAction.text=\u91cd\u8a2d\u7bc0\u9ede\u6a23\u5f0f
-RevertAction.text=\u9084\u539f\u81f3\u4e0a\u6b21\u5132\u5b58\u72c0\u614b
-RevisionPluginAction.text=\u6539\u8b8a\u88ab\u4fee\u8a02\u7bc0\u9ede\u7684\u80cc\u666f\u984f\u8272
-save_failed=\u5fc3\u667a\u5716 {0} \u5132\u5b58\u5931\u6557.
-save_unsaved=\u5132\u5b58\u4ee5\u4e0b\u5fc3\u667a\u5716? :
-save_unsaved_styles=\u5132\u5b58\u6a23\u5f0f?
-SaveAcceleratorPresetsAction.text=\u5132\u5b58\u5feb\u901f\u9375\u96c6
-SaveAction.text=\u5B58\u6A94
-SaveAll.text=\u5132\u5B58\u6240\u6709\u6A94\u6848
-SaveAll.tooltip=\u5132\u5B58\u6240\u6709\u6A94\u6848
+replace_shortcut_question=\u9019\u500B\u5FEB\u901F\u9375\u5DF2\u7D93\u6307\u5B9A\u7D66\n {0}\u3002\n\u53D6\u4EE3\u9019\u500B\u8A2D\u5B9A\uFF1F
+replace_shortcut_title=\u53D6\u4EE3\u5FEB\u901F\u9375\uFF1F
+ReportBugAction.text=\u5831\u544A\u4E00\u500B\u932F\u8AA4
+RequestFeatureAction.text=\u8ACB\u6C42\u589E\u52A0\u529F\u80FD
+reset_to_default=\u4F7F\u7528\u5167\u5B9A\u503C
+ResetNodeLocationAction.text=(&p)\u91CD\u8A2D\u7BC0\u9EDE\u4F4D\u7F6E
+ResetStyleAction.text=\u91CD\u8A2D\u7BC0\u9EDE\u6A23\u5F0F
+RevertAction.text=(&R)\u9084\u539F\u81F3\u4E0A\u6B21\u5132\u5B58\u72C0\u614B
+RevisionPluginAction.text=\u6539\u8B8A\u88AB\u4FEE\u8A02\u7BC0\u9EDE\u7684\u80CC\u666F\u984F\u8272
+save_failed=\u5FC3\u667A\u5716 {0} \u5132\u5B58\u5931\u6557\u3002
+save_unsaved=\u5132\u5B58\u4EE5\u4E0B\u5FC3\u667A\u5716\uFF1F
+save_unsaved_styles=\u5132\u5B58\u6A23\u5F0F\uFF1F
+SaveAcceleratorPresetsAction.text=\u5132\u5B58\u5FEB\u901F\u9375\u96C6...
+SaveAction.text=(&S)\u5B58\u6A94
+SaveAll.text=(&L)\u5132\u5B58\u6240\u6709\u5DF2\u958B\u555F\u5FC3\u667A\u5716
+SaveAll.tooltip=\u5132\u5B58\u6240\u6709\u5DF2\u958B\u555F\u5FC3\u667A\u5716
SaveAsAction.text=\u53E6\u5B58\u65B0\u6A94...
saved=\u5B58\u6A94\u5B8C\u7562
-saving_canceled=\u5132\u5b58\u53d6\u6d88
-scanners_not_loaded=\u6383\u63cf\u5668\u7121\u6cd5\u8f09\u5165, \u6a94\u6848\u6bc0\u640d.
-scheme_evaluate=\u8a55\u4f30!
-script_execution_disabled=Script \u57f7\u884c\u88ab\u6291\u6b62, \u8acb\u770b \u5de5\u5177>\u500b\u4eba\u5316\u8a2d\u5b9a>\u63d2\u4ef6
-ScriptEditor.text=\u6307\u4ee4\u7de8\u8f2f\u5668...
-ScriptEditor.tooltip=\u5141\u8a31\u5728 Freeplane \u7cfb\u7d71\u5beb\u5165\u5927\u91cf\u6307\u4ee4.
-ScriptEditorPanel.changed_cancel=\u8A9E\u6CD5\u5DF2\u88AB\u66F4\u52D5, \u8ACB\u554F\u4F60\u8981\u653E\u68C4\u9019\u4E9B\u8B8A\u52D5\u55CE?
-scripting_api_generator_legend=Legend
+saving_canceled=\u5132\u5B58\u53D6\u6D88
+scanners_not_loaded=\u6383\u63CF\u5668\u7121\u6CD5\u8F09\u5165\uFF0C\u6A94\u6848\u6BC0\u640D
+scheme_evaluate=\u8A55\u4F30\uFF01
+script_execution_disabled=Script \u57F7\u884C\u88AB\u6291\u6B62\uFF0C\u8ACB\u770B \u5DE5\u5177>\u500B\u4EBA\u5316\u8A2D\u5B9A>\u5916\u639B\u5143\u4EF6
+ScriptEditor.text=(&c)\u6307\u4EE4\u7DE8\u8F2F\u5668...
+ScriptEditor.tooltip=\u5141\u8A31\u5728 Freeplane \u7CFB\u7D71\u5BEB\u5165\u5927\u91CF\u6307\u4EE4\u3002
+ScriptEditorPanel.changed_cancel=\u8A9E\u6CD5\u5DF2\u88AB\u66F4\u52D5\u3002\u8ACB\u554F\u60A8\u8981\u653E\u68C4\u9019\u4E9B\u8B8A\u52D5\u55CE\uFF1F
+scripting_api_generator_legend=\u5716\u4F8B
scripting_api_generator_proxy=Proxy
scripting_api_generator_title=Scripting API
-scripting_api_generator_utilities=Utilities
-scripting_api_generator_web=Web Resources
-select_favorites_folder=\u9078\u64c7\u6211\u7684\u6700\u611b\u7684\u6a94\u6848\u593e
-select_file_export_to=\u9078\u64c7\u532f\u51fa\u7684\u76ee\u7684\u6a94\u6848
+scripting_api_generator_utilities=\u5DE5\u5177\u7A0B\u5F0F
+scripting_api_generator_web=Web \u8CC7\u6E90
+select_favorites_folder=\u9078\u64C7\u6211\u7684\u6700\u611B\u7684\u6A94\u6848\u593E
+select_file_export_to=\u9078\u64C7\u532F\u51FA\u7684\u76EE\u7684\u6A94\u6848
select_folder_for_importing=\u9078\u64C7\u532F\u5165\u7684\u76EE\u9304
-select_icon=\u9078\u64c7\u4e00\u500b\u5c0f\u5716\u793a
-select_menu_item_dialog=\u9078\u64c7\u9078\u55ae\u9805\u76ee
-select_menu_item_root_node=\u9078\u55ae
-SelectAllAction.text=\u9078\u64c7\u6240\u6709\u53ef\u898b\u7684\u7bc0\u9ede
-SelectBranchAction.text=\u9078\u64c7\u6574\u500b\u53ef\u898b\u7684\u5206\u652f
-SelectedPasteAction.text=\u8cbc\u6210...
-selection_method_by_click=\u55ae\u9ede\u64ca\u6ed1\u9f20\u5de6\u9375\u9078\u53d6
-selection_method_delayed=\u6ed1\u9f20\u6307\u6a19\u79fb\u5230\u7bc0\u9ede\u4e00\u6bb5\u6642\u9593\u5f8c\u81ea\u52d5\u9078\u53d6
-selection_method_direct=\u6ed1\u9f20\u6307\u6a19\u79fb\u5230\u7bc0\u9ede\u5373\u81ea\u52d5\u9078\u53d6
-SelectNoteAction.text=\u5207\u63db\u8a3b\u89e3\u8996\u7a97
-SelectNoteAction.tooltip=\u5207\u63db\u8a3b\u89e3\u8996\u7a97
-set_accelerator_on_next_click_action=\u9ede\u64ca\u4efb\u4e00\u9078\u55ae\u9805\u76ee\u4f86\u8a2d\u5b9a\u65b0\u7684\u5feb\u901f\u9375
-SetAcceleratorOnNextClickAction.text=\u6307\u5b9a\u5feb\u901f\u9375
+select_icon=\u9078\u64C7\u4E00\u500B\u5C0F\u5716\u793A
+select_menu_item_dialog=\u9078\u64C7\u9078\u55AE\u9805\u76EE
+select_menu_item_root_node=\u9078\u55AE
+SelectAllAction.text=\u9078\u64C7\u6240\u6709\u53EF\u898B\u7684\u7BC0\u9EDE
+SelectBranchAction.text=\u9078\u64C7\u6574\u500B\u53EF\u898B\u7684\u5206\u652F
+SelectedPasteAction.text=(&a)\u8CBC\u6210...
+selection_method_by_click=\u55AE\u9EDE\u64CA\u6ED1\u9F20\u5DE6\u9375\u9078\u53D6
+selection_method_delayed=\u6ED1\u9F20\u6307\u6A19\u79FB\u5230\u7BC0\u9EDE\u4E00\u6BB5\u6642\u9593\u5F8C\u81EA\u52D5\u9078\u53D6
+selection_method_direct=\u6ED1\u9F20\u6307\u6A19\u79FB\u5230\u7BC0\u9EDE\u5373\u81EA\u52D5\u9078\u53D6
+SelectNoteAction.text=\u5207\u63DB\u8A3B\u89E3\u8996\u7A97
+SelectNoteAction.tooltip=\u5207\u63DB\u8A3B\u89E3\u8996\u7A97
+set_accelerator_on_next_click_action=\u8981\u5EFA\u7ACB\u4E00\u500B\u65B0\u7684\u5FEB\u6377\u9375\uFF1A\u6309\u4E0B'Ctrl'\u9375\u540C\u6642\u5728\u9078\u55AE\u4E2D\u9EDE\u9078\u60F3\u8981\u7684\u6307\u4EE4\u3002
+SetAccelerator.dialogTitle=\u5FEB\u901F\u9375\u6307\u5B9A
+SetAccelerator.keystrokeDetected=\u6309\u9375 ''{0}'' \u4E0D\u6703\u6307\u5B9A\u7D66\u4EFB\u4F55\u9078\u55AE\u9805\u76EE\u3002
+SetAcceleratorOnNextClickAction.text=\u6307\u5B9A\u5FEB\u901F\u9375...
SetImageByFileChooserAction.text=\u52A0\u5165\u5716\u6A94...
-SetLinkAnchorAction.text=\u8a2d\u5b9a\u9023\u7d50\u9328\u9ede
-SetLinkAnchorAction.tooltip=<html>\u8a2d\u5b9a\u9078\u53d6\u7684\u7bc0\u9ede\u70ba\u4e0b\u9328\u9ede\u4ee5\u505a\u70ba\u5c07\u4f86<br/>\u5efa\u7acb\u5c40\u90e8\u6216\u5168\u57df\u9023\u7d50.
-SetLinkAnchorAction.tooltip_anchored=<html>\u8a2d\u5b9a\u9078\u53d6\u7684\u7bc0\u9ede\u70ba\u4e0b\u9328\u9ede\u4ee5\u505a\u70ba\u5c07\u4f86<br/>\u5efa\u7acb\u5c40\u90e8\u6216\u5168\u57df\u9023\u7d50. \u76ee\u524d\u7684\u4e0b\u9328\u9ede:<br/>{0}
-SetLinkByFileChooserAction.text=\u65b0\u589e\u6a94\u6848\u8d85\u9023\u7d50...
-SetLinkByTextFieldAction.text=\u7de8\u8f2f\u65b0\u820a\u8d85\u9023\u7d50...
-SetNodeLink.text=\u8a2d\u5b9a\u7bc0\u9ede\u9023\u7d50
-SetNoteWindowPosition.bottom.text=\u4e0b
-SetNoteWindowPosition.left.text=\u5de6
-SetNoteWindowPosition.right.text=\u53f3
-SetNoteWindowPosition.top.text=\u4e0a
-SetShortenerStateAction.text=\u6700\u5c0f\u5316\u7bc0\u9ede
-sf_login_required=\u9700\u8981\u767b\u5165 Source Forge, \u8981\u7e7c\u7e8c\u55ce\uff1f
+SetLinkAnchorAction.text=\u8A2D\u5B9A\u9023\u7D50\u9328\u9EDE
+SetLinkAnchorAction.tooltip=<html>\u8A2D\u5B9A\u9078\u53D6\u7684\u7BC0\u9EDE\u70BA\u4E0B\u9328\u9EDE\u4EE5\u505A\u70BA\u5C07\u4F86<br/>\u5EFA\u7ACB\u5C40\u90E8\u6216\u5168\u57DF\u9023\u7D50\u3002
+SetLinkAnchorAction.tooltip_anchored=<html>\u8A2D\u5B9A\u9078\u53D6\u7684\u7BC0\u9EDE\u70BA\u4E0B\u9328\u9EDE\u4EE5\u505A\u70BA\u5C07\u4F86<br/>\u5EFA\u7ACB\u5C40\u90E8\u6216\u5168\u57DF\u9023\u7D50\u3002\u76EE\u524D\u7684\u4E0B\u9328\u9EDE\uFF1A<br/>{0}
+SetLinkByFileChooserAction.text=\u65B0\u589E\u6A94\u6848\u8D85\u9023\u7D50...
+SetLinkByTextFieldAction.text=\u7DE8\u8F2F\u65B0\u820A\u8D85\u9023\u7D50...
+SetNodeLink.text=\u8A2D\u5B9A\u7BC0\u9EDE\u9023\u7D50...
+SetNoteWindowPosition.bottom.text=\u4E0B
+SetNoteWindowPosition.left.text=\u5DE6
+SetNoteWindowPosition.right.text=\u53F3
+SetNoteWindowPosition.top.text=\u4E0A
+SetShortenerStateAction.text=\u6700\u5C0F\u5316\u7BC0\u9EDE
+sf_login_required=\u9700\u8981\u767B\u5165 Source Forge\uFF0C\u8981\u7E7C\u7E8C\u55CE\uFF1F
ShowAllAttributesAction.text=\u986F\u793A\u6240\u6709\u7684\u5C6C\u6027
-ShowAncestorsAction.text=\u986f\u793a\u7956\u5148\u7bc0\u9ede
-ShowAttributeDialogAction.text=\u5c6c\u6027\u7ba1\u7406\u5e2b...
-ShowDescendantsAction.text=\u986f\u793a\u5b50\u5b6b\u7bc0\u9ede
-ShowFilterToolbarAction.text=\u7be9\u9078\u5668\u5de5\u5177\u5217
-ShowFormatPanel.text=\u6027\u8cea\u9762\u677f
-ShowFormatPanel.tooltip=\u5448\u73fe\u4e00\u500b\u5c0d\u8a71\u8996\u7a97, \u5176\u4e2d\u7bc0\u9ede\u548c\u5206\u652f\u7dda\u7684\u5c6c\u6027\u53ef\u4ee5\u540c\u6642\u4fee\u6539.
-ShowHideNoteAction.text=\u8a3b\u89e3\u8996\u7a97
-ShowHideNoteAction.tooltip=\u958b\u555f\u6216\u95dc\u9589\u8a3b\u89e3\u8996\u7a97
-ShowNextChildAction.text=\u986f\u793a\u4e0b\u500b\u5b50\u7bc0\u9ede
-ShowNotesInMapAction.text=\u5728\u5fc3\u667a\u5716\u4e0a\u986f\u793a\u8a3b\u89e3
-ShowSelectedAttributesAction.text=\u986f\u793a\u9078\u53d6\u7684\u5c6c\u6027
-ShowSelectionAsRectangleAction.text=\u77e9\u5f62\u6307\u6a19
+ShowAncestorsAction.text=\u986F\u793A\u7956\u5148\u7BC0\u9EDE
+ShowAttributeDialogAction.text=\u5C6C\u6027\u7BA1\u7406\u5E2B...
+ShowDescendantsAction.text=\u986F\u793A\u5B50\u5B6B\u7BC0\u9EDE
+ShowFilterToolbarAction.text=\u7BE9\u9078\u5668\u5DE5\u5177\u5217
+ShowFormatPanel.text=\u6027\u8CEA\u9762\u677F
+ShowFormatPanel.tooltip=\u5448\u73FE\u4E00\u500B\u5C0D\u8A71\u8996\u7A97\uFF0C\u5176\u4E2D\u7BC0\u9EDE\u548C\u5206\u652F\u7DDA\u7684\u5C6C\u6027\u53EF\u4EE5\u540C\u6642\u4FEE\u6539\u3002
+ShowHideNoteAction.text=\u8A3B\u89E3\u8996\u7A97
+ShowHideNoteAction.tooltip=\u5141\u8A31\u958B\u555F\u6216\u95DC\u9589\u8A3B\u89E3\u8996\u7A97\u3002
+ShowNextChildAction.text=\u986F\u793A\u4E0B\u500B\u5B50\u7BC0\u9EDE
+ShowNotesInMapAction.text=\u5728\u5FC3\u667A\u5716\u4E0A\u986F\u793A\u8A3B\u89E3
+ShowSelectedAttributesAction.text=\u986F\u793A\u9078\u53D6\u7684\u5C6C\u6027
+ShowSelectionAsRectangleAction.text=\u77E9\u5F62\u6307\u6A19
simplyhtml.aboutFrameTitle=\u95DC\u65BC\u672C\u7A0B\u5F0F
-simplyhtml.aboutLabel=\u95dc\u65bc SimplyHTML...
+simplyhtml.aboutLabel=\u95DC\u65BC SimplyHTML...
simplyhtml.alignCenter=\u7F6E\u4E2D
-simplyhtml.alignLabel=\u4f4d\u7f6e\u8abf\u6574:
+simplyhtml.alignLabel=\u4F4D\u7F6E\u8ABF\u6574:
simplyhtml.alignLeft=\u9760\u5DE6
simplyhtml.alignRight=\u9760\u53F3
-simplyhtml.allCellsRangeLabel=\u6240\u6709\u5143\u7d20
-simplyhtml.allOccurrencesReplaced=\u6240\u6709\u6240\u6709\u88ab\u53d6\u4ee3\u7684
+simplyhtml.allCellsRangeLabel=\u6240\u6709\u5143\u7D20
+simplyhtml.allOccurrencesReplaced=\u6240\u6709\u6240\u6709\u88AB\u53D6\u4EE3\u7684
simplyhtml.appendTableColLabel=\u64F4\u5927\u4E00\u884C
simplyhtml.appendTableRowLabel=\u64F4\u5927\u4E00\u5217
simplyhtml.applyCellAttrLabel=\u5957\u7528
-simplyhtml.backgroundLabel=\u80cc\u666f:
+simplyhtml.backgroundLabel=\u80CC\u666F\uFF1A
simplyhtml.boldItalicName=\u7C97\u659C\u9AD4
simplyhtml.boldName=\u7C97\u9AD4
-simplyhtml.borderColorLabel=\u984f\u8272:
+simplyhtml.borderColorLabel=\u984F\u8272\uFF1A
simplyhtml.borderWidthLabel=\u5BEC
-simplyhtml.bottomLabel=\u4e0b:
+simplyhtml.bottomLabel=\u4E0B\uFF1A
simplyhtml.cancelBtnName=\u53D6\u6D88
-simplyhtml.cellBorderTabLabel=\u908a\u754c
+simplyhtml.cellBorderTabLabel=\u908A\u754C
simplyhtml.cellGenTabLabel=\u4E00\u822C
-simplyhtml.cellMarginTabLabel=\u9801\u908a\u7a7a\u767d
+simplyhtml.cellMarginTabLabel=\u9801\u908A\u7A7A\u767D
simplyhtml.cellPanelTitle=\u683C\u5B50\u683C\u5F0F
simplyhtml.clearFormatLabel=\u79FB\u9664\u683C\u5F0F
simplyhtml.clearFormatTip=\u79FB\u9664\u683C\u5F0F
@@ -1520,249 +1549,261 @@ simplyhtml.cTagNameHead3=\u6A19\u984C3
simplyhtml.cTagNameHead4=\u6A19\u984C4
simplyhtml.cTagNameHead5=\u6A19\u984C5
simplyhtml.cTagNameHead6=\u6A19\u984C6
-simplyhtml.cTagNameLink=\u9023\u7d50
-simplyhtml.cTagNameOL=\u6709\u5e8f\u5217\u8868
+simplyhtml.cTagNameLink=\u9023\u7D50
+simplyhtml.cTagNameOL=\u6709\u5E8F\u5217\u8868
simplyhtml.cTagNamePara=\u6BB5\u843D
-simplyhtml.cTagNameUL=\u7121\u5e8f\u5217\u8868
+simplyhtml.cTagNameUL=\u7121\u5E8F\u5217\u8868
simplyhtml.cutLabel=\u526A\u4E0B
simplyhtml.cutTip=\u526A\u4E0B
-simplyhtml.defaultDocName=\u7121\u6a19\u984c
+simplyhtml.defaultDocName=\u7121\u6A19\u984C
simplyhtml.deleteTableColLabel=\u522A\u9664\u884C
simplyhtml.deleteTableRowLabel=\u522A\u9664\u5217
-simplyhtml.docTitleQuery=\u8a2d\u5b9a\u6a19\u984c:
-simplyhtml.docTitleTitle=\u7de8\u8f2f\u6587\u4ef6\u6a19\u984c
+simplyhtml.docTitleQuery=\u8A2D\u5B9A\u6A19\u984C\uFF1A
+simplyhtml.docTitleTitle=\u7DE8\u8F2F\u6587\u4EF6\u6A19\u984C
simplyhtml.editLabel=\u7DE8\u8F2F
simplyhtml.effectLabel=\u6548\u679C
-simplyhtml.familyLabel=\u5b57\u9ad4
-simplyhtml.findNext=\u627e\u4e0b\u4e00\u500b...
-simplyhtml.findReplaceDialogTitle=\u641c\u5c0b/\u53d6\u4ee3
-simplyhtml.findReplaceLabel=\u641c\u5c0b/\u53d6\u4ee3
-simplyhtml.findReplaceTip=\u641c\u5c0b (\u53d6\u4ee3)
+simplyhtml.familyLabel=\u5B57\u9AD4
+simplyhtml.findNext=\u627E\u4E0B\u4E00\u500B...
+simplyhtml.findReplaceDialogTitle=\u641C\u5C0B/\u53D6\u4EE3
+simplyhtml.findReplaceLabel=\u641C\u5C0B/\u53D6\u4EE3
+simplyhtml.findReplaceTip=\u641C\u5C0B (\u53D6\u4EE3)
simplyhtml.fontBoldLabel=\u7C97\u9AD4
-simplyhtml.fontBoldTip=\u7c97\u9ad4\u958b\u95dc\u5207\u63db
-simplyhtml.fontColorLabel=\u6587\u5b57\u984f\u8272
-simplyhtml.fontColorTip=\u6587\u5b57\u984f\u8272
+simplyhtml.fontBoldTip=\u7C97\u9AD4\u958B\u95DC\u5207\u63DB
+simplyhtml.fontColorLabel=\u6587\u5B57\u984F\u8272
+simplyhtml.fontColorTip=\u6587\u5B57\u984F\u8272
simplyhtml.fontDialogTitle=\u683C\u5F0F\u5B57\u578B
-simplyhtml.fontItalicLabel=\u659c\u9ad4
-simplyhtml.fontItalicTip=\u659c\u9ad4\u958b\u95dc\u5207\u63db
-simplyhtml.fontLabel=\u5b57\u578b...
+simplyhtml.fontItalicLabel=\u659C\u9AD4
+simplyhtml.fontItalicTip=\u659C\u9AD4\u958B\u95DC\u5207\u63DB
+simplyhtml.fontLabel=\u5B57\u578B...
simplyhtml.fontTabLabel=\u5B57\u578B
-simplyhtml.fontTip=\u5b57\u578b\u683c\u5f0f...
+simplyhtml.fontTip=\u5B57\u578B\u683C\u5F0F...
simplyhtml.fontUnderlineLabel=\u5E95\u7DDA
-simplyhtml.fontUnderlineTip=\u5e95\u7dda\u958b\u95dc\u5207\u63db
-simplyhtml.foregroundLabel=\u524d\u666f:
+simplyhtml.fontUnderlineTip=\u5E95\u7DDA\u958B\u95DC\u5207\u63DB
+simplyhtml.foregroundLabel=\u524D\u666F\uFF1A
simplyhtml.formatLabel=\u683C\u5F0F
-simplyhtml.formatListLabel=\u9805\u76ee...
-simplyhtml.formatListTip=\u66f4\u6539\u9805\u76ee\u683c\u5f0f
+simplyhtml.formatListLabel=\u9805\u76EE...
+simplyhtml.formatListTip=\u66F4\u6539\u9805\u76EE\u683C\u5F0F
simplyhtml.formatParaLabel=\u6BB5\u843D...
-simplyhtml.formatParaTip=\u66f4\u6539\u6bb5\u843d\u683c\u5f0f
+simplyhtml.formatParaTip=\u66F4\u6539\u6BB5\u843D\u683C\u5F0F
simplyhtml.formatTableLabel=\u8868\u683C...
-simplyhtml.formatTableTip=\u683c\u5f0f\u8868
+simplyhtml.formatTableTip=\u683C\u5F0F\u8868
simplyhtml.helpLabel=\u652F\u63F4
-simplyhtml.htmlTabTitle=HTML\u539F\u59CB\u78BC
-simplyhtml.imageFileDesc=\u5f71\u50cf\u6a94
+simplyhtml.htmlTabTitle=\u6AA2\u8996 HTML \u78BC
+simplyhtml.imageFileDesc=\u5F71\u50CF\u6A94
simplyhtml.insertTableColLabel=\u63D2\u5165\u4E00\u884C
simplyhtml.insertTableLabel=\u8868\u683C...
-simplyhtml.insertTableMsg=\u591A\u5C11\u6B04\u4F4D?
+simplyhtml.insertTableMsg=\u591A\u5C11\u6B04\u4F4D\uFF1F
simplyhtml.insertTableRowLabel=\u63D2\u5165\u4E00\u5217
simplyhtml.insertTableTitle=\u63D2\u5165\u8868\u683C
simplyhtml.italicName=\u659C\u9AD4
simplyhtml.layoutTabTitle=\u9810\u89BD
-simplyhtml.leftLabel=\u5de6:
-simplyhtml.listDialogTitle=\u9805\u76ee\u683c\u5f0f
-simplyhtml.listIndentTitle=\u7e2e\u6392:
+simplyhtml.leftLabel=\u5DE6\uFF1A
+simplyhtml.listDialogTitle=\u9805\u76EE\u683C\u5F0F
+simplyhtml.listIndentTitle=\u7E2E\u6392\uFF1A
simplyhtml.listPosInside=\u5167
-simplyhtml.listPositionLabel=\u4f4d\u7f6e:
+simplyhtml.listPositionLabel=\u4F4D\u7F6E\uFF1A
simplyhtml.listPosOutside=\u5916
-simplyhtml.listTypeCircle=\u5713\u5b54
+simplyhtml.listTypeCircle=\u5713\u5B54
simplyhtml.listTypeDecimal=1.,2.,3.,4.
simplyhtml.listTypeDisc=\u9ED1\u9EDE
-simplyhtml.listTypeLabel=\u985e\u578b:
+simplyhtml.listTypeLabel=\u985E\u578B\uFF1A
simplyhtml.listTypeLowerAlpha=a.,b.,c.,d.
simplyhtml.listTypeLowerRoman=i.,ii.,iii.,iv.
simplyhtml.listTypeNone=\u7121
-simplyhtml.listTypeSquare=\u65b9\u5b54
+simplyhtml.listTypeSquare=\u65B9\u5B54
simplyhtml.listTypeUpperAlpha=A.,B.,C.,D.
simplyhtml.listTypeUpperRoman=I.,II.,III.,IV.
-simplyhtml.marginLabel=\u5916\u570d\u908a\u7de3
-simplyhtml.matchApproximately=\u8fd1\u4f3c\u5339\u914d
-simplyhtml.matchApproximately.tooltip=<html>\u662f\u5426\u5141\u8a31\u8fd1\u4f3c\u5339\u914d,<br/>\u4f8b\u5982\uff0c\u641c\u5c0b 'files' \u6703\u627e\u5230 'flies'.</html>
-simplyhtml.matchCase=\u5340\u5206\u5927\u5c0f\u5beb
-simplyhtml.matchCase.tooltip=\u662f\u5426\u5340\u5206\u5927\u5c0f\u5beb.
-simplyhtml.newStyleDefaultName=\u65b0\u6a23\u5f0f
-simplyhtml.nextTableCellLabel=\u4e0b\u4e00\u683c
+simplyhtml.marginLabel=\u5916\u570D\u908A\u7DE3
+simplyhtml.matchApproximately=\u8FD1\u4F3C\u5339\u914D
+simplyhtml.matchApproximately.tooltip=<html>\u662F\u5426\u5141\u8A31\u8FD1\u4F3C\u5339\u914D\uFF0C<br/>\u4F8B\u5982\uFF0C\u641C\u5C0B 'files' \u6703\u627E\u5230 'flies'\u3002</html>
+simplyhtml.matchCase=\u5340\u5206\u5927\u5C0F\u5BEB
+simplyhtml.matchCase.tooltip=\u662F\u5426\u5340\u5206\u5927\u5C0F\u5BEB\u3002
+simplyhtml.newStyleDefaultName=\u65B0\u6A23\u5F0F
+simplyhtml.nextTableCellLabel=\u4E0B\u4E00\u683C
simplyhtml.noLineLabel=\u7121
-simplyhtml.noMoreOccurrencesFound=\u627e\u4e0d\u5230\u4e0b\u4e00\u500b
+simplyhtml.noMoreOccurrencesFound=\u627E\u4E0D\u5230\u4E0B\u4E00\u500B
simplyhtml.okBtnName=\u78BA\u5B9A
-simplyhtml.paddingLabel=\u5167\u90e8\u908a\u7de3
-simplyhtml.paraAlignCenterLabel=\u7f6e\u4e2d\u5c0d\u9f4a
+simplyhtml.paddingLabel=\u5167\u90E8\u908A\u7DE3
+simplyhtml.paraAlignCenterLabel=\u7F6E\u4E2D\u5C0D\u9F4A
simplyhtml.paraAlignCenterTip=\u8A2D\u5B9A\u6BB5\u843D\u7F6E\u4E2D
simplyhtml.paraAlignLeftLabel=\u7F6E\u5DE6
-simplyhtml.paraAlignLeftTip=\u8a2d\u5b9a\u6bb5\u843d\u9760\u5de6\u5c0d\u9f4a
+simplyhtml.paraAlignLeftTip=\u8A2D\u5B9A\u6BB5\u843D\u9760\u5DE6\u5C0D\u9F4A
simplyhtml.paraAlignRightLabel=\u7F6E\u53F3
-simplyhtml.paraAlignRightTip=\u8a2d\u5b9a\u6bb5\u843d\u9760\u53f3\u5c0d\u9f4a
-simplyhtml.paraStyleDialogTitle=\u6bb5\u843d\u6a23\u5f0f
+simplyhtml.paraAlignRightTip=\u8A2D\u5B9A\u6BB5\u843D\u9760\u53F3\u5C0D\u9F4A
+simplyhtml.paraStyleDialogTitle=\u6BB5\u843D\u6A23\u5F0F
simplyhtml.paraTabLabel=\u6BB5\u843D
-simplyhtml.pasteHTMLLabel=\u8cbc\u4e0a HTML
+simplyhtml.pasteHTMLLabel=\u8CBC\u4E0A HTML
simplyhtml.pasteLabel=\u8CBC\u4E0A
-simplyhtml.pastePlainTextLabel=\u8cbc\u4e0a\u7d14\u6587\u5b57
+simplyhtml.pastePlainTextLabel=\u8CBC\u4E0A\u7D14\u6587\u5B57
simplyhtml.pasteTip=\u8CBC\u4E0A
simplyhtml.plainName=\u6B63\u9AD4
simplyhtml.previewLabel=\u9810\u89BD
simplyhtml.previewText=\u6587\u5B57\u9810\u89BD
-simplyhtml.prevTableCellLabel=\u524d\u4e00\u683c
+simplyhtml.prevTableCellLabel=\u524D\u4E00\u683C
simplyhtml.printLabel=\u5217\u5370...
-simplyhtml.redoLabel=\u53d6\u6d88\u5fa9\u539f
-simplyhtml.redoTip=\u53d6\u6d88\u5fa9\u539f
+simplyhtml.redoLabel=\u53D6\u6D88\u5FA9\u539F
+simplyhtml.redoTip=\u53D6\u6D88\u5FA9\u539F
simplyhtml.replace=\u53D6\u4EE3...
simplyhtml.replaceAll=\u5168\u9078/\u53D6\u6D88\u5168\u9078
-simplyhtml.replaceDone=\u5b8c\u6210
+simplyhtml.replaceDone=\u5B8C\u6210
simplyhtml.replaceNo=\u5426
-simplyhtml.replaceThisQuery=\u53d6\u4ee3\u9019\u500b\u8a5e\uff1f
-simplyhtml.replaceWith=\u53d6\u4ee3:
+simplyhtml.replaceThisQuery=\u53D6\u4EE3\u9019\u500B\u4E8B\u4EF6\u7684
+simplyhtml.replaceWith=\u53D6\u4EE3\uFF1A
simplyhtml.replaceYes=\u662F
-simplyhtml.rightLabel=\u53f3:
-simplyhtml.searchDown=\u7531\u4e0a\u5f80\u4e0b\u5c0b\u627e
-simplyhtml.searchDown.tooltip=\u5f9e\u4e0a\u5f80\u4e0b\u627e
+simplyhtml.rightLabel=\u53F3\uFF1A
+simplyhtml.searchDown=\u7531\u4E0A\u5F80\u4E0B\u5C0B\u627E
+simplyhtml.searchDown.tooltip=\u5F9E\u4E0A\u5F80\u4E0B\u5C0B\u627E\u3002
simplyhtml.searchFromStart=\u5F9E\u982D\u958B\u59CB\u5C0B\u627E
-simplyhtml.searchFromStart.tooltip=\u5f9e\u6700\u958b\u982d\u958b\u59cb\u627e
-simplyhtml.searchUp=\u7531\u4e0b\u5f80\u4e0a\u5c0b\u627e
-simplyhtml.searchUp.tooltip=\u7531\u4e0b\u5f80\u4e0a\u627e
+simplyhtml.searchFromStart.tooltip=\u5F9E\u6700\u958B\u982D\u958B\u59CB\u5C0B\u627E\uFF0C\u800C\u975E\u6E38\u6A19\u6240\u5728\u4F4D\u7F6E\u3002
+simplyhtml.searchUp=\u7531\u4E0B\u5F80\u4E0A\u5C0B\u627E
+simplyhtml.searchUp.tooltip=\u7531\u4E0B\u5F80\u4E0A\u5C0B\u627E\u3002
simplyhtml.selectAllLabel=\u5168\u9078
simplyhtml.sizeLabel=\u5927\u5C0F
-simplyhtml.standardStyleName=\u6a19\u6e96
+simplyhtml.standardStyleName=\u6A19\u6E96
simplyhtml.strikeLabel=\u522A\u9664\u7DDA
simplyhtml.styleLabel=\u5B57\u9AD4
-simplyhtml.styleNameInputText=\u65b0\u5b57\u9ad4\u7684\u540d\u7a31?
+simplyhtml.styleNameInputText=\u65B0\u5B57\u9AD4\u7684\u540D\u7A31\uFF1F
simplyhtml.styleNameInputTitle=\u5132\u5B58\u6A23\u5F0F
-simplyhtml.tableBgColLabel=\u80cc\u666f\u8272:
-simplyhtml.tableDialogTitle=\u8868\u683c\u683c\u5f0f
+simplyhtml.tableBgColLabel=\u80CC\u666F\u984F\u8272\uFF1A
+simplyhtml.tableDialogTitle=\u8868\u683C\u683C\u5F0F
simplyhtml.tableLabel=\u8868\u683C
simplyhtml.tablePanelTitle=\u8868\u683C\u683C\u5F0F
-simplyhtml.tableWidthLabel=\u5bec:
-simplyhtml.textIndentLabel=\u7e2e\u6392:
-simplyhtml.textToFind=\u5c0b\u627e\u6587\u5b57:
-simplyhtml.thisCellRangeLabel=\u9019\u683c
-simplyhtml.thisColRangeLabel=\u9019\u6b04
+simplyhtml.tableWidthLabel=\u5BEC\uFF1A
+simplyhtml.textIndentLabel=\u7E2E\u6392\uFF1A
+simplyhtml.textToFind=\u5C0B\u627E\u6587\u5B57\uFF1A
+simplyhtml.thisCellRangeLabel=\u9019\u683C
+simplyhtml.thisColRangeLabel=\u9019\u6B04
simplyhtml.thisRowRangeLabel=\u9019\u5217
-simplyhtml.toggleBulletsLabel=\u7b26\u865f\u9805\u76ee
-simplyhtml.toggleBulletsTip=\u7b26\u865f\u9805\u76ee
-simplyhtml.toggleNumbersLabel=\u7de8\u865f\u9805\u76ee
-simplyhtml.toggleNumbersTip=\u7de8\u865f\u9805\u76ee
-simplyhtml.topLabel=\u4e0a:
+simplyhtml.toggleBulletsLabel=\u7B26\u865F\u6E05\u55AE\u958B/\u95DC
+simplyhtml.toggleBulletsTip=\u7B26\u865F\u6E05\u55AE\u958B/\u95DC
+simplyhtml.toggleNumbersLabel=\u7DE8\u865F\u6E05\u55AE\u958B/\u95DC
+simplyhtml.toggleNumbersTip=\u7DE8\u865F\u6E05\u55AE\u958B/\u95DC
+simplyhtml.topLabel=\u4E0A\uFF1A
simplyhtml.uLineLabel=\u5E95\u7DDA
-simplyhtml.unableToOpenFileError=\u627e\u4e0d\u5230\u6a94\u6848
-simplyhtml.unableToRedoError=\u7121\u6cd5\u53d6\u6d88\u5fa9\u539f:
-simplyhtml.unableToUndoError=\u7121\u6cd5\u5fa9\u539f:
-simplyhtml.undoLabel=\u5fa9\u539f
-simplyhtml.undoTip=\u5fa9\u539f
-simplyhtml.valignBaseline=\u57fa\u7dda
-simplyhtml.valignBottom=\u4e0b\u65b9
-simplyhtml.valignLabel=\u5782\u76f4\u65b9\u5411\u5c0d\u9f4a:
+simplyhtml.unableToOpenFileError=\u627E\u4E0D\u5230\u6A94\u6848
+simplyhtml.unableToRedoError=\u7121\u6CD5\u53D6\u6D88\u5FA9\u539F\uFF1A
+simplyhtml.unableToUndoError=\u7121\u6CD5\u5FA9\u539F\uFF1A
+simplyhtml.undoLabel=\u5FA9\u539F
+simplyhtml.undoTip=\u5FA9\u539F
+simplyhtml.valignBaseline=\u57FA\u7DDA
+simplyhtml.valignBottom=\u4E0B\u65B9
+simplyhtml.valignLabel=\u5782\u76F4\u65B9\u5411\u5C0D\u9F4A\uFF1A
simplyhtml.valignMiddle=\u7F6E\u4E2D
-simplyhtml.valignTop=\u4e0a\u65b9
+simplyhtml.valignTop=\u4E0A\u65B9
simplyhtml.wholeWordsOnly=\u7B26\u5408\u6574\u500B\u6587\u5B57
-simplyhtml.wholeWordsOnly.tooltip=\u9650\u5236\u8981\u5c0d\u6574\u500b\u5b57\u5339\u914d
-SortNodes.text=\u6392\u5E8F\u5B50\u7BC0\u9EDE
-SortNodes.tooltip=\u6309\u5b57\u6bcd\u9806\u5e8f\u6392\u5e8f\u5b50\u7bc0\u9ede
-split=\u5206\u5272
+simplyhtml.wholeWordsOnly.tooltip=\u9650\u5236\u8981\u5C0D\u6574\u500B\u5B57\u5339\u914D\u3002
+SortNodes.text=(&S)\u6392\u5E8F\u5B50\u7BC0\u9EDE
+SortNodes.tooltip=\u6309\u5B57\u6BCD\u9806\u5E8F\u6392\u5E8F\u5B50\u7BC0\u9EDE\u3002
+split=(&S)\u5206\u5272
SplitConditionAction.text=\u5206\u5272
-SplitNode.text=\u5206\u5272\u7bc0\u9ede (\u7bc0\u9ede\u5167\u5bb9\u5fc5\u9808\u6709\u5169\u884c\u4ee5\u4e0a)
-SplitNode.tooltip=\u7bc0\u9ede\u6703\u88ab\u5206\u5272
-STANDARD_FORMAT=\u6a19\u6e96
-stop_processing=\u505c\u6b62
-StringFlavorHandler=\u7d14\u6587\u5b57\u7bc0\u9ede\u968e\u5c64\u7d50\u69cb
-StructuredHtmlFlavorHandler=HTML \u7bc0\u9ede\u968e\u5c64\u7d50\u8cfc
-style=\u6a23\u5f0f
-style_already_exists=\u6a23\u5f0f\u5df2\u7d93\u5b58\u5728
-styledialog.cancel.text=\u53d6\u6d88
-styledialog.ok.text=\u78ba\u5b9a
-styles=\u6a23\u5f0f
-styles.AutomaticLayout=\u5957\u7528\u968e\u5c64\u6a23\u5f0f
-styles.connection=\u9023\u7d50\u7dda
-styles.date=\u65e5\u671f
-styles.definition=\u5b9a\u7fa9
-styles.description=\u63cf\u8ff0
-styles.floating_node=\u6d6e\u52d5\u7bc0\u9ede
-styles.idea=\u9ede\u5b50
-styles.important=\u91cd\u8981
+SplitNode.text=(&S)\u5206\u5272\u7BC0\u9EDE (\u7BC0\u9EDE\u5167\u5BB9\u5FC5\u9808\u6709\u5169\u884C\u4EE5\u4E0A)
+SplitNode.tooltip=<html>\u7BC0\u9EDE\u6703\u88AB\u5206\u5272</html>
+STANDARD_FORMAT=\u6A19\u6E96
+stop_processing=\u505C\u6B62
+StringFlavorHandler=\u7D14\u6587\u5B57\u7BC0\u9EDE\u968E\u5C64\u7D50\u69CB
+StructuredHtmlFlavorHandler=HTML \u7BC0\u9EDE\u968E\u5C64\u7D50\u8CFC
+style=\u6A23\u5F0F
+style_already_exists=\u6A23\u5F0F\u5DF2\u7D93\u5B58\u5728\u3002
+styledialog.cancel.text=\u53D6\u6D88
+styledialog.ok.text=\u78BA\u5B9A
+styles=(&y)\u6A23\u5F0F
+styles.AutomaticLayout=\u5957\u7528\u968E\u5C64\u6A23\u5F0F
+styles.connection=\u9023\u7D50\u7DDA
+styles.date=\u65E5\u671F
+styles.definition=\u5B9A\u7FA9
+styles.description=\u63CF\u8FF0
+styles.floating_node=\u6D6E\u52D5\u7BC0\u9EDE
+styles.idea=\u9EDE\u5B50
+styles.important=\u91CD\u8981
styles.key=\u9470\u5319
styles.list=\u5217\u8868
-styles.needs_action=\u9700\u8981\u884c\u52d5
-styles.note=\u6ce8\u610f
+styles.needs_action=\u9700\u8981\u884C\u52D5
+styles.note=\u6CE8\u610F
styles.ok=OK
-styles.pending=\u7b49\u5f85
-styles.predefined=\u9810\u5148\u5b9a\u7fa9\u7684\u6a23\u5f0f
-styles.question=\u554f\u984c
-styles.quotation=\u5f15\u8ff0
-styles.root_node=\u6a23\u5f0f
-styles.subsubtopic=\u6b21\u5b50\u6a19\u984c
-styles.subtopic=\u5b50\u6a19\u984c
-styles.topic=\u6a19\u984c
-styles.user-defined=\u4f7f\u7528\u8005\u5b9a\u7fa9\u6a23\u5f0f
-styles.website=\u7db2\u7ad9
-styles_menu=\u53ef\u7528\u7684\u6a23\u5f0f
-submenu_keystroke_in_use_error=\u5b50\u9078\u55ae {1} \u7121\u6cd5\u4f7f\u7528\u6309\u9375 {0}, \u79fb\u9664\u6309\u9375.
-summary_nodes=\u7e3d\u7d50\u7bc0\u9ede
-summary_not_possible=\u7121\u6cd5\u5c0d\u76ee\u524d\u9078\u53d6\u7684\u5efa\u7acb\u7e3d\u7d50\u7bc0\u9ede
-SummaryNodeAction.text=\u8a2d\u5b9a/\u53d6\u6d88 \u7e3d\u7d50\u7bc0\u9ede
-svg=SVG (\u53ef\u7e2e\u653e\u5411\u91cf\u5716)
-template_dir=\u6a19\u6e96\u6a23\u7248
+styles.pending=\u7B49\u5F85
+styles.predefined=\u9810\u5148\u5B9A\u7FA9\u7684\u6A23\u5F0F
+styles.question=\u554F\u984C
+styles.quotation=\u5F15\u8FF0
+styles.root_node=\u6A23\u5F0F
+styles.subsubtopic=\u6B21\u5B50\u6A19\u984C
+styles.subtopic=\u5B50\u6A19\u984C
+styles.topic=\u6A19\u984C
+styles.user-defined=\u4F7F\u7528\u8005\u5B9A\u7FA9\u6A23\u5F0F
+styles.website=\u7DB2\u7AD9
+styles_menu=\u53EF\u7528\u7684\u6A23\u5F0F
+submenu_keystroke_in_use_error=\u5B50\u9078\u55AE {1} \u7121\u6CD5\u4F7F\u7528\u6309\u9375 {0}\uFF0C\u79FB\u9664\u6309\u9375\u3002
+summary_nodes=\u7E3D\u7D50\u7BC0\u9EDE
+summary_not_possible=\u7121\u6CD5\u5C0D\u76EE\u524D\u9078\u53D6\u7684\u5EFA\u7ACB\u7E3D\u7D50\u7BC0\u9EDE
+SummaryNodeAction.text=\u8A2D\u5B9A/\u53D6\u6D88 \u7E3D\u7D50\u7BC0\u9EDE
+svg=SVG (\u53EF\u7E2E\u653E\u5411\u91CF\u5716)
+template_dir=\u6A19\u6E96\u6A23\u7248
TimeListAction.text=\u5217\u51FA\u6642\u9593\u6392\u7A0B ...
TimeListAction.tooltip=\u986F\u793A\u6240\u6709\u7BC0\u9EDE\u8207\u5176\u76F8\u5C0D\u61C9\u7684\u884C\u7A0B.
TimeManagementAction.text=\u986F\u793A\u65E5\u66C6...
-TimeManagementAction.tooltip=<html>\u986f\u793a\u65e5\u66c6\u6a21\u7d44 (by Kai Toedter).</html>
-ToggleChildrenFoldedAction.text=\u5c55\u958b/\u647a\u758a \u5b50\u7bc0\u9ede
-ToggleDetailsAction.text=\u96b1\u85cf\u7bc0\u9ede\u7d30\u7bc0
-ToggleFBarAction.text=\u529f\u80fd\u9375\u5217
-ToggleFoldedAction.text=\u5c55\u958b/\u647a\u758a \u7bc0\u9ede
-ToggleFullScreenAction.text=\u5168\u87a2\u5e55\u6a21\u5f0f
-ToggleLeftToolbarAction.text=\u5de6\u908a\u5c0f\u5716\u793a\u9078\u55ae
-ToggleMenubarAction.text=\u9078\u55ae\u5217
-ToggleStatusAction.text=\u986f\u793a\u72c0\u614b\u5217
-ToggleToolbarAction.text=\u5de5\u5177\u5217
-undefined_error=\u975e\u9810\u671f\u7684\u932f\u8aa4, \u8acb\u63d0\u51fa\u932f\u8aa4\u5831\u544a.
+TimeManagementAction.tooltip=<html>\u986F\u793A\u65E5\u66C6\u6A21\u7D44 (by Kai Toedter)\u3002</html>
+ToggleChildrenFoldedAction.text=\u5C55\u958B/\u647A\u758A \u5B50\u7BC0\u9EDE
+ToggleDetailsAction.text=\u96B1\u85CF\u7BC0\u9EDE\u7D30\u7BC0
+ToggleFBarAction.text=\u529F\u80FD\u9375\u5217
+ToggleFoldedAction.text=\u5C55\u958B/\u647A\u758A \u7BC0\u9EDE
+ToggleFullScreenAction.text=\u5168\u87A2\u5E55\u6A21\u5F0F
+ToggleLeftToolbarAction.text=(&I)\u5DE6\u908A\u5C0F\u5716\u793A\u9078\u55AE
+ToggleMenubarAction.text=\u9078\u55AE\u5217
+ToggleScrollbarsAction.text=\u6372\u8EF8
+ToggleStatusAction.text=\u986F\u793A\u72C0\u614B\u5217
+ToggleToolbarAction.text=(&T)\u5DE5\u5177\u5217
+undefined_error=\u975E\u9810\u671F\u7684\u932F\u8AA4\uFF0C\u8ACB\u63D0\u51FA\u932F\u8AA4\u5831\u544A\u3002
underline=\u5E95\u7DDA
-UnderlineAction.text=\u5e95\u7dda
+UnderlineAction.text=\u5E95\u7DDA
underlined=\u52A0\u4E0A\u5E95\u7DDA
-UndoAction.text=\u5fa9\u539f
-UndoFilterAction.text=\u5fa9\u539f
+UndoAction.text=(&U)\u5FA9\u539F
+UndoFilterAction.text=\u5FA9\u539F
unfold=\u5C55\u958B
-UnfoldAllAction.text=\u5168\u90e8\u5c55\u958b
-UnfoldAllAction.tooltip=<html>\u5c55\u958b\u9078\u53d6\u7684\u7bc0\u9ede\u548c\u5b83\u6240\u6709\u7684\u5b50\u7bc0\u9ede.</html>
-UnfoldOneLevelAction.text=\u5c55\u958b\u4e00\u5c64
-UnfoldOneLevelAction.tooltip=<html>\u5c07\u9078\u53d6\u7684\u7bc0\u9ede\u5f80\u4e0b\u5c55\u958b\u4e00\u5c64.</html>
-up=\u5f80\u4e0a
-update_failed=\u66f4\u65b0\u5931\u6557, \u932f\u8aa4\u8a0a\u606f: {0}.
-UpdateCheckAction.text=\u6aa2\u67e5\u662f\u5426\u6709\u66f4\u65b0
-updatecheckdialog=\u6aa2\u67e5\u66f4\u65b0\u5c0d\u8a71\u7a97
-url_error=URL\u683C\u5F0F\u932F\u8AA4!
-url_open_error=\u7121\u6cd5\u958b\u555f URL {0}.
-used_in_menu=\u5feb\u901f\u9375\u7121\u6cd5\u8a2d\u5b9a, \u5df2\u7d93\u88ab\u4f7f\u7528.
+UnfoldAllAction.text=\u5168\u90E8\u5C55\u958B
+UnfoldAllAction.tooltip=<html>\u5C55\u958B\u9078\u53D6\u7684\u7BC0\u9EDE\u548C\u5B83\u6240\u6709\u7684\u5B50\u7BC0\u9EDE\u3002</html>
+UnfoldOneLevelAction.text=\u5C55\u958B\u4E00\u5C64
+UnfoldOneLevelAction.tooltip=\u5C07\u9078\u53D6\u7684\u7BC0\u9EDE\u5F80\u4E0B\u5C55\u958B\u4E00\u5C64\u3002
+unparsedLatexPatternFormat=\u672A\u89E3\u6790\u7684 LaTeX
+up=(&U)\u5F80\u4E0A
+UpConditionAction.text=\u5F80\u4E0A
+update_failed=\u66F4\u65B0\u5931\u6557\uFF0C\u932F\u8AA4\u8A0A\u606F {0}
+UpdateCheckAction.text=\u6AA2\u67E5\u662F\u5426\u6709\u66F4\u65B0
+updatecheckdialog=\u6AA2\u67E5\u66F4\u65B0\u5C0D\u8A71\u7A97
+updater.component=\u5143\u4EF6
+updater.goToDownload=\u8F49\u5230\u4E0B\u8F09
+updater.version.installed=\u5DF2\u5B89\u88DD\u7684\u7248\u672C
+updater.version.latest=\u6700\u65B0\u7248\u672C
+updater.version.noUpdateUrl=\u6B64\u9644\u52A0\u5143\u4EF6\u6C92\u6709\u66F4\u65B0\u7DB2\u5740\u6216\u9996\u9801\u3002
+updater.version.unknown=\u672A\u77E5\u7684
+updater.version.unreachable=\u4E0D\u80FD\u5F97\u5230\u4F86\u6E90\uFF1A
+updater.viewChangelog=\u67E5\u770B\u66F4\u6539\u65E5\u8A8C
+url_error=\u6B64 URL \u5F62\u614B\u7570\u5E38\uFF01
+url_open_error=\u7121\u6CD5\u958B\u555F URL {0}\u3002
+used_in_menu=\u5FEB\u901F\u9375\u7121\u6CD5\u8A2D\u5B9A\uFF0C\u5DF2\u7D93\u88AB\u4F7F\u7528\u3002
UsePlainTextAction.text=\u4F7F\u7528\u7D14\u6587\u5B57\u683C\u5F0F
-user_config_folder=\u4f7f\u7528\u8005\u7d44\u614b\u8cc7\u6599\u593e: {0}
-user_defined_scale=\u4f7f\u7528\u8005\u5b9a\u7fa9\u5927\u5c0f
-user_defined_zoom=\u4f7f\u7528\u8005\u5b9a\u7fa9
-user_defined_zoom_status_bar=\u6539\u8b8a\u7e2e\u653e\u5927\u5c0f\u5230\u4f7f\u7528\u8005\u5b9a\u7fa9\u503c {0}%.
-user_icon=\u4f7f\u7528\u8005\u5c0f\u5716\u793a "{0}"
-user_template_dir=\u4f7f\u7528\u8005\u6a23\u7248
-user_zoom=\u5217\u5370\u7e2e\u653e\u6bd4 (0.0 - 2.0):
-value_format=\u6578\u503c\u683c\u5f0f
-version_up_to_date=\u4f60\u5df2\u7d93\u4f7f\u7528\u6700\u65b0\u7248\u7a0b\u5f0f
-ViewerControllerAction.text=\u5916\u90e8\u7269\u4ef6...
-ViewLayoutTypeAction.OUTLINE.text=\u5927\u7db1\u8996\u5716
+user_config_folder=\u4F7F\u7528\u8005\u7D44\u614B\u8CC7\u6599\u593E\uFF1A{0}
+user_defined_filters=\u4F7F\u7528\u8005\u5B9A\u7FA9\u7684\u7BE9\u6AA2
+user_defined_scale=(&U)\u4F7F\u7528\u8005\u5B9A\u7FA9\u5927\u5C0F
+user_defined_zoom=\u4F7F\u7528\u8005\u5B9A\u7FA9
+user_defined_zoom_status_bar=\u6539\u8B8A\u7E2E\u653E\u5927\u5C0F\u5230\u4F7F\u7528\u8005\u5B9A\u7FA9\u503C {0}%\u3002
+user_icon=\u4F7F\u7528\u8005\u5C0F\u5716\u793A "{0}"
+user_template_dir=\u4F7F\u7528\u8005\u6A23\u7248
+user_zoom=\u5217\u5370\u7E2E\u653E\u6BD4 (0.0 - 2.0)\uFF1A
+value_format=\u6578\u503C\u683C\u5F0F
+version_up_to_date=\u60A8\u5DF2\u7D93\u4F7F\u7528\u6700\u65B0\u7248\u7A0B\u5F0F
+ViewerControllerAction.text=\u5916\u90E8\u7269\u4EF6...
+ViewLayoutTypeAction.OUTLINE.text=\u5927\u7DB1\u8996\u5716
WebDocuAction.text=\u7DB2\u9801\u6587\u4EF6
width=\u5BEC
-wrong_regexp=\u932f\u8aa4\u7684\u5b57\u4e32\u5e38\u898f\u8868\u793a\u5f0f (regexp) "{0}", \u932f\u8aa4 {1}
-xslt_export.html=HTML \u6587\u4ef6
-xslt_export.latex=LateX \u6587\u4ef6
-xslt_export.latexbook=LateX \u66f8\u672c
+wrong_regexp=\u932F\u8AA4\u7684\u5B57\u4E32\u5E38\u898F\u8868\u793A\u5F0F (regexp) "{0}"\uFF0C \u932F\u8AA4 {1}
+xslt_export.html=HTML \u6587\u4EF6
+xslt_export.latex=LateX \u6587\u4EF6
+xslt_export.latexbook=LateX \u66F8\u672C
xslt_export.mediawiki=Mediawiki
-xslt_export.ms_excel=Excel (2003 \u548c\u4e4b\u5f8c\u7248\u672c) XML \u683c\u5f0f
-xslt_export.ms_project=MS Project (2003 \u548c\u4e4b\u5f8c\u7248\u672c) XML \u683c\u5f0f
-xslt_export.ms_word=Word (2003 \u548c\u4e4b\u5f8c\u7248\u672c) XML \u683c\u5f0f
-xslt_export.text=\u7d14\u6587\u5b57
-xslt_export_not_possible=Freeplane \u7121\u6cd5\u532f\u51fa XLST
+xslt_export.ms_excel=\u5FAE\u8EDF Excel 2003 XML \u683C\u5F0F
+xslt_export.ms_project=\u5FAE\u8EDF Project 2003 XML \u683C\u5F0F
+xslt_export.ms_word=\u5FAE\u8EDF Word 2003 XML \u683C\u5F0F
+xslt_export.text=\u7D14\u6587\u5B57
+xslt_export_not_possible=Freeplane \u7121\u6CD5\u532F\u51FA XLST
yes=\u662F
ZoomInAction.text=\u653E\u5927
ZoomOutAction.text=\u7E2E\u5C0F
diff --git a/freeplane/src/org/freeplane/features/format/FormatController.java b/freeplane/src/org/freeplane/features/format/FormatController.java
index ee16fe0..f6457bc 100644
--- a/freeplane/src/org/freeplane/features/format/FormatController.java
+++ b/freeplane/src/org/freeplane/features/format/FormatController.java
@@ -325,7 +325,7 @@ public class FormatController implements IExtension, IFreeplanePropertyListener
if (obj == null)
return obj;
Object toFormat = extractObject(obj);
- if (format == null)
+ if (format == null || format == PatternFormat.getIdentityPatternFormat())
return toFormat;
if (toFormat instanceof String) {
final String string = (String) toFormat;
diff --git a/freeplane/src/org/freeplane/features/link/LinkBuilder.java b/freeplane/src/org/freeplane/features/link/LinkBuilder.java
index 0717087..25b82c4 100644
--- a/freeplane/src/org/freeplane/features/link/LinkBuilder.java
+++ b/freeplane/src/org/freeplane/features/link/LinkBuilder.java
@@ -25,6 +25,7 @@ import java.io.IOException;
import java.net.URI;
import java.util.HashSet;
import java.util.Iterator;
+import java.util.Locale;
import java.util.Map;
import org.freeplane.core.extension.IExtension;
@@ -178,13 +179,13 @@ class LinkBuilder implements IElementDOMHandler, IReadCompletionListener, IExten
reader.addAttributeHandler("arrowlink", "STARTARROW", new IAttributeHandler() {
public void setAttribute(final Object userObject, final String value) {
final ConnectorModel arrowLink = (ConnectorModel) userObject;
- arrowLink.setStartArrow(ArrowType.valueOf(value.toUpperCase()));
+ arrowLink.setStartArrow(ArrowType.valueOf(value.toUpperCase(Locale.ENGLISH)));
}
});
reader.addAttributeHandler("arrowlink", "ENDARROW", new IAttributeHandler() {
public void setAttribute(final Object userObject, final String value) {
final ConnectorModel arrowLink = (ConnectorModel) userObject;
- arrowLink.setEndArrow(ArrowType.valueOf(value.toUpperCase()));
+ arrowLink.setEndArrow(ArrowType.valueOf(value.toUpperCase(Locale.ENGLISH)));
}
});
reader.addAttributeHandler("arrowlink", "WIDTH", new IAttributeHandler() {
diff --git a/freeplane/src/org/freeplane/features/url/UrlManager.java b/freeplane/src/org/freeplane/features/url/UrlManager.java
index aaa7d7c..0b95558 100644
--- a/freeplane/src/org/freeplane/features/url/UrlManager.java
+++ b/freeplane/src/org/freeplane/features/url/UrlManager.java
@@ -29,7 +29,9 @@ import java.awt.event.KeyEvent;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
+import java.io.InputStream;
import java.io.InputStreamReader;
+import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
@@ -223,12 +225,27 @@ public class UrlManager implements IExtension {
throws IOException, XMLException {
InputStreamReader urlStreamReader;
setURL(map, url);
- urlStreamReader = new InputStreamReader(url.openStream());
+ InputStream inputStream = getLocation(url).openStream();
+ urlStreamReader = new InputStreamReader(inputStream);
final ModeController modeController = Controller.getCurrentModeController();
modeController.getMapController().getMapReader().createNodeTreeFromXml(map, urlStreamReader, Mode.FILE);
return urlStreamReader;
}
+ private URL getLocation(final URL url) throws IOException {
+ URLConnection connection = url.openConnection();
+ if(connection instanceof HttpURLConnection){
+ int responseCode = ((HttpURLConnection)connection).getResponseCode();
+ if (responseCode == HttpURLConnection.HTTP_MOVED_TEMP
+ || responseCode == HttpURLConnection.HTTP_MOVED_PERM
+ || responseCode == HttpURLConnection.HTTP_SEE_OTHER){
+ String redirectUrl = connection.getHeaderField("Location");
+ return getLocation(new URL(redirectUrl));
+ }
+ }
+ return url;
+ }
+
/**@deprecated -- use {@link MapIO#load(URL url, MapModel map)} */
@Deprecated
public boolean loadImpl(final URL url, final MapModel map){
diff --git a/freeplane/src/org/freeplane/main/addons/AddOnProperties.java b/freeplane/src/org/freeplane/main/addons/AddOnProperties.java
index c293e64..53aea13 100644
--- a/freeplane/src/org/freeplane/main/addons/AddOnProperties.java
+++ b/freeplane/src/org/freeplane/main/addons/AddOnProperties.java
@@ -261,8 +261,8 @@ public class AddOnProperties {
private URL homepagePlusLatestVersionFile() {
try {
- final File file = new File(homepage.getPath(), AddOnsController.LATEST_VERSION_FILE);
- return new URL(homepage.getProtocol(), homepage.getHost(), homepage.getPort(), file.getPath());
+ final String pathWithForwardSlashes = homepage.getPath() + '/' + AddOnsController.LATEST_VERSION_FILE;
+ return new URL(homepage.getProtocol(), homepage.getHost(), homepage.getPort(), pathWithForwardSlashes);
}
catch (MalformedURLException e) {
return null;
diff --git a/freeplane/src/org/freeplane/main/application/ConnectedToMenuView.java b/freeplane/src/org/freeplane/main/application/ConnectedToMenuView.java
index 2f274d5..51af1ea 100644
--- a/freeplane/src/org/freeplane/main/application/ConnectedToMenuView.java
+++ b/freeplane/src/org/freeplane/main/application/ConnectedToMenuView.java
@@ -19,8 +19,16 @@
*/
package org.freeplane.main.application;
+import static java.awt.event.KeyEvent.VK_ALT;
+import static java.awt.event.KeyEvent.VK_CONTROL;
+import static java.awt.event.KeyEvent.VK_META;
+import static java.awt.event.KeyEvent.VK_SHIFT;
+import static java.awt.event.KeyEvent.VK_WINDOWS;
+
import java.awt.Component;
import java.awt.event.KeyEvent;
+import java.util.Arrays;
+import java.util.List;
import javax.swing.Icon;
import javax.swing.JComponent;
@@ -50,8 +58,15 @@ final class ConnectedToMenuView extends View {
if (super.processKeyBinding(ks, e, condition, pressed)) {
return true;
}
+ if(containsModifierKeyCode(ks))
+ return false;
final FreeplaneMenuBar freeplaneMenuBar = Controller.getCurrentController().getViewController()
.getFreeplaneMenuBar();
return freeplaneMenuBar.processKeyBinding(ks, e, JComponent.WHEN_IN_FOCUSED_WINDOW, pressed);
}
+
+ private static final List<Integer> modifierKeyCodes = Arrays.asList(VK_CONTROL, VK_ALT, VK_SHIFT, VK_META, VK_WINDOWS);
+ private boolean containsModifierKeyCode(final KeyStroke ks) {
+ return modifierKeyCodes.contains(ks.getKeyCode());
+ }
}
\ No newline at end of file
diff --git a/freeplane/src/org/freeplane/main/application/FreeplaneSplashModern.java b/freeplane/src/org/freeplane/main/application/FreeplaneSplashModern.java
index 768281d..5ab1b1d 100644
--- a/freeplane/src/org/freeplane/main/application/FreeplaneSplashModern.java
+++ b/freeplane/src/org/freeplane/main/application/FreeplaneSplashModern.java
@@ -61,12 +61,7 @@ public class FreeplaneSplashModern extends JWindow {
super(frame);
splashResource = ResourceController.getResourceController().getResource("/images/Freeplane_splash.png");
splashImage = new ImageIcon(splashResource);
- try {
- getClass().getClassLoader().loadClass("com.sun.awt.AWTUtilities").getMethod("setWindowOpaque", Window.class, boolean.class).invoke(null, this, false);
- }
- catch (Exception e) {}
- setBackground(new Color(0x57, 0xbf, 0x5e,0));
- getRootPane().setOpaque(false);
+ setBackground(new Color(0x57, 0xbf, 0x5e));
final Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
final Dimension labelSize = new Dimension(splashImage.getIconWidth(), splashImage.getIconHeight());
setLocation(screenSize.width / 2 - (labelSize.width / 2), screenSize.height / 2 - (labelSize.height / 2));
diff --git a/freeplane/src/org/freeplane/main/application/MapViewDockingWindows.java b/freeplane/src/org/freeplane/main/application/MapViewDockingWindows.java
index e479397..fcf1fe1 100644
--- a/freeplane/src/org/freeplane/main/application/MapViewDockingWindows.java
+++ b/freeplane/src/org/freeplane/main/application/MapViewDockingWindows.java
@@ -21,6 +21,7 @@ package org.freeplane.main.application;
import java.awt.Component;
import java.awt.Container;
+import java.awt.Font;
import java.awt.Frame;
import java.awt.dnd.DropTarget;
import java.awt.event.ActionEvent;
@@ -59,6 +60,8 @@ import net.infonode.tabbedpanel.TabAreaProperties;
import net.infonode.tabbedpanel.TabAreaVisiblePolicy;
import net.infonode.tabbedpanel.TabDropDownListVisiblePolicy;
import net.infonode.tabbedpanel.TabLayoutPolicy;
+import net.infonode.tabbedpanel.TabbedPanelProperties;
+import net.infonode.tabbedpanel.titledtab.TitledTabProperties;
import net.infonode.util.Direction;
import org.apache.commons.codec.binary.Base64;
@@ -85,10 +88,8 @@ class MapViewDockingWindows implements IMapViewChangeListener {
public MapViewDockingWindows() {
viewSerializer = new MapViewSerializer();
rootWindow = new RootWindow(viewSerializer);
- RootWindowProperties rootWindowProperties = rootWindow.getRootWindowProperties();
- rootWindowProperties.getTabWindowProperties().getTabbedPanelProperties().setTabLayoutPolicy(TabLayoutPolicy.COMPRESSION).setTabDropDownListVisiblePolicy(TabDropDownListVisiblePolicy.MORE_THAN_ONE_TAB);
- rootWindowProperties.addSuperObject(new BlueHighlightDockingTheme().getRootWindowProperties());
- rootWindowProperties.getWindowAreaProperties().setBackgroundColor(UIManager.getColor("Panel.background"));
+ configureDefaultDockingWindowProperties();
+
rootWindow.getWindowBar(Direction.DOWN).setEnabled(true);
try {
ByteArrayOutputStream byteStream = new ByteArrayOutputStream();
@@ -139,8 +140,22 @@ class MapViewDockingWindows implements IMapViewChangeListener {
else
tabAreaProperties.setTabAreaVisiblePolicy(TabAreaVisiblePolicy.ALWAYS);
}
+ setTabPolicies(addedWindow);
}
+ private void setTabPolicies(final DockingWindow window) {
+ if(window instanceof TabWindow){
+ TabbedPanelProperties tabbedPanelProperties = ((TabWindow)window).getTabWindowProperties().getTabbedPanelProperties();
+ if(! tabbedPanelProperties.getTabLayoutPolicy().equals(TabLayoutPolicy.COMPRESSION))
+ tabbedPanelProperties.setTabLayoutPolicy(TabLayoutPolicy.COMPRESSION);
+ if(! tabbedPanelProperties.getTabDropDownListVisiblePolicy().equals(TabDropDownListVisiblePolicy.MORE_THAN_ONE_TAB))
+ tabbedPanelProperties.setTabDropDownListVisiblePolicy(TabDropDownListVisiblePolicy.MORE_THAN_ONE_TAB);
+ }
+ for(int i = 0; i < window.getChildWindowCount(); i++){
+ setTabPolicies(window.getChildWindow(i));
+ }
+ }
+
@Override
public void windowRemoved(DockingWindow removedFromWindow, DockingWindow removedWindow) {
if(removedWindow instanceof TabWindow) {
@@ -161,6 +176,22 @@ class MapViewDockingWindows implements IMapViewChangeListener {
}
+ private void configureDefaultDockingWindowProperties() {
+ RootWindowProperties rootWindowProperties = rootWindow.getRootWindowProperties();
+ rootWindowProperties.addSuperObject(new BlueHighlightDockingTheme().getRootWindowProperties());
+
+ RootWindowProperties overwrittenProperties = new RootWindowProperties();
+ overwrittenProperties.getWindowAreaProperties().setBackgroundColor(UIManager.getColor("Panel.background"));
+ TabbedPanelProperties tabbedPanelProperties = overwrittenProperties.getTabWindowProperties().getTabbedPanelProperties();
+ tabbedPanelProperties.setTabLayoutPolicy(TabLayoutPolicy.COMPRESSION);
+ tabbedPanelProperties.setTabDropDownListVisiblePolicy(TabDropDownListVisiblePolicy.MORE_THAN_ONE_TAB);
+ Font tabFont = new Font("Dialog", 0, 11);
+ TitledTabProperties titledTabProperties = overwrittenProperties.getTabWindowProperties().getTabProperties().getTitledTabProperties();
+ titledTabProperties.getHighlightedProperties().getComponentProperties().setFont(tabFont);
+ titledTabProperties.getNormalProperties().getComponentProperties().setFont(tabFont);
+ rootWindowProperties.addSuperObject(overwrittenProperties);
+ }
+
private void removeDesktopPaneAccelerators() {
final InputMap map = new InputMap();
rootWindow.setInputMap(JDesktopPane.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, map);
diff --git a/freeplane/src/org/freeplane/view/swing/map/attribute/AttributePanelManager.java b/freeplane/src/org/freeplane/view/swing/map/attribute/AttributePanelManager.java
index 5043268..c4485c7 100644
--- a/freeplane/src/org/freeplane/view/swing/map/attribute/AttributePanelManager.java
+++ b/freeplane/src/org/freeplane/view/swing/map/attribute/AttributePanelManager.java
@@ -44,6 +44,7 @@ import org.freeplane.features.attribute.AttributeController;
import org.freeplane.features.attribute.NodeAttributeTableModel;
import org.freeplane.features.format.FormatController;
import org.freeplane.features.format.FormattedFormula;
+import org.freeplane.features.format.FormattedObject;
import org.freeplane.features.format.IFormattedObject;
import org.freeplane.features.format.PatternFormat;
import org.freeplane.features.map.INodeChangeListener;
@@ -134,6 +135,8 @@ public class AttributePanelManager{
final AttributeTable table = attributeView.getAttributeTable();
if (table.getSelectedColumn() == 1 && table.getSelectedRow() != -1) {
final Object value = table.getValueAt(table.getSelectedRow(), table.getSelectedColumn());
+ LogUtils.info("value geändert: " + value + " of class "
+ + (value == null ? null : value.getClass()) + ", format='" + newFormat + "'");
try {
final Object newValue = formatValue(newFormat, table, value);
if (newValue != null)
@@ -164,10 +167,16 @@ public class AttributePanelManager{
if(actualObject != objectToBeFormatted)
return formatValue(newFormat, table, actualObject);
}
- if (objectToBeFormatted instanceof String && ((String)objectToBeFormatted).startsWith("="))
+ if (newFormat == PatternFormat.getIdentityPatternFormat())
+ return makeFormattedObjectForIdentityFormat(objectToBeFormatted);
+ if (objectToBeFormatted instanceof String && ((String) objectToBeFormatted).startsWith("="))
return new FormattedFormula((String) objectToBeFormatted, newFormat.getPattern());
return newFormat.formatObject(objectToBeFormatted);
}
+
+ private FormattedObject makeFormattedObjectForIdentityFormat(final Object objectToBeFormatted) {
+ return new FormattedObject(String.valueOf(objectToBeFormatted), PatternFormat.IDENTITY_PATTERN);
+ }
});
attributeView.addTableSelectionListener(new ListSelectionListener() {
@@ -194,7 +203,7 @@ public class AttributePanelManager{
final Object value = table.getValueAt(table.getSelectedRow(), table.getSelectedColumn());
if (value instanceof IFormattedObject) {
final String format = ((IFormattedObject) value).getPattern();
- formatChooser.setSelectedItem(format);
+ formatChooser.setSelectedItem(PatternFormat.guessPatternFormat(format));
}
else {
formatChooser.setSelectedItem(null);
diff --git a/freeplane/src/org/freeplane/view/swing/map/attribute/AttributeTable.java b/freeplane/src/org/freeplane/view/swing/map/attribute/AttributeTable.java
index aa35073..13cc6d5 100644
--- a/freeplane/src/org/freeplane/view/swing/map/attribute/AttributeTable.java
+++ b/freeplane/src/org/freeplane/view/swing/map/attribute/AttributeTable.java
@@ -69,7 +69,9 @@ import org.freeplane.features.attribute.ColumnWidthChangeEvent;
import org.freeplane.features.attribute.IAttributeTableModel;
import org.freeplane.features.attribute.IColumnWidthChangeListener;
import org.freeplane.features.attribute.NodeAttributeTableModel;
+import org.freeplane.features.format.FormattedObject;
import org.freeplane.features.format.IFormattedObject;
+import org.freeplane.features.format.PatternFormat;
import org.freeplane.features.link.LinkController;
import org.freeplane.features.map.MapController;
import org.freeplane.features.map.NodeModel;
@@ -82,7 +84,6 @@ import org.freeplane.features.text.mindmapmode.EditNodeBase.EditedComponent;
import org.freeplane.features.text.mindmapmode.EditNodeBase.IEditControl;
import org.freeplane.features.text.mindmapmode.MTextController;
import org.freeplane.features.ui.ViewController;
-import org.freeplane.features.url.UrlManager;
import org.freeplane.view.swing.map.MapView;
import org.freeplane.view.swing.map.NodeView;
@@ -824,13 +825,11 @@ class AttributeTable extends JTable implements IColumnWidthChangeListener {
// Take in the new value
TableCellEditor editor = getCellEditor();
if (editor != null) {
- Object value = editor.getCellEditorValue();
+ final Object value = editor.getCellEditorValue();
if (value != null) {
- final MTextController textController = (MTextController) TextController.getController();
- final Object oldValue = getValueAt(editingRow, editingColumn);
- final String pattern = oldValue instanceof IFormattedObject
- ? ((IFormattedObject) oldValue).getPattern() : null;
- setValueAt(textController.guessObjectOrURI(value, pattern), editingRow, editingColumn);
+ final String pattern = extractPatternIfAvailable(getValueAt(editingRow, editingColumn));
+ final Object newValue = enforceFormattedObjectForIdentityPattern(value, pattern);
+ setValueAt(newValue, editingRow, editingColumn);
}
removeEditor();
}
@@ -840,6 +839,18 @@ class AttributeTable extends JTable implements IColumnWidthChangeListener {
}
}
+ private String extractPatternIfAvailable(final Object oldValue) {
+ return oldValue instanceof IFormattedObject ? ((IFormattedObject) oldValue).getPattern() : null;
+ }
+
+ // unfortunately we have to handle IDENTITY_PATTERN explicitely since (only) attributes
+ // have no place for the format except for the value itself - so we need a FormattedObject here
+ private Object enforceFormattedObjectForIdentityPattern(Object value, final String pattern) {
+ final MTextController textController = (MTextController) TextController.getController();
+ return PatternFormat.IDENTITY_PATTERN.equals(pattern) ? new FormattedObject(value, pattern) : textController
+ .guessObjectOrURI(value, pattern);
+ }
+
@Override
public void setValueAt(Object aValue, int row, int column) {
super.setValueAt(column == 0 ? aValue.toString() : aValue, row, column);
diff --git a/freeplane/src/org/freeplane/view/swing/map/mindmapmode/EditNodeTextField.java b/freeplane/src/org/freeplane/view/swing/map/mindmapmode/EditNodeTextField.java
index 261fd64..e971072 100644
--- a/freeplane/src/org/freeplane/view/swing/map/mindmapmode/EditNodeTextField.java
+++ b/freeplane/src/org/freeplane/view/swing/map/mindmapmode/EditNodeTextField.java
@@ -32,6 +32,8 @@ import java.awt.datatransfer.Transferable;
import java.awt.event.ActionEvent;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
+import java.awt.event.InputMethodEvent;
+import java.awt.event.InputMethodListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.MouseEvent;
@@ -39,6 +41,7 @@ import java.awt.event.MouseListener;
import java.io.IOException;
import java.io.Writer;
import java.net.URI;
+import java.text.AttributedCharacterIterator;
import javax.swing.Action;
import javax.swing.ActionMap;
@@ -138,6 +141,34 @@ public class EditNodeTextField extends EditNodeBase {
}
}
+ private static class InputMethodInUseListener implements InputMethodListener {
+ private boolean imeInUse = false;
+
+ public void inputMethodTextChanged(InputMethodEvent event) {
+ updateImeInUseState(event);
+ }
+
+ public void caretPositionChanged(InputMethodEvent event) {
+ updateImeInUseState(event);
+ }
+
+ public boolean isIMEInUse(){
+ return imeInUse;
+ }
+
+ private void updateImeInUseState(InputMethodEvent event) {
+ AttributedCharacterIterator aci = event.getText();
+ if(aci != null) {
+ int inputLen = aci.getEndIndex() - aci.getBeginIndex();
+ int committedLen = event.getCommittedCharacterCount();
+ imeInUse = inputLen > 0 && inputLen != committedLen;
+ }
+ else
+ imeInUse = false;
+ }
+
+ }
+
private int extraWidth;
final private boolean layoutMapOnTextChange;
@@ -228,9 +259,10 @@ public class EditNodeTextField extends EditNodeBase {
}
private void setLineWrap() {
- if(null != textfield.getClientProperty("EditNodeTextField.linewrap")){
+ if(null != textfield.getClientProperty("EditNodeTextField.linewrap") || inputMethodInUseListener.isIMEInUse()){
return;
}
+
final HTMLDocument document = (HTMLDocument) textfield.getDocument();
document.getStyleSheet().addRule("body { width: " + (maxWidth - 1) + "}");
// bad hack: call "setEditable" only to update view
@@ -404,6 +436,7 @@ public class EditNodeTextField extends EditNodeBase {
}
private JEditorPane textfield;
+ final private InputMethodInUseListener inputMethodInUseListener;
private final DocumentListener documentListener;
private int maxWidth;
@@ -464,11 +497,13 @@ public class EditNodeTextField extends EditNodeBase {
removeFormattingAction = new ExtendedEditorKit.RemoveStyleAttributeAction(null, TextUtils.getText("simplyhtml.clearFormatLabel"));
removeFormattingAction.putValue(Action.ACCELERATOR_KEY, KeyStroke.getKeyStroke("control T"));
+ inputMethodInUseListener = new InputMethodInUseListener();
if(editControl != null ){
final ModeController modeController = Controller.getCurrentModeController();
final MTextController textController = (MTextController) TextController.getController(modeController);
textfield = textController.createEditorPane(MTextController.NODE_TEXT);
textfield.setNavigationFilter(new MyNavigationFilter(textfield));
+ textfield.addInputMethodListener(inputMethodInUseListener);
}
}
diff --git a/freeplane/viewer-resources/freeplane.properties b/freeplane/viewer-resources/freeplane.properties
index f87354c..c5dec7f 100644
--- a/freeplane/viewer-resources/freeplane.properties
+++ b/freeplane/viewer-resources/freeplane.properties
@@ -487,9 +487,9 @@ webUpdateLocation=http://freeplane.sourceforge.net/info/history/
webDownloadLocation=http://sourceforge.net/project/showfiles.php?group_id=211069
UpdateCheckAction.icon=/images/update.png
last_update_verson=
-bugTrackerLocation=https://sourceforge.net/apps/mantisbt/freeplane/set_project.php?project_id=1&ref=view_all_bug_page.php
-featureTrackerLocation=https://sourceforge.net/apps/mantisbt/freeplane/set_project.php?project_id=7&ref=view_all_bug_page.php
-helpForumLocation=https://sourceforge.net/apps/phpbb/freeplane/viewforum.php?f=1
+bugTrackerLocation=http://www.freeplane.org/bugs
+featureTrackerLocation=http://www.freeplane.org/requests
+helpForumLocation=http://www.freeplane.org/discussion
toolTipManager.initialDelay = 750
toolTipManager.dismissDelay = 4000
@@ -704,4 +704,4 @@ lock_expiration_time_in_minutes = 5
org.freeplane.plugin.bugreport=org.freeplane.plugin.bugreport.ask
#org.freeplane.plugin.bugreport=org.freeplane.plugin.bugreport.denied
exported_image_resolution_dpi = 300
-slow_scroll_selected_node=true
\ No newline at end of file
+slow_scroll_selected_node=true
diff --git a/freeplane/viewer-resources/translations/Resources_en.properties b/freeplane/viewer-resources/translations/Resources_en.properties
index 9e89b63..3df9c20 100644
--- a/freeplane/viewer-resources/translations/Resources_en.properties
+++ b/freeplane/viewer-resources/translations/Resources_en.properties
@@ -1290,7 +1290,7 @@ OptionPanel.toolTipManager.initialDelay=Initial delay, ms
OptionPanel.toolTipManager.max_tooltip_width=Node tool tip width
OptionPanel.toolTipManager.max_tooltip_width.tooltip=<html>The default tooltip width in pixels.</html>
OptionPanel.toolTipManager.reshowDelay=Reshow delay, ms
-OptionPanel.tr=Turkmen / T\u00fcrkmen, \u0422\u04af\u0440\u043a\u043c\u0435\u043d
+OptionPanel.tr=Turkish / T\u00FCrk\u00E7e
OptionPanel.uk_UA=Ukrainian / \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430
OptionPanel.undefined_font=Undefined font
OptionPanel.undo_levels=Undo levels
diff --git a/freeplane/viewer-resources/version.properties b/freeplane/viewer-resources/version.properties
index d1dbd0c..08be3d7 100644
--- a/freeplane/viewer-resources/version.properties
+++ b/freeplane/viewer-resources/version.properties
@@ -1,2 +1,2 @@
-freeplane_version=1.3.11
+freeplane_version=1.3.12
freeplane_version_status=
diff --git a/freeplane_devresources/eclipse/freeplane-osgi-mac.launch b/freeplane_devresources/eclipse/freeplane-osgi-mac.launch
index b539c1b..04e5691 100644
--- a/freeplane_devresources/eclipse/freeplane-osgi-mac.launch
+++ b/freeplane_devresources/eclipse/freeplane-osgi-mac.launch
@@ -12,8 +12,8 @@
<intAttribute key="default_start_level" value="1"/>
<booleanAttribute key="includeOptional" value="false"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="false"/>
-<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk7"/>
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -console"/>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -console -nosplash"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xdock:name=Freeplane -Xmx512m -Declipse.ignoreApp=true -Dosgi.noShutdown=true -Dosgi.debug=debug.properties -ea "-Dorg.freeplane.globalresourcedir=${workspace_loc:freeplane/external-resources}" -Dorg.freeplane.nosplash=true -Dorg.freeplane.main.application.FreeplaneSecurityManager.disable=true -Dosgi.classloader.lock=classname"/>
<stringAttribute key="pde.version" value="3.3"/>
diff --git a/freeplane_framework/ant/build.xml b/freeplane_framework/ant/build.xml
index fd1bdcf..aecebfc 100644
--- a/freeplane_framework/ant/build.xml
+++ b/freeplane_framework/ant/build.xml
@@ -454,7 +454,7 @@
arguments="-xargs ./props.xargs -xargs ./init.xargs"
jar="${build}/framework.jar"
icon="${mac-jarbundler}/freeplane.icns"
- stubfile="${mac-jarbundler}/FreeplaneJavaApplicationStub"
+ stubfile="${mac-jarbundler}/universalJavaApplicationStub"
signature="FP"
>
<!-- For OSGI we want the entire build/ tree except WIndows-related stuff
@@ -474,7 +474,7 @@
iconfile="${mac-jarbundler}/freeplanedoc.icns"
role="Editor"/>
</jarbundler>
- <chmod file="${macappfullpath}/Contents/MacOS/FreeplaneJavaApplicationStub" perm="ugo+rx" />
+ <chmod file="${macappfullpath}/Contents/MacOS/universalJavaApplicationStub" perm="ugo+rx" />
<!-- Patch the Info.plist file created by JarBundler, to work with Knopflerfish OSGI
Courtesy of Volker who supplied the logic for this <replace> subtask
Allows Freeplane to start when double-clicking on Freeplane.app in Finder
@@ -519,9 +519,9 @@
<target name="zip4mac" depends="git_version_info, macosxapp">
<zip destfile="${dist}/freeplane_macos_bin-${ver}.zip" compress="true">
<zipfileset dir="${build4mac}" prefix="freeplane-${ver}">
- <exclude name="**/FreeplaneJavaApplicationStub" />
+ <exclude name="**/universalJavaApplicationStub" />
</zipfileset>
- <zipfileset file="${macappfullpath}/Contents/MacOS/FreeplaneJavaApplicationStub" filemode="775"
+ <zipfileset file="${macappfullpath}/Contents/MacOS/universalJavaApplicationStub" filemode="775"
prefix="freeplane-${ver}/Freeplane.app/Contents/MacOS"/>
</zip>
</target>
diff --git a/freeplane_framework/windows-installer/Freeplane_without_Java.iss b/freeplane_framework/windows-installer/Freeplane_without_Java.iss
index e442878..2b3c585 100644
--- a/freeplane_framework/windows-installer/Freeplane_without_Java.iss
+++ b/freeplane_framework/windows-installer/Freeplane_without_Java.iss
@@ -11,7 +11,7 @@
; Predrag Cuklin 18/06/2009 - Universial Version
;****************************************************************************
-#define MyVersion "1.3.11"
+#define MyVersion "1.3.12"
#define MyStatus ""
#define MyAppName "Freeplane"
#define MyAppPublisher "Open source"
diff --git a/freeplane_framework/windows-portable/App/AppInfo/appinfo.ini b/freeplane_framework/windows-portable/App/AppInfo/appinfo.ini
index abbccac..850366b 100644
--- a/freeplane_framework/windows-portable/App/AppInfo/appinfo.ini
+++ b/freeplane_framework/windows-portable/App/AppInfo/appinfo.ini
@@ -21,8 +21,8 @@ CommercialUse=true
EULAVersion=1
[Version]
-PackageVersion=1.3.11.1
-DisplayVersion=1.3.11
+PackageVersion=1.3.12.1
+DisplayVersion=1.3.12
[SpecialPaths]
Plugins=NONE
diff --git a/freeplane_plugin_script/src/org/freeplane/plugin/script/addons/ScriptAddOnProperties.java b/freeplane_plugin_script/src/org/freeplane/plugin/script/addons/ScriptAddOnProperties.java
index 068586f..24be69b 100644
--- a/freeplane_plugin_script/src/org/freeplane/plugin/script/addons/ScriptAddOnProperties.java
+++ b/freeplane_plugin_script/src/org/freeplane/plugin/script/addons/ScriptAddOnProperties.java
@@ -3,6 +3,7 @@ package org.freeplane.plugin.script.addons;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
+import java.util.Locale;
import java.util.Map.Entry;
import java.util.Vector;
@@ -89,7 +90,7 @@ public class ScriptAddOnProperties extends AddOnProperties {
public static ExecutionMode parseExecutionMode(final String executionModeString) {
try {
- return ExecutionMode.valueOf(executionModeString.toUpperCase());
+ return ExecutionMode.valueOf(executionModeString.toUpperCase(Locale.ENGLISH));
}
catch (Exception e) {
throw new RuntimeException("invalid execution mode found in " + executionModeString, e);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freeplane.git
More information about the pkg-java-commits
mailing list